@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800|Raleway:700");
@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;
  }
}
.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?#iefix&v=4.7.0") 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;
}

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

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/proximanovabold.eot");
  src: url("../fonts/proximanovabold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovabold.woff") format("woff"), url("../fonts/proximanovabold.ttf") format("truetype"), url("../fonts/proximanovabold.svg#proximanovabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: rgb(38.25, 38.25, 38.25);
}

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-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(38.25, 38.25, 38.25);
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 38px;
  color: white;
}
h2 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: rgb(38.25, 38.25, 38.25);
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 47.9375em) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

h3 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: rgb(38.25, 38.25, 38.25);
}
h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: rgb(38.25, 38.25, 38.25);
}
h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(38.25, 38.25, 38.25);
}

h6 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: rgb(38.25, 38.25, 38.25);
}
.title_h1 {
  font-size: 26px;
  color: rgb(38.25, 38.25, 38.25);
  line-height: 24px;
}

.title_h2 {
  font-size: 18px;
  line-height: 24px;
}

.title_sub_h2 {
  font-size: 20px;
  line-height: 24px;
}

.title_h3 {
  font-size: 26px;
  line-height: 36px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(38.25, 38.25, 38.25);
  margin-bottom: 22px;
}
@media screen and (max-width: 47.9375em) {
  p {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #d9ae6a;
  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: #d19325;
  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;
}

.btn {
  width: auto;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  background: #d9ae6a;
  padding: 10px 12px;
}
.btn:hover {
  color: white;
  background: #d9ae6a;
}

/*** Header *****************************************************************************************************************************************/
.header-bottom-inner {
  float: left;
  width: 100%;
  padding: 0 0 0 290px;
}

.header-container {
  float: left;
  width: 100%;
}

.header-top-inner {
  width: 100%;
  float: left;
  padding: 0px 0 0px 254px;
  position: relative;
  height: 44px;
}
.header-top-inner .top-menu-holder {
  display: block;
  float: right;
  width: auto;
  height: 44px;
}
.header-top-inner .top-menu-holder .inline-block {
  display: block;
  float: left;
}
.header-top-inner .top-menu-holder .inline-block a {
  padding: 10px 14px 10px 24px !important;
  margin: 0 14px 0 0;
  font-size: 15px;
  color: #fff;
  display: block;
  position: relative;
}
.header-top-inner .top-menu-holder .inline-block a.ico:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.header-top-inner .top-menu-holder .inline-block a.calendar:before {
  background: url(../images/ico-calendar.svg) left center no-repeat;
}
.header-top-inner .top-menu-holder .inline-block a.review:before {
  background: url(../images/ico-review.svg) left center no-repeat;
}
.header-top-inner .top-menu-holder .inline-block a.online {
  margin-right: 0;
  border: none !important;
}
.header-top-inner .top-menu-holder .inline-block a.online:before {
  background: url(../images/ico-online-meeting.svg) left center no-repeat;
}
.header-top-inner .top-menu-holder .inline-block a:after {
  position: absolute;
  content: "";
  height: 19px;
  display: block;
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.header-top-inner .top-menu-holder .language-switcher {
  display: block;
  float: left;
  width: 52px;
  background: #fbe6d3;
}
.header-top-inner .top-menu-holder .language-switcher .holder {
  position: relative;
}
.header-top-inner .top-menu-holder .language-switcher a.lang {
  width: 100%;
  float: left;
  position: relative;
  line-height: 24px;
  padding: 10px 7px 14px 9px;
}
.header-top-inner .top-menu-holder .language-switcher a.lang:before {
  width: 12px;
  height: 20px;
  color: #333334;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  float: right;
}
.header-top-inner .top-menu-holder .language-switcher a.lang span {
  text-align: left;
  width: 23px;
  height: 17px;
  float: left;
  color: #d9ae6a;
  font-size: 15px;
  font-weight: 700;
}
.header-top-inner .top-menu-holder .language-switcher ul {
  width: 100%;
  height: auto;
  float: left;
  background: #c8d8e0;
  display: none;
  left: 0;
  position: absolute;
  top: 49px;
  z-index: 100;
  margin: 0;
  padding: 5px 5px 10px;
}
.header-top-inner .top-menu-holder .language-switcher ul:before {
  background: url(../images/arrows_up.svg) no-repeat left top;
  background-size: 20px 14px;
  content: "";
  height: 14px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  top: -11px;
  width: 20px;
}
.header-top-inner .top-menu-holder .language-switcher ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 6px 8px;
}
.header-top-inner .top-menu-holder .language-switcher ul li a {
  width: 100%;
  font-weight: 700;
  float: left;
  text-decoration: none;
  text-align: left;
  color: #494848;
  font-size: 15px;
  line-height: 20px;
}
.header-top-inner .top-menu-holder .language-switcher ul li a:hover {
  color: #d9ae6a;
}
.header-top-inner .top-menu-holder .language-switcher ul li a img {
  float: left;
  margin: 1px 0 0;
}

.header-top {
  position: relative;
  float: right;
  text-align: right;
  width: 100%;
  background: #d9ae6a;
}
.header-top .phonesouter-block {
  background-color: #5A954A;
}
.header-top .phonesouter-block .phones-block {
  display: flex;
}
.header-top .phonesouter-block .phones-block li {
  font-size: 12px;
  color: #fff;
  margin: 0.25em 1em;
}
.header-top .phonesouter-block .phones-block li a {
  color: #fff;
  font-size: inherit;
}
.header-top .phonesouter-block .phones-block li a:hover {
  color: rgb(147.3372641509, 207.0872641509, 243.1627358491);
}
@media screen and (max-width: 47.9375em) {
  .header-top .phonesouter-block {
    display: none;
  }
}
.header-top .search-block {
  width: 148px;
  float: right;
  background-color: white;
  height: 100%;
  padding: 15px 0 1px 11px;
}
.header-top .search-block .select2-container {
  float: left;
  width: 100px !important;
  padding-right: 38px;
  top: 0;
  left: -10px;
  background: transparent;
}
.header-top .search-block .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
}
.header-top .search-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Open Sans", sans-serif;
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
  padding-right: 5px;
  float: left;
  line-height: 25px;
}
.header-top .search-block select {
  margin: 0;
  background-color: white;
  width: 100px;
  float: left;
  height: 30px;
  line-height: 22px;
  padding: 3px 0 3px 3px;
}
.header-top .search-block button {
  height: 50px;
  width: 37px;
  top: -15px;
  float: right;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-top .search-block button {
    top: -15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-top .search-block button {
    top: -15px;
  }
}
.header-top .search-block button svg {
  width: 28px;
  stroke: #436d86;
}
.header-top .search-block button svg:hover {
  color: rgb(33.15, 33.15, 33.15);
}
.header-top .search-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  top: 4px;
}
.header-top .search-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  margin-top: -4px;
  margin-left: -5px;
}
.header-top .search-block .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  width: 14px;
  height: 20px;
  color: #333334;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  float: right;
  font-weight: normal;
}
.header-top .search-block .select2-dropdown {
  border: 0;
}
.header-top .search-block .selection {
  float: left;
  width: 100%;
}

.header-contact {
  width: auto;
  display: inline-block;
  padding: 14px 32px 0 0;
}
.header-contact ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact ul li {
  width: auto;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgb(53.55, 53.55, 53.55);
  padding: 0 12px 0 14px;
}
.header-contact ul li:first-child {
  background: none;
}
.header-contact ul li.email a {
  color: #d9ae6a;
}
.header-contact ul li.email a:hover {
  color: rgb(53.55, 53.55, 53.55);
}
.header-contact ul li a {
  width: auto;
  float: none;
  font-size: 14px;
  color: rgb(53.55, 53.55, 53.55);
  margin: 0 0 0 4px;
}
.header-contact ul li a:hover {
  color: #d9ae6a;
}

.main-outercon {
  float: left;
  overflow: hidden;
  width: 100%;
}

.header-bottom {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
}
.header-bottom .header-bottom-inner {
  position: relative;
}
.header-bottom .header-bottom-inner .logo {
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.header-bottom .header-bottom-inner .logo a {
  width: 80%;
  float: left;
  padding-top: 12px;
}
.header-bottom .header-bottom-inner .logo a img {
  display: inline-block;
}

.main-menu {
  width: 100%;
  float: left;
}
.main-menu ul {
  width: auto;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  width: auto;
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0;
  border-left: 1px solid #e4ecf1;
}
.main-menu ul li:first-child {
  border: none;
}
.main-menu ul li a {
  width: 100%;
  float: left;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-weight: 700;
  color: rgb(33.15, 33.15, 33.15);
  text-transform: uppercase;
  padding: 25px 19px 22px;
  letter-spacing: 0.5px;
}
.main-menu ul li a i {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.main-menu ul li:hover > a, .main-menu ul li.current-item a, .main-menu ul li.active > a {
  background: #d9ae6a;
  color: white;
}
.main-menu ul li:hover a i {
  color: white;
}
.main-menu ul li ul {
  position: absolute;
  left: 0;
  top: 60px;
  margin: 0;
  width: 200px;
  background: white;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
}
.main-menu ul li ul li {
  line-height: 20px;
  padding: 0 24px !important;
  float: left;
  border-left: 0;
  border-top: 1px solid #e4ecf1;
  width: 100%;
}
.main-menu ul li ul li:first-child {
  border-top: 1px solid #e4ecf1;
}
.main-menu ul li ul li a {
  display: inline-block;
  padding: 17px 0px 15px;
}
.main-menu ul li ul li a:before {
  background: transparent;
  bottom: 0;
  content: none;
  height: 0;
  position: inherit;
}
.main-menu ul li ul li:hover a {
  color: #d9ae6a;
  background: transparent;
}

.item-with-ul > a {
  cursor: default;
}

.home .main-menu ul li ul {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.main-menu ul li:hover > ul {
  opacity: 1;
  top: 71px;
  visibility: visible;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(27, 27, 27, 0.8);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 360px;
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  transform: translateX(360px);
}

.off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas {
  z-index: 11;
}

.off-canvas.is-transition-overlap {
  z-index: 999;
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.position-right {
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  transform: translateX(360px);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.title-bar img {
  float: left;
  max-width: 24px;
}

#header {
  float: left;
  width: 100%;
}

.title-bar {
  background: transparent;
  float: right;
  padding: 4px 0px 0 8px;
}
.title-bar .title-bar-title {
  padding-top: 2px;
  padding-left: 9px;
  text-transform: uppercase;
  color: rgb(33.15, 33.15, 33.15);
  font-size: 16px;
  font-family: "ProximaNova-Bold";
  background: transparent;
  float: left;
  text-align: left;
}
.title-bar .title-bar-right button {
  cursor: pointer;
  position: relative;
  top: 15px;
  width: 85px;
  display: flex;
}

.right-off-canvas-menu {
  padding-top: 26px;
  float: left;
  width: 100%;
}
.right-off-canvas-menu .logo {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 42px;
}
.right-off-canvas-menu .logo img {
  width: 186px;
}
.right-off-canvas-menu .header-contact {
  padding: 30px 2px 50px 15px;
}
.right-off-canvas-menu .header-contact ul {
  text-align: center;
}
.right-off-canvas-menu .header-contact li {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgb(53.55, 53.55, 53.55);
  padding: 0 12px 0 14px;
  text-align: center;
}
.right-off-canvas-menu .header-contact li:first-child {
  background: none;
}
.right-off-canvas-menu .header-contact li.email a {
  color: #d9ae6a;
}
.right-off-canvas-menu .header-contact li.email a:hover {
  color: rgb(53.55, 53.55, 53.55);
}
.right-off-canvas-menu .header-contact li a {
  width: auto;
  float: none;
  font-size: 14px;
  color: rgb(53.55, 53.55, 53.55);
  margin: 0 0 0 4px;
}
.right-off-canvas-menu .header-contact li a:hover {
  color: #d9ae6a;
}

.mobile-nav {
  width: 100%;
  float: left;
}
.mobile-nav ul {
  text-align: center;
}
.mobile-nav ul li {
  border-bottom: 1px solid #e4ecf1;
  width: 100%;
  float: left;
}
.mobile-nav ul li a {
  width: 100%;
  display: inline-block;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-weight: 700;
  color: rgb(33.15, 33.15, 33.15);
  text-transform: uppercase;
  padding: 11px 22px 9px;
  line-height: 25px;
}
.mobile-nav ul li a i {
  float: right;
  padding-top: 4px;
}
.mobile-nav ul li:hover > a, .mobile-nav ul li.current-item a, .mobile-nav ul li.active > a {
  color: #d9ae6a;
}
.mobile-nav ul li ul.submenu {
  margin: 0;
  display: none;
}
.mobile-nav ul li ul.submenu li {
  border-top: 1px solid #e4ecf1;
  border-bottom: 0;
}
.mobile-nav ul li ul.submenu li a {
  padding: 6px 22px 6px;
  font-size: 14px;
}

/*** media queries ***/
@media screen and (min-width: 64em) {
  .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translateX(360px);
    -ms-transform: translateX(360px);
    transform: translateX(360px);
  }
  .js-off-canvas-overlay.is-visible {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-contact ul li {
    padding: 0 8px 0 9px;
  }
  .header-contact {
    padding: 14px 20px 0 0;
  }
  .header-bottom-inner {
    padding: 0 0 0 260px;
  }
  .header-top-inner {
    padding: 0px 0 0px 250px;
  }
  .main-menu ul li a {
    padding: 23px 14px 20px;
    letter-spacing: 0.2px;
  }
  .header-top-inner .logo {
    width: 228px;
  }
  .main-menu ul li:hover > ul {
    top: 66px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    position: fixed;
    background: white;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    height: 100%;
    overflow-y: auto;
    width: 360px;
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    transform: translateX(360px);
  }
  .off-canvas.in-canvas-for-medium.is-closed {
    visibility: hidden;
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    transform: translateX(360px);
  }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .off-canvas.in-canvas-for-medium.is-open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header-bottom {
    min-height: 71px;
  }
  .title-bar {
    padding-top: 12px;
  }
  .header-top-inner .logo {
    width: 184px;
  }
  .header-contact {
    padding: 17px 2px 15px;
  }
  .header-contact ul li {
    padding: 0 5px 0 5px;
    font-size: 13px;
  }
  .header-contact ul li a {
    width: auto;
    float: none;
    font-size: 13px;
  }
  .header-contact {
    border-right: 1px solid #e4ecf1;
  }
  .header-top .search-block {
    width: 185px;
  }
  .header-top .search-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -16px;
  }
  .header-top .search-block .select2-container {
    width: 120px !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .off-canvas {
    background: white;
  }
  #header {
    position: relative;
  }
  .header-top-inner {
    padding: 0;
  }
  .header-top-inner .logo {
    width: 220px;
    top: 100%;
  }
  .header-top-inner .logo img {
    max-width: 211px;
  }
  .header-top .search-block {
    float: left;
  }
  .header-bottom {
    min-height: 100px;
  }
  .title-bar {
    padding: 44px 0px 32px 15px;
    border-left: 1px solid #e4ecf1;
  }
  .title-bar .title-bar-right button {
    top: 0;
  }
  .header-top .search-block {
    width: 185px;
  }
  .header-top .search-block .select2-container {
    width: 120px !important;
  }
  .topVideo {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .header-top-inner .logo {
    width: 204px;
  }
  .header-bottom {
    min-height: 71px;
  }
  .title-bar {
    padding: 32px 0px 24px 15px;
  }
  .position-right {
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
}
/*** banner *****************************************************************************************************************************************/
.banner-block {
  width: 100%;
  float: left;
  position: relative;
}
.banner-block:before {
  content: "";
  left: 0;
  top: 0;
  background: rgba(20.4, 20.4, 20.4, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-block .fold-overlay {
    padding: 30px 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner-block .fold-overlay {
    padding: 31px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-block .fold-overlay {
    height: 70px;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 479px) {
  .banner-block .fold-overlay {
    height: 60px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-block .fold-overlay .slider-info .contact-whatsapp span {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 479px) {
  .banner-block .fold-overlay .slider-info .contact-whatsapp span {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-block .fold-overlay .slider-info .contact-whatsapp img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .banner-block .fold-overlay .slider-info .contact-whatsapp img {
    width: 35px;
  }
}

.banner-block img {
  width: 100%;
}

.mainslider {
  float: left;
  width: 100%;
}
.mainslider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 0;
  height: 44px;
  width: 40px;
  margin-top: -22px;
  cursor: pointer;
  background-size: 28px 22px;
  background-repeat: no-repeat;
  background-position: 4px center;
}

.slider {
  height: auto;
  margin: 0;
}

.slide-main {
  height: 657px;
  height: 575px;
}
@media screen and (max-width: 63.9375em) {
  .slide-main {
    height: 575px;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide-main {
    height: 265px;
  }
}

.inner-banner {
  width: 100%;
  float: left;
  height: 368px;
  position: relative;
}
.inner-banner .fold-overlay {
  padding: 38px 0 30px;
  background: #1d1d1c;
  height: auto;
}
.inner-banner .fold-overlay:before {
  content: none;
}

.fold-overlay {
  width: 100%;
  float: left;
  padding: 35px 0;
  position: absolute;
  bottom: 0;
  background: rgba(21, 21, 21, 0.4);
  height: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fold-overlay:before {
  position: absolute;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fold-overlay .slider-info {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.fold-overlay .slider-info .contact-whatsapp {
  /* display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;*/
}
.fold-overlay .slider-info .contact-whatsapp img {
  width: 50px;
  margin: 0 10px 0 0;
  float: left;
}
@media only screen and (max-width: 479px) {
  .fold-overlay .slider-info .contact-whatsapp img {
    width: 35px;
    margin: 0 5px 0 0;
  }
}
.fold-overlay .slider-info .contact-whatsapp span {
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  .fold-overlay .slider-info .contact-whatsapp span {
    font-size: 14px;
    line-height: 18px;
  }
}
.fold-overlay .slider-info .contact-whatsapp span a {
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .fold-overlay .slider-info {
    flex-wrap: wrap;
  }
  .fold-overlay .slider-info .contact-whatsapp {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .fold-overlay .slider-info .social-icons {
    text-align: left;
  }
}
.fold-overlay .social-icons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.fold-overlay .social-icons ul {
  list-style-type: none;
}
.fold-overlay .social-icons ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 479px) {
  .fold-overlay .social-icons ul li {
    margin: 0 0 0 5px;
  }
}
.fold-overlay .social-icons ul li a {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .fold-overlay .social-icons ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
  }
}
.fold-overlay .social-icons ul li a i {
  color: white;
}
.fold-overlay .social-icons ul li a:hover {
  opacity: 0.7;
}
.fold-overlay .social-icons ul li.fb a {
  background: #3a589b;
}
.fold-overlay .social-icons ul li.twitter a {
  background: #55acee;
}
.fold-overlay .social-icons ul li.linkedin a {
  background: #0077b5;
}
.fold-overlay .social-icons ul li.instagram a {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.fold-overlay .social-icons ul li.youtube a {
  background: #FF0000;
}

.overlay-outer {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  left: -500px;
  opacity: 0;
}

.overlay-text {
  width: 240px;
  margin: 0;
  padding: 0;
  background-color: #e2e2e2; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, white, #e2e2e2); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #e2e2e2); /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #e2e2e2); /* IE10 */
  background-image: -o-linear-gradient(top, white, #e2e2e2); /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #e2e2e2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="white", EndColorStr="#e2e2e2");
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .overlay-text {
    width: 215px;
    padding: 15px 37px;
  }
}
@media screen and (max-width: 47.9375em) {
  .overlay-text {
    width: 200px;
    padding: 15px 34px;
  }
}
@media only screen and (max-width: 479px) {
  .overlay-text {
    width: 188px;
    padding: 12px 26px;
    margin: 0 0 0 5%;
  }
}
.overlay-text span {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 19px;
  display: inline-block;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .overlay-text span {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .overlay-text span {
    font-size: 12px;
  }
}
.overlay-text .mail-img {
  display: block !important;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -52px;
  text-align: left;
  top: 100%;
  background-color: #0c689c; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d96d5), to(#0c689c));
  background-image: -webkit-linear-gradient(top, #2d96d5, #0c689c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #2d96d5, #0c689c); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2d96d5, #0c689c); /* IE10 */
  background-image: -o-linear-gradient(top, #2d96d5, #0c689c); /* Opera 11.10+ */
  background-image: linear-gradient(top, #2d96d5, #0c689c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2d96d5", EndColorStr="#0c689c");
  padding: 16px;
  margin: -55px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .overlay-text .mail-img {
    width: 60px;
    height: 60px;
    padding: 10px;
    left: -44px;
  }
}
@media screen and (max-width: 47.9375em) {
  .overlay-text .mail-img {
    width: 60px;
    height: 60px;
    padding: 9px;
  }
}
@media only screen and (max-width: 479px) {
  .overlay-text .mail-img {
    width: 50px;
    height: 50px;
    left: -42px;
    padding: 7px;
    margin: -44px 0 0;
  }
}

/*--------------- Footer --------------*/
section.newsletter {
  width: 100%;
  float: left;
  margin-top: 0;
  border-bottom: solid 1px #2b2b2a;
  padding: 52px 0 37px;
  background: #1d1d1c;
  color: #fff;
}
section.newsletter h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
section.newsletter .slogan {
  text-align: center;
  color: #d9ae6a;
  padding: 14px 0;
}
section.newsletter .form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
section.newsletter .form .top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.newsletter .form .top {
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
}
@media only screen and (max-width : 767px) {
  section.newsletter .form .top {
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
}
@media only screen and (max-width : 479px) {
  section.newsletter .form .top {
    grid-template-columns: 1fr;
    padding: 0 2rem;
  }
}
section.newsletter .form .input-outer-block {
  float: left;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}
section.newsletter .form .input-outer-block input {
  width: 95%;
  float: left;
  color: rgb(38.25, 38.25, 38.25);
  font-size: 14px;
  border: none;
  border-radius: 3px;
}
section.newsletter .form .input-outer-block span {
  font-size: 15px;
  color: #d9ae6a;
  position: absolute;
  right: 0.5em;
  top: 25%;
}
section.newsletter .form .checkbox-outer-block {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  align-items: center;
}
section.newsletter .form .checkbox-outer-block label {
  color: #fff;
}
section.newsletter .form .checkbox-outer-block input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width : 767px) {
  section.newsletter .form .checkbox-outer-block {
    padding: 0 2rem;
    align-items: flex-start;
    gap: 0.3rem;
  }
  section.newsletter .form .checkbox-outer-block input[type=checkbox] {
    margin: 6px 0 0 0;
  }
}
section.newsletter .thanks {
  text-align: center;
  padding: 6px;
  background: #00ae00;
}

.footer-container {
  width: 100%;
  float: left;
  margin-top: 0;
}
.footer-container .footer-top {
  width: 100%;
  float: left;
  padding: 52px 0 37px;
  background: #1d1d1c;
  color: #fff;
}
.footer-container .footer-top .row {
  max-width: 89rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-container .footer-top .row {
    max-width: 75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-top .row {
    max-width: 75rem;
    text-align: center;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block {
  float: left;
}
.footer-container .footer-top .footer-top-inner .footer-block h5 {
  text-transform: uppercase;
  padding: 0 0 13px;
  color: #d9ae6a;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-top .footer-top-inner .footer-block h5 {
    font-size: 14px;
    padding: 0 0 5px;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block h5.small {
  font-size: 13px;
  padding: 0 0 2px;
}
.footer-container .footer-top .footer-top-inner .footer-block address {
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
  color: #fff;
  margin: 0 0 24px;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-top .footer-top-inner .footer-block address {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 15px;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block ul {
  width: 100%;
  float: left;
  list-style-type: none;
}
.footer-container .footer-top .footer-top-inner .footer-block ul li {
  display: block;
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-top .footer-top-inner .footer-block ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block ul li a {
  color: #e4ecf1;
}
.footer-container .footer-top .footer-top-inner .footer-block ul li a:hover {
  color: #d9ae6a;
}
.footer-container .footer-top .footer-top-inner .footer-block ul li.email a {
  color: #d9ae6a;
}
.footer-container .footer-top .footer-top-inner .footer-block ul li.tele a {
  font-weight: 600;
}
.footer-container .footer-top .footer-top-inner .footer-block span {
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
  margin: 23px 0 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-top .footer-top-inner .footer-block span {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block p {
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-top .footer-top-inner .footer-block p {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block p a {
  color: rgb(33.15, 33.15, 33.15);
  font-weight: 700;
}
.footer-container .footer-top .footer-top-inner .footer-block p a:hover {
  color: #d9ae6a;
}
.footer-container .footer-top .footer-top-inner .footer-block .footer-contact {
  padding: 0 0 14px 0;
}
.footer-container .footer-top .footer-top-inner .footer-block .footer-socials {
  padding: 0 0 14px 0;
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-top .footer-top-inner .footer-block .footer-socials {
    float: none;
    max-width: 102px;
    margin: 10px auto;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block .footer-socials li {
  display: block !important;
  float: left;
  font-size: 18px !important;
  min-width: 34px;
}
.footer-container .footer-top .footer-top-inner .footer-block .footer-socials li i {
  color: #e4ecf1;
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-top .footer-top-inner .footer-block .logos {
    float: none;
    max-width: 270px;
    margin: 10px auto;
  }
}
.footer-container .footer-top .footer-top-inner .footer-block .logos li {
  display: block;
  float: left;
  padding: 25px 15px 25px 0;
  max-width: 90px;
}
.footer-container .footer-top .footer-top-inner .footer-block .logos li img {
  max-height: 80px;
  width: 80px;
  margin: 0 auto;
}
.footer-container .footer-mid {
  width: 100%;
  float: left;
  padding: 52px 0 37px;
  background: #141413;
  color: #fff;
}
.footer-container .footer-mid .row {
  max-width: 89rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-container .footer-mid .row {
    max-width: 75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-mid .row {
    max-width: 75rem;
    text-align: center;
  }
}
.footer-container .footer-mid .row .medium-3 {
  max-width: 20%;
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-mid .row .medium-3 {
    max-width: 50% !important;
  }
}
.footer-container .footer-mid .footer-block {
  float: left;
}
.footer-container .footer-mid .footer-block h5 {
  text-transform: uppercase;
  padding: 0 0 13px;
  color: #d9ae6a;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-mid .footer-block h5 {
    font-size: 14px;
    padding: 0 0 5px;
  }
}
.footer-container .footer-mid .footer-block ul {
  width: 100%;
  float: left;
  list-style-type: none;
}
.footer-container .footer-mid .footer-block ul li {
  display: block;
  color: rgb(33.15, 33.15, 33.15);
  font-size: 14px;
  padding: 0 0 6px 0;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-mid .footer-block ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-container .footer-mid .footer-block ul li a {
  color: #e4ecf1;
}
.footer-container .footer-mid .footer-block ul li a:hover {
  color: #d9ae6a;
}
.footer-container .footer-bottom {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: #000;
}
.footer-container .footer-bottom .footer-bottom-inner {
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-bottom .footer-bottom-inner {
    padding: 0 20px;
  }
}
.footer-container .footer-bottom .footer-bottom-inner p {
  color: #e4ecf1;
  margin: 0;
}
.footer-container .footer-bottom .footer-bottom-inner p a {
  color: #e4ecf1;
}
.footer-container .footer-bottom .footer-bottom-inner p a:hover {
  color: #d9ae6a;
}
@media only screen and (max-width: 479px) {
  .footer-container .footer-bottom .footer-bottom-inner p {
    font-size: 13px !important;
  }
}
.footer-container .footer-bottom .footer-bottom-inner a.copy-link {
  cursor: auto;
}
.footer-container .footer-bottom .footer-bottom-inner a.copy-link:hover {
  color: #fff !important;
}

/* line 27, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden;
}

/* line 30, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  display: none;
  z-index: 99999;
}

/* line 41, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1040;
}

/* line 43, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
}

/* line 49, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}

/* line 54, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999999;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: url(../images/svg/close.svg) no-repeat left center;
}

/* line 69, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close:focus {
  outline: none;
}

/* line 74, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999999;
  color: #fff;
  font-size: 14px;
}

.sl-current,
.sl-total {
  color: #fff;
}

/* line 84, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

/* line 87, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 999999;
  font-size: 0px;
  color: transparent;
}

/* line 99, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
  background: url(../images/svg/left_arrow.svg) no-repeat 10px 20px;
  background-size: 30px 28px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/* line 104, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
  background: url(../images/svg/left_arrow.svg) no-repeat 10px 20px;
  background-size: 30px 28px;
}

/* line 109, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 116, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  /* line 121, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 129, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  /* line 134, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
/* line 142, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999999;
}

/* line 147, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
/* line 160, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
/* line 170, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 180, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

/* line 185, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

/* line 190, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

/* line 201, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 220, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.ms-options-wrap {
  width: 100%;
  height: 44px;
  position: relative;
}

.ms-options-wrap .ms-options {
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  margin-bottom: 20px;
  max-height: 320px !important;
  background: #fff;
  z-index: 2000;
  border: 0;
  overflow: hidden;
  visibility: hidden;
  min-height: auto !important;
  margin-top: -2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  -moz-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
}
.ms-options-wrap .ms-options ul {
  list-style-type: none;
  padding: 15px 10px 10px;
  margin: 0;
}
.ms-options-wrap .ms-options ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  padding: 7px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
}
.ms-options-wrap .ms-options ul li label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  width: 100%;
  margin: 0;
  color: #4f4f4f;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
}
.ms-options-wrap .ms-options ul li label input {
  margin-bottom: 0.5rem;
}
.ms-options-wrap .ms-options ul li label:hover, .ms-options-wrap .ms-options ul li label:focus {
  background-color: transparent;
  color: #000;
}
.ms-options-wrap .ms-options ul li.selected label {
  background-color: transparent;
  color: #000;
  font-weight: 600;
}
.ms-options-wrap.ms-active .ms-options {
  visibility: visible;
  overflow-y: auto;
}

.ms-options ul li.selected label,
.ms-options ul li label {
  position: relative;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: rgb(38.25, 38.25, 38.25);
  font-weight: 500;
}

.ms-options ul li.selected label:before,
.ms-options ul li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.ms-options ul li label:before {
  border: 1px solid grey;
  background: #55acee;
}

.ms-options ul li.selected label:after,
.ms-options ul li label:after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../images/svg/tick.svg") !important;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-color: #55acee;
  background-position: 1px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ms-options ul li label:after {
  opacity: 0;
}

.ms-options ul li.selected label:after {
  opacity: 1;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  height: 44px;
  margin: 0;
  padding: 0.5rem;
  appearance: none;
  border: none !important;
  border-radius: 3px;
  font-family: inherit;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  font-weight: normal;
  line-height: 26px;
  color: rgb(38.25, 38.25, 38.25);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  border-radius: 2px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.ms-options-wrap > button:focus span,
.ms-options-wrap > button span {
  position: relative;
  color: rgb(38.25, 38.25, 38.25);
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  padding: 0 10px;
  font-weight: 500;
}
.ms-options-wrap > button:focus span:before,
.ms-options-wrap > button span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.ms-options-wrap > button:focus:before,
.ms-options-wrap > button:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  right: 36px;
  top: 10px;
}
.ms-options-wrap > button:focus:after,
.ms-options-wrap > button:after {
  width: 27px;
  height: 100%;
  content: "\f107";
  line-height: 36px;
  font-family: fontAwesome;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-weight: 600;
  color: #353535;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 100%;
}

.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;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  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: #ccc;
  font-style: italic;
}

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

.SumoSelect > .CaptionCont > label > i {
  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;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  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: rgb(17, 169, 17);
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  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;
}

.ms-options-wrap {
  height: 38px;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button {
  border: 2px solid #ced5d9;
  height: 38px;
  padding: 0px 15px;
}
.ms-options-wrap > button:focus span, .ms-options-wrap > button span {
  font-style: normal;
  text-transform: uppercase;
  color: #5d5b57;
  font-weight: 600;
  padding: 0;
}
.ms-options-wrap .ms-options ul {
  padding: 15px 0 10px;
}
.ms-options-wrap .ms-options ul li {
  padding: 6px;
  border-bottom: 1px solid #f5f5f5;
}
.ms-options-wrap .ms-options ul li:hover {
  background-color: #e4e4e4;
}

.SumoSelect {
  height: 38px;
  border: 2px solid #ced5d9;
}
.SumoSelect .SelectBox {
  padding: 5px 18px;
}
.SumoSelect > .CaptionCont > span {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  color: #5d5b57;
  cursor: pointer;
}
.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  color: #5d5b57;
  cursor: pointer;
}
.SumoSelect > .optWrapper {
  top: 36px;
}
.SumoSelect > .optWrapper.multiple > .options > li.searchform--location {
  padding-left: 45px;
}
.SumoSelect > .optWrapper.multiple > .options > li.opt label {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
.SumoSelect > .optWrapper.multiple > .options > li.opt.selected span i {
  background-color: #55acee;
}

/*----------- Homepage Style ----------*/
.featured-proprty-slider {
  width: 100%;
  float: left;
}
.featured-proprty-slider ul {
  width: 100%;
  float: left;
  list-style-type: none;
}
.featured-proprty-slider ul li {
  width: 25%;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .featured-proprty-slider ul li {
    margin: 0 1px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .featured-proprty-slider {
    margin: 0 0 95px;
  }
}
.featured-proprty-slider h3 {
  font-size: 18px;
  padding: 0 0 39px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 47.9375em) {
  .featured-proprty-slider h3 {
    padding: 0 0 25px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-proprty-slider h3 {
    padding: 0 0 25px;
  }
}

.property-block {
  width: 100%;
  float: left;
}
.property-block .property-image {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.property-block .property-image img {
  width: 100%;
  display: block;
  -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 only screen and (max-width: 479px) {
  .property-block .property-image img {
    width: 200px;
    position: relative;
    max-width: none;
    left: 50%;
    margin: 0 0 0 -100px;
  }
}
.property-block .property-image .property-details {
  width: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 20px 30px;
  color: white;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
}
@media only screen and (min-width: 1350px) and (max-width: 1500px) {
  .property-block .property-image .property-details {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-image .property-details {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-image .property-details {
    padding: 20px 17px 37px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-image .property-details {
    padding: 20px 8px 37px;
  }
}
.property-block .property-image .property-details h4 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-image .property-details h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 74.9375em) {
  .property-block .property-image .property-details h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-image .property-details h4 {
    line-height: 14px;
  }
}
.property-block .property-image .property-details span {
  color: white;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-image .property-details span {
    font-size: 13px;
  }
}
@media screen and (max-width: 74.9375em) {
  .property-block .property-image .property-details span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-image .property-details span {
    line-height: 14px;
  }
}
.property-block .property-image .property-rate {
  top: auto;
  right: 30px;
  bottom: 20px;
  position: absolute;
  color: white;
  font-weight: 700;
}
@media only screen and (min-width: 1350px) and (max-width: 1500px) {
  .property-block .property-image .property-rate {
    right: 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-image .property-rate {
    right: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-image .property-rate {
    right: inherit;
    left: 17px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-image .property-rate {
    left: 8px;
  }
}
.property-block .property-image:hover .property-details {
  display: none;
}
.property-block .property-image:hover .featured-overlay-outer {
  height: 100%;
  top: 0;
  opacity: 1;
}
.property-block .property-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  overflow: hidden;
}

.featured-overlay-outer {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 22px 30px;
  -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;
  height: 0;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.8) 100%);
}
.featured-overlay-outer .featured-overlay {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-overlay-outer .featured-overlay .overlay-plus {
  width: 52px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .featured-overlay-outer .featured-overlay .overlay-plus img {
    width: auto;
    left: inherit;
    margin: 0;
  }
}
.featured-overlay-outer .featured-overlay span {
  color: rgb(249.9, 249.9, 249.9);
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.property-block-outer {
  width: 100%;
  float: left;
}
.property-block-outer ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.property-block-outer ul li {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer ul li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.property-block-outer ul li:nth-child(2n) .ppty-content {
  order: 2;
}
.property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
  float: left;
  padding: 0 45px 0 95px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 0 45px 0 80px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 52px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 34px 15px;
  }
}
.property-block-outer .ppty-content {
  width: 50%;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-content {
    width: 100%;
    order: 2;
  }
}
.property-block-outer .ppty-content .ppty-content-inner {
  width: 100%;
  float: right;
  padding: 0 75px 0 40px;
  max-width: 585px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block-outer .ppty-content .ppty-content-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-content .ppty-content-inner {
    float: left;
    padding: 52px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block-outer .ppty-content .ppty-content-inner {
    padding: 34px 15px;
  }
}
.property-block-outer .ppty-content h2 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: rgb(38.25, 38.25, 38.25);
  text-transform: uppercase;
  padding: 0 0 25px;
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block-outer .ppty-content h2 {
    font-size: 22px;
    padding: 0 0 10px;
  }
}
.property-block-outer .ppty-content h2 a {
  color: rgb(38.25, 38.25, 38.25);
}
.property-block-outer .ppty-content h2 a:hover {
  color: #d9ae6a;
}
.property-block-outer .ppty-content p {
  font-size: 15px;
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block-outer .ppty-content p {
    margin: 0 0 10px;
  }
}
.property-block-outer .ppty-content .link-text {
  color: rgb(38.25, 38.25, 38.25);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.property-block-outer .ppty-content .link-text:hover {
  color: #d9ae6a;
}
.property-block-outer .ppty-img {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-img {
    width: 100%;
  }
}
.property-block-outer .ppty-img a {
  height: 440px;
  float: right;
  width: 100%;
  background-position: bottom right !important;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block-outer .ppty-img a {
    height: 390px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer .ppty-img a {
    width: 100%;
    height: 270px;
  }
}
.property-block-outer .ppty-img:hover a {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  overflow: hidden;
}

.center-heading {
  width: 100%;
  float: left;
  padding: 54px 0 14px;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.center-heading h3 {
  padding: 0 0 17px;
  letter-spacing: 0.3px;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: rgb(38.25, 38.25, 38.25);
}
.center-heading p {
  letter-spacing: 0.3px;
}

/********************** Slick Slider ***********************/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  margin: 0;
  background: rgba(21, 21, 21, 0.7);
}
@media screen and (max-width: 47.9375em) {
  .slick-prev,
  .slick-next {
    top: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: rgb(33.15, 33.15, 33.15);
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 47.9375em) {
  .slick-prev {
    left: 50%;
    margin-left: -61px;
  }
}

.slick-prev:before {
  width: 60px;
  content: "";
  background: url(../images/svg/left_arrow.svg) no-repeat center center;
  background-size: 35px 35px;
  height: 54px;
  display: inline-block;
}

.slick-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 47.9375em) {
  .slick-next {
    right: 50%;
    margin-right: -60px;
  }
}

.slick-next:before {
  width: 60px;
  background: url(../images/svg/right_arrow.svg) no-repeat center center;
  background-size: 35px 35px;
  content: "";
  height: 54px;
  display: inline-block;
}

.top-blk-outer {
  width: 100%;
  float: left;
}
.top-blk-outer .top-blk-inner {
  width: 100%;
  float: left;
}

.left-blk {
  width: 100%;
  float: left;
}
.left-blk .image-blk {
  width: 100%;
  float: left;
  height: 100%;
}
.left-blk .image-blk .text-content {
  width: 100%;
  max-width: 585px;
  height: 100%;
  float: right;
  background: rgba(0, 125, 196, 0.76);
  padding: 51px 40px 0px 40px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .left-blk .image-blk .text-content {
    padding: 30px 40px 10px 40px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .left-blk .image-blk .text-content {
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .left-blk .image-blk .text-content {
    padding: 55px 30px 38px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .left-blk .image-blk .text-content {
    padding: 35px 30px 30px 30px;
  }
}
.left-blk .image-blk .text-content h1 {
  line-height: 28px;
  padding: 0 0 25px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .left-blk .image-blk .text-content h1 {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .left-blk .image-blk .text-content h1 {
    line-height: 24px;
    font-size: 16px;
  }
}
.left-blk .image-blk .text-content h2 {
  font-weight: 400;
  color: white;
  line-height: 24px;
  padding: 0 0 18px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .left-blk .image-blk .text-content h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .left-blk .image-blk .text-content h2 {
    line-height: 24px;
    font-size: 16px;
  }
}
.left-blk .image-blk .text-content p {
  color: white;
}
@media only screen and (max-width: 479px) {
  .left-blk .image-blk .text-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

.right-blk {
  width: 100%;
  float: left;
  max-width: 585px;
  padding: 30px 70px 40px 100px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .right-blk {
    padding: 30px 40px 20px 40px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .right-blk {
    padding: 30px 30px 20px 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .right-blk {
    padding: 18px 30px 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .right-blk {
    padding: 18px 20px 30px;
  }
}
.right-blk > span {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  color: rgb(33.15, 33.15, 33.15);
  padding: 0 0 12px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .right-blk > span {
    font-size: 13px;
    line-height: 15px;
  }
}

.radio-blk1 {
  float: left;
  width: 33.33%;
}
.radio-blk1 label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .radio-blk1 label {
    font-size: 12px;
  }
}

.single-row {
  width: 100%;
  float: left;
  margin: 0 0 14px;
}
@media only screen and (max-width: 479px) {
  .single-row {
    margin: 0 0 10px;
  }
}
.single-row .single-left {
  width: 48.8%;
  float: left;
  margin: 0 1.2% 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-row .single-left {
    width: 48.5%;
  }
}
@media only screen and (max-width: 479px) {
  .single-row .single-left {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.single-row .single-right {
  width: 48.8%;
  float: left;
  margin: 0 0px 0 1.2%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-row .single-right {
    width: 48.5%;
  }
}
@media only screen and (max-width: 479px) {
  .single-row .single-right {
    width: 100%;
    margin: 0;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .single-row.check-blk {
    margin: 0 0 15px;
  }
}
.single-row.check-blk .check-btn-row {
  width: 50%;
  float: left;
}

.bttn {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background: #d9ae6a;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  margin: 2px 0 0;
  border: none;
  border-radius: 3px;
  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;
}
.bttn:hover {
  background: #c69555;
}

.icheckbox {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  line-height: 35px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  position: relative;
  float: left;
  border: 2px solid #007dc4;
  text-align: center;
  color: rgb(79.05, 79.05, 79.05);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.icheckbox.checked {
  background: #007dc4;
  color: white;
}

.icheckbox_radio {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: none;
  cursor: pointer;
  border: 2px solid #ced5d9;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.icheckbox_radio.checked {
  background: #b88637;
  border: 3px solid white;
  border-radius: 100%;
}
.icheckbox_radio.checked:after {
  position: absolute;
  content: "";
  border: 2px solid #ced5d9;
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.location .sbOptions {
  padding: 0 0 20px;
}
.location .sbOptions a {
  font-weight: 700;
  color: rgb(79.05, 79.05, 79.05);
  text-transform: uppercase;
  padding: 7px 0px 2px 15px;
}
.location .sbOptions a.sbSub {
  font-weight: 600 !important;
  text-transform: capitalize;
  padding: 0 6px 0 36px;
}
.location .sbOptions a.sbSub:hover {
  color: #276c93;
}
.location .sbOptions .sbGroup {
  border: none;
  padding: 0;
}
.location .sbSub {
  padding: 0 0 0 38px;
}
.location .sbSelector {
  padding: 0 7px 0 0;
}

.radio-outer .icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  cursor: pointer;
  margin: 7px 7px 7px 0px;
  background: url(../images/radio1.png) no-repeat;
}
@media only screen and (max-width: 479px) {
  .radio-outer .icheckbox {
    margin: 7px 4px 7px 0px;
  }
}
.radio-outer .icheckbox.checked {
  background: url(../images/radio.png) no-repeat;
}

section.map {
  width: 100%;
}
section.map h4 {
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
  float: right;
}
section.map .buttons {
  width: 100%;
  margin-top: 2rem;
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  float: right;
}
section.map .buttons .bttn {
  border: 1px solid #d9ae6a;
  background: #fff;
  color: #d9ae6a;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  section.map .buttons .bttn {
    padding: 8px;
  }
}
@media screen and (max-width: 47.9375em) {
  section.map .buttons .bttn {
    padding: 8px;
  }
}
section.map .buttons .bttn:hover, section.map .buttons .bttn.active {
  background: #d9ae6a;
  color: #fff;
}
section.map #homepage-map {
  margin-top: 1rem;
  width: 100%;
  height: 520px;
  background: #ccc;
  float: right;
}

.gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
}

.gm-style-iw-ch {
  padding-top: 12px;
}

.propertycard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
}
.propertycard__top {
  position: relative;
}
.propertycard__top .propertycard__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.propertycard__top .propertycard--ref {
  position: absolute;
  padding: 6px 12px;
  background: #d9ae6a;
  color: #fff;
  font-weight: 600;
}
.propertycard__top .propertycard__hover {
  position: absolute;
}
.propertycard__bottom {
  padding: 1rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.propertycard__bottom .propertycard__title h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  padding: 0;
  font-size: 16px !important;
  line-height: 1.5;
  text-align: left;
}
.propertycard__bottom .propertycard__title h6 {
  font-weight: 600;
  color: #d9ae6a;
}
.propertycard__bottom .propertycard__iconprice {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.propertycard__bottom .propertycard__iconprice h4 {
  font-size: 28px;
}
.propertycard ul {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
.propertycard ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #111;
  margin: 0 28px 0 0;
}
.propertycard ul li:last-child {
  margin-right: 0;
}
.propertycard ul li svg {
  fill: #999;
  margin: 0 8px 0 0;
}
.propertycard ul li.bed svg {
  width: 21px;
  height: 16px;
}
.propertycard ul li.bath svg {
  width: 21px;
  height: 21px;
}
.propertycard ul li.home svg {
  width: 21px;
  height: 18px;
}

/*--- homepage style ---*/
.detail-content-blk {
  width: 100%;
  float: left;
  padding: 52px 0 0;
}
@media screen and (max-width: 47.9375em) {
  .detail-content-blk {
    padding: 30px 0 0;
  }
}

.detail-content-left {
  width: 100%;
  float: left;
  padding: 5px 45px 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .detail-content-left {
    padding: 5px 0px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .detail-content-left {
    padding: 0px;
  }
}
.detail-content-left h2 {
  color: rgb(20.4, 20.4, 20.4);
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 23px;
}
.detail-content-left p {
  color: rgb(38.25, 38.25, 38.25);
  line-height: 22px;
  font-size: 15px;
}
.detail-content-left a.project_link {
  font-weight: normal;
}

.detail-content-right {
  width: 100%;
  padding: 0 40px 0 42px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .detail-content-right {
    padding: 0 40px 0 40px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .detail-content-right {
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .detail-content-right {
    padding: 0px;
  }
}
.detail-content-right .bottom-buttons {
  margin-top: 2rem;
}
.detail-content-right .bottom-buttons a.mortgage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 0 12px 0;
  padding: 0.8em 1.2em;
  border: none;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.detail-content-right .bottom-buttons a.mortgage img {
  height: 27px;
}
.detail-content-right .form-outer-block {
  clear: both;
  padding: 1.5em 0;
  margin: 0 0 7.5em;
}
.detail-content-right .form-outer-block h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0.5em 0;
}
.detail-content-right .form-outer-block .wa {
  display: flex;
  float: left;
  width: 49%;
  margin: 0 0 12px 0;
  padding: 0.8em 1.2em;
  border: none;
  border-radius: 4px;
  background-color: #3fae67;
}
.detail-content-right .form-outer-block .wa img {
  height: 27px;
  margin: 0 8px 0 5px;
}
.detail-content-right .form-outer-block .wa span {
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: -0.14px;
}
.detail-content-right .form-outer-block .wa:hover {
  background-color: #1f9979;
}
.detail-content-right .form-outer-block .callme {
  display: flex;
  float: right;
  width: 49%;
  margin: 0 0 12px 0;
  padding: 0.8em 1.2em;
  border: none;
  border-radius: 4px;
  background-color: #d9ae6a;
}
.detail-content-right .form-outer-block .callme img {
  height: 27px;
  margin: 0 8px 0 5px;
}
.detail-content-right .form-outer-block .callme span {
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: -0.14px;
}
.detail-content-right .form-outer-block .callme:hover {
  background-color: #c69555;
}
.detail-content-right .form-outer-block form {
  background-color: #fff;
  clear: both;
  padding: 1.8em 2em;
  border-radius: 4px;
  border: solid 1px #e5e9ec;
}
.detail-content-right .form-outer-block form .input-outer-block {
  position: relative;
  overflow: visible;
  margin: 0 0 5px;
}
.detail-content-right .form-outer-block form .input-outer-block input {
  padding: 0 15px;
  font-size: 15px;
  color: #262626;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e5e9ec;
  box-shadow: none;
  font-size: 15px;
  border-radius: 3px;
}
.detail-content-right .form-outer-block form .input-outer-block input::placeholder {
  font-size: inherit;
  color: inherit;
}
.detail-content-right .form-outer-block form .input-outer-block input .half {
  width: 48%;
}
.detail-content-right .form-outer-block form .input-outer-block span {
  position: absolute;
  right: 0.5em;
  top: 25%;
  font-size: 15px;
  color: #d9ae6a;
}
.detail-content-right .form-outer-block form .checkbox-outer-block {
  position: relative;
  margin: 0 0 5px;
}
.detail-content-right .form-outer-block form .checkbox-outer-block input {
  display: none;
}
.detail-content-right .form-outer-block form .checkbox-outer-block label {
  font-size: 12px;
  color: #262626;
  margin: 0;
}
.detail-content-right .form-outer-block form .checkbox-outer-block label span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e5e9ec;
  border-radius: 2px;
  margin: 0 0.5em 0 0;
  vertical-align: text-bottom;
  padding: 4px;
  position: relative;
}
.detail-content-right .form-outer-block form .checkbox-outer-block input[type=checkbox]:checked + label span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background: #d9ae6a;
}
.detail-content-right .form-outer-block form .field-textarea {
  margin: 0 0 5px;
}
.detail-content-right .form-outer-block form .field-textarea textarea {
  color: #262626;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e5e9ec;
  border-radius: 3px;
  font-size: 15px;
  box-shadow: none;
  height: 90px;
  padding: 10px 15px;
}
.detail-content-right .form-outer-block form .field-textarea textarea::placeholder {
  color: inherit;
}
.detail-content-right .form-outer-block form #true-submit {
  margin: 0;
  float: none;
}
.detail-content-right .check-list {
  width: 100%;
  margin: 28px 0 0 4px;
}
@media screen and (max-width: 47.9375em) {
  .detail-content-right .check-list {
    margin: 20px 0 0 0px;
  }
}
.detail-content-right .check-list li {
  width: 100%;
  margin: 0 0 0px;
  padding: 0 0 0 41px;
  line-height: 28px;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .detail-content-right .check-list li {
    padding: 0 0 0 28px;
    font-size: 13px;
  }
}
.detail-content-right .check-list li:before {
  position: absolute;
  content: "";
  background: url(../images/svg/box_tick.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
}

.features-list.detail {
  float: none;
  overflow: auto;
}
@media screen and (max-width: 47.9375em) {
  .features-list.detail {
    padding: 0 0 15px;
  }
}
.features-list.detail li {
  width: 100% !important;
  display: inherit;
  text-align: left;
  padding: 0 0 10px !important;
}
.features-list.detail li:first-child {
  width: 100% !important;
}
.features-list.detail li:nth-child(2) {
  width: 100% !important;
}
.features-list.detail li .icon-blk {
  display: inline-block;
  width: 22px !important;
  margin: 0 18px 0 0;
  vertical-align: middle;
}
.features-list.detail li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  font-weight: 400;
  color: rgb(38.25, 38.25, 38.25);
}
.features-list.detail li span strong {
  font-weight: 600;
}

.form-outer {
  width: 100%;
  float: left;
}
.form-outer .form-inner {
  width: 100%;
  float: left;
  border-top: 1px solid #e5e9ec;
  padding: 30px 0 20px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 479px) {
  .form-outer .form-inner {
    padding: 30px 0 18px;
  }
}
.form-outer .form-inner h3 {
  font-size: 18px;
  padding: 0 0 9px;
}
.form-outer .form-inner p {
  font-size: 15px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .form-outer .form-inner p {
    font-size: 14px;
  }
}

.form-div {
  width: 100%;
  float: left;
  background: #f6f9fa;
  padding: 19px 20px 7px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-div {
    padding: 19px 13px 7px;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-div {
    padding: 19px 13px 14px;
  }
}

.form-left {
  width: 50%;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .form-left {
    width: 100%;
  }
}
.form-left .input-left {
  width: 37.5%;
  float: left;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .form-left .input-left {
    width: 45%;
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-left .input-left {
    width: 100%;
    padding: 0;
  }
}
.form-left .input-left .input-box {
  background: #fff;
  border: 1px solid #ced5d9;
  border-radius: 0;
  height: 36px;
  padding: 5px 15px;
  color: rgb(38.25, 38.25, 38.25);
  font-size: 15px;
  background: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-left .input-left .input-box::-webkit-input-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-left .input-left .input-box::-moz-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-left .input-left .input-box:-ms-input-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-left .input-left .input-box:-moz-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-left .input-left .input-box {
    font-size: 13px;
  }
}
.form-left .input-left .form-field {
  margin: 0 0 5px;
}
.form-left .input-right {
  width: 62.5%;
  float: left;
  padding: 5px 0px 0 38px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .form-left .input-right {
    width: 55%;
    padding-left: 7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-left .input-right {
    padding: 5px 0px 0 18px;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-left .input-right {
    width: 100%;
    padding: 15px 0 0;
  }
}
.form-left .input-right p {
  margin: 0 0 5px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-left .input-right p {
    font-size: 13px;
    line-height: 16px;
  }
}
.form-left .input-right .radio-blk1 {
  width: 50%;
  margin: 0 0 31px;
  display: flex;
  align-items: center;
}
.form-left .input-right .radio-blk1 input {
  margin: 0;
}
.form-left .input-right .radio-blk1 label {
  font-weight: 400;
  color: rgb(38.25, 38.25, 38.25);
}
.form-left .input-right .radio-blk1 label.hover {
  position: relative;
  display: inline-block;
  padding: 0;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  border: unset;
  cursor: unset;
  background: unset;
  font-size: 14px;
  transition: unset;
  color: unset;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-left .input-right .radio-blk1 label {
    font-size: 12px;
  }
}
.form-left .input-right .radio-blk1 .icheckbox_radio {
  margin: 3px 3px 3px 0px;
}
.form-left .input-right .radio-blk1 .icheckbox_radio.hover {
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .form-left .input-right .radio-blk1 {
    margin: 0 0 14px;
  }
}
.form-left .input-right .icheckbox_radio.checked {
  background: #b88637;
  border: 3px solid white;
  border-radius: 100%;
}
.form-left .input-right .icheckbox_radio.checked:after {
  position: absolute;
  content: "";
  border: 2px solid #ced5d9;
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.form-right {
  width: 50%;
  float: left;
  padding: 0 0px 0 14px;
}
@media screen and (max-width: 47.9375em) {
  .form-right {
    width: 100%;
    padding: 0;
  }
}
.form-right textarea {
  height: 120px;
  color: rgb(38.25, 38.25, 38.25);
  font-size: 15px;
  background: #fff;
  border: 1px solid #ced5d9;
  padding: 10px 15px;
  box-shadow: none;
  resize: none;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-right textarea::-webkit-input-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-right textarea::-moz-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-right textarea:-ms-input-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
.form-right textarea:-moz-placeholder {
  color: rgb(38.25, 38.25, 38.25);
  opacity: 1;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .form-right textarea {
    font-size: 13px;
  }
}

.form-field {
  float: left;
  width: 100%;
}

.checkbox-outer {
  width: 100%;
  float: left;
  margin: 6px 0 0;
}
.checkbox-outer .single-checkbox {
  width: 69%;
  float: none;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .checkbox-outer .single-checkbox {
    width: 65%;
  }
}
@media screen and (max-width: 47.9375em) {
  .checkbox-outer .single-checkbox {
    width: 100%;
    padding: 20px 0 0 0px;
  }
}
.checkbox-outer .single-checkbox .icheckbox {
  width: 18px;
  height: 18px;
  line-height: inherit;
  border: none;
  background: url(../images/check.png) no-repeat;
  margin: 4px 7px 0 0;
}
.checkbox-outer .single-checkbox .icheckbox.checked {
  position: relative;
  background: url(../images/checked.png) no-repeat;
}
.checkbox-outer .single-checkbox label {
  font-size: 15px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .checkbox-outer .single-checkbox label {
    font-size: 13px;
    float: left;
    width: 87%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .checkbox-outer .single-checkbox label {
    font-size: 12px;
    width: 67%;
    float: left;
    line-height: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .checkbox-outer .single-checkbox label {
    font-size: 14px;
    float: left;
    width: 80%;
    line-height: 16px;
  }
}
.checkbox-outer .calender-outer {
  width: 30%;
  float: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border: 1px solid #ced5d9;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .checkbox-outer .calender-outer {
    width: 33.5%;
  }
}
@media screen and (max-width: 47.9375em) {
  .checkbox-outer .calender-outer {
    width: auto;
    margin: 15px 0 0;
  }
}
.checkbox-outer .calender-outer input[readonly] {
  background: white;
  border: none;
  box-shadow: none;
  height: 35px;
  color: rgb(38.25, 38.25, 38.25);
  font-size: 16px;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .checkbox-outer .calender-outer input[readonly] {
    font-size: 14px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .checkbox-outer .calender-outer input[readonly] {
    font-size: 13px;
    padding: 0 0 0 10px;
  }
}
.checkbox-outer .calender-outer .prefix {
  /*margin: 4px 4px 0 0;
  float: right;*/
  margin: 0px 4px 0 0;
  float: right;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkbox-outer .calender-outer .prefix img {
  width: 25px;
}

#dpMonths {
  height: 36px;
}

.captcha-outer {
  width: 100%;
  float: right;
  max-width: 572px;
  margin: 15px 0 0;
}
@media screen and (max-width: 47.9375em) {
  .captcha-outer {
    float: left;
  }
}
.captcha-outer .captcha-block {
  width: 60%;
  float: left;
}
.captcha-outer .btn-outer {
  float: left;
  width: 40%;
  padding: 0;
}
.captcha-outer .btn-outer .bttn {
  line-height: 25px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .captcha-outer .btn-outer .bttn {
    line-height: 35px;
  }
}
@media screen and (max-width: 47.9375em) {
  .captcha-outer .btn-outer {
    width: 100%;
    padding: 14px 0 0 0px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .captcha-outer {
    max-width: 352px;
  }
}

.location-blk {
  width: 100%;
  float: left;
  margin: 0 0 35px;
}
@media only screen and (max-width: 479px) {
  .location-blk {
    margin: 0 0 30px;
  }
}
.location-blk h3 {
  font-size: 18px;
  padding: 0 0 45px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 47.9375em) {
  .location-blk h3 {
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .location-blk h3 {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .location-blk {
    margin: 0 0 28px;
  }
}

#map {
  height: 382px;
  width: 100%;
  float: right;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #map {
    height: 380px;
  }
}
@media screen and (max-width: 47.9375em) {
  #map {
    height: 300px;
  }
}

.top-block {
  width: 100%;
  float: left;
  background: white;
  border-top: 1px solid #e5e9ec;
}
.top-block .breadcrumb-outer {
  padding: 11px 0 9px;
  border-bottom: 1px solid #e5e9ec;
}
.top-block .breadcrumbs {
  margin: 0;
}
.top-block .breadcrumbs li {
  font-size: 13px;
  font-style: italic;
  color: rgb(96.9, 96.9, 96.9);
  text-transform: inherit;
  letter-spacing: 0.5px;
}
.top-block .breadcrumbs li:not(:last-child)::after {
  content: "\f101";
  font-family: "FontAwesome";
  color: rgb(96.9, 96.9, 96.9);
  font-size: 10px;
  margin: 0 9px;
}
.top-block .breadcrumbs li a {
  color: rgb(96.9, 96.9, 96.9);
}
.top-block .breadcrumbs li a:hover {
  color: #b88637;
  text-decoration: none;
}
.top-block .title-blk-outer {
  width: 100%;
  float: left;
}
.top-block .title-blk-outer .top-left {
  width: 100%;
  float: left;
  padding: 16px 0 19px;
}
@media only screen and (max-width: 479px) {
  .top-block .title-blk-outer .top-left {
    padding: 16px 0 10px;
  }
}
.top-block .title-blk-outer .top-left h1 {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  padding: 0 0 6px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .top-block .title-blk-outer .top-left h1 {
    font-size: 23px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .top-block .title-blk-outer .top-left h1 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .top-block .title-blk-outer .top-left h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.top-block .title-blk-outer .top-left span {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.top-block .title-blk-outer .top-right {
  float: right;
  padding: 19px 0 19px;
}
@media screen and (max-width: 47.9375em) {
  .top-block .title-blk-outer .top-right {
    float: left;
    width: 100%;
    padding: 0px 0 19px;
  }
}
.top-block .title-blk-outer .top-right .price {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 26px;
  color: #d9ae6a;
  font-weight: 700;
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 0 6px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .top-block .title-blk-outer .top-right .price {
    font-size: 23px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-block .title-blk-outer .top-right .price {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .top-block .title-blk-outer .top-right .price {
    font-size: 23px;
    line-height: 28px;
  }
}
.top-block .title-blk-outer .top-right p {
  text-align: right;
  color: rgb(104.55, 104.55, 104.55);
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 47.9375em) {
  .top-block .title-blk-outer .top-right p {
    text-align: left;
  }
}
.top-block .title-blk-outer .top-right ul {
  float: right;
  padding: 0 0 0 155px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .top-block .title-blk-outer .top-right ul {
    padding: 0 0 0 95px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .top-block .title-blk-outer .top-right ul {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-block .title-blk-outer .top-right ul {
    padding: 0;
    float: left;
  }
}
.top-block .title-blk-outer .top-right ul li {
  width: 47%;
  float: left;
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 7px;
}
.top-block .title-blk-outer .top-right ul li:first-child {
  padding: 0;
  margin: 0;
}
.top-block .title-blk-outer .top-right ul li:first-child:before {
  content: none;
}
.top-block .title-blk-outer .top-right ul li:first-child a {
  padding: 0 0 0 38px;
}
.top-block .title-blk-outer .top-right ul li:first-child a:before {
  background: url(../images/svg/pdf.svg) no-repeat;
  width: 28px;
  height: 28px;
}
.top-block .title-blk-outer .top-right ul li:before {
  position: absolute;
  content: "";
  background: #c0c0c0;
  width: 1px;
  height: 27px;
  left: 0;
  top: 0;
}
.top-block .title-blk-outer .top-right ul li a {
  position: relative;
  float: left;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 16px;
  color: rgb(38.25, 38.25, 38.25);
}
.top-block .title-blk-outer .top-right ul li a:hover {
  color: #d9ae6a;
}
.top-block .title-blk-outer .top-right ul li a:before {
  position: absolute;
  content: "";
  background: url(../images/svg/back-arw.svg) no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.text-blk {
  width: 730px;
  float: left;
  background: url(../images/content/slide-bg.jpg) no-repeat;
  padding: 16px 40px 27px 40px;
}
@media screen and (max-width: 47.9375em) {
  .text-blk {
    width: 100%;
    padding: 15px;
  }
}
.text-blk .text-blk-inner {
  width: 100%;
  float: left;
  position: relative;
}
.text-blk .text-blk-inner h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: white;
  padding: 0 0 22px;
}
@media screen and (max-width: 47.9375em) {
  .text-blk .text-blk-inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.text-blk .text-blk-inner ul {
  width: 100%;
  float: left;
  margin: 0 0 11px;
}
.text-blk .text-blk-inner ul li {
  width: 100%;
  float: left;
  padding: 0 0 13px;
}
.text-blk .text-blk-inner ul li a {
  position: relative;
  float: left;
  padding: 0 0 0 31px;
  font-size: 22px;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .text-blk .text-blk-inner ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}
.text-blk .text-blk-inner ul li a:before {
  position: absolute;
  content: "";
  background: url(../images/svg/small_tick.svg) no-repeat;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 4px;
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner ul li a:before {
    width: 16px;
    height: 19px;
    background-size: 100%;
  }
}
.text-blk .text-blk-inner .title {
  max-width: 340px;
}
.text-blk .text-blk-inner .bttn {
  height: 84px;
  max-width: 370px;
  line-height: 84px;
  padding: 0;
  font-size: 28px;
  color: white;
  font-weight: 600;
  text-transform: inherit;
  background: #007cc4;
}
.text-blk .text-blk-inner .bttn:hover {
  background: #d9ae6a;
}
@media screen and (max-width: 47.9375em) {
  .text-blk .text-blk-inner .bttn {
    height: 64px;
    line-height: 58px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner .bttn {
    height: 55px;
    line-height: 49px;
    font-size: 18px;
  }
}
.text-blk .text-blk-inner .inner-logo {
  width: auto !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 47.9375em) {
  .text-blk .text-blk-inner .inner-logo {
    width: 149px !important;
  }
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner .inner-logo {
    display: none;
  }
}
.text-blk .text-blk-inner span {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #007cc4;
  position: relative;
  padding: 23px 0 0 33px;
}
.text-blk .text-blk-inner span:before {
  position: absolute;
  content: "";
  background: url(../images/svg/small_tick1.svg) no-repeat;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 21px;
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner span:before {
    width: 16px;
    height: 19px;
    background-size: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .text-blk .text-blk-inner span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .text-blk .text-blk-inner span {
    font-size: 13px;
  }
}

.icheckbox_radio1 {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  line-height: 35px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  position: relative;
  float: left;
  border: 2px solid #007dc4;
  text-align: center;
  color: rgb(79.05, 79.05, 79.05);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.icheckbox_radio1.checked {
  background: #007dc4;
  color: white;
}

.resale-detail .resale-features {
  margin-top: 2rem;
}
.resale-detail .options ul {
  margin: 0;
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem 2rem;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.resale-detail .options ul li {
  white-space: nowrap;
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.4rem;
}
.resale-detail .options ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../images/tick_resale.svg) center center no-repeat;
  width: 22px;
  height: 22px;
  z-index: 999;
  border-radius: 12px;
}

/*** Detail Page *******************************************************************************************/
.detail-slider-wrap {
  width: 100%;
  float: left;
}
.detail-slider-wrap img {
  width: 100%;
}
.detail-slider-wrap .slick-list {
  padding: 0 !important;
}
.detail-slider-wrap .slick-slide {
  position: relative;
  margin: 0 1px 0 0;
}
.detail-slider-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 0;
  height: 57px;
  width: 30px;
  margin-top: -28px;
  cursor: pointer;
}
.detail-slider-wrap .slick-next {
  right: 0;
  background: rgba(20.4, 20.4, 20.4, 0.7) url(../images/svg/left_arrow.svg) no-repeat -2px 12px;
  background-size: 35px 35px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.detail-slider-wrap .slick-next:before {
  content: none;
}
.detail-slider-wrap .slick-prev {
  left: 0;
  background: rgba(20.4, 20.4, 20.4, 0.7) url(../images/svg/left_arrow.svg) no-repeat -2px 12px;
  background-size: 35px 35px;
  margin-top: 0px;
}
.detail-slider-wrap .slick-prev:before {
  content: none;
}
@media screen and (max-width: 47.9375em) {
  .detail-slider-wrap .slick-slide {
    margin: 0;
  }
  .detail-slider-wrap .slick-prev {
    margin-left: 0;
    margin-top: -28px;
  }
  .detail-slider-wrap .slick-next {
    margin-right: 0;
  }
}

.detail-slider {
  max-height: 549px;
  position: relative;
  -webkit-transition: max-height 0.3s ease 0s;
  -moz-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .detail-slider {
    max-height: inherit;
    overflow: visible;
  }
}

@media only screen and (min-width: 768px) {
  .detail-slider-wrap .slick-slider,
  .detail-slider-wrap .slick-slide,
  .detail-slider-wrap .slick-slider .slick-track,
  .detail-slider-wrap .slick-list {
    height: 100%;
  }
  .detail-slider-wrap .slick-slide .img-outer {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    display: block;
  }
  button {
    outline: none;
    border: 0;
  }
  button:focus {
    outline: none;
    border: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .detail-slider-wrap img {
    opacity: 1 !important;
  }
  .detail-slider-wrap .slick-slide .img-outer {
    background-image: none !important;
  }
  .detail-slider {
    height: 238px;
  }
}
section.order {
  background: #fff;
  border: solid 1px #eee;
  padding: 1rem;
  width: 100%;
  float: left;
}
section.order .proplisting-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 0.9em;
}
section.order .proplisting-title h2 {
  color: #111;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
}
section.order .proplisting-title .selectbox--order {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
section.order .proplisting-title .sbHolder {
  width: 180px;
  border-radius: 3px;
}
section.order .proplisting-title .sbHolder .sbSelector {
  font-size: 0.9em;
}
section.order .proplisting-title .sbHolder .sbOptions a {
  font-size: 0.9em;
}

.listing .center-heading {
  padding: 45px 0 28px;
}
.listing .center-heading h1 {
  text-transform: uppercase;
  padding: 0 0 12px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .center-heading h1 {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .center-heading h1 {
    text-align: center;
  }
}
.listing .center-heading h2 {
  color: #3e3e3e;
  font-weight: 600;
  padding: 0 0 29px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .center-heading h2 {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .center-heading h2 {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .center-heading p {
    font-size: 14px;
  }
}
.listing .center-heading p a {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: underline;
}
.listing .center-heading p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer ul li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer ul li .ppty-content {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer ul li .ppty-content .ppty-content-inner {
    float: none;
    display: inline-block;
    padding: 50px 35px;
    text-align: left;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .property-block-outer ul li .ppty-content .ppty-content-inner {
    padding: 26px 35px;
  }
}
@media only screen and (max-width: 479px) {
  .listing .property-block-outer ul li .ppty-content .ppty-content-inner {
    padding: 26px 15px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .listing .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 0 45px 0 60px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    float: none;
    display: inline-block;
    padding: 50px 35px;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 26px 35px;
  }
}
@media only screen and (max-width: 479px) {
  .listing .property-block-outer ul li:nth-child(2n) .ppty-content .ppty-content-inner {
    padding: 26px 15px;
  }
}
.listing .property-block-outer .ppty-content h3 {
  text-transform: capitalize;
  line-height: 36px;
  padding: 0 0 9px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer .ppty-content h3 {
    line-height: 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .listing .property-block-outer .ppty-content h3 {
    line-height: 28px;
  }
}
.listing .property-block-outer .ppty-content span {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer .ppty-content span {
    padding: 0 0 10px;
  }
}
.listing .property-block-outer .ppty-content strong {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer .ppty-content strong {
    padding: 0 0 10px;
  }
}
.listing .property-block-outer .ppty-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer .ppty-content p {
    font-size: 13px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing .property-block-outer .ppty-img {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing .property-block-outer .ppty-img a {
    height: 414px;
  }
}
@media only screen and (max-width: 479px) {
  .listing .property-block-outer .ppty-img a {
    height: 320px;
  }
}

@media screen and (max-width: 47.9375em) {
  .inner-banner {
    height: 426px;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay {
    width: 100%;
    top: 50%;
    padding: 38px 20px 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
  }
}
.inner-banner .fold-overlay .single-row {
  width: 17.1%;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row {
    width: 19%;
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row {
    width: 100%;
    margin: 0 0 14px;
  }
}
.inner-banner .fold-overlay .single-row.check-blk {
  width: 15.8%;
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.check-blk {
    width: 100%;
    margin: 0 0 14px;
  }
}
.inner-banner .fold-overlay .single-row.check-blk .check-btn-row {
  width: 100%;
  margin: 0 0 8px;
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.check-blk .check-btn-row {
    width: 50%;
    margin: 0;
  }
}
.inner-banner .fold-overlay .single-row.radio-blk {
  width: 12%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row.radio-blk {
    width: 13%;
    margin: 0;
  }
  .inner-banner .fold-overlay .single-row.radio-blk label {
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.radio-blk {
    width: 100%;
    margin: 0 0 14px;
  }
}
.inner-banner .fold-overlay .single-row.bttn-blk {
  width: 14.4%;
  float: right;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk {
    width: 68px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk {
    width: 68px;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk {
    width: 100%;
  }
}
.inner-banner .fold-overlay .single-row.bttn-blk:before {
  position: absolute;
  top: 17px;
  content: "";
  left: 0;
  background: url(../images/svg/search.svg) no-repeat center center;
  height: 28px;
  right: 0;
  width: 28px;
  margin: 0 auto;
  background-size: 28px 28px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk:before {
    content: none;
  }
}
.inner-banner .fold-overlay .single-row.bttn-blk .bttn {
  height: 84px;
  margin: 0;
  padding: 39px 0 7px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk .bttn {
    font-size: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk .bttn {
    font-size: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row.bttn-blk .bttn {
    height: auto;
    padding: 7px;
  }
}
.inner-banner .fold-overlay .single-row .single-left,
.inner-banner .fold-overlay .single-row .single-right {
  width: 100%;
  margin: 0 0 8px;
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row .single-left,
  .inner-banner .fold-overlay .single-row .single-right {
    width: 48.8%;
    margin: 0 1.2% 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row .single-right {
    margin: 0 0 0 1.2%;
  }
}
.inner-banner .fold-overlay .single-row .icheckbox,
.inner-banner .fold-overlay .single-row .sbHolder {
  background: white;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row .icheckbox,
  .inner-banner .fold-overlay .single-row .sbHolder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-banner .fold-overlay .single-row .icheckbox,
  .inner-banner .fold-overlay .single-row .sbHolder {
    font-size: 12px;
  }
}
.inner-banner .fold-overlay .single-row .icheckbox.checked {
  background: #007dc4;
  color: white;
}
.inner-banner .fold-overlay .single-row .radio-blk1 {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .inner-banner .fold-overlay .single-row .radio-blk1 {
    width: 33.33%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row .sbSelector {
    text-indent: 7px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-banner .fold-overlay .single-row .sbSelector {
    text-indent: 7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .inner-banner .fold-overlay .single-row .sbToggle {
    right: 7px;
  }
  .inner-banner .fold-overlay .single-row .sbToggle:after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-banner .fold-overlay .single-row .sbToggle {
    right: 7px;
  }
  .inner-banner .fold-overlay .single-row .sbToggle:after {
    font-size: 14px;
  }
}
.inner-banner .fold-overlay .single-row .sbOptions a {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 7px;
}

.features-list {
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 5px 0 0 !important;
  padding: 0;
}
.features-list li {
  width: 64px !important;
  float: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .features-list li {
    width: 50px !important;
  }
}
@media only screen and (max-width: 479px) {
  .features-list li {
    width: 45px !important;
  }
}
.features-list li .icon-blk {
  width: 22px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin: 0 0 4px;
}
.features-list li span {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 12px !important;
}
.features-list li span sup {
  font-size: 9px;
}
.features-list li:first-child {
  width: 40px !important;
}
.features-list li:nth-child(2) {
  width: 109px !important;
  padding-left: 10px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .features-list li:nth-child(2) {
    width: 90px !important;
  }
}
@media only screen and (max-width: 479px) {
  .features-list li:nth-child(2) {
    width: 90px !important;
  }
}
.features-list li:nth-child(3) .icon-blk {
  width: 27px;
}

.flag-label {
  width: 185px;
  color: white;
  padding: 9px 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  text-align: center;
}
.flag-label.new {
  background: #d9ae6a;
}
.flag-label.sold {
  background: #d9ae6a;
}
.flag-label.reserved {
  background: #d9ae6a;
}
.flag-label.reduced-price {
  background: #d9ae6a;
}
.flag-label.highlighted {
  background: #d9ae6a;
  z-index: 999;
}

.pagination {
  margin-bottom: 18px;
}
.pagination li {
  width: 34px;
  font-size: 15px;
  height: 39px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  margin-right: 3px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .pagination li {
    width: 22px;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 2px;
  }
}
.pagination li a {
  text-decoration: none !important;
  color: rgb(53.55, 53.55, 53.55);
  padding: 0;
  height: 39px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .pagination li a {
    height: 28px;
  }
  .pagination li a:hover {
    border: 1px solid #464646;
    background: #464646;
    color: white;
  }
}
.pagination li.pagination-previous {
  width: auto;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-previous {
    font-size: 12px;
  }
}
.pagination li.pagination-previous:before {
  content: none;
}
.pagination li.pagination-previous.disabled {
  padding: 0 22px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-previous.disabled {
    padding: 0 9px;
  }
}
.pagination li.pagination-previous.disabled:hover {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.pagination li.pagination-previous a {
  padding: 0 22px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-previous a {
    padding: 0 9px;
  }
}
.pagination li.pagination-previous a:before {
  content: none;
}
.pagination li.pagination-next {
  width: auto;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-next {
    font-size: 12px;
  }
}
.pagination li.pagination-next a {
  padding: 0 15px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-next a {
    padding: 0 7px;
  }
}
.pagination li.pagination-next a:after {
  content: none;
}
.pagination li.pagination-next.disabled {
  padding: 0 15px;
}
@media only screen and (max-width: 479px) {
  .pagination li.pagination-next.disabled {
    padding: 0 7px;
  }
}
.pagination li.pagination-next.disabled:hover {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.pagination li.pagination-next.disabled:after {
  content: none;
}
.pagination li.current {
  background: #464646;
  border: 1px solid #464646;
  padding: 0;
}
.pagination li.current span {
  color: #fff;
}
.pagination li.ellipsis {
  border: none;
}
.pagination li.ellipsis:after {
  color: #b3b5b5;
}

.expo .single-outerblock {
  width: 100%;
}
.expo .single-outerblock.listing {
  margin: 0 0 95px;
}
@media only screen and (max-width : 767px) {
  .expo .single-outerblock.listing {
    margin: 0 0 65px;
  }
}
.expo .single-outerblock.listing .form-content {
  background: #eee;
}
.expo .listing-title {
  width: 100%;
  padding: 50px 45px 25px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .listing-title {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .listing-title {
    padding: 40px 30px 35px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .listing-title {
    padding: 36px 30px 22px;
  }
}
.expo .listing-title .columns {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width : 767px) {
  .expo .listing-title .columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expo .listing-title h1 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}
.expo .listing-title h4,
.expo .listing-title h5 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 3rem;
}
@media only screen and (max-width : 767px) {
  .expo .listing-title h4,
  .expo .listing-title h5 {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 10px;
  }
}
.expo .listing-title h3 {
  width: 100%;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 26px;
}
.expo .listing-title .text {
  margin: 1.6rem 0;
  padding: 0 8rem;
  position: relative;
  width: 100%;
  text-align: justify;
}
.expo .listing-title .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px solid #bb9e5b;
  width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width : 479px) {
  .expo .listing-title .text {
    padding: 0 2rem;
  }
}
.expo .listing-title .listing-results {
  text-align: left;
}
.expo .listing-title .listing-results span {
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (max-width : 767px) {
  .expo .listing-title .listing-results {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .listing-title .listing-sort {
    margin-bottom: 10px;
  }
}
.expo .listing-title .selectbox-outer {
  border: none;
  display: block;
  float: right;
  width: 100%;
  min-width: 121px;
  position: relative;
}
.expo .listing-title .selectbox-outer .SumoSelect > .CaptionCont {
  height: 20px;
  min-height: 20px;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
.expo .listing-title .selectbox-outer .SumoSelect > .CaptionCont span {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 25px 0 0;
  color: rgb(38.25, 38.25, 38.25) !important;
}
.expo .listing-title .selectbox-outer .SumoSelect > .CaptionCont > label {
  width: 20px;
  border-left: 1px solid 1px solid #cacaca;
}
.expo .listing-title .selectbox-outer .SumoSelect > .CaptionCont > label i {
  width: 10px;
  height: 5px;
  background-image: url("../images/angle_down_grey.svg");
  background-size: 10px 5px;
  margin: 0;
  right: 0;
  left: inherit;
  top: 10px;
}
.expo .listing-title .selectbox-outer .SumoSelect .optWrapper > ul.options li.opt label {
  font-size: 13px;
  line-height: 17px;
  color: rgb(38.25, 38.25, 38.25) !important;
}
.expo .listing-title .selectbox-outer .SumoSelect.open > .optWrapper {
  top: 25px;
  background: white;
}
.expo .property-block-expo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 45px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .expo .property-block-expo {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-block-expo {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .property-block-expo {
    padding: 0 30px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .property-block-expo {
    padding: 0 30px;
  }
}
.expo .property-block-expo .property-block {
  width: 31.99%;
  margin: 0 2% 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.expo .property-block-expo .property-block:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .property-block-expo .property-block:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-block-expo .property-block {
    margin-right: 20px;
    width: 31.98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .property-block-expo .property-block {
    margin: 0 20px 34px 0;
    width: 48.5%;
  }
  .expo .property-block-expo .property-block:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width : 767px) {
  .expo .property-block-expo .property-block {
    width: 100%;
    margin: 0 0 25px;
  }
}
.expo .property-block-expo .property-block:hover .listing-slider {
  transform: scale(1);
}
.expo .listing-slider {
  float: left;
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.expo .property-image {
  width: 100%;
  position: relative;
  height: 340px;
  object-fit: cover;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-image {
    height: 300px;
  }
}
@media only screen and (max-width : 479px) {
  .expo .property-image {
    height: 252px;
  }
}
.expo .property-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.expo .property-image img:hover {
  transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-image img {
    height: 300px;
  }
}
@media only screen and (max-width : 479px) {
  .expo .property-image img {
    height: 265px;
  }
}
.expo .property-image > a {
  float: left;
  width: 100%;
  height: 100%;
}
.expo .property-image:hover img {
  transform: scale(1);
}
.expo .info-overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width : 479px) {
  .expo .info-overlay {
    padding: 8px;
  }
}
.expo .info-overlay .reference-no {
  background-color: rgba(3, 20, 24, 0.7);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 14px 7px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  display: inline-block;
  font-family: "ProximaNova-Bold";
  width: 100px;
  margin-bottom: 4px;
}
.expo .info-overlay .grid-status {
  padding: 10px 14px 10px;
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
  font-family: "ProximaNova-Bold";
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(217, 174, 106, 0.7);
}
@media only screen and (max-width : 479px) {
  .expo .info-overlay .grid-status {
    padding: 6px 14px 6px;
  }
}
.expo .info-overlay .grid-status.new-arrival {
  background: #d9ae6a;
}
.expo .info-overlay .grid-status.reserved {
  background: #d9ae6a;
}
.expo .info-overlay .grid-status:first-child {
  margin-top: 0;
}
.expo .favorite-blk {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(217, 174, 106, 0.7);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 31px;
  height: 29px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.expo .favorite-blk a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.expo .favorite-blk a img {
  width: 20px;
  height: auto;
  display: block;
}
.expo .favorite-blk a .fav-added {
  display: none;
}
.expo .favorite-blk a.liked img {
  display: none;
}
.expo .favorite-blk a.liked .fav-added {
  display: block;
}
.expo .favorite-blk.liked a img {
  display: none;
}
.expo .favorite-blk.liked a .fav-added {
  display: block;
}
.expo .property-details {
  width: 100%;
  background: white;
  text-align: left;
  padding: 24px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .property-details {
    padding: 17px 10px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .property-details {
    padding: 17px 6px;
  }
}
.expo .property-details .property-details-top {
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width : 479px) {
  .expo .property-details .property-details-top {
    padding-bottom: 13px;
  }
}
.expo .property-details .property-details-top h4,
.expo .property-details .property-details-top h5 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  height: 3rem;
  background: none;
}
.expo .property-details .property-details-top h4 a,
.expo .property-details .property-details-top h5 a {
  color: #d9ae6a;
}
.expo .property-details .property-details-top h4 a:hover,
.expo .property-details .property-details-top h5 a:hover {
  color: #b88637;
}
.expo .property-details .details-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced5d9;
}
.expo .property-details .details-bottom span {
  font-size: 15px;
  line-height: 26px;
  color: rgb(96.9, 96.9, 96.9);
}
.expo .property-details .details-bottom span.class {
  text-transform: uppercase;
}
.expo .property-details .details-bottom span.price {
  color: #3e3e3e;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}
.expo .property-details .property-details-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ced5d9;
  padding: 12px 0 14px;
}
@media only screen and (max-width : 479px) {
  .expo .property-details .property-details-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 15px 0;
  }
}
.expo .property-details .property-details-bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width : 479px) {
  .expo .property-details .property-details-bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.expo .property-details .property-details-bottom ul li {
  margin: 0 0 0 28px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .expo .property-details .property-details-bottom ul li {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-details .property-details-bottom ul li {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width : 479px) {
  .expo .property-details .property-details-bottom ul li {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .property-details .property-details-bottom ul li {
    margin: 0 0 0 40px;
  }
}
@media only screen and (max-width : 479px) {
  .expo .property-details .property-details-bottom .details-bottom-left {
    width: 100%;
  }
}
.expo .property-details .property-details-bottom .details-bottom-right .info {
  background: #d9ae6a;
  padding: 4px 12px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.expo .property-details .property-details-bottom .details-bottom-right .info:hover {
  background: #b88637;
}
.expo .property-details .property-details-bottom .icon-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.expo .property-details .property-details-bottom .icon-list ul li span {
  font-size: 15px;
  line-height: 18px;
  padding-left: 8px;
}
.expo .property-details .property-details-bottom .icon-list ul li:first-child {
  margin: 0;
}
.expo .property-details .property-details-bottom .icon-list ul li img {
  height: auto;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .expo .property-details .property-details-bottom .icon-list ul li img {
    width: 17px;
  }
}
.expo .property-details .property-details-bottom a {
  font-size: 15px;
  line-height: 18px;
  color: #d9ae6a;
  text-decoration: underline;
}
.expo .property-details .property-details-bottom a:hover {
  color: #b88637;
}
.expo .property-details h4 {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
  background: #f6f6f6;
}
.expo .property-details h4 i {
  color: #b88637;
  margin-right: 0.6rem;
  font-size: 20px;
}
.expo .property-details h4 strong {
  font-weight: bold;
}
.expo .slick-slider .slick-slide {
  outline: 0;
}
.expo .slick-arrow {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  width: 42px;
  height: 51px;
  border: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
@media only screen and (max-width : 479px) {
  .expo .slick-arrow {
    width: 38px;
    height: 47px;
  }
}
.expo .slick-arrow:hover {
  background: #000000;
}
.expo .slick-arrow:before {
  content: "";
  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%);
  width: 10px;
  height: 17px;
}
.expo .slick-arrow.slick-prev {
  left: 0;
}
.expo .slick-arrow.slick-prev:before {
  background: url(../images/arrow_left.svg) no-repeat center;
}
.expo .slick-arrow.slick-next {
  right: 0;
}
.expo .slick-arrow.slick-next:before {
  background: url(../images/arrow_right.svg) no-repeat center;
}
@media only screen and (max-width : 479px) {
  .expo .bttn-wrap {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .bttn-wrap {
    margin-top: 10px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .bttn-wrap {
    margin-top: 20px;
  }
}
.expo .bttn-wrap .button {
  min-width: 480px;
}
@media only screen and (max-width : 767px) {
  .expo .bttn-wrap .button {
    min-width: 315px;
  }
}
@media only screen and (max-width : 479px) {
  .expo .bttn-wrap .button {
    min-width: 260px;
  }
}
.expo .pagination-outercon {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #ced5d9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .pagination-outercon {
    padding: 25px 0;
  }
}
.expo .pagination-outercon .pagination {
  margin: 0;
  padding: 0;
  width: 100%;
}
.expo .pagination-outercon .pagination li {
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width : 767px) {
  .expo .pagination-outercon .pagination li {
    padding: 0 3px;
    font-size: 12px;
  }
}
.expo .pagination-outercon .pagination li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: 2px solid #3e3e3e;
  color: rgb(38.25, 38.25, 38.25);
  padding: 11px 0;
  text-transform: capitalize;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .pagination-outercon .pagination li a {
    width: 40px;
    height: 40px;
    padding: 7px 0;
  }
}
@media only screen and (max-width : 767px) {
  .expo .pagination-outercon .pagination li a {
    width: 30px;
    height: 30px;
    padding: 2px 0;
  }
}
.expo .pagination-outercon .pagination li.current {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d9ae6a;
  width: 48px;
  height: 48px;
  padding: 10px 0;
  background: #d9ae6a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .pagination-outercon .pagination li.current {
    width: 40px;
    height: 40px;
    padding: 7px 0;
  }
}
@media only screen and (max-width : 767px) {
  .expo .pagination-outercon .pagination li.current {
    width: 30px;
    height: 30px;
    padding: 2px 0;
  }
}
.expo .pagination-outercon .pagination li.current span {
  color: white;
}
.expo .pagination-outercon .pagination li:hover a {
  background: #d9ae6a;
  color: white;
  border-color: #d9ae6a;
}
.expo .pagination-outercon .pagination li.pagination-next, .expo .pagination-outercon .pagination li.pagination-previous {
  font-size: 0;
  margin: 0 5px;
}
.expo .pagination-outercon .pagination li.pagination-next a, .expo .pagination-outercon .pagination li.pagination-previous a {
  width: 58px;
  height: 58px;
  border: 2px solid #d9ae6a;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .pagination-outercon .pagination li.pagination-next a, .expo .pagination-outercon .pagination li.pagination-previous a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .pagination-outercon .pagination li.pagination-next a, .expo .pagination-outercon .pagination li.pagination-previous a {
    width: 40px;
    height: 40px;
  }
}
.expo .pagination-outercon .pagination li.pagination-next a:before, .expo .pagination-outercon .pagination li.pagination-previous a:before {
  content: "";
  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%);
  margin: 0;
  width: 9px;
  height: 15px;
}
.expo .pagination-outercon .pagination li.pagination-previous a:before {
  background: url(../images/arrow_left.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.pagination-previous a:hover:before {
  background: url(../images/arrow_left_white.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.pagination-previous.disabled:before {
  background: url(../images/arrow_left_gray.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.pagination-next a:before {
  background: url(../images/arrow_right.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.pagination-next a:hover:before {
  background: url(../images/arrow_right_white.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.pagination-next.disabled:before {
  background: url(../images/arrow_right_gray.svg) no-repeat center;
}
.expo .pagination-outercon .pagination li.disabled {
  width: 58px;
  height: 58px;
  border: 2px solid #3e3e3e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expo .pagination-outercon .pagination li.disabled {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width : 767px) {
  .expo .pagination-outercon .pagination li.disabled {
    width: 40px;
    height: 40px;
  }
}
.expo .pagination-outercon .pagination li.disabled:before {
  content: "";
  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%);
  margin: 0;
  width: 9px;
  height: 15px;
}
.expo .advancedsearch__block {
  margin: 4px 0 11px;
}
.expo .advancedsearch__block button {
  color: #3a589b;
  font-size: 11px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.expo .advancedsearch__block button p {
  display: flex;
  align-items: center;
  height: 23px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
}
.expo .advancedsearch__block button p.close {
  display: none;
  padding-bottom: 2px;
}
.expo .advancedsearch__block button p span {
  width: 23px;
  height: 23px;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-style: normal;
  border: 1px solid #b88637;
  border-radius: 2px;
  margin: 0 9px 0 0;
}
.expo .advancedsearch__block button.opened p.open {
  display: none;
}
.expo .advancedsearch__block button.opened p.close {
  display: block;
}
.expo .advancedsearch__block button:active, .expo .advancedsearch__block button:focus {
  outline: none;
  border: none;
}
.expo .advancedsearch__block .advancedsearch__wrapper {
  display: none;
  margin: 4px 0 18px;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block {
  width: 100%;
  max-width: 195px;
  margin: 0 8px 0 0;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:first-of-type, .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:nth-of-type(2) {
  max-width: 235px;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:nth-of-type(2) {
  margin-right: 26px;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block .checkbox-block label {
  color: #3a589b;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  display: flex;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block .checkbox-block label span {
  width: 19px;
  height: 19px;
  background-color: white;
  border: none;
  border-radius: 2px;
  margin: 4px 6px 0 0;
}
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block .checkbox-block input#llave_en_mano + label,
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block .checkbox-block input#en_campo_de_golf + label,
.expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block .checkbox-block input#primera_linea_mar + label {
  font-weight: bold;
}
@media screen and (max-width: 37.4375em) {
  .expo .advancedsearch__block .advancedsearch__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block {
    width: 100%;
    max-width: 170px;
    margin: 0 8px 0 0;
  }
  .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:first-of-type, .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:nth-of-type(2) {
    max-width: 205px;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 48em) {
  .expo .advancedsearch__block {
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
  }
  .expo .advancedsearch__block .advancedsearch__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block {
    width: 50%;
    max-width: 235px;
    margin: 0;
  }
  .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:first-of-type, .expo .advancedsearch__block .advancedsearch__wrapper .checkboxes__block:nth-of-type(2) {
    max-width: 235px;
    margin: 0;
  }
}

#equipo .team-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#equipo .team-container .team-block-outer {
  width: calc((100% - 58px) / 3);
  margin: 0 29px 29px 0;
  background: linear-gradient(to bottom, #fefeff 0%, #f1f8fc 54%, #e3f1f8 100%);
  border-radius: 3px;
}
#equipo .team-container .team-block-outer .team-block .outer-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
#equipo .team-container .team-block-outer .team-block .outer-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#equipo .team-container .team-block-outer .team-block .text-block .upper-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border-bottom: 1px solid rgb(206.6, 230.8, 242.9);
}
#equipo .team-container .team-block-outer .team-block .text-block .upper-block h4 {
  margin: 0 0 0.5em;
}
#equipo .team-container .team-block-outer .team-block .text-block .upper-block h5 {
  font-size: 18px;
}
#equipo .team-container .team-block-outer .team-block .text-block .languages-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1em;
  border-bottom: 1px solid rgb(206.6, 230.8, 242.9);
}
#equipo .team-container .team-block-outer .team-block .text-block .languages-block h6 {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
}
#equipo .team-container .team-block-outer .team-block .text-block .languages-block img {
  width: 100%;
  max-width: 25px;
  height: auto;
  margin: 0 0.25em;
}
#equipo .team-container .team-block-outer .team-block .text-block .contact-block {
  padding: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#equipo .team-container .team-block-outer .team-block .text-block .contact-block a {
  text-align: center;
  margin: 0 0 0.25em;
}
#equipo .team-container .team-block-outer:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #equipo .team-container .team-block-outer {
    width: calc((100% - 29px) / 2);
  }
  #equipo .team-container .team-block-outer:nth-of-type(2n) {
    margin-right: 0;
  }
  #equipo .team-container .team-block-outer:nth-of-type(3n) {
    margin-right: 29px;
  }
}
@media screen and (max-width: 47.9375em) {
  #equipo .team-container .team-block-outer {
    width: 100%;
    margin-right: 0 !important;
  }
}

/*----------- Project page Styles ----------*/
.article-content .project-content .detail-slider {
  overflow: hidden;
}
.article-content .project-content h3 {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 34px 0;
  padding: 34px 0 0 0;
  line-height: 1.25em;
  border-top: solid 1px #e5e9ec;
}
.article-content .project-content .top-buttons {
  margin: 0 0.9375rem;
  padding: 0 0.9375rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  background-color: #d9ae6a;
  border-radius: 3px;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .top-buttons {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.9375rem;
  }
}
.article-content .project-content .top-buttons .btn-secondary {
  border-radius: 3px;
  background-color: #fff;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
  height: auto;
  text-align: center;
  color: #111 !important;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .top-buttons .btn-secondary {
    margin: 0;
  }
}
.article-content .project-content .top-buttons .btn-secondary i {
  padding: 12px;
  font-size: 22px;
  min-width: 50px;
  background: #fff;
  color: #1d1d1c;
}
.article-content .project-content .top-buttons .btn-secondary span {
  color: #111 !important;
  padding-left: 12px;
  text-transform: uppercase;
  border-left: 1px solid #ccc;
}
.article-content .project-content .top-buttons .btn-secondary:hover {
  color: #ddd;
}
.article-content .project-content .location-distances h4 {
  font-size: 16px;
  padding-bottom: 16px;
  color: #fff;
}
.article-content .project-content .location-distances ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.article-content .project-content .location-distances ul li {
  list-style: none;
  color: #fff;
  display: flex;
  gap: 0.3rem;
  border-bottom: 1px solid #549a99 !important;
}
.article-content .project-content .location-distances ul li:last-child {
  border-bottom: none !important;
}
.article-content .project-content .location-distances ul li em {
  font-weight: 600;
  color: #fff;
}
.article-content .project-content .project-intro h1 {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.4em;
}
.article-content .project-content .project-slider {
  background-color: #123456;
  min-height: 200px;
  margin-bottom: 40px;
}
.article-content .project-content .project-details {
  padding-bottom: 34px;
}
.article-content .project-content .project-details h2 {
  color: rgb(38.25, 38.25, 38.25);
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
  line-height: 1.25em;
}
.article-content .project-content .project-details .project-description {
  padding-right: 10px;
}
.article-content .project-content .project-details .project-description ul.project-description-table {
  margin: 0 0 1.8em 0;
  background-color: #f1f1f1;
  padding: 16px 18px;
  width: 90%;
}
.article-content .project-content .project-details .project-description ul.project-description-table li {
  list-style: circle;
  list-style-position: inside;
  padding: 0;
  margin: 10px 0;
  font-size: 0.9em;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-details .project-description ul.project-description-table {
    margin: 0 0 1.5em 0;
    padding: 4px 18px;
    width: 100%;
  }
  .article-content .project-content .project-details .project-description ul.project-description-table li {
    padding: 0;
    margin: 20px 0;
    list-style: none;
  }
}
.article-content .project-content .project-details .project-speqs {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.article-content .project-content .project-details .project-speqs li {
  width: 50%;
  position: relative;
  float: left;
  padding-left: 32px;
  list-style: none;
  margin: 5px 0;
}
.article-content .project-content .project-details .project-speqs li::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  background: url("../images/svg/box_tick.svg") center center no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .article-content .project-content .project-details .project-speqs li {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-details .project-speqs li {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.article-content .project-content .project-details .project-payments {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.article-content .project-content .project-details .project-payments .payment {
  padding: 0.8rem 1.2rem;
  background-color: #f1f1f1;
  width: 45%;
}
.article-content .project-content .project-details .project-payments .payment p {
  margin: 0 0 4px 0;
}
.article-content .project-content .project-details .project-payments .payment .payment-type {
  font-size: 16px;
  font-weight: bold;
}
.article-content .project-content .project-details .project-payments .payment .payment-time {
  font-size: 14px;
  font-weight: normal;
}
.article-content .project-content .project-details .project-payments .payment .payment-amount {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-details .project-payments .payment {
    width: 49% !important;
  }
}
.article-content .project-content .project-details .project-price-block {
  background-color: #1d1d1c;
  padding: 36px;
  border-radius: 3px;
}
.article-content .project-content .project-details .project-price-block .price-tag {
  color: #fefefe;
  font-weight: 700;
  font-size: 26px;
  line-height: 0.923;
  margin-bottom: 28px;
}
.article-content .project-content .project-details .project-price-block ul {
  margin: 0;
  padding: 0 0 12px 0;
}
.article-content .project-content .project-details .project-price-block ul li {
  width: 94% !important;
  text-align: left;
  margin: 0 0 9px 0;
  padding: 0 0 0 !important;
  border: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-content .project-content .project-details .project-price-block ul li:last-child {
  border: none;
}
.article-content .project-content .project-details .project-price-block ul li .icon-blk {
  display: inline-block;
  width: 20px !important;
  margin: 0 7px 0 0;
  padding: 3px 0 0 0;
  vertical-align: middle;
}
.article-content .project-content .project-details .project-price-block ul li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  font-weight: 400;
  color: #fefefe;
}
.article-content .project-content .project-details .project-price-block ul li span strong {
  font-weight: 600;
}
.article-content .project-content .project-details .project-price-block .btn-secondary {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
  height: auto;
  text-align: center;
  color: #fff !important;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
}
.article-content .project-content .project-details .project-price-block .btn-secondary i {
  padding: 12px;
  font-size: 22px;
  min-width: 50px;
  background: #fff;
  color: #3a589b;
}
.article-content .project-content .project-details .project-price-block .btn-secondary span {
  color: #fff;
  padding-left: 12px;
  text-transform: uppercase;
}
.article-content .project-content .project-details .project-price-block .btn-secondary:hover {
  color: #ddd;
}
.article-content .project-content .project-details .project-price-block .btn-primary {
  background-color: #d9ae6a;
  border-radius: 3px;
  width: 100% !important;
  display: inline-block;
  clear: both;
  margin: 20px 0 0 0;
  padding: 20px 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.article-content .project-content .project-details .project-price-block .btn-primary:hover {
  color: rgb(164, 202, 223);
  background-color: #c69555;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .sticky-container {
    margin-top: 34px;
  }
}
.article-content .project-content .project-models {
  padding: 34px 0;
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-models {
    display: none;
  }
}
.article-content .project-content .project-models table th,
.article-content .project-content .project-models table td {
  padding: 0.7rem 1rem 0.75rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .article-content .project-content .project-models table th,
  .article-content .project-content .project-models table td {
    text-align: left;
    padding: 0.6rem 1rem 0.65rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-models table th,
  .article-content .project-content .project-models table td {
    text-align: left;
    padding: 0.55rem 1rem 0.6rem;
  }
}
.article-content .project-content .project-models table th {
  background-color: #d9ae6a;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.article-content .project-content .project-models table td {
  font-size: 15px;
}
.article-content .project-content .project-models table td:first-child {
  font-weight: 600;
}
.article-content .project-content .project-models table td a,
.article-content .project-content .project-models table td a:hover {
  font-weight: 600;
  text-decoration: underline;
}
.article-content .project-content .project-models table td .vendido {
  font-weight: bold;
  color: #ae0000;
}
.article-content .project-content .project-documents ul {
  margin: 0;
  padding: 0 0 40px 0;
  width: 100%;
}
.article-content .project-content .project-documents ul li {
  width: 33% !important;
  display: inline-block;
  text-align: left;
  margin: 0 0 9px 0;
  padding: 0 0 10px !important;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .article-content .project-content .project-documents ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .article-content .project-content .project-documents ul li {
    width: 100% !important;
  }
}
.article-content .project-content .project-documents ul li .icon-blk {
  display: inline-block;
  width: 35px !important;
  margin: 0 7px 0 0;
  padding: 3px 0 0 0;
  vertical-align: middle;
}
.article-content .project-content .project-documents ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  font-weight: 400;
  text-decoration: underline !important;
  color: #fefefe;
}
.article-content .project-content .project-documents ul li a strong {
  font-weight: 600;
}

.resorts .projectcard__body h4 {
  height: 3rem;
  font-size: 18px;
  line-height: 1.6;
}
.resorts .projectcard__body h5 {
  font-weight: 400;
  font-size: 16px;
  border-top: 1px solid #d9ae6a;
  margin-top: 1.2rem;
  padding-top: 0.6rem;
}

.resort {
  margin-bottom: 3rem;
}
.resort h1 {
  margin-bottom: 1rem !important;
}
.resort .resort-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resort .resort-text p:last-child {
  margin: 0;
}
.resort .project-intro {
  margin-bottom: 3rem;
}
.resort h3 {
  border-top: unset !important;
}

.composite {
  margin-top: 0;
  padding-top: 0;
}

.composite-content .item {
  display: flex;
  flex-direction: row;
}
.composite-content .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.composite-content .item h1 {
  color: #111;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 24px;
}
.composite-content .item .text {
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.composite-content .item .text h6 {
  width: 100%;
  max-width: 264px;
  background-color: #d9ae6a;
  height: 49px;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.composite-content .item .text h6:hover {
  background-color: #b88637;
}
.composite-content .item .text h6 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.composite-content .item .image {
  width: 50%;
}
.composite-content .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width : 599px) {
  .composite-content .item {
    flex-direction: column !important;
  }
  .composite-content .item .text,
  .composite-content .item .image {
    width: 100%;
  }
  .composite-content .item .text {
    padding: 3rem;
  }
}

.composite-form {
  background-color: #d9ae6a;
  padding: 3rem;
  display: flex;
  justify-content: center;
}
.composite-form h3 {
  text-align: center;
  color: white !important;
  font-size: 30px !important;
  margin-bottom: 1rem;
}
@media only screen and (max-width : 599px) {
  .composite-form h3 {
    font-size: 22px !important;
  }
}
.composite-form .form .bttn {
  background: #eaeaea;
  color: #000;
  width: 93%;
}

.faq {
  padding: 3rem;
}
.faq h2 {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 0 23px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}
.faq h2:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #d9ae6a;
  bottom: 0rem;
  width: 6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.faq dl dd {
  margin-bottom: 1.2rem;
}

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

#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0.6%;
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: left;
  min-height: 40px;
  z-index: 99999;
}
#barraaceptacion .barra {
  padding: 0.9375rem !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.85);
}
#barraaceptacion .barra p {
  display: block;
  float: left;
  color: #fff;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.6em;
}
#barraaceptacion .barra img#ok_cookie {
  width: 64px;
  height: auto;
  display: block;
  float: left;
}
#barraaceptacion .barra a.ok {
  padding: 4px;
  color: #febf27;
  text-decoration: none;
  float: left;
}
#barraaceptacion .barra a.info {
  text-decoration: underline;
  color: #febf27;
  font-weight: bold;
}
#barraaceptacion .barra a.btn-ok {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #d9ae6a;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  padding: 10px 0;
  float: right;
}

#favoritos .fav-list {
  margin: 2em 0;
}
#favoritos .fav-list .fav-block {
  outline: 1px solid #e6e9e8;
  background: #f2f5f4;
  display: inline-table;
  margin-bottom: 2em;
  padding: 0;
}
#favoritos .fav-list .fav-block > div {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e6e9e8;
}
#favoritos .fav-list .fav-block > div:first-child {
  border: none;
}
#favoritos .fav-list .fav-block .img {
  width: 20%;
}
#favoritos .fav-list .fav-block .titulo {
  width: 40%;
}
#favoritos .fav-list .fav-block .titulo h3 {
  padding-bottom: 0.25em;
}
#favoritos .fav-list .fav-block .titulo .opciones {
  margin: 0;
  padding: 0;
}
#favoritos .fav-list .fav-block .titulo .opciones li {
  width: 15%;
  display: inline-block;
  line-height: 20px;
  list-style: none;
  padding-left: 1em;
  margin-left: 1em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  float: left;
  margin-left: -1.35em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:first-child:before {
  content: "\f236";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(2):before {
  content: "\f2cd";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(3):before {
  content: "\f07e";
  outline: 1px dashed rgb(161, 161, 161);
}
#favoritos .fav-list .fav-block .img {
  height: 132px;
}
#favoritos .fav-list .fav-block .boton-quitar {
  width: 10%;
}
#favoritos .fav-list .fav-block .boton-quitar a {
  margin: 0;
  width: 100%;
  background: #007dc4;
  text-transform: uppercase;
  color: #fff !important;
}
#favoritos .fav-list .fav-block .boton-quitar a:hover {
  background: #035b8d;
}
#favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
  padding: 0 1em;
}
#favoritos .fav-list .fav-block .precio {
  width: 12%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #393e48;
  text-align: right;
}
#favoritos .fav-list .fav-block .localidad {
  width: 18%;
}
#favoritos .fav-list .fav-block .localidad span {
  margin-left: 1em;
  position: relative;
}
#favoritos .fav-list .fav-block .localidad span:before {
  position: absolute;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  left: -1em;
}
#favoritos .contact-block h2 {
  text-align: center;
}
#favoritos .contact-block h2:after {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

label.anadir_favoritos {
  width: 50px;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 47.9375em) {
  #favoritos .fav-list .fav-block {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: #fcfcfc;
    display: block;
    outline: none;
  }
  #favoritos .fav-list .fav-block > div {
    padding: 0.5em 0;
  }
  #favoritos .fav-list .fav-block .img, #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
    background: #f2f5f4;
    border-bottom: 1px solid #e6e9e8;
    padding: 1em 0.5em;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  #favoritos .fav-list .fav-block .titulo h3 {
    padding-bottom: 0.5em;
  }
  #favoritos .fav-list .fav-block .titulo .opciones li {
    width: 20%;
    text-align: left;
  }
  #favoritos .fav-list .fav-block .img {
    height: 256px;
  }
}
.v-select {
  position: relative;
  font-family: sans-serif;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

.v-select.rtl .open-indicator {
  left: 10px;
  right: auto;
}

.v-select.rtl .selected-tag {
  float: right;
  margin-right: 3px;
  margin-left: 1px;
}

.v-select.rtl .dropdown-menu {
  text-align: right;
}

.v-select.rtl .dropdown-toggle .clear {
  left: 30px;
  right: auto;
}

.v-select .open-indicator {
  position: absolute;
  bottom: 9px !important;
  right: 10px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  height: 15px !important;
}

.v-select .open-indicator,
.v-select .open-indicator:before {
  display: inline-block;
  transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  width: 10px;
}

.v-select .open-indicator:before {
  border-color: rgba(60, 60, 60, 0.5);
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  height: 10px;
  vertical-align: top;
  transform: rotate(133deg);
  box-sizing: inherit;
}

.v-select.open .open-indicator:before {
  transform: rotate(315deg);
}

.v-select.loading .open-indicator {
  opacity: 0;
}

.v-select.open .open-indicator {
  bottom: 1px;
}

.v-select .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0;
  background: none;
  border: none !important;
  border-radius: 2px;
  white-space: normal;
}

.v-select .dropdown-toggle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.v-select .dropdown-toggle .clear {
  position: absolute;
  bottom: 9px;
  right: 30px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.v-select.searchable .dropdown-toggle {
  cursor: text;
}

.v-select.unsearchable .dropdown-toggle {
  cursor: pointer;
}

.v-select.open .dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.v-select .no-options {
  text-align: center;
}

.v-select .selected-tag {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 26px;
  margin: 4px 1px 0 3px;
  padding: 1px 0.25em;
  float: left;
  line-height: 24px;
}

.v-select.single .selected-tag {
  background-color: transparent;
  border-color: transparent;
}

.v-select.single.open .selected-tag {
  position: absolute;
  opacity: 0.5;
}

.v-select.single.loading .selected-tag,
.v-select.single.open.searching .selected-tag {
  display: none;
}

.v-select .selected-tag .close {
  float: none;
  margin-right: 0;
  font-size: 20px;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.v-select.single.searching:not(.open):not(.loading) input[type=search] {
  opacity: 0.2;
}

.v-select input[type=search]::-webkit-search-cancel-button,
.v-select input[type=search]::-webkit-search-decoration,
.v-select input[type=search]::-webkit-search-results-button,
.v-select input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.v-select input[type=search]::-ms-clear {
  display: none;
}

.v-select input[type=search],
.v-select input[type=search]:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.42857143;
  font-size: 1em;
  height: 34px;
  display: inline-block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 0.5em;
  width: 10em;
  max-width: 100%;
  background: none;
  position: relative;
  box-shadow: none;
}

.v-select.unsearchable input[type=search] {
  opacity: 0;
}

.v-select.unsearchable input[type=search]:hover {
  cursor: pointer;
}

.v-select li {
  line-height: 1.42857143;
}

.v-select li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: rgb(38.25, 38.25, 38.25);
  white-space: nowrap;
}

.v-select li:hover {
  cursor: pointer;
}

.v-select .dropdown-menu .active > a {
  color: white;
  background: rgba(50, 50, 50, 0.1);
}

.v-select .dropdown-menu > .highlight > a {
  background: rgb(33.15, 33.15, 33.15);
  color: #fff;
}

.v-select .highlight:not(:last-child) {
  margin-bottom: 0;
}

.v-select .spinner {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-right: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-bottom: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.v-select .spinner,
.v-select .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.v-select.disabled .dropdown-toggle,
.v-select.disabled .dropdown-toggle .clear,
.v-select.disabled .dropdown-toggle input,
.v-select.disabled .open-indicator,
.v-select.disabled .selected-tag .close {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select.loading .spinner {
  opacity: 1;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.v-select {
  position: relative;
  font-family: inherit;
  width: 100% !important;
  border-radius: 0;
  height: 36px;
  background-color: white;
  border: 1px solid #ced5d9;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.vs__fade-enter-active,
.vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  white-space: normal;
  border-radius: 3px;
  padding: 0;
  border: none;
  min-height: 46px;
  height: auto;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 14px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-radius: 3px;
  padding: 0;
  border: none;
  height: 46px;
}

.vs__open-indicator {
  fill: #0b6193;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
  margin: 0 !important;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.6em;
  color: rgb(38.25, 38.25, 38.25);
  padding: 0;
}

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

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 6px 20px;
  clear: both;
  color: rgb(38.25, 38.25, 38.25);
  white-space: nowrap;
  border-bottom: 1px solid #464646;
}

.vs__dropdown-option:hover {
  cursor: pointer;
  color: #fff;
}

.vs__dropdown-option--highlight {
  background: #3e3e3e;
  color: #fff;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 3px;
  color: rgb(38.25, 38.25, 38.25);
  height: 36px;
  margin: 4px 2px 0;
  padding: 0 0.25em;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-cancel-button,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
}

.vs__search::-webkit-input-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid hsla(0, 0%, 39.2%, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

#mortgageCalc {
  max-width: 534px !important;
  padding: 1rem 3rem;
  border-radius: 4px;
}
#mortgageCalc h2 {
  font-size: 28px;
  font-size: 1.75em;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0.5em 0;
  padding: 0.25em 0;
  border-bottom: 1px solid #1b1b1b;
}
#mortgageCalc .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mortgageCalc .form .input-block {
  width: 49%;
  margin-bottom: 8px;
}
#mortgageCalc .form .input-block label {
  font-weight: 700;
  line-height: 1.6;
  margin: 0.125em 0;
}
@media screen and (max-width: 37.4375em) {
  #mortgageCalc .form .input-block:first-of-type, #mortgageCalc .form .input-block:nth-of-type(2) {
    width: 100%;
  }
}
#mortgageCalc .form .form-group {
  width: 100%;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #2d96d5;
  padding: 8px 0;
}
#mortgageCalc .form .form-group label,
#mortgageCalc .form .form-group span {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
}
#mortgageCalc .form .form-group label {
  font-weight: 700;
}
#mortgageCalc .form h3,
#mortgageCalc .form svg {
  width: 100%;
}
#mortgageCalc .form h3 {
  font-size: 24px;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.5em 0;
  padding: 0.25em 0;
  border-bottom: 1px solid #1b1b1b;
}

#criteria .control-label {
  color: rgb(38.25, 38.25, 38.25);
  clear: both;
}
#criteria .v-select {
  width: 280px;
}

#criteria .grid-title {
  padding: 52px 0 0;
}
#criteria .grid-title h1 {
  color: rgb(38.25, 38.25, 38.25);
  text-transform: uppercase;
}
#criteria .content-txt-block > p {
  text-align: center;
}
#criteria .criteria-container {
  margin: 2rem 0;
  padding: 19px 20px 7px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f6f9fa;
}
#criteria .criteria-container .outer-block.full {
  width: calc(50% - 14px);
}
#criteria .criteria-container .outer-block.half {
  width: calc(25% - 21px);
}
@media screen and (max-width: 37.4375em) {
  #criteria .criteria-container .outer-block.full {
    width: 100%;
  }
  #criteria .criteria-container .outer-block.half {
    width: calc(50% - 14px);
  }
}
#criteria .criteria-container .frecuencia {
  width: 100%;
  margin: 2.5em 0 1em;
}
#criteria .criteria-container label {
  line-height: 1.6em;
  margin: 16px 0 6px;
}
#criteria .criteria-container input[type=number] {
  height: 48px;
  background-color: #3e3e3e;
  border: 2px solid #464646;
  border-radius: 3px;
  margin: 0;
}
#criteria .criteria-container select {
  height: 48px;
  border: 2px solid #464646;
  border-radius: 3px;
  margin: 0;
  background-color: #3e3e3e;
  background-image: url("../images/svg/v__arrow_down.svg");
  background-size: auto;
  padding-right: 1.8rem;
}
#criteria .criteria-container select > option {
  height: 38px;
  border-bottom: 1px solid #3e3e3e;
}
#criteria .criteria-container select > option:hover, #criteria .criteria-container select > option:checked, #criteria .criteria-container select > option::selected {
  background-color: #3e3e3e;
}
#criteria .criteria-container select:focus > option {
  height: 38px;
  border-bottom: 1px solid #3e3e3e;
}
#criteria .criteria-container select:focus > option:hover, #criteria .criteria-container select:focus > option:checked, #criteria .criteria-container select:focus > option:selected {
  background-color: #3e3e3e;
}
#criteria .criteria-container .dropdown-menu {
  margin: 0;
  color: rgb(38.25, 38.25, 38.25);
}
#criteria .criteria-container .dropdown-menu li a {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
}
#criteria .criteria-container .dropdown-menu li:hover {
  background-color: rgb(33.15, 33.15, 33.15);
  color: white;
}
#criteria .criteria-container .dropdown-menu li:hover a {
  background-color: inherit;
  color: inherit;
}
#criteria .checkbox-outer {
  width: 100%;
  margin: 0 0 0.5em;
}
#criteria .checkbox-outer label::before {
  border: 2px solid #464646;
}
#criteria .textarea {
  height: 148px;
}
#criteria .btn--submit {
  float: right;
}
@media screen and (max-width: 37.4375em) {
  #criteria .btn--submit {
    width: 100%;
    max-width: none;
  }
}
#criteria form {
  margin: 0 0 70px;
}
#criteria .contact-details {
  padding: 19px 20px 7px;
  background-color: #f6f9fa;
}
#criteria .contact-details .columns,
#criteria .contact-details .column {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  #criteria .contact-details > .large-12.column, #criteria .contact-details > .large-12.columns {
    flex: 1 1 100%;
  }
  #criteria .contact-details > .medium-6.column, #criteria .contact-details > .medium-6.columns {
    flex: 1 1 50%;
  }
}
#criteria .contact-form .form-block {
  width: auto;
}
#criteria .contact-form .form-block h4 {
  margin: 1rem 0;
}
#criteria .contact-form .form-block .form-field {
  width: 100%;
}
#criteria .contact-form .form-block .textarea {
  height: 152px;
  min-height: auto;
  margin: 0 0 10px;
}
#criteria .contact-form .form-block .checkbox-block label {
  margin: 0 0 10px;
}
#criteria .contact-form .form-block .btn-primary {
  float: right;
}
@media screen and (max-width: 37.4375em) {
  #criteria .contact-form .form-block .btn-primary {
    width: 100%;
    max-width: none;
  }
}

.v-select .dropdown-toggle {
  border: none;
}
.v-select .open-indicator:before {
  border-color: #0b6193;
}

.slider {
  width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px #464646;
  background: white;
  border-radius: 3px;
  border: 1px solid rgb(0, 92.4744897959, 145);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px rgb(44.5, 44.5, 44.5);
  border: 1px solid rgb(0, 92.4744897959, 145);
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #0b6193;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #55acee;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px #464646;
  background: #3e3e3e;
  border-radius: 3px;
  border: 1px solid rgb(0, 92.4744897959, 145);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #55acee, 0px 0px 1px rgb(44.5, 44.5, 44.5);
  border: 1px solid rgb(0, 92.4744897959, 145);
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #0b6193;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px #464646;
  background: #3e3e3e;
  border-radius: 3px;
  border: 1px solid rgb(44.5, 44.5, 44.5);
}

input[type=range]::-ms-fill-lower {
  background: rgb(33.15, 33.15, 33.15);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px rgb(44.5, 44.5, 44.5);
}

input[type=range]::-ms-fill-upper {
  background: rgb(33.15, 33.15, 33.15);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px rgb(44.5, 44.5, 44.5);
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #ced5d9, 0px 0px 1px rgb(44.5, 44.5, 44.5);
  border: 1px solid rgb(44.5, 44.5, 44.5);
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #0b6193;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgb(33.15, 33.15, 33.15);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgb(33.15, 33.15, 33.15);
}

.criteria-link {
  position: fixed;
  bottom: 1.5em;
  right: 0;
  display: flex;
  background-color: rgb(33.15, 33.15, 33.15);
  color: white;
  padding: 0.5em 1em;
  border-radius: 4px 0 0 4px;
  border: 2px solid rgb(20.4, 20.4, 20.4);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.criteria-link button {
  color: inherit;
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  margin: 0 0.25em 0 0;
  cursor: pointer;
}
.criteria-link span,
.criteria-link a {
  color: white;
  font-size: inherit;
}
.criteria-link:hover {
  color: white;
  background-color: rgb(45.9, 45.9, 45.9);
}

#criteria .input-block {
  position: relative;
}
#criteria .input-block input {
  background-color: white;
  border: 1px solid #ced5d9;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  height: 36px;
  padding: 5px 15px;
  margin: 0 0 5px;
  color: rgb(38.25, 38.25, 38.25);
  box-shadow: none;
}
#criteria .input-block input::placeholder {
  color: inherit;
}
#criteria .input-block span {
  position: absolute;
  right: 15px;
  top: 25%;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  color: #d9ae6a;
}
#criteria .input-block #mensaje {
  background-color: white;
  border: 1px solid #ced5d9;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  height: 118px;
  padding: 5px 15px;
  margin: 0 0 5px;
  color: rgb(38.25, 38.25, 38.25);
  box-shadow: none;
}
#criteria .input-block #mensaje::placeholder {
  color: inherit;
}
#criteria .checkbox-outer {
  width: auto;
  margin: 0 0 10px;
}
#criteria .checkbox-outer input {
  display: none;
}
#criteria .checkbox-outer label {
  margin: 0;
  padding-right: 20px;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
}
#criteria .checkbox-outer label span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 0.5em;
  padding: 4px;
  background-color: white;
  border: 1px solid #ced5d9;
}
#criteria .checkbox-outer input[type=checkbox]:checked + label span:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #d9ae6a;
}
#criteria #btnEnviar {
  width: 100%;
  max-width: 264px;
  background-color: #d9ae6a;
  height: 49px;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.5em;
}
#criteria #btnEnviar:hover {
  background-color: #d9ae6a;
}

.expos-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2.6rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .expos-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 47.9375em) {
  .expos-list {
    grid-template-columns: 1fr;
  }
}
.expos-list .expo-thumbnail {
  background-image: linear-gradient(to bottom, #f0f0f0, white);
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
}
.expos-list .expo-thumbnail img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid #eee;
}
@media screen and (max-width: 47.9375em) {
  .expos-list .expo-thumbnail img {
    height: 240px;
  }
}
.expos-list .expo-thumbnail .details {
  padding: 1.2rem;
}
.expos-list .expo-thumbnail h2 {
  font-size: 18px;
  margin: 12px 0 8px 0;
  padding: 0;
  height: 3rem;
}
.expos-list .expo-thumbnail h2 a {
  color: #b88637 !important;
}
.expos-list .expo-thumbnail h3 {
  color: #111;
  font-size: 16px;
  margin: 0 0 6px 0;
  padding: 0;
}
.expos-list .expo-thumbnail p.date {
  margin: 16px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
.expos-list .expo-thumbnail p.date strong {
  color: #888;
}
.expos-list .expo-thumbnail a.btn {
  color: #fff !important;
}

.expo .expo-details {
  margin-top: 3rem;
}
.expo .expo-details h1 {
  font-size: 30px;
  color: #b88637 !important;
  margin-bottom: 8px;
}
.expo .expo-details a.btn {
  color: #fff !important;
}
.expo .image {
  margin-top: 2rem;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  display: none;
}
.overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 480px;
  background: #fff;
  display: flex;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .overlay .popup {
    flex-direction: column-reverse;
    height: auto;
    max-width: 380px;
    margin: 0 1rem 0 1rem;
    left: 46%;
  }
}
.overlay .popup .image {
  width: 50%;
}
.overlay .popup .image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 47.9375em) {
  .overlay .popup .image {
    width: 100%;
    margin-bottom: -8px;
    border-radius: 0 0 8px 8px;
  }
  .overlay .popup .image img {
    width: 100%;
    height: 240px;
    border-radius: 0 0 8px 8px;
  }
}
.overlay .popup .text {
  padding: 2rem;
  width: 50%;
  position: relative;
}
.overlay .popup .text h2 {
  font-size: 24px;
  margin: 1.2rem 0 1.2rem 0;
  line-height: 1.2em;
}
.overlay .popup .text h3 {
  font-size: 18px;
}
.overlay .popup .text ul li {
  font-size: 14px;
  font-weight: 400;
}
.overlay .popup .text .button {
  width: 80%;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 3px;
  background-color: #d9ae6a;
  font-weight: bold;
}
.overlay .popup .text .button:hover {
  background-color: #c69555;
}
@media screen and (max-width: 47.9375em) {
  .overlay .popup .text .button {
    position: relative;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .overlay .popup .text {
    width: 90%;
    margin: 0 auto;
    padding: 0.6rem;
  }
  .overlay .popup .text .image {
    width: 100%;
    height: 240px;
  }
}
.overlay .popup .close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 28px;
  height: 28px;
  opacity: 0.2;
  cursor: pointer;
  z-index: 999999999;
}

#viviendas-mapa .inner-banner {
  height: 175px;
}
#viviendas-mapa .inner-banner .fold-overlay {
  background: #1d1d1c;
  padding: 15px 0 4px;
}
#viviendas-mapa section.map .buttons {
  margin: 9px 0 0 0;
  padding: 0;
}
#viviendas-mapa section.map #homepage-map {
  margin: 0;
}

.detail-pdf {
  width: 1092px;
  height: 1560px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}
.detail-pdf strong {
  font-weight: 600;
}
.detail-pdf header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-pdf header img.logo {
  width: 25%;
  position: relative !important;
}
.detail-pdf header .center {
  width: 50%;
}
.detail-pdf header .center h2 {
  text-align: left;
  font-size: 28px;
}
.detail-pdf header .center h3 {
  font-size: 20px;
  color: #b88637;
}
.detail-pdf header .price {
  text-align: right;
  font-size: 32px;
  font-weight: 800;
}
.detail-pdf main {
  position: relative;
  padding-bottom: 2rempx;
}
.detail-pdf main .photos {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 2fr 1fr;
  gap: 0.6rem;
}
.detail-pdf main .photos .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.6rem;
}
.detail-pdf main .photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-pdf main .main-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: 1rem 0 0 0;
  padding: 1.4rem;
  background: #eee;
}
.detail-pdf main .main-details .detail-column {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.detail-pdf main .main-details .detail-column:last-child {
  text-align: right;
}
.detail-pdf main .main-details .detail-column:last-child li {
  text-align: right;
}
.detail-pdf main .options ul {
  padding: 1.4rem 1.4rem 0;
  display: flex;
  gap: 0.6rem 1.2rem;
  list-style-type: none;
  flex-wrap: wrap;
}
.detail-pdf main .options ul li {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.detail-pdf main .options ul li img {
  height: 32px;
}
.detail-pdf main .description {
  padding: 1.4rem;
  color: #888;
}
.detail-pdf footer {
  position: absolute;
  bottom: 1rem;
  width: 1092px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.detail-pdf footer .details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 18px;
  padding: 1rem;
}
.detail-pdf footer .qr {
  width: 160px;
  height: 160px;
  padding: 1rem;
  margin: 0 1rem 1rem 0;
}

.detail-content-left h1 {
  color: #262626;
  text-transform: uppercase;
}

.inner-banner .sbHolder {
  border: none !important;
}

.inner-banner .SumoSelect {
  border: none !important;
}
.inner-banner .SumoSelect .SelectBox {
  padding: 7px 18px;
}

#contactoForm > div:first-child .field-one,
#projectContactForm > div:first-child .field-one {
  position: relative;
}
#contactoForm > div:first-child .field-one input,
#projectContactForm > div:first-child .field-one input {
  margin-bottom: 5px;
  border: 1px solid #ced5d9;
  border-radius: 0;
  height: 36px;
  padding: 5px 15px;
  color: #262626;
  font-size: 15px;
  background: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactoForm > div:first-child .field-one input::placeholder,
#projectContactForm > div:first-child .field-one input::placeholder {
  color: #262626;
}
#contactoForm > div:first-child .field-one span,
#projectContactForm > div:first-child .field-one span {
  position: absolute;
  font-size: 15px;
  color: #035b8d;
  right: 0.5em;
  top: 25%;
}
#contactoForm > div:first-child textarea,
#projectContactForm > div:first-child textarea {
  height: 130px;
  color: #262626;
  font-size: 15px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contactoForm > div:first-child textarea::placeholder,
#projectContactForm > div:first-child textarea::placeholder {
  color: #262626;
}
@media screen and (max-width: 63.9375em) and (min-width: 48em) {
  #contactoForm > div:first-child,
  #projectContactForm > div:first-child {
    padding: 19px 13px 7px;
  }
  #contactoForm > div:first-child .field-one input,
  #contactoForm > div:first-child .field-one span,
  #projectContactForm > div:first-child .field-one input,
  #projectContactForm > div:first-child .field-one span {
    font-size: 13px;
  }
  #contactoForm > div:first-child textarea,
  #projectContactForm > div:first-child textarea {
    font-size: 13px;
  }
}
#contactoForm .checkbox-outer,
#projectContactForm .checkbox-outer {
  margin: 15px 0 20px 0;
}
@media screen and (min-width: 40em) {
  #contactoForm .checkbox-outer .column, #contactoForm .checkbox-outer .columns,
  #projectContactForm .checkbox-outer .column,
  #projectContactForm .checkbox-outer .columns {
    padding-right: 0;
  }
}
#contactoForm .checkbox-outer input[type=checkbox],
#projectContactForm .checkbox-outer input[type=checkbox] {
  display: none;
}
#contactoForm .checkbox-outer input[type=checkbox] + label,
#projectContactForm .checkbox-outer input[type=checkbox] + label {
  margin-bottom: 1em;
}
#contactoForm .checkbox-outer input[type=checkbox] + label span,
#projectContactForm .checkbox-outer input[type=checkbox] + label span {
  vertical-align: sub;
  display: inline-block;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #ced5d9;
  margin-right: 0.5em;
  padding: 4px;
}
#contactoForm .checkbox-outer input[type=checkbox]:checked + label span:after,
#projectContactForm .checkbox-outer input[type=checkbox]:checked + label span:after {
  content: " ";
  width: 8px;
  height: 8px;
  display: block;
  background: #d9ae6a;
}
#contactoForm .checkbox-outer .privacy-checkbox,
#projectContactForm .checkbox-outer .privacy-checkbox {
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
}
#contactoForm .checkbox-outer .privacy-checkbox:nth-child(2),
#projectContactForm .checkbox-outer .privacy-checkbox:nth-child(2) {
  padding-right: 1em;
}
#contactoForm .checkbox-outer .privacy-checkbox a,
#projectContactForm .checkbox-outer .privacy-checkbox a {
  color: #d9ae6a !important;
}
#contactoForm .checkbox-outer #btnEnviar,
#projectContactForm .checkbox-outer #btnEnviar {
  font-style: normal;
  font-size: 14px;
  color: white;
  background: #d9ae6a;
  border-radius: 3px;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 0;
  margin: 0;
  border: none;
  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;
}
#contactoForm .checkbox-outer #btnEnviar:hover,
#projectContactForm .checkbox-outer #btnEnviar:hover {
  background: #c69555;
}
@media screen and (max-width: 63.9375em) and (min-width: 48em) {
  #contactoForm .checkbox-outer #btnEnviar,
  #projectContactForm .checkbox-outer #btnEnviar {
    line-height: 35px;
  }
}
#contactoForm .g-recaptcha,
#projectContactForm .g-recaptcha {
  transform: scale(0.79);
}
@media screen and (max-width: 39.9375em) {
  #contactoForm .g-recaptcha,
  #projectContactForm .g-recaptcha {
    transform: scale(0.98);
  }
}

#contacto h1 {
  color: #262626;
  padding-top: 20px;
}
#contacto h1,
#contacto h2 {
  text-transform: uppercase;
}
#contacto .property-wrapper .tele {
  color: #212121;
  font-weight: 600;
}
#contacto .property-wrapper .tele:hover {
  color: #157fbf;
}
#contacto .office-img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}
#contacto .contenido ul {
  padding-bottom: 20px;
}
#contacto .contenido ul li {
  padding: 0 0 4px 0;
  font-size: 14px;
}
#contacto .contact-disclaimer p {
  font-size: 10px;
  padding-bottom: 40px;
  line-height: 1.5em;
}

.lc_text-widget--bubble {
  right: 60px !important;
  bottom: 15px !important;
}

#viviendas #propertyForm .form-field {
  position: relative;
}
#viviendas #propertyForm .form-field span {
  position: absolute;
  font-size: 15px;
  color: #035b8d;
  right: 0.5em;
  top: 25%;
}
#viviendas #propertyForm .g-recaptcha {
  transform: scale(0.79);
}
@media screen and (max-width: 39.9375em) {
  #viviendas #propertyForm .g-recaptcha {
    transform: scale(0.98);
  }
}
#viviendas .modalForm input[type=text],
#viviendas .modalForm input[type=tel],
#viviendas .modalForm input[type=email],
#viviendas .modalForm textarea {
  margin-bottom: 5px;
}
#viviendas .modalForm input[type=text]::placeholder,
#viviendas .modalForm input[type=tel]::placeholder,
#viviendas .modalForm input[type=email]::placeholder,
#viviendas .modalForm textarea::placeholder {
  color: #262626;
}

body > div.main-outercon > div > div > div.property-detail-section > div.row > div > div > div > h2 {
  text-transform: uppercase;
}

#login-form {
  margin: 1em 0 2em;
}
#login-form input {
  margin-bottom: 5px;
  margin-bottom: 5px;
  border: 1px solid #ced5d9;
  border-radius: 0;
  height: 36px;
  padding: 5px 15px;
  color: #262626;
  font-size: 15px;
  background: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#login-form input::placeholder {
  color: #262626;
}
#login-form input[type=submit] {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  height: 49px;
  color: white;
  background: #035b8d;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  margin: 3px 0 0;
  border: none;
  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;
}
#login-form input[type=submit]:hover {
  background: #157fbf;
}

.pagination .current a {
  color: #fefefe;
}

.propertieslisting-page #buscador .radio-outer .radio-blk1 {
  background: url("../images/radio1.png") left center no-repeat;
}
.propertieslisting-page #buscador .radio-outer .radio-blk1 label {
  margin-left: 0;
  color: #fff;
}
.propertieslisting-page #buscador .radio-outer .radio-blk1 label .icheckbox {
  background: url("../images/radio1.png") left center no-repeat;
}
.propertieslisting-page #buscador .radio-outer .radio-blk1 label .icheckbox input[type=checkbox] {
  background: none;
  margin: 0.5em 0;
  opacity: 0;
}
.propertieslisting-page #buscador .radio-outer .radio-blk1 label .icheckbox.checked {
  background: url("../images/radio.png") left center no-repeat;
}
.propertieslisting-page #buscador .radio-outer .radio-blk1.clicked {
  background: url("../images/radio.png") left center no-repeat;
}
@media screen and (max-width: 47.9375em) {
  .propertieslisting-page #buscador .radio-outer {
    width: 100%;
  }
}
.propertieslisting-page #buscador .single-row.bttn-blk {
  height: 84px;
  background: #8d6103;
}
@media screen and (max-width: 47.9375em) {
  .propertieslisting-page #buscador .single-row.bttn-blk {
    height: auto;
  }
}
.propertieslisting-page #buscador .single-row.bttn-blk:hover {
  background: #66490b;
}
.propertieslisting-page #buscador .single-row.bttn-blk:before {
  z-index: 99;
}
.propertieslisting-page #buscador .single-row.bttn-blk .bttn {
  background: transparent;
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 47.9375em) {
  .propertieslisting-page #buscador .single-row.bttn-blk .bttn {
    position: static;
  }
}
.propertieslisting-page .property-block-outer ul li .fav-label {
  position: absolute;
  top: 0;
  display: block;
  height: 42px;
  width: 42px;
  font-size: 32px;
  padding: 5px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}
.propertieslisting-page .property-block-outer ul li .fav-label i {
  color: #464646;
}
.propertieslisting-page .property-block-outer ul li .fav-label i.fa-heart {
  color: #e11c23;
}
.propertieslisting-page .property-block-outer ul li .fav-label:hover {
  cursor: pointer;
}
.propertieslisting-page .property-block-outer ul li .fav-label:hover i.fa-heart-o:before {
  content: "\f004";
  color: #e11c23;
}
.propertieslisting-page .property-block-outer ul li:nth-child(odd) .fav-label {
  right: 0;
}
.propertieslisting-page .property-block-outer ul li:nth-child(even) .fav-label {
  left: 0;
}
.propertieslisting-page .no-search-results {
  margin: 1em 0;
}

.main-menu ul li.item-with-ul > a:after {
  content: "\f107";
  font-family: "fontawesome";
  float: right;
  display: block;
  font-size: 14px;
  margin-left: 0.5em;
}

.detail-slider {
  background: #ececec;
}
.detail-slider .slide-img {
  width: auto;
}
.detail-slider .slide-img img {
  display: block;
  width: auto;
  height: 549px;
  object-fit: cover;
}
@media screen and (max-width: 47.9375em) {
  .detail-slider .slide-img img {
    width: auto;
    height: 240px;
  }
}
.detail-slider .slide-img .text-blk img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 47.9375em) {
  .detail-slider {
    max-height: auto;
  }
}

.featured-proprty-slider ul li .property-block .property-image > a > img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .featured-proprty-slider ul li .property-block .property-image > a > img {
    height: 33.3333333333vw;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .featured-proprty-slider ul li .property-block .property-image > a > img {
    height: 50vw;
  }
}
@media screen and (max-width: 47.9375em) {
  .featured-proprty-slider ul li .property-block .property-image > a > img {
    width: 100vw;
    height: 100vw;
    left: 0;
    margin: 0;
  }
}

#inicio strong {
  color: #fff;
}

.property-block-outer ul li .flag-label.resale {
  background: #498b45;
}
.property-block-outer ul li .flag-label.promotion {
  background: #0b6193;
}
.property-block-outer ul li .flag-label.sold {
  z-index: 997;
}
.property-block-outer ul li .flag-label.new {
  z-index: 996;
}
.property-block-outer ul li .flag-label.reserved {
  z-index: 998;
}
.property-block-outer ul li:nth-child(even) .flag-label.new, .property-block-outer ul li:nth-child(even) .flag-label.resale, .property-block-outer ul li:nth-child(even) .flag-label.sold, .property-block-outer ul li:nth-child(even) .flag-label.reserved, .property-block-outer ul li:nth-child(even) .flag-label.reduced-price, .property-block-outer ul li:nth-child(even) .flag-label.promotion, .property-block-outer ul li:nth-child(even) .flag-label.highlighted {
  right: 0 !important;
}
.property-block-outer ul li:nth-child(odd) .flag-label.new, .property-block-outer ul li:nth-child(odd) .flag-label.resale, .property-block-outer ul li:nth-child(odd) .flag-label.sold, .property-block-outer ul li:nth-child(odd) .flag-label.reserved, .property-block-outer ul li:nth-child(odd) .flag-label.reduced-price, .property-block-outer ul li:nth-child(odd) .flag-label.promotion {
  left: 0 !important;
}

span.select2-dropdown.select2-dropdown--below ul li {
  font-size: 14px;
}

.header-top .search-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100px;
  text-align: left;
}

.footer-container .footer-top .footer-block p {
  margin-bottom: 0.25em;
}
.footer-container .footer-top .footer-block .ebook-wrap {
  width: 220px;
  height: 182px;
  display: block;
  border: none;
  background: url("../images/content/ebook_image.png") center center no-repeat;
  margin: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-container .footer-top .footer-block .ebook-wrap {
    width: 165px;
    height: 136px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-container .footer-top .footer-block .ebook-wrap {
    width: 156px;
    height: 156px;
  }
}

.article-content h2 {
  color: #141414;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 23px;
}
.article-content h3 {
  color: #141414;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 21px;
}
.article-content ul,
.article-content ol {
  margin: 0 0 1em 1.25em;
}
.article-content ul li,
.article-content ol li {
  font-size: 15px;
}
.article-content ul li {
  list-style: circle;
}
.article-content ol li {
  list-style: upper-roman;
}
.article-content a {
  color: #141414 !important;
  text-decoration: none !important;
}
.article-content a:hover, .article-content a:focus {
  color: #157fbf !important;
  text-decoration: none !important;
}
.article-content table {
  margin-bottom: 0.5em !important;
}
.article-content sub {
  font-size: 12px !important;
}

@media screen and (max-width: 64em) {
  .mainslider img {
    width: 100vw;
    height: 87vw;
    object-fit: cover;
  }
}
.mainslider .overlay-outer {
  top: -85%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .mainslider .overlay-outer {
    top: -55%;
  }
}
@media screen and (max-width: 47.9375em) {
  .mainslider .overlay-outer {
    top: -70%;
  }
}
.mainslider .overlay-outer .overlay-text {
  position: absolute !important;
  z-index: 9999 !important;
}

#noticias_lista .link-text {
  display: block;
  margin-top: 1em;
}

#noticia_detalle .breadcrumb-outer {
  margin-bottom: 52px;
}
#noticia_detalle .date {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 1.5em;
}
#noticia_detalle img {
  display: block;
  margin: 0.5em 0 1.5em;
}
#noticia_detalle h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #262626;
  margin: 0.25em 0 0.75em;
}
#noticia_detalle a.print-button {
  float: right;
  font-size: 36px;
}
#noticia_detalle a.print-button i {
  color: #8d8d8d;
}
#noticia_detalle a.print-button i:hover {
  color: #262626;
}
#noticia_detalle .footer-container {
  margin-top: 52px;
}

@media screen and (max-width: 47.9375em) {
  .header-top-inner .logo {
    top: 70%;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-block .fold-overlay {
    height: auto;
  }
  .banner-block .fold-overlay .social-icons ul {
    padding-left: 38px;
  }
  .banner-block .fold-overlay .slider-info span {
    width: 80%;
  }
  .mobile-nav nav ul li:last-child a i {
    float: none;
  }
}
.top-block .title-blk-outer .top-right ul {
  padding: 0;
}
.top-block .title-blk-outer .top-right ul li {
  width: 28.5%;
}
.top-block .title-blk-outer .top-right ul li:first-child {
  margin-left: 108px;
  width: 10%;
  text-align: center;
  line-height: 32px;
  padding-top: 4px;
}
.top-block .title-blk-outer .top-right ul li:first-child i {
  font-size: 26px;
}
.top-block .title-blk-outer .top-right ul li:first-child i.fa-heart-o {
  color: #7d8f99;
}
.top-block .title-blk-outer .top-right ul li:first-child i.fa-heart {
  color: #e11c23;
}
.top-block .title-blk-outer .top-right ul li:first-child:hover {
  cursor: pointer;
}
.top-block .title-blk-outer .top-right ul li:first-child:hover i {
  color: #e11c23;
}
.top-block .title-blk-outer .top-right ul li:first-child:hover i.fa-heart-o:before {
  content: "\f004";
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .top-block .title-blk-outer .top-right ul li:first-child {
    margin-left: 6px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-block .title-blk-outer .top-right ul li:first-child {
    margin-left: 94px;
  }
}
.top-block .title-blk-outer .top-right ul li:nth-child(2) a:before {
  background: url(../images/svg/pdf.svg) no-repeat;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .top-block .title-blk-outer .top-right ul li {
    width: 40%;
  }
}

.main-menu ul li a {
  padding: 25px 10px 22px;
}

#contacto #buysafe-logo {
  width: 125px;
}
@media screen and (max-width: 47.9375em) {
  #contacto #buysafe-logo {
    margin-bottom: 1.5em;
  }
}

#propertyForm input[type=checkbox] {
  display: none;
}
#propertyForm input[type=checkbox] + label {
  margin-bottom: 1em;
}
#propertyForm input[type=checkbox] + label span {
  vertical-align: sub;
  display: inline-block;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #ced5d9;
  margin-right: 0.5em;
  padding: 4px;
}
#propertyForm input[type=checkbox]:checked + label span:after {
  content: " ";
  width: 8px;
  height: 8px;
  display: block;
  background: #d9ae6a;
}
#propertyForm .privacy-checkbox {
  margin: 0;
  font-size: 13px;
  vertical-align: middle;
  padding-left: 0;
  margin-right: 0.5em;
}
#propertyForm .privacy-checkbox:nth-child(4) {
  padding-left: 1em;
}
@media screen and (max-width: 47.9375em) {
  #propertyForm .privacy-checkbox {
    padding-left: 0;
  }
  #propertyForm .privacy-checkbox:nth-child(4) {
    padding-left: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #propertyForm .privacy-checkbox {
    padding-left: 0;
  }
  #propertyForm .privacy-checkbox:nth-child(4) {
    padding-left: 0;
  }
}
#propertyForm .privacy-checkbox a {
  color: #d9ae6a;
}

#inicio .left-blk .text-content a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline !important;
}

footer .logosfooter-block {
  margin-top: 0.5em;
}
footer .logosfooter-block .buysafe-footer-logo {
  width: 70px;
  height: auto;
  margin: 0 8px 0 0;
}
footer .logosfooter-block .biv-footer-logo {
  width: auto;
  height: 50px;
}

.mobile-nav ul li {
  text-align: left;
}
.mobile-nav ul li ul.dropdown {
  display: none;
}
.mobile-nav ul li ul.dropdown a {
  font-size: 15px;
}
.mobile-nav ul li.item-with-ul {
  position: relative;
}
.mobile-nav ul li.item-with-ul:after {
  top: 10px;
  right: 1.5em;
  position: absolute;
  content: "+";
  font-size: 18px;
  font-weight: bold;
  z-index: 9999;
}

.header-top .search-block button {
  background-color: #035b8d;
}
.header-top .search-block button:hover {
  background-color: #157fbf;
}

#key-ready .radio-outer {
  width: 11.1%;
}
@media screen and (max-width: 47.9375em) {
  #key-ready .radio-outer {
    width: 100%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #key-ready .radio-outer {
    width: 12.1%;
  }
  #key-ready .radio-outer label {
    font-size: 10px;
  }
}

.sbOptions {
  z-index: 99999;
}

.mainslider .overlay-outer .overlay-text {
  padding: 24px 32px;
}
.mainslider .overlay-outer .overlay-text h1 {
  line-height: 26px;
  margin-bottom: 0.25em;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #d9ae6a;
}
.mainslider .overlay-outer .overlay-text p {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.mainslider .overlay-outer .overlay-text p a {
  line-height: 24px;
  color: rgb(38.25, 38.25, 38.25);
}

.banner-block {
  height: 620px;
  overflow: hidden;
}
.banner-block .slider {
  height: inherit;
}
.banner-block .slider .slide-main {
  height: inherit;
  position: relative;
}
.banner-block .slider .slide-main > img {
  height: 620px;
  object-fit: cover;
  object-position: center center;
}
.banner-block .slider .slide-main .overlay-outer {
  position: absolute !important;
  top: 40%;
}
.banner-block .slider .slide-main .overlay-outer .overlay-text {
  width: 380px;
}
.banner-block .slider .slick-prev,
.banner-block .slider .slick-next {
  background: transparent;
}
.banner-block .slider .slick-prev:before,
.banner-block .slider .slick-next:before {
  background-color: rgba(21, 21, 21, 0.7);
}
.banner-block .slider .slick-next {
  right: 20px;
}
@media screen and (max-width: 47.9375em) {
  .banner-block {
    height: 360px;
  }
  .banner-block .slider .slide-main > img {
    height: 360px;
  }
  .banner-block .slider .slide-main .overlay-outer {
    position: absolute !important;
    top: 25%;
  }
  .banner-block .slider .slide-main .overlay-outer .overlay-text {
    width: 320px;
  }
  .banner-block .slider .slide-main .overlay-outer .overlay-text .title h1 {
    font-size: 16px;
    line-height: 1.35em;
  }
  .banner-block .slider .slide-main .overlay-outer .overlay-text .title p {
    font-size: 0.86em;
  }
  .banner-block .slider .slide-main .overlay-outer .overlay-text .price {
    font-size: 14px;
  }
}

.fold-overlay .social-icons ul li.pinterest a {
  background: #bd081c;
}
@media screen and (max-width: 47.9375em) {
  .fold-overlay .social-icons ul li {
    margin: 0 8px 0 0;
  }
  .fold-overlay .social-icons ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .fold-overlay:before {
    height: 90px;
  }
}

#ebookModal h3 {
  margin: 1em 0;
  text-align: center;
}
#ebookModal .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ebookModal .container .modal-text {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
#ebookModal .container .modal-text a#ebook-link {
  display: none;
}
#ebookModal .container .modal-text a#ebook-link.show {
  display: block;
  text-align: center;
  cursor: pointer;
}
#ebookModal .container .left-block {
  width: calc(40% - 16px);
  margin-right: 16px;
}
#ebookModal .container .left-block > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
#ebookModal .container .right-block {
  width: 60%;
}
#ebookModal .container .right-block form {
  width: 100%;
  background: #f6f9fa;
  padding: 19px 20px 7px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ebookModal .container .right-block form .field-one {
  position: relative;
}
#ebookModal .container .right-block form .field-one input {
  margin-bottom: 5px;
  border: 2px solid #ced5d9;
  border-radius: 0;
  height: 36px;
  padding: 5px 15px;
  color: #5d5b57;
  font-size: 15px;
  background: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-weight: 600;
}
#ebookModal .container .right-block form .field-one input::placeholder {
  color: #5d5b57;
  text-transform: uppercase;
  font-weight: 600;
}
#ebookModal .container .right-block form .field-one span {
  position: absolute;
  font-size: 15px;
  color: #035b8d;
  right: 0.5em;
  top: 25%;
}
#ebookModal .container .right-block form .field-one,
#ebookModal .container .right-block form .field-out {
  width: calc((100% - 28px) / 2);
}
#ebookModal .container .right-block form .field-out {
  margin-bottom: 5px;
  position: relative;
}
#ebookModal .container .right-block form .field-out .sbHolder {
  background-color: #fff;
}
#ebookModal .container .right-block form .field-out .sbOptions {
  position: absolute;
  max-height: 125px !important;
  width: 101.25%;
}
#ebookModal .container .right-block form .checkbox-outer {
  width: 100%;
  margin-bottom: 5px;
}
#ebookModal .container .right-block form .checkbox-outer input[type=checkbox] {
  display: none;
}
#ebookModal .container .right-block form .checkbox-outer input[type=checkbox] + label {
  margin-bottom: 1em;
}
#ebookModal .container .right-block form .checkbox-outer input[type=checkbox] + label span {
  vertical-align: sub;
  display: inline-block;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #ced5d9;
  margin-right: 0.5em;
  padding: 4px;
}
#ebookModal .container .right-block form .checkbox-outer input[type=checkbox]:checked + label span:after {
  content: " ";
  width: 8px;
  height: 8px;
  display: block;
  background: #d9ae6a;
}
#ebookModal .container .right-block form input[type=submit] {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #ebookModal .container {
    flex-wrap: wrap;
  }
  #ebookModal .container .left-block,
  #ebookModal .container .right-block {
    width: 100%;
    margin-right: 0;
  }
  #ebookModal .container .left-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ebookModal .container .left-block > img {
    width: 330px;
    margin: 0 0 1.5em;
  }
}
@media screen and (max-width: 47.9375em) {
  #ebookModal .container {
    flex-wrap: wrap;
  }
  #ebookModal .container .left-block,
  #ebookModal .container .right-block {
    width: 100%;
    margin-right: 0;
  }
  #ebookModal .container .left-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ebookModal .container .left-block > img {
    width: 330px;
    margin: 0 0 1.5em;
  }
  #ebookModal .container .right-block form .field-one,
  #ebookModal .container .right-block form .field-out {
    width: 100%;
  }
}

.location-blk {
  float: none;
}

.location-outer-block {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding-top: 2em;
  padding-bottom: 0em;
  border-top: 1px solid #e5e9ec;
}
.location-outer-block .location-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.location-outer-block .location-block .description-block {
  order: 0;
  width: 50%;
  padding: 1.5em 2.5em 0 0;
}
.location-outer-block .location-block .description-block h5 {
  margin: 0 0 0.5em;
}
.location-outer-block .location-block .description-block p {
  margin: 0;
}
.location-outer-block .location-block .locimg-block {
  width: 40%;
  order: 1;
  overflow: hidden;
}
.location-outer-block .location-block .locimg-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 599px) {
  .location-outer-block .location-block {
    flex-wrap: wrap;
  }
  .location-outer-block .location-block .description-block,
  .location-outer-block .location-block .locimg-block {
    width: 100%;
  }
  .location-outer-block .location-block .description-block {
    order: 1;
    padding-right: 0;
  }
  .location-outer-block .location-block .locimg-block {
    order: 0;
  }
}

.article-content .promo-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #c69555;
}
.article-content .promo-text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.ppty-content .promo-text {
  color: #c69555;
  font-weight: 700;
}
.ppty-content .promo-text p {
  color: inherit;
  font-weight: inherit;
}

#viviendas .video-block {
  border-top: 1px solid #e5e9ec;
  padding-top: 0.75em;
  margin-top: 2em;
  clear: both;
}
#viviendas .video-block .responsive-embed.widescreen {
  margin: 1.25em 0 0.5em;
}
@media screen and (max-width: 599px) {
  #viviendas .video-block {
    margin: 2em 0;
    padding: 0;
    border-bottom: 1px solid #e5e9ec;
  }
}

#key-ready .inner-banner,
#promociones .inner-banner {
  height: 180px;
}

.project-slider {
  height: 640px;
  overflow: hidden;
}
.project-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .project-slider {
    height: 490px;
  }
}
@media screen and (max-width: 599px) {
  .project-slider {
    height: 220px;
  }
}

#videoModal,
#modal360 {
  padding-top: 2.5em;
}

#contactModal {
  width: 100%;
  max-width: 480px;
  padding-top: 2.5em;
}
#contactModal form .checkbox-outer {
  float: none;
}
#contactModal form .input-outer-block {
  position: relative;
  margin: 0 0 5px;
}
#contactModal form .input-outer-block input {
  font-size: 13px;
  color: rgb(38.25, 38.25, 38.25);
  padding: 0 15px;
}
#contactModal form .input-outer-block input::placeholder {
  color: inherit;
}
#contactModal form .input-outer-block span {
  position: absolute;
  right: 0.5em;
  top: 25%;
  color: #d9ae6a;
}
#contactModal form .calender-outer {
  margin: 0 0 5px;
}
#contactModal form .calender-outer input {
  font-size: 13px;
}
#contactModal form .field-textarea textarea {
  font-size: 13px;
  color: rgb(38.25, 38.25, 38.25);
  padding: 10px 15px;
  height: 80px;
}
#contactModal form .field-textarea textarea::placeholder {
  font-size: inherit;
  color: inherit;
}
#contactModal form label {
  font-size: 13px;
}

.detail-content-left > .bttn {
  max-width: 180px;
  color: white !important;
  margin: 0 0 2em;
}
.detail-content-left > .bttn:hover {
  color: white !important;
}

.findproperty-outer-block {
  width: 100%;
  background-color: #fbe6d3;
  color: white;
  padding: 12px;
  clear: both;
}
.findproperty-outer-block .findproperty-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.findproperty-outer-block .findproperty-block p {
  margin: 0 12px 0 0;
  padding: 0;
  font-weight: 700;
}
.findproperty-outer-block .findproperty-block .btn--link {
  text-transform: none;
}
.findproperty-outer-block .findproperty-block #findPropClose {
  position: absolute;
  top: 0;
  right: 0;
}

.grecaptcha-badge {
  display: none;
}

.searchform {
  width: 100%;
}
.searchform__top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
}
.searchform__top .fields__block {
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(23% - 12px);
}
.searchform__top .fields__block:first-of-type {
  width: calc(29% - 12px);
}
.searchform__top .fields__block .select--outer {
  background-color: white;
  border-radius: 2px;
}
.searchform__top .fields__block .select--outer.reference .select2-container .selection {
  width: 100%;
  padding: 0;
}
.searchform__top .fields__block .select--outer.reference .select2-container .select2-selection--single {
  height: 38px;
  border-radius: 2px;
  border: none;
}
.searchform__top .fields__block .select--outer.reference .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5d5b57;
}
.searchform__top .fields__block .select--outer.reference .select2-container .select2-selection--single .select2-selection__arrow b {
  position: relative;
  border: none;
}
.searchform__top .fields__block .select--outer.reference .select2-container .select2-selection--single .select2-selection__arrow b:after {
  position: absolute;
  font-family: fontAwesome;
  content: "\f107";
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  color: #353535;
  top: -6px;
}
.searchform__top .fields__block .select--outer.reference .select2-container .select2-container--default .select2-results > .select2-results__options .select2-results__option {
  padding: 7px 15px;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
.searchform .advanced--search {
  color: #fff;
  text-align: center;
  display: inline;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  margin: 0 0 0.5em;
  position: relative;
  border: solid 1px #444442;
  background: none;
  padding: 6px 0;
}
.searchform__bottom {
  display: none;
}
.searchform__bottom > div {
  display: flex;
  justify-content: flex-start;
}
.searchform__bottom > div .fields__block {
  width: calc(25% - 12px);
  margin: 0 12px 0 0;
}
.searchform__bottom > div .fields__block .radio-blk1 {
  width: 100%;
  position: relative;
  z-index: 1;
}

#inicio .inner-banner {
  height: 145px;
}
#inicio .inner-banner .fold-overlay {
  background: #1d1d1c;
}
@media screen and (max-width: 47.9375em) {
  #inicio .inner-banner .fold-overlay {
    padding: 38px 20px 30px;
    width: 100%;
  }
}

.searchform__top {
  gap: 4px;
}

@media screen and (max-width: 37.4375em) {
  .propertieslisting-page .searchform .bttn {
    margin: 0;
  }
  .propertieslisting-page .searchform .buttons {
    gap: 8px;
  }
  .searchform__top {
    flex-wrap: wrap;
  }
  .searchform__top .fields__block {
    width: 100%;
    flex-direction: row;
    margin: 0 0 9px;
    height: auto;
  }
  .searchform__top .fields__block:nth-of-type(1), .searchform__top .fields__block:nth-of-type(4) {
    width: 100%;
    flex-direction: column;
    height: 85px;
  }
  .searchform__top .fields__block:nth-of-type(1) .select--outer, .searchform__top .fields__block:nth-of-type(4) .select--outer {
    width: 100%;
  }
  .searchform__top .fields__block .select--outer {
    width: calc(50% - 6px);
  }
  #inicio .inner-banner {
    height: 424px;
  }
  #inicio .searchform .advanced--search,
  #inicio .bttn {
    margin: 0;
  }
  #inicio .buttons {
    gap: 6px;
  }
  #inicio .searchform__top .fields__block:nth-of-type(1), #inicio .searchform__top .fields__block:nth-of-type(4) {
    flex-direction: column;
    height: 85px;
  }
  #inicio .searchform__top .fields__block:nth-of-type(1) .select--outer,
  #inicio .searchform__top .fields__block:nth-of-type(1) .bttn, #inicio .searchform__top .fields__block:nth-of-type(4) .select--outer,
  #inicio .searchform__top .fields__block:nth-of-type(4) .bttn {
    width: 100%;
  }
}
.projectcard {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  transition: all 0.2s ease-in-out;
}
.projectcard__image {
  width: 100%;
  height: 180px;
  margin: 0 0 1em;
}
.projectcard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.projectcard__body {
  padding: 0 1em 1em;
}
.projectcard__body h4 {
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0;
}
.projectcard__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectcard__container h6 {
  font-size: 13px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.projectcard__container h6 span {
  text-transform: uppercase;
  font-weight: 400;
}
.projectcard:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 4px 4px;
  transform: translate3d(0px, -4px, 0px);
}

#projectApp .search {
  width: 18rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#projectApp .search a.x {
  background: #ae0000 !important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  width: 28px;
  height: 24px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectlistingpage__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 28px;
  margin: 1.5em 0 90px;
}
@media screen and (max-width: 37.4375em) {
  .projectlistingpage__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 53.125em) {
  .projectlistingpage__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 64em) {
  .projectlistingpage__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.packs {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.packs .pack {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.packs .pack__image {
  width: 100%;
  height: 180px;
  margin: 0 0 1em;
}
.packs .pack__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.packs .pack__body {
  padding: 0 1em 1em;
}
.packs .pack__body h4 {
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0;
}
.packs .pack__body h5 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
}
.packs .pack__body h5 .icon {
  height: 18px;
}

.project-details {
  margin-top: 2.2rem;
}

.project-img {
  height: 538px;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 57.4375em) {
  .packs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 37.4375em) {
  .packs {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-img {
    height: 238px !important;
  }
}
#contactoForm .field-one label {
  padding: 2px;
  font-size: 12px;
}

input:disabled {
  background: #eee !important;
}

.error {
  border: 1px solid #ae0000 !important;
}

.oneonone {
  margin: 0 0 1rem 0;
  display: flex;
  gap: 0.6rem;
}

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