@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:700,400|Lato:300,400,500,700|Roboto:300,400,700,500");
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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; }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  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,
ol ul, ul
ol,
ol
ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

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

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

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

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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button 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: #f9ecea; }
  .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: #14679e;
    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: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      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: #0c3d5d;
      color: #0c3d5d; }
      .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: #0c3d5d;
        color: #0c3d5d; }
        .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: #157539;
        color: #157539; }
        .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: #805700;
        color: #805700; }
        .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: #67251a;
        color: #67251a; }
        .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: #0c3d5d;
      color: #0c3d5d; }
      .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: #0c3d5d;
        color: #0c3d5d; }
        .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: #157539;
        color: #157539; }
        .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: #805700;
        color: #805700; }
        .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: #67251a;
        color: #67251a; }
        .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: '\2013'; }

.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.33333% - 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.66667% - 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: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      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: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    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-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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: '\2026';
    color: #0a0a0a; }

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

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

.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: #14679e; }
  .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-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

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

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

.switch.tiny {
  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 #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    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: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      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: #f3f3f3; }

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

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

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

.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: #1673b1; }

.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: #1468a0; }
    .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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

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

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 170px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

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

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

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

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

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

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

.SelectClass {
  z-index: 1; }

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

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

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

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 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-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  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; }

/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*!
 * jQuery UI Resizable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*!
 * jQuery UI Selectable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*!
 * jQuery UI Accordion 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*!
 * jQuery UI Autocomplete 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*!
 * jQuery UI Button 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*!
 * jQuery UI Slider 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*!
 * jQuery UI Tabs 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*!
 * jQuery UI Datepicker 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*!
 * jQuery UI Progressbar 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*** BARRA COOKIES ***/
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  text-align: left;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 99999; }

#barraaceptacion p {
  display: block;
  float: left; }

#barraaceptacion img#ok_cookie {
  display: block;
  float: left; }

#barraaceptacion a.ok {
  padding: 4px;
  color: #febf27;
  text-decoration: none;
  float: right; }

#barraaceptacion a.info {
  text-decoration: underline;
  color: #febf27;
  font-weight: bold; }

#barraaceptacion .int {
  width: 90%; }

@font-face {
  font-family: "BreeOblique";
  src: url("../fonts/BreeOblique.eot");
  src: url("../fonts/BreeOblique.eot") format("embedded-opentype"), url("../fonts/BreeOblique.woff2") format("woff2"), url("../fonts/BreeOblique.woff") format("woff"), url("../fonts/BreeOblique.ttf") format("truetype"), url("../fonts/BreeOblique.svg#BreeOblique") format("svg"); }

@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot") format("embedded-opentype"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg"); }

.img-zoom, .news-card .news-image:hover img, #noticia .news__text__block .imgfull-block:hover img, #noticia .gallery__grid .gallery__item:hover img {
  transition: all 300ms ease-in 0s;
  transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); }

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

html {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

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

h1 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  color: #e19529;
  text-transform: uppercase; }

h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #333333; }
  @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: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 30px; }

h4 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-family: "Roboto", sans-serif;
  line-height: 22px; }

h5 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 24px; }

h6 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 24px; }

.title-h3 {
  font-size: 24px;
  line-height: 28px; }

p {
  line-height: 25px;
  margin-bottom: 26px; }

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

.link-btn {
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 30px;
  -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
  box-shadow: inset 0 0 0 1px #dbdbdb;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4f4f4f;
  text-transform: uppercase; }
  .link-btn:before, .link-btn:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    width: 0;
    height: 0; }
  .link-btn:hover, .link-btn:focus {
    color: #4f4f4f;
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .link-btn:hover:before, .link-btn:hover:after, .link-btn:focus:before, .link-btn:focus:after {
      width: 100%;
      height: 100%;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }

.link-btn::before {
  top: 0;
  left: 0; }

.link-btn::after {
  bottom: 0;
  right: 0; }

.link-btn:hover::before,
.link-btn:focus::before {
  border-top-color: #e19529;
  border-right-color: #e19529;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }

.link-btn:hover::after,
.link-btn:focus::after {
  border-bottom-color: #e19529;
  border-left-color: #e19529;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

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

.header-top {
  float: left;
  width: 100%;
  padding: 11px 80px 5px;
  background: white; }

#header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99; }
  @media screen and (max-width: 47.9375em) {
    #header {
      height: 82px; } }

@media screen and (max-width: 47.9375em) {
  #header + .grid-page {
    margin-top: -82px; } }

#header.fixed {
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5); }

.logo {
  float: left;
  width: 100%; }
  .logo a {
    width: 100%;
    float: left; }
    .logo a img {
      max-width: 282px;
      display: inline-block; }

.language-switcher {
  width: 67px;
  float: right;
  position: relative;
  border-left: 1px solid #e3e3e3;
  padding-top: 4px;
  padding-bottom: 11px;
  margin-left: 28px;
  padding-left: 10px; }
  .language-switcher a.lang {
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px; }
    .language-switcher a.lang:before {
      width: 12px;
      height: 20px;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 18px;
      float: right;
      color: #f8b01b; }
    .language-switcher a.lang span {
      text-align: right;
      width: 40px;
      height: 17px;
      float: left;
      color: #212121;
      padding-right: 4px; }
  .language-switcher.lang-active a.lang:before {
    content: "\f106"; }
  .language-switcher ul {
    width: 100%;
    height: auto;
    float: right;
    display: none;
    right: 0;
    position: absolute;
    top: 29px;
    z-index: 100;
    margin: 0;
    padding: 5px 5px 10px;
    background: white;
    width: 56px; }
    .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; }
    .language-switcher ul li {
      width: 100%;
      float: left;
      list-style: none;
      padding: 7px 9px 7px 8px;
      text-align: center; }
      .language-switcher ul li a {
        width: 100%;
        float: left;
        text-decoration: none;
        line-height: 20px;
        color: #212121; }
        .language-switcher ul li a:hover {
          color: #f8b01b; }
        .language-switcher ul li a img {
          float: left;
          margin: 1px 0 0; }

.main-menu {
  width: 100%;
  float: left;
  padding-top: 15px; }
  .main-menu ul {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .main-menu ul li {
      width: auto;
      display: inline-block;
      list-style: none;
      margin: 0;
      position: relative;
      padding: 0; }
      .main-menu ul li:first-child {
        border: none; }
      .main-menu ul li a {
        width: 100%;
        float: left;
        font-family: "Roboto", sans-serif;
        color: #212121;
        text-transform: uppercase;
        padding: 5px 10px 4px;
        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 {
        color: #a8a8a8; }
      .main-menu ul li:hover a i {
        color: white; }
      .main-menu ul li ul {
        position: absolute;
        left: -13px;
        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;
        padding: 10px 0; }
        .main-menu ul li ul li {
          line-height: 20px;
          padding: 0 24px !important;
          float: left;
          border-left: 0;
          width: 100%; }
          .main-menu ul li ul li a {
            display: inline-block;
            padding: 12px 0px 12px; }
            .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 {
            background: transparent; }

.header-social {
  float: left;
  padding-top: 6px; }
  .header-social img {
    width: 24px;
    height: auto;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }
    .header-social img:hover {
      opacity: 0.7; }
  .header-social a:first-of-type {
    margin-right: 0.5em; }

.header-right {
  float: right;
  padding-top: 15px; }

.main-menu ul li:hover > ul {
  opacity: 1;
  top: 50px;
  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(0, 0, 0, 0.7); }

.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: 27px; }

.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: #262626;
    font-family: "Roboto", sans-serif;
    background: transparent;
    float: left;
    text-align: left;
    font-weight: 400; }
  .title-bar .title-bar-right button {
    cursor: pointer;
    position: relative;
    top: 15px;
    width: 85px; }

.right-off-canvas-menu {
  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;
      color: #333333;
      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: #f8b01b; }
        .right-off-canvas-menu .header-contact li.email a:hover {
          color: #333333; }
      .right-off-canvas-menu .header-contact li a {
        width: auto;
        float: none;
        color: #333333;
        margin: 0 0 0 4px; }
        .right-off-canvas-menu .header-contact li a:hover {
          color: #f8b01b; }
  .right-off-canvas-menu .header-social {
    width: 100%;
    padding: 22px 30px; }
    .right-off-canvas-menu .header-social a:first-of-type {
      margin-right: 0.5em; }

.mobile-nav {
  width: 100%;
  float: left;
  padding: 22px 30px 0; }
  .mobile-nav ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(228, 228, 228, 0.5); }
    .mobile-nav ul li a {
      width: 100%;
      display: inline-block;
      font-family: "Roboto", sans-serif;
      color: #262626;
      text-transform: uppercase;
      padding: 11px 0 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: #a8a8a8; }
    .mobile-nav ul li ul.submenu {
      margin: 0;
      display: none; }
      .mobile-nav ul li ul.submenu li {
        border-bottom: 0; }
        .mobile-nav ul li ul.submenu li a {
          padding: 6px 22px 6px;
          font-size: 14px; }

.lanuage-mobile {
  background: #f4f2f2;
  padding: 10px 30px;
  width: 100%;
  float: left; }
  .lanuage-mobile li {
    width: auto;
    float: left;
    padding-left: 30px; }
    .lanuage-mobile li:first-child {
      padding-left: 0; }
  .lanuage-mobile a {
    float: left;
    color: #262626; }
    .lanuage-mobile a:hover, .lanuage-mobile a:focus {
      color: #a5a4a4; }

.close-button {
  right: 30px;
  top: 2px; }
  .close-button img {
    width: 16px; }

/*** 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-top {
    padding: 9px 30px 5px; }
  .main-menu ul li a {
    padding: 5px 6px 4px;
    font-size: 14px; }
  .logo a img {
    max-width: 214px; }
  .logo {
    padding-top: 5px; } }

@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-top {
    padding: 10px 20px 8px; }
  .main-menu ul li a {
    padding: 5px 6px 4px;
    font-size: 14px; }
  .logo a img {
    max-width: 240px; }
  .logo {
    padding-top: 5px; }
  .banner-block .cover-title {
    font-size: 40px;
    line-height: 46px; } }

@media screen and (max-width: 47.9375em) {
  .off-canvas {
    background: white; }
  .title-bar {
    padding: 4px 0px 0 8px;
    position: relative;
    top: -40px; }
  .title-bar .title-bar-right button {
    top: 0; }
  .header-top {
    height: 100%;
    padding: 12px 20px 5px; }
  .main-menu ul li a {
    padding: 5px 6px 4px;
    font-size: 14px; }
  .logo a img {
    max-width: 214px; }
  .logo {
    padding-top: 5px; } }

@media only screen and (max-width: 479px) {
  .header-top {
    padding: 16px 15px 5px; }
  .logo a img {
    max-width: 170px; }
  .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 *****************************************************************************************************************************************/
.grid-page {
  padding: 0; }

.banner-block {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .banner-block {
      height: 500px; } }
  @media screen and (max-width: 47.9375em) {
    .banner-block {
      height: 400px; } }
  .banner-block .cover-title {
    font-family: "BreeOblique";
    font-size: 60px;
    color: whitesmoke;
    text-shadow: 0px 3px 0px rgba(34, 34, 34, 0.4);
    line-height: 65px;
    padding: 0 10px; }
  .banner-block .swiper-container {
    width: 100%;
    height: 100%; }
  .banner-block .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .banner-block .swiper-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .banner-block .swiper-cover .swiper-button-prev, .banner-block .swiper-cover .swiper-button-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      cursor: pointer;
      opacity: 0;
      display: inline-block;
      -webkit-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      -ms-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      margin-top: 0; }
    .banner-block .swiper-cover .swiper-button-prev {
      left: 2.3%;
      right: auto;
      background-image: url(../images/sprite.png);
      width: 44px;
      height: 86px;
      background-size: 221px 191px;
      background-position: 0px -69px; }
    .banner-block .swiper-cover .swiper-button-next {
      right: 2.3%;
      left: auto;
      background-image: url(../images/sprite.png);
      width: 44px;
      height: 86px;
      background-size: 221px 191px;
      background-position: -48px -69px; }
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev,
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-next,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-next {
      opacity: .5; }
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev:focus,
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev:hover,
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-next:focus,
    .banner-block .swiper-cover .swiper-container:focus .swiper-button-next:hover,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev:focus,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev:hover,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-next:focus,
    .banner-block .swiper-cover .swiper-container:hover .swiper-button-next:hover {
      opacity: .9; }
    .banner-block .swiper-cover .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: white;
      opacity: 1; }
    .banner-block .swiper-cover .swiper-pagination-bullet-active {
      background: #7a7a79; }
    .banner-block .swiper-cover .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 20px; }
      @media screen and (max-width: 47.9375em) {
        .banner-block .swiper-cover .swiper-container-horizontal > .swiper-pagination-bullets {
          bottom: 50px; } }
    @media screen and (max-width: 47.9375em) {
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev,
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-next,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-next {
        opacity: 0; }
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev:focus,
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-prev:hover,
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-next:focus,
      .banner-block .swiper-cover .swiper-container:focus .swiper-button-next:hover,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev:focus,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-prev:hover,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-next:focus,
      .banner-block .swiper-cover .swiper-container:hover .swiper-button-next:hover {
        opacity: 0; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .banner-block .cover-title {
      font-size: 46px;
      line-height: 50px;
      padding: 0 36px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .banner-block .cover-title {
      font-size: 46px;
      line-height: 50px;
      padding: 0 36px; } }
  @media screen and (max-width: 47.9375em) {
    .banner-block .cover-title {
      font-size: 42px;
      line-height: 46px; } }
  @media only screen and (max-width: 479px) {
    .banner-block .cover-title {
      font-size: 32px;
      line-height: 36px; } }

.content-container {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(100vh - 82px);
  background: white; }

.grid-page_cover-ghost {
  position: relative;
  height: 100vh; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .grid-page_cover-ghost {
      height: 500px; } }
  @media screen and (max-width: 47.9375em) {
    .grid-page_cover-ghost {
      height: 400px; } }

/*--------------- Footer --------------*/
.footer-container {
  width: 100%;
  float: left; }
  .footer-container .footer-top {
    width: 100%;
    float: left;
    padding: 37px 0 39px;
    background: #9d9996; }
  .footer-container .footer-bottom {
    width: 100%;
    float: left;
    padding: 26px 0 28px;
    background: whitesmoke; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .footer-container .footer-bottom {
        padding-bottom: 40px; } }
    @media screen and (max-width: 47.9375em) {
      .footer-container .footer-bottom {
        padding: 40px 0 36px; } }
  @media screen and (max-width: 47.9375em) {
    .footer-container .footer-top {
      padding: 30px 0 25px; } }

.footer-menu {
  float: left;
  padding-top: 11px;
  padding-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  gap: 1rem; }
  .footer-menu ul {
    width: 100%;
    float: left; }
    .footer-menu ul li {
      float: left;
      padding-left: 24px; }
      .footer-menu ul li:first-child {
        padding-left: 0; }
      .footer-menu ul li a {
        color: #595959;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif; }
        .footer-menu ul li a:hover {
          text-decoration: none;
          color: #a8a8a8; }
      .footer-menu ul li.active a {
        color: #a8a8a8; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .footer-menu ul li {
      padding-left: 10px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .footer-menu {
      padding-bottom: 26px; }
      .footer-menu ul {
        text-align: center; }
        .footer-menu ul li {
          float: none;
          display: inline-block; }
          .footer-menu ul li a {
            font-size: 16px; } }
  @media screen and (max-width: 47.9375em) {
    .footer-menu {
      margin-bottom: 16px;
      padding: 0 0 16px;
      max-width: 330px;
      margin: 0 auto;
      text-align: center;
      float: none;
      display: table; }
      .footer-menu ul li {
        padding-left: 0;
        width: 50%;
        padding-bottom: 15px; }
        .footer-menu ul li a {
          font-size: 17px; } }

.owners-link {
  text-transform: uppercase;
  white-space: nowrap; }

.copy-right p,
.copy-right a {
  font-size: 14px;
  color: #595959;
  margin-bottom: 0;
  line-height: 20px; }

.copy-right a:hover {
  color: #f8b01b; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .copy-right {
    text-align: center; }
    .copy-right br {
      display: none; } }

@media screen and (max-width: 47.9375em) {
  .copy-right {
    padding-bottom: 10px;
    text-align: center; }
    .copy-right br {
      display: none; } }

.site-by {
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  text-align: right; }
  .site-by a {
    color: #595959; }
    .site-by a:hover {
      color: #f8b01b; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .site-by {
      text-align: center; } }
  @media screen and (max-width: 47.9375em) {
    .site-by {
      text-align: center; } }

.newsletter-form {
  float: left;
  width: 100%;
  padding-top: 8px; }
  .newsletter-form h4 {
    font-family: "Roboto", sans-serif;
    float: left;
    color: white;
    padding: 12px 32px 12px 0; }
  .newsletter-form .single-input {
    margin-bottom: 0;
    float: left;
    padding-left: 15px; }
  .newsletter-form .form-input {
    max-width: 200px;
    background: #dedddc;
    height: 42px;
    padding: 10px 20px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4f4f4f;
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: 0; }
    .newsletter-form .form-input::-webkit-input-placeholder {
      color: #4f4f4f;
      opacity: 1; }
    .newsletter-form .form-input::-moz-placeholder {
      color: #4f4f4f;
      opacity: 1; }
    .newsletter-form .form-input:-ms-input-placeholder {
      color: #4f4f4f;
      opacity: 1; }
  .newsletter-form .primary-btn {
    float: right;
    color: white;
    font-size: 15px;
    border: 2px solid #b3b0ad;
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    height: 42px;
    text-transform: uppercase;
    padding: 0;
    width: 170px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }
    .newsletter-form .primary-btn:focus, .newsletter-form .primary-btn:hover {
      color: white;
      border: 2px solid #e87b19; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .newsletter-form .form-input {
      max-width: 168px; }
    .newsletter-form .primary-btn {
      width: 134px; }
    .newsletter-form h4 {
      padding: 12px 12px 12px 0; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .newsletter-form {
      float: none;
      max-width: 500px;
      margin: 0 auto; }
      .newsletter-form .form-input {
        max-width: 168px; }
      .newsletter-form .primary-btn {
        width: 134px;
        float: left;
        margin-left: 15px; }
      .newsletter-form h4 {
        float: none;
        padding: 12px 12px 12px 0; }
      .newsletter-form .single-input:nth-child(2) {
        padding-left: 0; } }
  @media screen and (max-width: 47.9375em) {
    .newsletter-form {
      padding-top: 0; }
      .newsletter-form h4 {
        padding: 0 0 12px 0;
        width: 100%;
        display: inline-block;
        text-align: center; }
      .newsletter-form .single-input {
        margin-bottom: 8px;
        padding-left: 0;
        width: 100%; }
      .newsletter-form .form-input {
        margin: 0 auto;
        max-width: 256px; }
      .newsletter-form .primary-btn {
        float: none;
        width: 256px;
        margin: 0 auto;
        max-width: 256px;
        display: block; } }

.footer-logo {
  float: right;
  width: 100%; }
  .footer-logo a {
    line-height: 1px;
    float: right;
    width: 100%; }
  .footer-logo img {
    max-width: 270px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .footer-logo {
      text-align: center;
      padding-top: 20px; } }
  @media screen and (max-width: 47.9375em) {
    .footer-logo {
      float: none;
      text-align: center;
      padding-top: 30px; } }

/*----------- Homepage Style ----------*/
.ppty-photo-block {
  float: left;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .ppty-photo-block .content-block-inner {
      padding: 36px 15px 0px;
      float: left;
      width: 100%; }
      .ppty-photo-block .content-block-inner h1 {
        padding-bottom: 38px; }
      .ppty-photo-block .content-block-inner h2 {
        padding-bottom: 27px; } }

.link-outer {
  width: 100%;
  float: left;
  text-align: center; }

.photo-block {
  float: left;
  width: 50%;
  overflow: hidden;
  /*    @include breakpoint(large only) {
        &:first-child .ppty-overlay {
            margin-left: -240px;
        }
    }
    @include breakpoint(medium only) {
        &:first-child .ppty-overlay {
            margin-left: -175px;
        }
    }*/ }
  .photo-block a {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
  .photo-block:hover .pict-outer {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  @media screen and (max-width: 47.9375em) {
    .photo-block {
      width: 100%; } }

.pict-outer {
  float: left;
  width: 100%;
  height: 485px;
  -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;
  background-position: center center !important; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .pict-outer {
      height: 440px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .pict-outer {
      height: 420px; } }
  @media screen and (max-width: 47.9375em) {
    .pict-outer {
      height: 380px; } }

.ppty-overlay {
  position: absolute;
  left: 0;
  margin-left: 47px;
  bottom: 42px;
  padding: 18px 35px 22px 30px; }
  .ppty-overlay .banner-link {
    float: left;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: whitesmoke; }
    .ppty-overlay .banner-link h3 {
      padding-bottom: 10px;
      font-weight: 500;
      color: whitesmoke;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
    .ppty-overlay .banner-link span.ppty-link {
      font-family: "Roboto", sans-serif;
      display: block;
      position: relative;
      color: whitesmoke;
      font-weight: 300;
      text-decoration: underline;
      font-size: 16px; }

.content-block {
  width: 100%;
  float: left;
  padding: 75px 0 68px; }
  .content-block h1 {
    padding-bottom: 38px; }
    .content-block h1 span {
      color: #787b7b; }
  .content-block h2 {
    padding-bottom: 27px; }
  .content-block .link-btn {
    margin-top: 22px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .content-block {
      padding: 60px 0 50px; } }
  @media screen and (max-width: 47.9375em) {
    .content-block {
      padding: 36px 0 34px; }
      .content-block .link-btn {
        margin-top: 0; } }

.choose-block {
  width: 100%;
  float: left;
  padding: 45px 0 70px;
  background-color: #7d7b79;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#858381), to(#7d7b79));
  background-image: -webkit-linear-gradient(top, #858381, #7d7b79);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #858381, #7d7b79);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #858381, #7d7b79);
  /* IE10 */
  background-image: -o-linear-gradient(top, #858381, #7d7b79);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #858381, #7d7b79);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#858381', EndColorStr='#7d7b79'); }
  .choose-block .choose-block-inner {
    position: relative;
    width: 100%;
    float: left; }
    .choose-block .choose-block-inner .lady-img {
      position: absolute;
      left: -95px;
      top: -81px; }
  .choose-block h3 {
    color: #dbdbdb;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 45px; }
  .choose-block ul {
    width: 100%;
    text-align: center;
    display: inline-block; }
    .choose-block ul li {
      display: inline-block;
      max-width: 268px;
      width: 32%; }
      .choose-block ul li .block-outer {
        display: table;
        width: 100%; }
  .choose-block .icon-block-outer {
    display: table-cell;
    max-width: 74px;
    width: 30%;
    vertical-align: middle; }
  .choose-block .icon-block {
    width: 58px;
    height: 58px;
    background: #6a6865;
    display: table-cell;
    vertical-align: middle;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
    .choose-block .icon-block img {
      max-width: 25px;
      position: relative;
      top: 3px; }
  .choose-block .info-block {
    width: 70%;
    vertical-align: middle;
    max-width: 210px;
    display: table-cell;
    text-align: left;
    padding-left: 0;
    padding-right: 15px; }
    .choose-block .info-block p {
      color: #fcfcfc;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .choose-block .lady-img {
      display: none; } }
  @media screen and (max-width: 47.9375em) {
    .choose-block {
      padding: 32px 0 28px; }
      .choose-block h3 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 30px; }
      .choose-block ul li {
        max-width: none;
        width: 100%;
        margin-bottom: 10px; }
      .choose-block .icon-block-outer {
        width: auto;
        max-width: 64px; }
      .choose-block .info-block {
        padding-right: 0;
        width: auto;
        max-width: none; } }
  @media only screen and (max-width: 479px) {
    .choose-block .info-block {
      width: 70%; }
    .choose-block .icon-block-outer {
      width: 19%; } }

.property-list-outer {
  float: left;
  width: 100%;
  background: whitesmoke;
  padding: 63px 0 9px; }
  .property-list-outer .property-block {
    float: left;
    width: 100%; }
    .property-list-outer .property-block a.link-btn {
      float: right;
      padding: 13px 13px;
      text-transform: none; }
    .property-list-outer .property-block .button:hover, .property-list-outer .property-block .button:focus {
      background: transparent; }
  .property-list-outer .property-list-title {
    float: left;
    width: 100%;
    padding: 0 0 40px; }
    .property-list-outer .property-list-title h3 {
      color: #636363;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      display: inline-block; }
  @media screen and (max-width: 47.9375em) {
    .property-list-outer {
      padding: 50px 0 9px; }
      .property-list-outer .property-block a.link-btn {
        float: none;
        display: inline-block;
        margin-top: 30px; }
      .property-list-outer .property-list-title h3 {
        display: block;
        text-align: center; }
      .property-list-outer .slick-dots {
        margin: 15px 0 0;
        text-align: center; }
        .property-list-outer .slick-dots li {
          width: auto;
          background: transparent;
          float: none;
          display: inline-block;
          padding: 0 5px;
          margin-bottom: 0px;
          border-radius: 0; }
          .property-list-outer .slick-dots li button {
            font-size: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: #595959;
            border: none; }
          .property-list-outer .slick-dots li.slick-active button {
            background: #f6970e; } }

.property-listing {
  float: left;
  width: 100%; }
  .property-listing ul {
    float: left;
    width: 102.56%;
    list-style: none;
    margin: 0;
    margin-left: -2.56%; }
    .property-listing ul li {
      float: left;
      width: 30.77%;
      margin-left: 2.56%;
      background: white;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  @media screen and (max-width: 47.9375em) {
    .property-listing ul {
      float: none;
      margin: 0 auto;
      max-width: 370px; }
      .property-listing ul li {
        margin-left: 0; } }

.single-property-block {
  float: left;
  width: 100%; }

.image-section {
  float: left;
  width: 100%;
  height: 278px;
  position: relative;
  overflow: hidden; }
  .image-section .ribbon-price {
    display: block;
    min-width: 160px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 20px 9px 23px;
    background: rgba(250, 182, 34, 0.84);
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    font-weight: 700;
    color: white; }
    .image-section .ribbon-price span {
      float: left;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: white;
      padding-right: 3px;
      padding-top: 2px; }
  .image-section .image-overlay {
    background: rgba(250, 182, 34, 0.7);
    bottom: 0;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    visibility: hidden;
    width: 100%; }
    .image-section .image-overlay .view-details {
      height: 280px;
      left: 0;
      margin-top: -140px;
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center; }
      .image-section .image-overlay .view-details span {
        color: white;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        margin: 10px auto 0;
        padding: 10px 0;
        text-align: center;
        -webkit-transform: translateY(110px);
        -moz-transform: translateY(110px);
        -o-transform: translateY(110px);
        -ms-transform: translateY(110px);
        transform: translateY(110px);
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        width: 100%; }
  .image-section:hover .image-overlay {
    height: 100%;
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .image-section {
      height: 235px; } }

.icon-spec-block {
  float: left;
  width: 100%;
  padding: 21px 10px 16px;
  background: #595959;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .icon-spec-block ul {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center; }
    .icon-spec-block ul li {
      float: none;
      display: inline-block;
      width: auto;
      margin: 0;
      background: none;
      padding: 0 13px; }
      .icon-spec-block ul li:first-child {
        float: left; }
      .icon-spec-block ul li:last-child {
        float: right; }
      .icon-spec-block ul li img {
        display: inline-block;
        vertical-align: middle;
        width: 41px; }
      .icon-spec-block ul li span {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        color: whitesmoke;
        font-family: "Roboto", sans-serif;
        font-size: 18px; }
        .icon-spec-block ul li span sup {
          font-size: 16px;
          color: white; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .icon-spec-block ul li {
      padding: 0 10px; }
      .icon-spec-block ul li span {
        font-size: 14px; }
      .icon-spec-block ul li img {
        width: 36px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .icon-spec-block ul li {
      padding: 0 5px; }
      .icon-spec-block ul li img {
        width: 28px; }
      .icon-spec-block ul li span {
        font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .icon-spec-block ul li {
      padding: 0 8px; }
    .icon-spec-block ul li img {
      width: 30px; }
    .icon-spec-block ul li span {
      font-size: 15px; } }

.title-block-out {
  float: left;
  width: 100%;
  border-top: none;
  padding: 19px 20px 8px; }
  .title-block-out .title-block {
    float: left;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 12px; }
    .title-block-out .title-block h2 {
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      color: #333333;
      font-family: "Roboto", sans-serif;
      font-weight: 500; }
    .title-block-out .title-block .ppty-id {
      float: right;
      color: #545454;
      font-family: "Roboto", sans-serif;
      font-size: 15px; }
    .title-block-out .title-block .title-div {
      display: inline-block; }
  .title-block-out .ppty-info {
    float: left;
    width: 100%;
    padding-bottom: 14px;
    color: #4f4f4f;
    font-family: "Roboto", sans-serif; }
    .title-block-out .ppty-info p {
      margin-bottom: 0;
      line-height: 20px;
      font-size: 15px; }
  .title-block-out .posibility {
    float: left;
    width: 100%; }
    .title-block-out .posibility .posibility-left {
      float: left;
      width: 75%;
      color: #f6970e;
      font-weight: 500;
      font-family: "Roboto", sans-serif; }
    .title-block-out .posibility .image-right {
      float: right;
      width: 25%; }
      .title-block-out .posibility .image-right img {
        max-width: 45px;
        float: right; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .title-block-out .title-block .title-div {
      width: 100%; }
    .title-block-out .title-block {
      padding-bottom: 8px; }
    .title-block-out .ppty-info p {
      font-size: 13px; }
    .title-block-out .posibility .posibility-left {
      font-size: 13px;
      line-height: 20px; } }
  @media screen and (max-width: 47.9375em) {
    .title-block-out .posibility {
      padding-bottom: 7px; } }

.sales-ppty {
  padding-bottom: 85px; }
  .sales-ppty .icon-spec-block ul li {
    padding: 0 3px; }
  .sales-ppty .image-section .ribbon-price {
    background: rgba(232, 123, 25, 0.84);
    min-width: 110px; }
  .sales-ppty .icon-spec-block {
    margin-top: 28px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .sales-ppty .icon-spec-block {
      margin-top: 10px; }
    .sales-ppty ul li img {
      width: 23px; }
    .sales-ppty ul li span {
      font-size: 11px; }
      .sales-ppty ul li span sup {
        font-size: 10px; } }
  @media screen and (max-width: 47.9375em) {
    .sales-ppty {
      padding-bottom: 52px; } }

.ppty-photo-block .row {
  position: static; }

.ppty-photo-block .medium-12.columns {
  position: static; }

.ppty-outercont {
  width: 100%;
  height: auto;
  max-width: 600px;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px; }
  .ppty-outercont .ppty-overlay {
    margin: 0;
    float: left;
    height: auto;
    position: relative;
    left: auto;
    margin: 0;
    background: rgba(254, 195, 0, 0.89);
    background: -moz-linear-gradient(left, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 195, 0, 0.89)), color-stop(0%, rgba(254, 195, 0, 0.89)), color-stop(100%, rgba(255, 170, 0, 0.89)));
    background: -webkit-linear-gradient(left, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%);
    background: -o-linear-gradient(left, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%);
    background: -ms-linear-gradient(left, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%);
    background: linear-gradient(to right, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec300', endColorstr='#ffaa00', GradientType=1 ); }
  @media screen and (max-width: 47.9375em) {
    .ppty-outercont {
      padding: 15px 25px; } }

.photo-block-second .ppty-outercont {
  left: 32px; }
  @media screen and (max-width: 47.9375em) {
    .photo-block-second .ppty-outercont {
      left: 0; } }
  .photo-block-second .ppty-outercont .ppty-overlay {
    background: rgba(255, 153, 0, 0.89);
    background: -moz-linear-gradient(left, rgba(255, 153, 0, 0.89) 0%, rgba(255, 153, 0, 0.89) 0%, rgba(255, 129, 12, 0.89) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 153, 0, 0.89)), color-stop(0%, rgba(255, 153, 0, 0.89)), color-stop(100%, rgba(255, 129, 12, 0.89)));
    background: -webkit-linear-gradient(left, rgba(255, 153, 0, 0.89) 0%, rgba(255, 153, 0, 0.89) 0%, rgba(255, 129, 12, 0.89) 100%);
    background: -o-linear-gradient(left, rgba(255, 153, 0, 0.89) 0%, rgba(255, 153, 0, 0.89) 0%, rgba(255, 129, 12, 0.89) 100%);
    background: -ms-linear-gradient(left, rgba(255, 153, 0, 0.89) 0%, rgba(255, 153, 0, 0.89) 0%, rgba(255, 129, 12, 0.89) 100%);
    background: linear-gradient(to right, rgba(255, 153, 0, 0.89) 0%, rgba(255, 153, 0, 0.89) 0%, rgba(255, 129, 12, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff810c', GradientType=1 ); }

.content-block-second {
  padding-left: 32px; }
  @media screen and (max-width: 47.9375em) {
    .content-block-second {
      padding: 36px 15px 0px;
      float: left; } }

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

@media screen and (max-width: 47.9375em) {
  property-detailsblk .column, property-detailsblk .columns, .property-detailsblk .columns {
    padding: 0; } }

.yellow-block {
  float: left;
  width: 100%;
  padding: 30px 0 27px;
  background-color: #f49520;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, top left, bottom left, from(#f7c11c), to(#f49520));
  background-image: -webkit-linear-gradient(left, #f7c11c, #f49520);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, #f7c11c, #f49520);
  /* FF3.6 */
  background-image: -ms-linear-gradient(left, #f7c11c, #f49520);
  /* IE10 */
  background-image: -o-linear-gradient(left, #f7c11c, #f49520);
  /* Opera 11.10+ */
  background-image: linear-gradient(left, #f7c11c, #f49520);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7c11c', EndColorStr='#f49520'); }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .yellow-block {
      padding: 20px 0 18px; } }

.yellow-wrap {
  float: left;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .yellow-wrap p {
      float: left;
      width: 100%;
      padding-top: 10px;
      font-size: 20px;
      margin: 0;
      font-family: "Roboto", sans-serif;
      color: white;
      text-align: center; } }

.yellow-left {
  float: left;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .yellow-left {
      text-align: center; } }
  @media screen and (max-width: 47.9375em) {
    .yellow-left {
      text-align: center; } }
  .yellow-left .tag {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #f59a20;
    padding: 6px 7px 5px;
    background: white;
    margin-right: 26px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .yellow-left .tag {
        margin-right: 0;
        float: left; } }
    @media screen and (max-width: 47.9375em) {
      .yellow-left .tag {
        margin-right: 12px; } }
  .yellow-left h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: white; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .yellow-left h3 {
        font-size: 18px; } }
    @media screen and (max-width: 47.9375em) {
      .yellow-left h3 {
        font-size: 18px; } }
    .yellow-left h3 > span {
      font-size: 20px;
      padding-left: 22px; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .yellow-left h3 > span {
          font-size: 16px; } }
      @media screen and (max-width: 47.9375em) {
        .yellow-left h3 > span {
          display: none; } }

.yellow-right {
  float: right;
  width: auto;
  padding: 2px 0 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .yellow-right {
      width: 13%;
      text-align: right; } }
  .yellow-right .back-btn {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-top: 4px; }
    @media screen and (max-width: 47.9375em) {
      .yellow-right .back-btn {
        font-size: 0; } }
    .yellow-right .back-btn:before {
      position: absolute;
      content: "";
      left: -42px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../images/back-btn.png") no-repeat;
      width: 30px;
      height: 26px; }
      @media screen and (max-width: 47.9375em) {
        .yellow-right .back-btn:before {
          left: -30px; } }

.detail-content-wrap {
  float: left;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .detail-content-wrap .column, .detail-content-wrap .columns,
    .detail-content-wrap .columns {
      padding: 0; } }
  @media screen and (max-width: 47.9375em) {
    .detail-content-wrap .column, .detail-content-wrap .columns,
    .detail-content-wrap .columns {
      padding: 0; } }

.detail-content {
  float: left;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .detail-content {
      padding: 0 30px;
      margin-bottom: 100px; } }
  @media screen and (max-width: 47.9375em) {
    .detail-content {
      padding: 0 20px;
      margin-bottom: 70px; } }
  @media only screen and (max-width: 479px) {
    .detail-content {
      margin-bottom: 116px; } }

.detail-top-inner {
  float: left;
  width: 100%;
  padding: 15px 0 19px;
  margin-bottom: 1em;
  border-bottom: 1px solid #e3e3e3; }
  .detail-top-inner h1 {
    float: left;
    color: #e19529;
    text-transform: capitalize;
    padding-bottom: 23px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .detail-top-inner h1 {
        font-size: 20px; } }
    @media screen and (max-width: 47.9375em) {
      .detail-top-inner h1 {
        font-size: 20px;
        padding-bottom: 15px; } }
  .detail-top-inner ul {
    float: left;
    width: 100%;
    list-style: none; }
    @media screen and (max-width: 47.9375em) {
      .detail-top-inner ul {
        text-align: center; } }
    .detail-top-inner ul li {
      float: left;
      width: auto;
      padding: 0 12px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .detail-top-inner ul li {
          padding: 0 5px; } }
      @media screen and (max-width: 47.9375em) {
        .detail-top-inner ul li {
          display: inline-block;
          float: none;
          padding: 0 7px;
          margin-bottom: 4px; } }
      @media only screen and (max-width: 479px) {
        .detail-top-inner ul li {
          padding: 0 5px;
          line-height: 12px; } }
      .detail-top-inner ul li .icon-blk {
        display: inline-block;
        vertical-align: middle; }
        .detail-top-inner ul li .icon-blk img {
          height: 28px; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .detail-top-inner ul li .icon-blk img {
              height: 21px; } }
          @media only screen and (max-width: 479px) {
            .detail-top-inner ul li .icon-blk img {
              width: 21px; } }
      .detail-top-inner ul li .icon-label {
        display: inline-block;
        color: #6b6b6b;
        padding-left: 2px;
        font-size: 16px; }
      .detail-top-inner ul li:first-child {
        padding-left: 0; }
        .detail-top-inner ul li:first-child .icon-label {
          padding-left: 0; }

.spec-list {
  float: left;
  width: 100%;
  padding-bottom: 31px;
  border-bottom: 1px solid #e3e3e3; }
  .spec-list .spec-half {
    float: left;
    width: 50%; }
    @media screen and (max-width: 47.9375em) {
      .spec-list .spec-half {
        width: 100%;
        padding-left: 0 !important; } }
    .spec-list .spec-half .listing {
      float: left;
      width: 100%; }
      .spec-list .spec-half .listing ul {
        float: left;
        width: 100%;
        margin-top: 26px; }
        @media screen and (max-width: 47.9375em) {
          .spec-list .spec-half .listing ul {
            margin-top: 15px; } }
        .spec-list .spec-half .listing ul li {
          float: left;
          width: 100%;
          padding: 2px 0; }
          .spec-list .spec-half .listing ul li label {
            float: left;
            width: 50%;
            margin: 0;
            font-family: "Lato", sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #4f4f4f; }
            @media screen and (min-width: 64em) and (max-width: 74.9375em) {
              .spec-list .spec-half .listing ul li label {
                font-size: 14px; } }
            @media screen and (max-width: 47.9375em) {
              .spec-list .spec-half .listing ul li label {
                font-size: 14px; } }
          .spec-list .spec-half .listing ul li span {
            float: right;
            width: 50%;
            text-align: left;
            font-family: "Lato", sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: #4f4f4f; }
            @media screen and (min-width: 64em) and (max-width: 74.9375em) {
              .spec-list .spec-half .listing ul li span {
                font-size: 14px; } }
            @media screen and (max-width: 47.9375em) {
              .spec-list .spec-half .listing ul li span {
                font-size: 14px; } }
            .spec-list .spec-half .listing ul li span sup {
              font-size: 12px; }
    .spec-list .spec-half.right {
      padding-left: 5%; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .spec-list .spec-half.right {
          padding-left: 0; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .spec-list .spec-half.right {
          padding-left: 3%; } }

.detail-list-inner {
  float: left;
  width: 100%;
  padding: 31px 0 26px; }
  .detail-list-inner .detail-list-single {
    float: left;
    width: 33.33%; }
    @media screen and (max-width: 47.9375em) {
      .detail-list-inner .detail-list-single {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .detail-list-inner .detail-list-single {
        width: 100%; } }
    .detail-list-inner .detail-list-single ul {
      float: left;
      width: 100%; }
      .detail-list-inner .detail-list-single ul li {
        float: left;
        width: 100%;
        list-style: none;
        font-family: "Lato", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #4f4f4f;
        padding: 0 0 8px 31px;
        position: relative; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .detail-list-inner .detail-list-single ul li {
            font-size: 14px;
            padding-left: 25px; } }
        @media screen and (max-width: 47.9375em) {
          .detail-list-inner .detail-list-single ul li {
            font-size: 14px; } }
        .detail-list-inner .detail-list-single ul li:after {
          position: absolute;
          left: 0;
          top: 4px;
          content: "";
          background: url("../images/round-tick.svg") left top no-repeat;
          width: 18px;
          height: 18px; }

#year-calendar table tr th,
#year-calendar table tr td {
  text-align: center;
  line-height: 21px;
  text-transform: lowercase;
  padding: 0.47em;
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 12px; }

#year-calendar p {
  text-align: center;
  padding: 0;
  margin: 0; }

#date-range {
  text-align: center; }

#year {
  text-align: center;
  padding: 0;
  margin: 0;
  float: right;
  width: 100%;
  padding-top: 28px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    #year {
      bottom: inherit;
      text-align: left; } }
  @media screen and (max-width: 47.9375em) {
    #year {
      float: none;
      max-width: 330px;
      margin: 0 auto;
      padding-top: 0; } }

#year ul {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    #year ul {
      float: left;
      width: 100%; } }

#year ul li {
  float: left;
  list-style-type: none;
  margin: 0 5px;
  padding: 7px 12px 2px 11px; }
  #year ul li.selected-year {
    font-weight: 700;
    font-size: 15px;
    color: #262626; }
    @media screen and (max-width: 47.9375em) {
      #year ul li.selected-year {
        display: none; } }
  #year ul li.prev, #year ul li.next {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    width: 120px;
    font-size: 0;
    position: relative; }
    #year ul li.prev a, #year ul li.next a {
      margin: 0 auto;
      font-size: 15px;
      font-weight: 600; }
  #year ul li.prev {
    background: #f5f5f5; }
    @media screen and (max-width: 47.9375em) {
      #year ul li.prev {
        float: left; } }
    #year ul li.prev a {
      color: #9c9c9c; }
  #year ul li.next {
    background: #f8b01b; }
    @media screen and (max-width: 47.9375em) {
      #year ul li.next {
        float: right; } }
    #year ul li.next a {
      color: white; }

th,
td {
  padding: 1px;
  transition: all 0.3s ease; }

thead {
  font-weight: bold;
  text-transform: capitalize; }

th.month_name {
  text-align: center; }

th.month_name.current {
  color: #cb6c6b;
  border-bottom: 2px #cb6c6b solid;
  padding-bottom: 0px; }

th.current {
  color: #cb6c6b; }

td.current {
  background-color: #cb6c6b;
  color: white; }

.calender td.selected {
  background-color: #f8b01b !important;
  color: black !important; }

td.select-start.selected {
  position: relative;
  background: white !important;
  z-index: 1; }

td.select-start.selected::before {
  content: "";
  border-bottom: 33px solid #f8b01b;
  border-left: 27px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

td.select-end.selected {
  position: relative;
  background: white !important;
  z-index: 1; }

td.select-end.selected::before {
  content: "";
  border-top: 33px solid #f8b01b;
  border-right: 27px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

#date-range {
  background: #f8b01b; }

.sidebar-section {
  width: 100%;
  float: left;
  margin: 15px 0; }

.sidebar-top-sec {
  width: 100%;
  float: left; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .sidebar-top-sec {
      margin: 0 0 20px; } }

.season-list-section {
  width: 100%;
  float: left; }

.season-list {
  width: 100%;
  float: left;
  padding: 12px 20px;
  background: #f5f5f5;
  margin: 0 0 3px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .season-list {
      width: 50%; }
      .season-list:nth-child(even) {
        border-left: 3px solid white; } }
  @media only screen and (max-width: 767px) {
    .season-list {
      width: 100%; } }
  .season-list .title {
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #636363;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .season-list .title {
        width: 100%; } }
  .season-list .price {
    float: right;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #e1a829; }
    @media only screen and (max-width: 767px) {
      .season-list .price {
        float: left; } }
  .season-list .date-range {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    padding: 2px 0 0; }

.long-term-section {
  width: 100%;
  float: left;
  background: #9d9996;
  padding: 14px 80px 14px 20px;
  position: relative; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .long-term-section {
      width: 50%; } }
  .long-term-section:after {
    width: 36px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 31px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDY0IDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYzLDBIMUMwLjQsMCwwLDAuNCwwLDF2NDBjMCwwLjYsMC40LDEsMSwxaDYyYzAuNiwwLDEtMC40LDEtMVYxQzY0LDAuNCw2My42LDAsNjMsMHogTTYwLjMsMkwzMiwyNS43TDMuNywyDQoJCUg2MC4zeiBNMiw0MFYzLjFsMzAsMjUuMkw2MiwzLjFWNDBIMnoiLz4NCjwvZz4NCjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 36px 24px; }
  .long-term-section span {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white; }
  .long-term-section p {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4f4f4f;
    line-height: 21px;
    margin: 0; }
    .long-term-section p a {
      text-decoration: underline;
      color: #4f4f4f; }
      .long-term-section p a:hover {
        color: white; }

.long-term-form {
  width: 100%;
  max-width: 400px;
  float: left;
  background: white;
  display: none;
  padding: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  @media only screen and (max-width: 767px) {
    .long-term-form {
      max-width: 290px; } }
  .long-term-form h3 {
    background: #f8b01b;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .long-term-form .request-form-outer {
    width: 100%;
    float: left;
    background: #faf7f7;
    padding: 13px 20px; }
    .long-term-form .request-form-outer .captcha-image .g-recaptcha > div {
      margin: 0 auto; }

.sidebar-form-section {
  width: 100%;
  float: left;
  margin: 16px 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .sidebar-form-section {
      display: none;
      max-width: 370px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-form-section {
      display: none;
      max-width: 100%; } }
  .sidebar-form-section h3 {
    background: #f8b01b;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .sidebar-form-section h3 {
        background: #9d9996; } }
    @media only screen and (max-width: 767px) {
      .sidebar-form-section h3 {
        background: #9d9996; } }
  .sidebar-form-section .sidebar-form-blk1 {
    width: 100%;
    float: left;
    background: #faf7f7;
    padding: 13px 20px;
    margin: 0 0 4px; }
  .sidebar-form-section .sidebar-form-blk2 {
    width: 100%;
    float: left;
    background: #faf7f7;
    padding: 21px 20px 18px; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .sidebar-form-section .sidebar-form-blk2 {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .sidebar-form-section .sidebar-form-blk2 {
        display: none; } }
    .sidebar-form-section .sidebar-form-blk2 .form-section.sidebar-form .form-section-inner .form-field-outer h6 {
      padding: 0 0 10px; }
    .sidebar-form-section .sidebar-form-blk2 .form-section.sidebar-form .form-section-inner .form-field-outer .form-field {
      margin-bottom: 8px; }

.form-section.sidebar-form .form-section-inner {
  width: 100%;
  max-width: 100%; }
  .form-section.sidebar-form .form-section-inner .form-field-outer h6 {
    font-weight: 600;
    color: #4f4f4f;
    padding: 0 0 7px; }
  .form-section.sidebar-form .form-section-inner .form-field-outer .form-field-left {
    width: 48.5%;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field-left {
        width: 100%; } }
  .form-section.sidebar-form .form-section-inner .form-field-outer .form-field-right {
    width: 48.5%;
    float: right; }
    @media only screen and (max-width: 767px) {
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field-right {
        width: 100%; } }
  .form-section.sidebar-form .form-section-inner .form-field-outer .form-field {
    width: 100%;
    margin-left: 0;
    margin-bottom: 7px; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.select {
      margin-top: 7px; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select {
      position: relative; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select:before {
        width: 19px;
        height: 19px;
        position: absolute;
        top: 12px;
        left: 12px;
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc2LjkgNzYuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYuOSA3Ni45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjZBODFDO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzguNSw3N2M5LjksMCwxOS43LTMuOCwyNy4yLTExLjNjMTUtMTUsMTUtMzkuNCwwLTU0LjRsMCwwYy0xNS0xNS0zOS40LTE1LTU0LjQsMHMtMTUsMzkuNCwwLDU0LjQNCgkJQzE4LjgsNzMuMiwyOC42LDc3LDM4LjUsNzd6IE0xNC44LDE0LjhDMjEuMyw4LjMsMjkuOSw1LDM4LjUsNXMxNy4yLDMuMywyMy43LDkuOGMxMy4xLDEzLjEsMTMuMSwzNC4zLDAsNDcuNHMtMzQuMywxMy4xLTQ3LjQsMA0KCQlTMS43LDI3LjksMTQuOCwxNC44eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNSw1NmMwLjcsMCwxLjMtMC4zLDEuOC0wLjhsMTMtMTQuMWMwLjQtMC41LDAuNy0xLjEsMC43LTEuN1YyMC41YzAtMS40LTEuMS0yLjUtMi41LTIuNXMtMi41LDEuMS0yLjUsMi41DQoJCXYxOEwyMy4xLDUxLjhjLTAuOSwxLTAuOSwyLjYsMC4xLDMuNUMyMy43LDU1LjgsMjQuNCw1NiwyNSw1NnoiLz4NCjwvZz4NCjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-size: 19px 19px; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input {
        -moz-box-shadow: 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        background: .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input lighter;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 2px solid #e6e4e4;
        height: 42px;
        padding: 8px 8px 8px 37px;
        color: #4f4f4f;
        font-family: "Roboto", sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input::-webkit-input-placeholder {
          color: #4f4f4f; }
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input:-moz-placeholder {
          color: #4f4f4f; }
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input::-moz-placeholder {
          color: #4f4f4f;
          opacity: 1; }
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select input:-ms-input-placeholder {
          color: #4f4f4f; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input {
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      background: .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input lighter;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 2px solid #e6e4e4;
      height: 42px;
      padding: 8px 12px;
      color: #4f4f4f;
      font-family: "Roboto", sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input::-webkit-input-placeholder {
        color: #4f4f4f; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input:-moz-placeholder {
        color: #4f4f4f; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input::-moz-placeholder {
        color: #4f4f4f;
        opacity: 1; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.textbox input:-ms-input-placeholder {
        color: #4f4f4f; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.submit {
      margin: 4px 0 0; }
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.submit input,
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.submit button {
        width: 100%;
        float: left;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: white;
        background: #f8b01b;
        border: none;
        text-transform: uppercase;
        padding: 15px 0 16px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        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; }
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.submit input:hover,
        .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.submit button:hover {
          opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.captcha-field {
        display: none; } }
  .form-section.sidebar-form .form-section-inner .form-field-outer .deposit-sec {
    width: 100%;
    float: left;
    padding: 11px 0 0; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .deposit-sec img {
      float: left;
      margin: 4px 0 0; }
    .form-section.sidebar-form .form-section-inner .form-field-outer .deposit-sec p {
      font-family: "Lato-Medium";
      font-size: 14px;
      color: #4f4f4f;
      max-width: 210px;
      float: left;
      margin: 0;
      line-height: 20px;
      padding: 0 0 0 9px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .form-section.sidebar-form .form-section-inner .form-field-outer .deposit-sec p {
          padding: 10px 0 0; } }
      @media only screen and (max-width: 767px) {
        .form-section.sidebar-form .form-section-inner .form-field-outer .deposit-sec p {
          padding: 10px 0 0; } }

.detail-info {
  width: 100%;
  float: left;
  border-top: 1px solid #e6e4e4;
  padding: 26px 0 10px;
  margin: 25px 0 0; }
  .detail-info h6,
  .detail-info u {
    padding: 0 0 7px; }
  .detail-info u {
    text-decoration: underline;
    font-size: 14px;
    color: #4f4f4f;
    float: left;
    width: 100%; }
  .detail-info ul {
    width: 100%;
    float: left; }
    .detail-info ul li {
      width: 100%;
      float: left;
      padding: 0 0 4px; }
      .detail-info ul li input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: solid 2px red;
        float: left;
        margin: 2px 5px 2px 0; }
      .detail-info ul li .info-attribute {
        float: left;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4f4f4f; }
      .detail-info ul li .info-value {
        float: right;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4f4f4f; }
      .detail-info ul li.total {
        padding: 14px 0 2px; }
        .detail-info ul li.total .info-attribute {
          font-weight: 700; }
        .detail-info ul li.total .info-value {
          font-weight: 700; }
    .detail-info ul.icheckbox-outer li {
      padding: 0 0 4px;
      margin: 2px 0 0 0;
      font-size: 15px; }
      .detail-info ul.icheckbox-outer li label {
        color: #4f4f4f; }
      .detail-info ul.icheckbox-outer li.note {
        font-size: 14px;
        margin: 0 0 0 18px;
        padding: 0 0 0 0px;
        list-style: circle; }
  .detail-info.supl {
    padding-bottom: 0; }
    .detail-info.supl ul {
      padding-bottom: 6px; }

textarea {
  width: 100%;
  height: 90px;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: textarea lighter;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #e6e4e4;
  padding: 6px 11px;
  color: #4f4f4f;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none; }
  textarea::-webkit-input-placeholder {
    color: #4f4f4f; }
  textarea:-moz-placeholder {
    color: #4f4f4f; }
  textarea::-moz-placeholder {
    color: #4f4f4f;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #4f4f4f; }
  textarea:focus {
    border: 2px solid #e6e4e4; }

.checkbox-list {
  width: 100%;
  float: left;
  border-top: 1px solid #e6e4e4;
  margin: 10px 0 0;
  padding: 18px 0 0; }
  .checkbox-list .icheckbox-outer {
    width: 100%;
    float: left;
    padding: 0 0 10px; }
    .checkbox-list .icheckbox-outer .icheckbox {
      float: left;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      width: 22px;
      height: 22px;
      background: white;
      border: 2px solid #e6e4e4;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer; }
    .checkbox-list .icheckbox-outer .icheckbox.checked:before {
      width: 10px;
      height: 10px;
      content: "";
      background: #f8b01b;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      left: 4px;
      top: 4px; }
    .checkbox-list .icheckbox-outer label {
      float: left;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #4f4f4f;
      width: 90%;
      text-align: left;
      margin: -1px 0 0;
      padding-left: 11px;
      line-height: 22px;
      cursor: pointer; }
      .checkbox-list .icheckbox-outer label a {
        color: #4f4f4f;
        text-decoration: underline; }
        .checkbox-list .icheckbox-outer label a:hover {
          color: #f8b01b; }

.medium-selector {
  width: 100%;
  float: left;
  padding: 20px 15px;
  background: #faf7f7;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .medium-selector {
      display: block;
      position: fixed;
      bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .medium-selector {
      display: block;
      position: fixed;
      bottom: 0; } }
  .medium-selector .selected-offer {
    width: 40%;
    float: left;
    padding: 3px 0 0; }
    @media only screen and (max-width: 767px) {
      .medium-selector .selected-offer {
        width: 50%;
        padding: 0 0 0px; } }
    @media only screen and (max-width: 479px) {
      .medium-selector .selected-offer {
        width: 100%;
        padding-bottom: 10px; } }
    .medium-selector .selected-offer .title {
      float: left;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #636363; }
    .medium-selector .selected-offer .price {
      float: left;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #e1a829;
      padding: 0 0 0 10px; }
    .medium-selector .selected-offer .date-range {
      width: 100%;
      float: left;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #4f4f4f;
      padding: 2px 0 0; }
  .medium-selector .sidebar-form-trigger {
    width: 100%;
    max-width: 370px;
    float: right;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: white;
    padding: 19px 0;
    text-transform: uppercase;
    background: #f8b01b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -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;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .medium-selector .sidebar-form-trigger {
        font-size: 20px;
        padding: 15px 0;
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .medium-selector .sidebar-form-trigger {
        width: 100%; } }
    .medium-selector .sidebar-form-trigger:hover {
      opacity: 0.7; }

.next-field {
  width: 100%;
  float: left;
  margin: 15px 0 0;
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .next-field {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .next-field {
      display: block; } }
  .next-field input {
    width: 100%;
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    background: #f8b01b;
    border: none;
    text-transform: uppercase;
    padding: 15px 0 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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; }
    .next-field input:hover {
      opacity: 0.7; }

.hide-desktop {
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-desktop {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .hide-desktop {
      display: block; } }

.sidebar-close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 19px;
  display: none; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .sidebar-close {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .sidebar-close {
      display: block;
      right: 15px; } }
  .sidebar-close:after {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAtMC4yIDQ2IDQ2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgLTAuMiA0NiA0NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwLjEsMjIuOEwwLjcsMy40Yy0wLjgtMC44LTAuOC0yLjEsMC0yLjlzMi4xLTAuOCwyLjksMEwyMywxOS45TDQyLjQsMC41YzAuOC0wLjgsMi4xLTAuOCwyLjksMA0KCWMwLjgsMC44LDAuOCwyLjEsMCwyLjlMMjUuOSwyMi44bDE5LjQsMTkuNGMwLjgsMC44LDAuOCwyLjEsMCwyLjljLTAuOCwwLjgtMi4xLDAuOC0yLjksMEwyMywyNS43TDMuNiw0NS4xYy0wLjgsMC44LTIuMSwwLjgtMi45LDANCglzLTAuOC0yLjEsMC0yLjlMMjAuMSwyMi44eiIvPg0KPC9zdmc+);
    background-repeat: no-repeat;
    background-size: 22px 22px; }

.full-calender-block {
  float: left;
  width: 100%;
  padding: 37px 0;
  border-top: 1px solid #e3e3e3; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .full-calender-block {
      padding-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .full-calender-block {
      text-align: center;
      padding: 20px 0 35px;
      margin-top: 35px; } }
  .full-calender-block h2 {
    font-family: "Roboto", sans-serif;
    color: #4f4f4f;
    font-weight: 500;
    padding-bottom: 25px; }
    @media screen and (max-width: 47.9375em) {
      .full-calender-block h2 {
        padding-bottom: 15px; } }
  .full-calender-block .ui-state-default,
  .full-calender-block .ui-widget-content .ui-state-default,
  .full-calender-block .ui-widget-header .ui-state-default,
  .full-calender-block .ui-button,
  .full-calender-block html .ui-button.ui-state-disabled:hover,
  .full-calender-block html .ui-button.ui-state-disabled:active {
    border: 0; }
  .full-calender-block .ui-widget-header {
    background: #9d9996;
    margin: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0; }
  .full-calender-block .ui-widget.ui-widget-content {
    width: 101.1% !important;
    margin-left: -1.1%; }
  .full-calender-block .ui-datepicker-multi .ui-datepicker-group {
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 1.1%;
    margin-bottom: 15px;
    width: 23.9%; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .full-calender-block .ui-datepicker-multi .ui-datepicker-group {
        margin-left: 0.4%;
        margin-bottom: 10px;
        width: 24.5%; } }
  .full-calender-block .ui-widget.ui-widget-content {
    border: 0; }
  .full-calender-block .ui-datepicker-title {
    color: white; }
  .full-calender-block .ui-state-default,
  .full-calender-block .ui-widget-content .ui-state-default,
  .full-calender-block .ui-widget-header .ui-state-default,
  .full-calender-block .ui-button,
  .full-calender-block html .ui-button.ui-state-disabled:hover,
  .full-calender-block html .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    color: #2d2d2d; }
  .full-calender-block .ui-datepicker-year {
    display: none; }
  .full-calender-block .ui-datepicker table {
    font-size: 12px; }
  .full-calender-block .ui-datepicker td span,
  .full-calender-block .ui-datepicker td a {
    padding: 0px 1px; }
  .full-calender-block .dp-highlight .ui-state-default {
    background: #f8b01b;
    color: #2d2d2d !important; }
  .full-calender-block .ui-datepicker td {
    padding: 1px; }
  .full-calender-block .ui-widget-header .ui-datepicker-title {
    font-weight: 400; }
  .full-calender-block .ui-datepicker-other-month.ui-state-disabled,
  .full-calender-block .ui-widget-content .ui-datepicker-other-month.ui-state-disabled,
  .full-calender-block .ui-widget-header .ui-datepicker-other-month.ui-state-disabled {
    position: relative; }
    .full-calender-block .ui-datepicker-other-month.ui-state-disabled:after,
    .full-calender-block .ui-widget-content .ui-datepicker-other-month.ui-state-disabled:after,
    .full-calender-block .ui-widget-header .ui-datepicker-other-month.ui-state-disabled:after {
      content: "-";
      color: #2d2d2d;
      font-size: 15px; }
  .full-calender-block .datepicker {
    position: relative; }
    .full-calender-block .datepicker:after {
      content: "";
      background: transparent;
      z-index: 9;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: none; }
  .full-calender-block .ui-datepicker .ui-datepicker-next,
  .full-calender-block .ui-datepicker .ui-datepicker-prev {
    display: none; }
  @media screen and (max-width: 47.9375em) {
    .full-calender-block .ui-datepicker-multi .ui-datepicker-group {
      margin-left: 2%;
      width: 48%; }
    .full-calender-block .ui-widget.ui-widget-content {
      width: 102% !important;
      margin-left: -2%; } }
  @media only screen and (max-width: 479px) {
    .full-calender-block .ui-widget.ui-widget-content {
      width: 100% !important;
      margin-left: 0; }
    .full-calender-block .ui-datepicker-multi .ui-datepicker-group {
      margin-left: 0;
      width: 100%; } }

.date-outer {
  display: none; }

#btn_submit {
  background: #f8b01b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  padding: 15px 0;
  position: relative;
  width: 100%;
  margin: 1em 0 1.5em;
  border: none; }

#btn_submit:hover {
  cursor: pointer;
  opacity: 0.7; }

.disabled,
.disabled:hover {
  opacity: 0.5 !important;
  background: #ccc !important;
  cursor: wait !important; }

.gallery {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em; }
  .gallery__large img, .gallery__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .gallery__large {
    width: 66.1%;
    height: 617px;
    position: relative;
    overflow: hidden; }
    .gallery__large::before {
      content: "";
      width: 122px;
      height: 122px;
      display: none;
      opacity: 0;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      background: rgba(23, 23, 23, 0.5) url(../images/zoom_icon.svg) no-repeat center;
      background-size: 32px; }
    .gallery__large:hover::before {
      display: block;
      opacity: 1; }
  .gallery__small {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden; }
    .gallery__small::before {
      content: "";
      width: 100%;
      height: 100%;
      display: none;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(23, 23, 23, 0.5) url(../images/zoom_icon.svg) no-repeat center;
      background-size: 32px; }
    .gallery__small:hover::before {
      display: block;
      opacity: 1; }
  .gallery__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32.9%;
    height: 617px; }
  .gallery__button__block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between; }
    .gallery__button__block .gallery--button {
      margin: 0 10px 0 0; }
      .gallery__button__block .gallery--button:last-of-type {
        margin-right: 0; }

.gallery--button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 49px;
  padding: 0 12px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #f4f2f2; }
  .gallery--button:hover {
    background-color: rgba(244, 242, 242, 0.8); }
  .gallery--button.orange {
    background-color: #f8b01b;
    color: white; }
    .gallery--button.orange:hover {
      background-color: rgba(248, 176, 27, 0.8); }
  .gallery--button img {
    width: 22px;
    height: auto;
    margin: 0 0.5em 0 0; }

@media screen and (max-width: 37.4375em) {
  .gallery__large {
    width: 100%;
    height: 240px; } }

@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .gallery__large, .gallery__right {
    height: 345px; }
  .gallery__small {
    height: 170px; } }

.gallery-outer {
  float: left;
  width: 100%;
  position: relative; }

.galleria {
  float: left;
  width: 100%;
  height: 474px; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .galleria {
      height: 368px;
      height: 448px; } }
  @media screen and (max-width: 47.9375em) {
    .galleria {
      height: 270px;
      height: 320px; } }
  @media only screen and (max-width: 479px) {
    .galleria {
      height: 250px;
      height: 320px; } }

.galleria-theme-classic {
  float: left; }

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border: none;
  margin: 0 7px 0 0; }

.galleria-theme-classic img {
  opacity: 1 !important;
  width: 100% !important;
  top: 0 !important; }

.galleria-theme-classic .galleria-thumbnails-container {
  width: 100%;
  height: auto;
  float: left;
  background: white;
  left: 0px;
  z-index: 1; }

.galleria-theme-classic .galleria-image-nav {
  top: 42%;
  height: 60px;
  margin: -30px 0 0; }
  @media screen and (max-width: 47.9375em) {
    .galleria-theme-classic .galleria-image-nav {
      height: 40px; } }

.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
  width: 42px;
  height: 60px;
  border: 0;
  border-radius: 0;
  background-image: none;
  transition: none !important;
  text-align: center;
  opacity: 1; }
  @media screen and (max-width: 47.9375em) {
    .galleria-theme-classic .galleria-image-nav-left,
    .galleria-theme-classic .galleria-image-nav-right {
      height: 40px; } }
  .galleria-theme-classic .galleria-image-nav-left:before,
  .galleria-theme-classic .galleria-image-nav-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 117px;
    line-height: 117px;
    background-position: center center; }
    @media screen and (max-width: 47.9375em) {
      .galleria-theme-classic .galleria-image-nav-left:before,
      .galleria-theme-classic .galleria-image-nav-right:before {
        height: 65px;
        line-height: 65px; } }

.galleria-theme-classic .galleria-image-nav-left {
  left: 0px !important; }
  .galleria-theme-classic .galleria-image-nav-left:before {
    background: rgba(0, 0, 0, 0.7) url("../images/prev-arrow.png") no-repeat;
    background-position: center center; }
    @media screen and (max-width: 47.9375em) {
      .galleria-theme-classic .galleria-image-nav-left:before {
        background-size: 35%; } }

.galleria-theme-classic .galleria-image-nav-right {
  right: 0 !important; }
  .galleria-theme-classic .galleria-image-nav-right:before {
    background: rgba(0, 0, 0, 0.7) url("../images/next-arrow.png") no-repeat;
    background-position: center center; }
    @media screen and (max-width: 47.9375em) {
      .galleria-theme-classic .galleria-image-nav-right:before {
        background-size: 35%; } }

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

.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: 1;
  display: !important; }

.galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list {
  margin: 0;
  padding: 8px 0px; }

.galleria-thumbnails .galleria-image {
  border: none;
  margin: 0 5px; }

/*----------- form Style ----------*/
.form-section {
  float: left;
  width: 100%; }
  .form-section .form-section-inner {
    max-width: 885px;
    float: left;
    width: 91.23711340206185%; }
    @media screen and (min-width: 37.5em) and (max-width: 64em) {
      .form-section .form-section-inner {
        width: 90.23711340206185%; } }
    @media screen and (max-width: 37.4375em) {
      .form-section .form-section-inner {
        width: 100%;
        margin: 0; } }
  .form-section h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-shadow: 0px 2px 0px rgba(23, 23, 23, 0.34); }
  .form-section .form-field-outer {
    float: left;
    width: 100%; }
    .form-section .form-field-outer .form-field-left {
      width: 45%;
      float: left;
      margin-right: 15px; }
      @media screen and (max-width: 47.9375em) {
        .form-section .form-field-outer .form-field-left {
          width: 100%;
          margin: 0; } }
    .form-section .form-field-outer .form-field-right {
      width: 54%;
      float: left; }
      @media screen and (min-width: 37.5em) and (max-width: 64em) {
        .form-section .form-field-outer .form-field-right {
          width: 53%; } }
      @media screen and (max-width: 37.4375em) {
        .form-section .form-field-outer .form-field-right {
          width: 100%;
          margin: 0; } }
    .form-section .form-field-outer .form-field {
      float: left;
      width: 49%;
      margin-left: 2%;
      margin-bottom: 8px; }
      .form-section .form-field-outer .form-field:first-child {
        margin-left: 0; }
      .form-section .form-field-outer .form-field.field-search {
        width: 100%; }
        .form-section .form-field-outer .form-field.field-search input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
      .form-section .form-field-outer .form-field.date-select {
        position: relative;
        background: white; }
        .form-section .form-field-outer .form-field.date-select img {
          position: absolute;
          right: 12px;
          top: 11px;
          cursor: pointer;
          max-width: 24px; }
        .form-section .form-field-outer .form-field.date-select input {
          -moz-box-shadow: 0 0 0 transparent;
          -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
          background: none;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          border: 2px solid #e6e4e4;
          height: 42px;
          color: #4f4f4f;
          font-family: "Lato-Medium";
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          padding-right: 40px;
          position: relative;
          z-index: 9;
          cursor: pointer; }
          .form-section .form-field-outer .form-field.date-select input::-webkit-input-placeholder {
            color: #4f4f4f;
            font-family: "Lato-Medium"; }
          .form-section .form-field-outer .form-field.date-select input:-moz-placeholder {
            color: #4f4f4f;
            font-family: "Lato-Medium"; }
          .form-section .form-field-outer .form-field.date-select input::-moz-placeholder {
            color: #4f4f4f;
            font-family: "Lato-Medium";
            opacity: 1; }
          .form-section .form-field-outer .form-field.date-select input:-ms-input-placeholder {
            color: #4f4f4f;
            font-family: "Lato-Medium"; }
        .form-section .form-field-outer .form-field.date-select:after {
          position: absolute;
          content: "";
          right: 12px;
          top: 11px;
          cursor: pointer;
          background: url("../images/svg/calendar.svg");
          width: 24px;
          height: 20px; }
      .form-section .form-field-outer .form-field select option[disabled] {
        display: none; }
      .form-section .form-field-outer .form-field .SumoSelect > .CaptionCont > label > i {
        height: 12px;
        opacity: 1;
        width: 12px;
        position: relative;
        background-image: none; }
        .form-section .form-field-outer .form-field .SumoSelect > .CaptionCont > label > i:after {
          content: "\f078";
          color: #f8b01b;
          font-size: 12px;
          font-family: "FontAwesome"; }
      .form-section .form-field-outer .form-field .SumoSelect {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 100%; }
        .form-section .form-field-outer .form-field .SumoSelect .CaptionCont {
          min-height: 42px;
          line-height: 27px;
          -moz-box-shadow: 0 0 0 transparent;
          -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
          border: 0;
          border: 2px solid #e6e4e4;
          background: white;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .form-section .form-field-outer .form-field .SumoSelect .CaptionCont span {
            color: #4f4f4f;
            font-family: "Lato-Medium";
            padding-right: 17px;
            font-style: normal; }
          .form-section .form-field-outer .form-field .SumoSelect .CaptionCont label {
            width: 17px;
            right: 14px;
            top: 4px; }
        .form-section .form-field-outer .form-field .SumoSelect .optWrapper {
          border: 2px solid #e6e4e4; }
          .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options {
            border-bottom: 0;
            padding: 18px 10px 10px 5px; }
            .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options .disabled {
              display: none; }
            .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li label {
              color: #4f4f4f;
              line-height: 20px; }
              .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li label:hover {
                color: #e9850e; }
            .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li.opt {
              padding: 7px 0 10px 0;
              margin: 0 16px;
              border-bottom: 0; }
              .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li.opt.selected label {
                color: #e9850e; }
              .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li.opt:last-child {
                border: none; }
              .form-section .form-field-outer .form-field .SumoSelect .optWrapper .options li.opt:hover {
                background: transparent; }
      .form-section .form-field-outer .form-field .SumoSelect.open .optWrapper {
        top: 40px;
        background: white;
        -moz-box-shadow: 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent; }
      .form-section .form-field-outer .form-field .link-block {
        background: #858381;
        height: 80px;
        width: 175px;
        border: none;
        color: white;
        font-weight: 700;
        line-height: 22px;
        font-size: 20px;
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        text-transform: uppercase;
        cursor: pointer; }
      .form-section .form-field-outer .form-field.btn-outer {
        width: 14.8%; }
      .form-section .form-field-outer .form-field .SumoUnder {
        padding: 0;
        background: white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .form-section .form-field-outer .form-field .SelectBox {
        padding: 5px 18px 5px 20px; }

/*======================================
	Datepicker
========================================*/
.ui-widget-content {
  border: 2px solid #e6e4e4; }

.ui-widget-header {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e58215; }
  .ui-widget-header .ui-datepicker-title {
    color: white;
    font-weight: 700;
    font-size: 15px;
    font-family: "Lato", sans-serif; }
  .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(../images/let_arrow.png); }
  .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(../images/right_arrow.png); }
  .ui-widget-header .ui-icon-circle-triangle-w {
    background-position: 0 0px; }
  .ui-widget-header .ui-icon-circle-triangle-e {
    background-position: 0 0px; }
  .ui-widget-header .ui-datepicker .ui-datepicker-prev span,
  .ui-widget-header .ui-datepicker .ui-datepicker-next span {
    margin-left: -3px;
    margin-top: -6px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 4px; }

.ui-state-hover {
  background: transparent !important; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  background: #e1e1e1; }

.ui-datepicker td {
  padding: 2px; }

table tbody tr:nth-child(2n) {
  background: white; }

table thead {
  background: white;
  border: 0; }

table tbody {
  border: 0; }

.ui-state-hover {
  border: 0 !important;
  background: transparent !important;
  right: 0px !important;
  top: 1px !important; }
  .ui-state-hover .ui-icon {
    cursor: pointer; }

.ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: -4px; }

.ui-datepicker-calendar th span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 12px; }

/*======================================
	Search Box
========================================*/
.search-outer {
  margin: 0 auto;
  max-width: 970px;
  padding: 0;
  width: 100%;
  margin-top: -44px; }

.search-content {
  float: left;
  width: 100%;
  z-index: 9;
  background: #faf7f7; }
  .search-content.inner-apege-search {
    position: absolute;
    background-color: #edebe9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf7f7), to(#edebe9));
    background-image: -webkit-linear-gradient(top, #faf7f7, #edebe9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #faf7f7, #edebe9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #faf7f7, #edebe9);
    /* IE10 */
    background-image: -o-linear-gradient(top, #faf7f7, #edebe9);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #faf7f7, #edebe9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#faf7f7', EndColorStr='#edebe9');
    bottom: 0; }
    @media screen and (max-width: 47.9375em) {
      .search-content.inner-apege-search {
        position: relative; } }
    .search-content.inner-apege-search .tabs-content {
      background-color: #edebe9;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#faf7f7), to(#edebe9));
      background-image: -webkit-linear-gradient(top, #faf7f7, #edebe9);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #faf7f7, #edebe9);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #faf7f7, #edebe9);
      /* IE10 */
      background-image: -o-linear-gradient(top, #faf7f7, #edebe9);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #faf7f7, #edebe9);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#faf7f7', EndColorStr='#edebe9'); }
      .search-content.inner-apege-search .tabs-content .tabs-panel {
        background: transparent; }

.search-content .tabs {
  float: left;
  width: auto;
  border: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #363636; }
  .search-content .tabs li {
    width: 160px;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .search-content .tabs li {
        width: auto;
        margin: 0; } }
    .search-content .tabs li.is-active a {
      background: #faf7f7;
      color: #333333;
      font-family: "Lato-Medium"; }
    .search-content .tabs li a {
      text-transform: uppercase;
      color: white;
      padding: 14px 30px;
      font-family: "Lato-Medium";
      font-size: 16px; }
      .search-content .tabs li a:hover {
        background: #faf7f7;
        color: #333333;
        font-family: "Lato-Medium"; }

.search-content .tabs-content {
  border: none;
  float: left;
  width: 100%;
  background: #faf7f7;
  padding: 25px 0; }
  .search-content .tabs-content .tabs-panel {
    float: left;
    width: 100%;
    padding: 0;
    background: #faf7f7; }

.entry-fields {
  float: left;
  width: 80.2%; }

.search-result {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin: 13px 0 0; }

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

.result-field {
  float: right;
  width: 175px; }
  .result-field .primary-button {
    width: 175px; }

b {
  font-weight: 700; }

.fields-top {
  float: left;
  width: 100%;
  padding: 23px 15px 9px 18px; }

.ui-datepicker-today a {
  background-color: rgba(248, 176, 27, 0.5) !important;
  color: white !important; }

.ui-datepicker-today a:hover {
  background: #f8b01b !important;
  color: white !important; }

.ui-state-hover {
  background: #f8b01b !important;
  color: white !important; }

td.selected {
  background: #f8b01b !important;
  color: white !important; }

td.select-start.selected {
  color: #000000 !important; }

td.select-end.selected {
  color: #000000 !important; }

.ui-datepicker-current-day a {
  background: #f8b01b !important;
  color: white !important; }

/*----------- Listing Style ----------*/
.list-page .property-list-outer {
  padding-top: 59px; }
  @media screen and (max-width: 47.9375em) {
    .list-page .property-list-outer {
      padding-top: 30px; } }

@media screen and (max-width: 47.9375em) {
  .list-page .property-list-title {
    padding-bottom: 25px; } }

.list-page .property-listing > ul > li {
  margin-bottom: 49px; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .list-page .property-listing > ul > li {
      margin-bottom: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .list-page .property-listing > ul > li {
      width: 100%;
      margin-bottom: 20px; } }

.list-page .title-block-out .posibility {
  padding-bottom: 10px; }

.list-page .filter-box {
  float: right;
  width: auto; }
  @media screen and (max-width: 47.9375em) {
    .list-page .filter-box {
      width: 100%;
      text-align: center;
      padding-top: 15px; } }
  .list-page .filter-box .sort-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #707070;
    font-weight: 500;
    padding-right: 10px; }
  .list-page .filter-box .select-box {
    margin: 0 !important; }
  .list-page .filter-box .SumoSelect {
    vertical-align: middle; }
    .list-page .filter-box .SumoSelect .CaptionCont {
      font-family: "Lato-Medium";
      color: #707070;
      border: 1px solid #e3e3e3;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-shadow: none;
      cursor: pointer;
      padding: 7px 10px 6px 30px;
      background: transparent; }
      .list-page .filter-box .SumoSelect .CaptionCont > span {
        cursor: pointer !important; }
      .list-page .filter-box .SumoSelect .CaptionCont > label {
        cursor: pointer !important; }
        .list-page .filter-box .SumoSelect .CaptionCont > label > i {
          background: url("../images/down-arrow.png") no-repeat;
          width: 12px;
          height: 8px; }
      .list-page .filter-box .SumoSelect .CaptionCont:hover, .list-page .filter-box .SumoSelect .CaptionCont:focus {
        outline: none; }
    .list-page .filter-box .SumoSelect .optWrapper {
      top: 39px; }
      .list-page .filter-box .SumoSelect .optWrapper > .options li.opt {
        padding: 6px 10px; }
        .list-page .filter-box .SumoSelect .optWrapper > .options li.opt label {
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          color: #707070; }

.property__listing--grid {
  padding: 0 60px;
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 50px 30px; }
  .property__listing--grid > li {
    background-color: white; }
  @media screen and (max-width: 37.4375em) {
    .property__listing--grid {
      padding: 0 1em;
      grid-template-columns: 1fr; } }
  @media screen and (min-width: 37.5em) and (max-width: 64em) {
    .property__listing--grid {
      padding: 0 1em;
      grid-template-columns: 1fr 1fr; } }

.listing-banner {
  float: left;
  width: 100%;
  position: relative; }

.list-banner-wrap {
  float: left;
  width: 100%;
  height: 242px; }
  @media screen and (max-width: 47.9375em) {
    .list-banner-wrap {
      height: 180px; } }

.pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 24px 0 81px 0;
  background: whitesmoke; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .pagination {
      padding: 10px 0 70px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .pagination {
      padding: 10px 0 50px; } }
  @media screen and (max-width: 47.9375em) {
    .pagination {
      padding: 5px 0 25px; } }
  .pagination ul {
    float: left;
    width: 100%;
    text-align: center; }
    .pagination ul li {
      display: inline-block;
      width: 34px;
      height: 39px;
      line-height: 34px;
      text-align: center;
      margin: 0 2px 0 2px; }
      @media screen and (max-width: 47.9375em) {
        .pagination ul li {
          width: 26px;
          height: 35px;
          line-height: 25px; } }
      .pagination ul li a {
        display: inline-block;
        width: 100%;
        color: #373633;
        border: 2px solid #d6d6d6;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0; }
        @media screen and (max-width: 47.9375em) {
          .pagination ul li a {
            font-size: 12px; } }
        .pagination ul li a:hover, .pagination ul li a:focus {
          background: #e1a829;
          border: 2px solid #e1a829;
          color: white; }
      .pagination ul li.active a {
        background: #e1a829;
        border: 2px solid #e1a829;
        color: white; }
      .pagination ul li.next {
        width: 104px; }
        @media screen and (max-width: 47.9375em) {
          .pagination ul li.next {
            width: 90px; } }
        @media only screen and (max-width: 479px) {
          .pagination ul li.next {
            display: block;
            width: 100%;
            margin: 0 auto;
            max-width: 90px; } }
      .pagination ul li.prev {
        width: 95px; }
        @media screen and (max-width: 47.9375em) {
          .pagination ul li.prev {
            width: 90px; } }
        @media only screen and (max-width: 479px) {
          .pagination ul li.prev {
            display: block;
            width: 100%;
            margin: 0 auto;
            max-width: 90px; } }
        .pagination ul li.prev a {
          color: #d6d6d6;
          border: 2px solid #d6d6d6; }
          .pagination ul li.prev a:hover, .pagination ul li.prev a:focus {
            color: #d6d6d6;
            border: 2px solid #d6d6d6;
            background: transparent; }
      .pagination ul li.disabled {
        padding: 0;
        background-color: transparent !important; }
        .pagination ul li.disabled:hover {
          background-color: transparent !important; }
          .pagination ul li.disabled:hover a {
            background: transparent; }
            .pagination ul li.disabled:hover a:hover, .pagination ul li.disabled:hover a:focus {
              background: inherit; }

.form-section .form-field-outer .form-field.field-search {
  position: relative; }
  .form-section .form-field-outer .form-field.field-search:before {
    position: absolute;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b5b5b5; }
  .form-section .form-field-outer .form-field.field-search .inputbox {
    border: 2px solid #e6e4e4;
    padding-left: 40px;
    color: #4f4f4f;
    font-family: "Lato-Medium";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    box-shadow: none; }
    .form-section .form-field-outer .form-field.field-search .inputbox::-moz-placeholder {
      color: #4f4f4f;
      opacity: 1; }
    .form-section .form-field-outer .form-field.field-search .inputbox:-ms-input-placeholder {
      color: #4f4f4f; }
    .form-section .form-field-outer .form-field.field-search .inputbox::-webkit-input-placeholder {
      color: #4f4f4f; }

.btn-outer {
  display: inline-block;
  background: #f8b01b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: right;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s; }
  .btn-outer .link-block {
    padding: 37px 35px;
    border: none;
    box-shadow: none;
    cursor: pointer !important;
    color: white;
    background: url("../images/search-icon.png") no-repeat;
    background-position: center center;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }
    @media screen and (max-width: 47.9375em) {
      .btn-outer .link-block {
        width: 100%;
        text-align: center;
        padding: 15px; } }
  .btn-outer:hover {
    opacity: 0.7; }
  @media screen and (max-width: 47.9375em) {
    .btn-outer {
      width: 100%;
      text-align: center; } }

.optWrapper.multiple .options {
  padding: 9px 10px 10px 24px !important; }
  .optWrapper.multiple .options li.opt {
    padding: 7px 0 7px 0 !important; }
    .optWrapper.multiple .options li.opt.selected span i {
      background-color: #f8b01b !important; }
    .optWrapper.multiple .options li.opt.selected label {
      color: #4f4f4f !important; }

/*----------- calendar Style ----------*/
.cal-table {
  float: left;
  width: 3307px;
  width: 100%;
  border-collapse: inherit; }
  .cal-table thead th {
    background: #feb100;
    border: 1px solid white;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 32px 10px;
    font-size: 14px; }
    .cal-table thead th:first-child {
      background: white;
      color: #767676; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .cal-table thead th {
        padding: 20px 10px; } }
    @media screen and (max-width: 47.9375em) {
      .cal-table thead th {
        padding: 16px 10px; } }
  .cal-table tr td {
    border: 1px solid white;
    background: #f5f5f5;
    padding: 0; }
    .cal-table tr td:first-child {
      background: #e1d7ce;
      width: 12%;
      padding: 10px 22px;
      border-left: 0;
      color: #454442;
      font-size: 1vw;
      vertical-align: middle; }
      @media only screen and (min-width: 1350px) and (max-width: 1500px) {
        .cal-table tr td:first-child {
          padding: 10px 22px; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .cal-table tr td:first-child {
          padding: 10px 12px;
          line-height: 17px;
          font-size: 12px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .cal-table tr td:first-child {
          line-height: 17px;
          padding: 10px 12px;
          font-size: 12px; } }
      @media screen and (max-width: 47.9375em) {
        .cal-table tr td:first-child {
          line-height: 17px;
          padding: 10px 12px;
          font-size: 12px; } }
    .cal-table tr td Span {
      width: 100%;
      float: left; }
    .cal-table tr td .inner-row ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: flex-end;
      justify-content: flex-end; }
      .cal-table tr td .inner-row ul li {
        padding: 3px 0;
        width: 25%;
        font-size: .7vw; }
        @media screen and (min-width: 64em) and (max-width: 74.9375em) {
          .cal-table tr td .inner-row ul li {
            font-size: 10px; } }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .cal-table tr td .inner-row ul li {
            font-size: 10px; } }
        @media screen and (max-width: 47.9375em) {
          .cal-table tr td .inner-row ul li {
            font-size: 10px; } }
    .cal-table tr td .inner-row:first-child li {
      padding: 3px 1px;
      width: 25%;
      text-align: center;
      height: 25%;
      font-size: .8vw; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .cal-table tr td .inner-row:first-child li {
          font-size: 12px;
          padding: 3px 7px; } }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .cal-table tr td .inner-row:first-child li {
          font-size: 12px;
          padding: 3px 7px; } }
      @media screen and (max-width: 47.9375em) {
        .cal-table tr td .inner-row:first-child li {
          font-size: 12px;
          padding: 3px 7px; } }

.available {
  background: #e5e5e5; }

.booked {
  background: #ff9d01;
  cursor: pointer; }

.booked-byowner {
  background: #ebce46;
  cursor: pointer; }

.border-cell {
  border-left: 1px solid #919191; }

.popup-outer {
  padding: 14px;
  max-width: 450px;
  width: 100%;
  display: none;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 9999 !important; }
  .popup-outer h4 {
    background: #706961;
    color: white;
    text-align: center;
    padding: 11px 0 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .popup-outer h4 sup {
      font-family: "Open Sans", sans-serif;
      font-size: 14px; }
  @media screen and (max-width: 47.9375em) {
    .popup-outer {
      max-width: 380px; }
      .popup-outer h4 {
        font-size: 16px; } }
  @media only screen and (max-width: 479px) {
    .popup-outer {
      max-width: 300px; } }

.close-trigger {
  width: 33px;
  height: 33px;
  color: #000;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .close-trigger img {
    max-width: 18px; }

.popup-inner {
  width: 100%;
  float: left;
  padding: 18px 0 10px;
  font-size: 15px; }
  @media screen and (max-width: 47.9375em) {
    .popup-inner {
      font-size: 13px;
      padding: 14px 0 5px; } }

.popup-top {
  padding-bottom: 10px;
  width: 100%;
  float: left;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5; }
  .popup-top ul {
    width: 100%;
    float: left; }
    .popup-top ul li {
      width: 100%;
      display: table;
      padding-bottom: 10px; }
  .popup-top .calendar img {
    max-width: 25px; }
  .popup-top .clock img {
    max-width: 25px; }
  .popup-top span {
    width: 17%;
    display: table-cell;
    max-width: 58px;
    vertical-align: middle;
    text-align: center;
    line-height: 1; }
  .popup-top .inner-right {
    display: table-cell;
    width: 87%;
    vertical-align: middle;
    padding-left: 16px; }
  .popup-top .popup-left {
    width: 50%;
    float: left; }
  .popup-top .popup-right {
    width: 50%;
    float: left; }
  @media screen and (max-width: 47.9375em) {
    .popup-top {
      margin-bottom: 10px; }
      .popup-top ul li {
        padding-bottom: 8px; }
      .popup-top .inner-right {
        padding-left: 10px; } }

.popup-bottom ul {
  width: 100%;
  float: left; }
  .popup-bottom ul li {
    width: 100%;
    float: left;
    padding-top: 12px; }
    .popup-bottom ul li:first-child {
      padding-top: 0; }
      .popup-bottom ul li:first-child p {
        padding-top: 8px; }
    .popup-bottom ul li span {
      float: left;
      width: 42px;
      text-align: center; }
    .popup-bottom ul li p {
      padding-left: 18px;
      width: 80%;
      margin-bottom: 0;
      float: left; }

.popup-bottom img {
  max-width: 21px; }

@media screen and (max-width: 47.9375em) {
  .popup-bottom ul li {
    padding-top: 6px; }
    .popup-bottom ul li p {
      padding-left: 4px; } }

.socialshare-icons {
  display: flex;
  align-items: center; }
  .socialshare-icons > span {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem; }
  .socialshare-icons ul {
    display: flex;
    justify-content: space-between; }
    .socialshare-icons ul li {
      display: inline-block;
      border-radius: 3px;
      margin: 0 5px 0 0; }
      .socialshare-icons ul li a {
        padding: 8px;
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .socialshare-icons ul li a svg {
          fill: #fff; }
          .socialshare-icons ul li a svg.facebook {
            height: 18px; }
      .socialshare-icons ul li.facebook {
        background-color: #4267b2; }
      .socialshare-icons ul li.twitter {
        background-color: #00acee; }
      .socialshare-icons ul li.whatsapp {
        background-color: #25d366; }
      .socialshare-icons ul li.email {
        background-color: #e92728; }
      .socialshare-icons ul li:hover {
        opacity: 0.7; }
      .socialshare-icons ul li:last-of-type {
        margin-right: 0; }

.news-card {
  width: 100%;
  max-width: 363px;
  position: relative;
  margin: 0 0 74px; }
  .news-card .news-image {
    width: 100%;
    height: 255px;
    overflow: hidden;
    border-radius: 3px;
    display: block; }
    .news-card .news-image img {
      transition: all 600ms ease-out 0s;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .news-card .news-descr {
    position: absolute;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    padding: 22px 30px 19px;
    width: 335px;
    left: 14px;
    right: 14px;
    top: 215px; }
    .news-card .news-descr h3 {
      font-size: 18px;
      font-size: 1.125em;
      font-size: 1.125rem;
      margin: 0 0 1rem; }
    .news-card .news-descr p {
      font-size: 16px;
      font-size: 1em;
      font-size: 1rem;
      padding: 0 0 1em;
      line-height: 1.6em;
      margin: 0;
      border-bottom: 1px solid #e4e4e4; }
    .news-card .news-descr .news-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 16px 0 0; }
      .news-card .news-descr .news-card-footer span {
        font-size: 13px;
        font-size: 0.8125em;
        font-size: 0.8125rem; }
      .news-card .news-descr .news-card-footer a {
        font-size: 14px;
        font-size: 0.875em;
        font-size: 0.875rem;
        font-weight: 600;
        margin: 0 1em 0 0;
        position: relative; }
        .news-card .news-descr .news-card-footer a:after {
          content: "";
          width: 10px;
          height: 20px;
          display: block;
          position: absolute;
          background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOZXdzLWl0ZW0tbGFyZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDMuMDAwMDAwLCAtNDc1LjAwMDAwMCkiIGZpbGw9IiNGOEIwMUIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNC4wMDAwMDAsIDI1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00ODcuNzI4MzQsMjIyLjczNTU5NCBMNDkyLjQ2MDA0MSwyMjcuNTQ4NTY0IEw0OTcuMjE3NjQ4LDIyMi43MzU1OTQgQzQ5Ny44NDQ2NzQsMjIyLjA4NDgwNyA0OTguOTE3MTI4LDIyMy4xNTIyMzMgNDk4LjI2MzI4OSwyMjMuODAyMTYgTDQ5Mi45MDQ1NjEsMjI5LjI5MTY3OSBDNDkyLjY2OTMxNiwyMjkuNTI1ODI3IDQ5Mi4yNzc1MzUsMjI5LjUyNTgyNyA0OTIuMDY4MjM4LDIyOS4yOTE2NzkgTDQ4Ni42NTc0OCwyMjMuODAyMTYgQzQ4Ni4wMzA0NTMsMjIzLjE1MTM3NCA0ODcuMTAyMDIyLDIyMi4wODQ3ODUgNDg3LjcyOTA0OCwyMjIuNzM1NTk0IEw0ODcuNzI4MzQsMjIyLjczNTU5NCBaIiBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDkyLjQ2NzI5MCwgMjI2LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDkyLjQ2NzI5MCwgLTIyNi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") center center no-repeat;
          right: -15px;
          top: 2px; }
  .news-card:first-of-type, .news-card:nth-of-type(2) {
    max-width: 558px; }
    .news-card:first-of-type .news-image, .news-card:nth-of-type(2) .news-image {
      height: 330px; }
    .news-card:first-of-type .news-descr, .news-card:nth-of-type(2) .news-descr {
      width: 530px; }

#noticias .news,
#noticia .news {
  background-image: linear-gradient(180deg, #f4f2f2 0%, white 100%);
  clear: both; }
  #noticias .news__top,
  #noticia .news__top {
    display: flex;
    justify-content: center;
    margin: 80px 0 40px; }
  #noticias .news__grid__container,
  #noticia .news__grid__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

#noticias .pagination,
#noticia .pagination {
  margin: 57px 0 60px;
  background-color: transparent; }

.news--title {
  font-size: 30px;
  font-size: 1.875em;
  font-size: 1.875rem;
  margin: 0 0 0.125em;
  padding: 0 0.25em 0.125em;
  line-height: 1.2; }

#noticia .news__detail__top {
  display: flex;
  align-items: center;
  padding: 19px 0 11px;
  border-top: 1px solid #e4e4e4;
  position: relative; }
  #noticia .news__detail__top #prev-link {
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #e19529;
    left: -63px;
    top: -18px; }
    #noticia .news__detail__top #prev-link svg {
      width: 20px;
      height: 16px;
      fill: white; }
    #noticia .news__detail__top #prev-link:hover {
      background-color: rgba(157, 153, 150, 0.75); }
  #noticia .news__detail__top .news-date {
    font-size: 13px;
    font-size: 0.8125em;
    font-size: 0.8125rem; }

#noticia .news__text__block {
  margin: 0 0 70px; }
  #noticia .news__text__block .imgfull-block {
    width: 100%;
    max-width: 363px;
    height: 292px;
    overflow: hidden;
    display: block;
    float: right;
    margin: 0 0 27px 27px;
    border-radius: 2px; }
    #noticia .news__text__block .imgfull-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transition: all 600ms ease-in-out 0s; }
  #noticia .news__text__block p,
  #noticia .news__text__block li {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5em; }
  #noticia .news__text__block em,
  #noticia .news__text__block i {
    font-style: italic; }
  #noticia .news__text__block strong,
  #noticia .news__text__block b {
    font-weight: bold; }
  #noticia .news__text__block a {
    text-decoration: underline;
    color: #4f4f4f; }
    #noticia .news__text__block a:hover {
      color: #e4e4e4; }
  #noticia .news__text__block ul,
  #noticia .news__text__block ol {
    margin: 0 0 1.5em 1.5em; }
    #noticia .news__text__block ul li,
    #noticia .news__text__block ol li {
      margin: 0.5em 0; }
  #noticia .news__text__block ul li {
    position: relative; }
    #noticia .news__text__block ul li::before {
      content: " ";
      width: 8px;
      height: 8px;
      position: absolute;
      left: -1em;
      top: 9px;
      border: 2px solid #4f4f4f;
      border-radius: 100%; }

#noticia .news__footer {
  width: 100%;
  margin: 0 0 42px;
  display: flex;
  justify-content: flex-end; }

#noticia .gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px 24px;
  margin: 0 0 39px; }
  #noticia .gallery__grid .gallery__item {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 2px; }
    #noticia .gallery__grid .gallery__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transition: all 600ms ease-in-out 0s; }

#noticia .news__related {
  margin: 0 0 74px; }
  #noticia .news__related .related__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #e4e4e4; }
    #noticia .news__related .related__top h4 {
      font-size: 20px;
      font-size: 1.25em;
      font-size: 1.25rem;
      margin: 0; }
    #noticia .news__related .related__top > a {
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem;
      color: #4f4f4f;
      margin: 0 1em 0 0;
      font-weight: 400;
      position: relative; }
      #noticia .news__related .related__top > a:after {
        content: "";
        width: 10px;
        height: 20px;
        display: block;
        position: absolute;
        background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOZXdzLWl0ZW0tbGFyZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDMuMDAwMDAwLCAtNDc1LjAwMDAwMCkiIGZpbGw9IiNGOEIwMUIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNC4wMDAwMDAsIDI1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00ODcuNzI4MzQsMjIyLjczNTU5NCBMNDkyLjQ2MDA0MSwyMjcuNTQ4NTY0IEw0OTcuMjE3NjQ4LDIyMi43MzU1OTQgQzQ5Ny44NDQ2NzQsMjIyLjA4NDgwNyA0OTguOTE3MTI4LDIyMy4xNTIyMzMgNDk4LjI2MzI4OSwyMjMuODAyMTYgTDQ5Mi45MDQ1NjEsMjI5LjI5MTY3OSBDNDkyLjY2OTMxNiwyMjkuNTI1ODI3IDQ5Mi4yNzc1MzUsMjI5LjUyNTgyNyA0OTIuMDY4MjM4LDIyOS4yOTE2NzkgTDQ4Ni42NTc0OCwyMjMuODAyMTYgQzQ4Ni4wMzA0NTMsMjIzLjE1MTM3NCA0ODcuMTAyMDIyLDIyMi4wODQ3ODUgNDg3LjcyOTA0OCwyMjIuNzM1NTk0IEw0ODcuNzI4MzQsMjIyLjczNTU5NCBaIiBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDkyLjQ2NzI5MCwgMjI2LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDkyLjQ2NzI5MCwgLTIyNi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") center center no-repeat;
        right: -15px;
        top: 2px; }
  #noticia .news__related .related__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 27px; }
    #noticia .news__related .related__grid .news-card {
      margin: 0; }
      #noticia .news__related .related__grid .news-card:first-of-type, #noticia .news__related .related__grid .news-card:nth-of-type(2) {
        max-width: none; }
        #noticia .news__related .related__grid .news-card:first-of-type .news-image, #noticia .news__related .related__grid .news-card:nth-of-type(2) .news-image {
          height: 255px; }
        #noticia .news__related .related__grid .news-card:first-of-type .news-descr, #noticia .news__related .related__grid .news-card:nth-of-type(2) .news-descr {
          position: relative;
          top: -20px;
          width: calc(100% - 28px); }

@media screen and (max-width: 37.4375em) {
  #noticias .news__grid__container .news-card {
    max-width: none;
    margin: 0 0 36px; }
    #noticias .news__grid__container .news-card .news-image {
      height: 220px; }
    #noticias .news__grid__container .news-card .news-descr {
      position: relative;
      top: -20px;
      width: calc(100% - 28px); }
    #noticias .news__grid__container .news-card:first-of-type, #noticias .news__grid__container .news-card:nth-of-type(2) {
      max-width: none; }
      #noticias .news__grid__container .news-card:first-of-type .news-image, #noticias .news__grid__container .news-card:nth-of-type(2) .news-image {
        height: 220px; }
      #noticias .news__grid__container .news-card:first-of-type .news-descr, #noticias .news__grid__container .news-card:nth-of-type(2) .news-descr {
        position: relative;
        top: -20px;
        width: calc(100% - 28px); }
    #noticias .news__grid__container .news-card:last-of-type {
      margin: 0; }
  #noticia .news__detail__top {
    justify-content: space-between; }
    #noticia .news__detail__top #prev-link {
      position: static; }
  #noticia .news__text__block .imgfull-block {
    width: 100%;
    max-width: none;
    margin: 0 0 27px;
    float: none;
    height: 200px; }
  #noticia .gallery__grid {
    grid-template-columns: 1fr; }
  #noticia .news__related .related__top {
    flex-wrap: wrap;
    justify-content: flex-end; }
    #noticia .news__related .related__top h4 {
      width: 100%;
      margin: 0 0 1.5em; }
  #noticia .news__related .related__grid {
    grid-template-columns: 1fr; } }

@media screen and (min-width: 37.5em) and (max-width: 64em) {
  #noticias .news__grid__container .news-card {
    width: calc(50% - 14px);
    max-width: none;
    margin: 0 0 36px; }
    #noticias .news__grid__container .news-card .news-image {
      height: 280px; }
    #noticias .news__grid__container .news-card .news-descr {
      position: relative;
      top: -20px;
      width: calc(100% - 28px); }
    #noticias .news__grid__container .news-card:first-of-type, #noticias .news__grid__container .news-card:nth-of-type(2) {
      max-width: none; }
      #noticias .news__grid__container .news-card:first-of-type .news-image, #noticias .news__grid__container .news-card:nth-of-type(2) .news-image {
        height: 280px; }
      #noticias .news__grid__container .news-card:first-of-type .news-descr, #noticias .news__grid__container .news-card:nth-of-type(2) .news-descr {
        position: relative;
        top: -20px;
        width: calc(100% - 28px); }
    #noticias .news__grid__container .news-card:last-of-type, #noticias .news__grid__container .news-card:nth-last-of-type(2) {
      margin: 0; }
  #noticia .news__detail__top {
    justify-content: space-between; }
    #noticia .news__detail__top #prev-link {
      position: static; } }

@media screen and (min-width: 37.5em) and (max-width: 48.0625em) {
  #noticia .gallery__grid {
    grid-template-columns: 1fr 1fr; }
    #noticia .gallery__grid .gallery__item {
      height: 240px; } }

#inicio .homepage__news {
  clear: both;
  padding: 63px 0 36px;
  background-color: #e8e8e8; }
  #inicio .homepage__news__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px; }
    #inicio .homepage__news__top h3 {
      font-size: 22px;
      font-size: 1.375em;
      font-size: 1.375rem;
      text-transform: uppercase;
      margin: 0; }
    @media screen and (max-width: 37.4375em) {
      #inicio .homepage__news__top {
        justify-content: center; }
        #inicio .homepage__news__top h3 {
          margin: 0 0 1em; } }
  #inicio .homepage__news .news__grid__container {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 37.4375em) {
      #inicio .homepage__news .news__grid__container {
        grid-template-columns: 1fr;
        gap: 38px; }
        #inicio .homepage__news .news__grid__container .news-card {
          margin: 0; }
          #inicio .homepage__news .news__grid__container .news-card .news-descr {
            position: relative;
            top: -20px;
            width: calc(100% - 28px); } }
    @media screen and (min-width: 37.5em) and (max-width: 64em) {
      #inicio .homepage__news .news__grid__container {
        grid-template-columns: 1fr 1fr;
        gap: 38px; }
        #inicio .homepage__news .news__grid__container .news-card {
          margin: 0; }
          #inicio .homepage__news .news__grid__container .news-card .news-descr {
            position: relative;
            top: -20px;
            width: calc(100% - 28px); } }

.content-container .content ul.owner-properties {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important; }
  .content-container .content ul.owner-properties li {
    display: flex;
    gap: 2rem; }
    .content-container .content ul.owner-properties li .img img {
      width: 240px;
      height: 160px;
      object-fit: cover; }
    .content-container .content ul.owner-properties li h4 {
      font-size: 22px; }

.owners h4 {
  margin-bottom: 1rem; }

.owners .btn-secondary {
  background: #17ba3d; }

.property-image {
  margin-bottom: 3rem; }

table.reservations {
  width: 100%; }
  table.reservations .dates {
    text-align: right; }
  table.reservations .confirmed,
  table.reservations .actions {
    text-align: center; }
  table.reservations .yes {
    font-weight: bold;
    color: #00ae00; }
  table.reservations .no {
    font-weight: bold;
    color: #ae0000; }

.no_reservations {
  margin-top: 1rem; }

.errors {
  font-weight: bold;
  color: #ae0000;
  margin-bottom: 1rem; }

.success {
  font-weight: bold;
  color: #00ae00;
  margin-bottom: 1rem; }

.btn-back {
  margin-top: 2rem; }

.add-reservation .textarea-main {
  min-height: 80px; }

@media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form {
    padding: 24px 25px 26px 26px; } }

@media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form {
    padding: 24px 20px; } }

@media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form {
    padding: 24px 10px; } }

.form .form__inner {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__inner {
      display: block; } }
  .form .form__inner .field {
    width: 100%;
    float: left;
    margin: 0px;
    border: none;
    height: 48px;
    line-height: 44px;
    padding: 8px 16px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    border: 2px solid #e6e4e4;
    border-radius: 3px;
    box-shadow: none; }
  .form .form__inner select.field {
    line-height: 1;
    background: #e58215 url(../images/down-arrow.png) no-repeat right 10px center; }

.form .form__group {
  flex: 1;
  margin-right: 12px; }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__group {
      margin: 0 0 15px; } }
  @media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__group {
      margin: 0 0 18px; } }

.form .form__label {
  display: none; }

.form .form__cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px; }
  @media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__cols {
      margin: 0 -3px; } }

.form .form__col {
  flex: 1;
  padding: 0 6px; }
  @media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__col {
      padding: 0 3px; } }

.form .form__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%; }
  @media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__col--1of2 {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 10px; } }
  @media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__col--1of2:last-child {
      margin-bottom: 0; } }

.form .form__col--1of3 {
  max-width: 33.33%;
  flex: 0 0 33.33%; }

.form .form__col--2of3 {
  max-width: 66.66%;
  flex: 0 0 66.66%; }

.form .form__col--1of4 {
  max-width: 25%;
  flex: 0 0 25%; }

.form .form__row {
  margin-bottom: 10px; }
  .form .form__row:last-child {
    margin: 0; }

.form .form__cols--alt {
  margin-bottom: -10px; }

.form .form__cols--alt .form__col {
  margin-bottom: 10px; }

.form .form__cols--alt .form__col--alt {
  max-width: 33.33%;
  flex: 0 0 33.33%; }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__cols--alt .form__col--alt {
      max-width: 66.68%;
      flex: 0 0 66.68%; } }
  @media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__cols--alt .form__col--alt {
      max-width: 100%;
      flex: 0 0 100%; } }

@media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col--1of3 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col--1of3 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col--1of4 {
    max-width: 33.33%;
    flex: 0 0 33.33%; } }

@media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col--1of4 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (max-width: breakpoint-max(mobile-small, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col--1of4 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: breakpoint-min(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) and (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col-order-1 {
    order: 1; } }

@media (min-width: breakpoint-min(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) and (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
  .form .form__cols--alt .form__col-order-2 {
    order: 2; } }

.form .form__controls {
  position: relative; }

.form .form__controls img {
  position: absolute;
  top: calc(50% + 24px);
  transform: translateY(-50%);
  pointer-events: none; }

.form .form__controls--search img {
  left: 14px; }

.form .form__controls--datepicker img {
  right: 14px; }
  @media (max-width: breakpoint-max(mobile, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__controls--datepicker img {
      width: 16px;
      right: 8px; } }

.form .form__asterisk {
  position: absolute;
  top: 11px;
  right: 11px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.28;
  color: #f6970e; }

.form .form__actions {
  max-width: 64px;
  flex: 0 0 64px; }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__actions {
      max-width: 100%;
      flex: 0 0 100%; } }

.form .form__btn {
  height: 100%;
  background: #f6970e;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding: 13px 10px;
  cursor: pointer; }
  @media (min-width: breakpoint-min(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__btn:hover {
      opacity: 0.7; } }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__btn {
      padding: 15px 10px; } }
  @media (max-width: breakpoint-max(tablet, (small: 0, medium: 768px, large: 1024px, xlarge: 1280px, xxlarge: 1440px))) {
    .form .form__btn img {
      max-width: 20px; } }

.form .form__btn--blue {
  background: #183472; }

.content h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: .6rem; }

.content ul {
  margin: 0 0 1.6rem 1.6rem; }
  .content ul li {
    margin-bottom: .4rem; }

.detail-list-inner .detail-list-single {
  width: 100%; }
  .detail-list-inner .detail-list-single ul li {
    float: left;
    width: calc(33.333333% - 20px);
    margin-right: 20px; }
    @media screen and (max-width: 47.9375em) {
      .detail-list-inner .detail-list-single ul li {
        width: calc(50% - 5px);
        margin-right: 5px; } }

.pagination ul li.prev, .pagination ul li.next {
  width: 120px; }
  .pagination ul li.prev a, .pagination ul li.next a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #373633;
    border: 2px solid #d6d6d6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0; }

.pagination ul li.disabled a {
  color: #cacaca;
  cursor: not-allowed; }

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

.content-block {
  margin: 1em 0 0.25em; }

.block-title-top {
  margin-top: 1em; }
  .block-title-top h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    color: #e19529;
    text-transform: uppercase; }

#login-form {
  margin: 1.5em 0 2em;
  background: #faf7f7;
  padding: 21px 20px 18px; }
  #login-form input[type="text"],
  #login-form input[type="password"] {
    margin-bottom: 0.6em;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #fefefe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e4e4;
    height: 42px;
    padding: 8px 12px;
    color: #4f4f4f;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    #login-form input[type="text"]::placeholder,
    #login-form input[type="password"]::placeholder {
      color: #4f4f4f; }
  #login-form #enviar {
    width: 100%;
    background: #f8b01b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    position: relative; }
    #login-form #enviar:hover {
      opacity: 0.7; }

#contacto .inner-wrapper {
  margin-top: 1.5em; }
  #contacto .inner-wrapper h1 {
    margin-bottom: 1em; }

#contacto .property-wrapper h2,
#contacto .property-wrapper h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

#contacto .property-wrapper h2 {
  font-size: 20px;
  margin-bottom: 0.25em;
  font-weight: normal; }

#contacto .property-wrapper h3 {
  font-size: 17px;
  margin-bottom: 0.15em; }

#contacto .property-wrapper #contactoForm {
  background: #faf7f7;
  padding: 21px 20px 18px;
  margin-bottom: 2em; }
  #contacto .property-wrapper #contactoForm .field-one,
  #contacto .property-wrapper #contactoForm .field-two {
    position: relative; }
    #contacto .property-wrapper #contactoForm .field-one span,
    #contacto .property-wrapper #contactoForm .field-two span {
      position: absolute;
      right: 1.5em;
      top: 25%; }
  #contacto .property-wrapper #contactoForm input[type="text"],
  #contacto .property-wrapper #contactoForm textarea {
    margin-bottom: 0.6em;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: #fefefe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e4e4;
    height: 42px;
    padding: 8px 12px;
    color: #4f4f4f;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    #contacto .property-wrapper #contactoForm input[type="text"]::placeholder,
    #contacto .property-wrapper #contactoForm textarea::placeholder {
      color: #4f4f4f; }
  #contacto .property-wrapper #contactoForm textarea {
    height: 150px; }
  #contacto .property-wrapper #contactoForm #btnEnviar {
    width: 100%;
    background: #f8b01b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 0;
    position: relative; }
    #contacto .property-wrapper #contactoForm #btnEnviar:hover {
      opacity: 0.7; }
    @media screen and (max-width: 47.9375em) {
      #contacto .property-wrapper #contactoForm #btnEnviar {
        margin-top: 2.5em; } }
  #contacto .property-wrapper #contactoForm .g-recaptcha {
    transform: scale(0.83); }
    #contacto .property-wrapper #contactoForm .g-recaptcha > div {
      width: 350px !important;
      height: 46px !important; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #contacto .property-wrapper #contactoForm .g-recaptcha {
        transform: scale(0.62); } }
    @media screen and (max-width: 47.9375em) {
      #contacto .property-wrapper #contactoForm .g-recaptcha {
        transform: scale(0.92); } }

#contacto #map {
  height: 450px; }

.icon-spec-block ul {
  margin: 0; }
  .icon-spec-block ul li {
    padding: 0 !important;
    margin: 0 15px 0 0; }
    .icon-spec-block ul li:last-of-type {
      margin-right: 0; }

#map {
  height: 450px; }

#ui-datepicker-div {
  z-index: 999999 !important; }

.language-switcher ul li a {
  text-transform: uppercase; }

.language-switcher a.lang span {
  text-transform: uppercase; }

.yellow-right .back-btn:before {
  background: url("../images/back-btn.svg"); }

.full-calender-block .ui-datepicker-multi .ui-datepicker-group {
  min-height: 249px; }

.image-section {
  border-radius: 3px 3px 0 0; }
  .image-section .image-overlay {
    border-radius: 3px 3px 0 0; }
  .image-section .ribbon-price {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px; }

.icon-spec-block ul li {
  float: left !important; }

.choose-block .icon-block-outer {
  width: 26%; }

.choose-block .choose-block-inner .lady-img {
  top: -82px; }

#admin-link {
  color: #595959; }
  #admin-link:hover {
    color: #595959;
    cursor: text; }

@media screen and (min-width: 75em) {
  .form-section .form-field-outer .form-field-left {
    margin-right: 8px; }
  .form-section .form-field-outer .form-field {
    margin-left: 7.8px; } }

.article-block ul {
  list-style-type: none; }
  .article-block ul li {
    margin-left: 1em; }
    .article-block ul li:before {
      font-family: "fontawesome";
      font-size: 10px;
      content: "\f10c";
      color: #e19529;
      float: left;
      margin-left: -1.5em; }

.ui-datepicker-calendar tbody tr td.arrival {
  background: transparent url(../images/calendar/departure.png) center center no-repeat !important;
  background-size: cover !important;
  transform: rotate(180deg); }
  .ui-datepicker-calendar tbody tr td.arrival a {
    transform: rotate(180deg);
    background: transparent; }

.ui-datepicker-calendar tbody tr td.departure {
  background: transparent url(../images/calendar/departure.png) center center no-repeat !important;
  background-size: cover !important; }
  .ui-datepicker-calendar tbody tr td.departure a {
    background: transparent; }

@media print, screen and (min-width: 48em) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 48.9% !important; } }

.detail-content .season-list {
  display: none; }

@media screen and (max-width: 63.9375em) {
  .detail-content .season-list {
    display: block;
    width: 100%; }
  .sidebar-section .season-list {
    display: none; } }

.form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select:before {
  z-index: 99; }

.form-section.sidebar-form .form-section-inner .form-field-outer .form-field.time-select span {
  padding-left: 16px; }

.form-section.sidebar-form .form-section-inner .form-field-outer .form-field.double-select .SumoSelect {
  width: 48.5%;
  margin-top: 7px; }
  .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.double-select .SumoSelect:first-child {
    float: left; }
  .form-section.sidebar-form .form-section-inner .form-field-outer .form-field.double-select .SumoSelect:last-child {
    float: right; }

.form-section {
  margin-bottom: 0; }
  .form-section .detail-info {
    display: none;
    color: #d10000; }

.form-section .form-field-outer .form-field.field-search:before {
  z-index: 9; }

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
  .icon-spec-block ul li span sup {
    font-size: 10px; } }

.galleria-theme-classic {
  background: #e8e8e8; }
  .galleria-theme-classic img {
    width: auto !important;
    max-width: auto !important;
    height: 100% !important; }
  .galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 62px !important; }
    .galleria-theme-classic .galleria-thumbnails .galleria-image img {
      width: auto !important;
      max-width: auto !important;
      height: 100% !important;
      margin-left: 0 auto; }
  .galleria-theme-classic .galleria-info {
    display: block;
    width: 100%;
    left: 0;
    bottom: 77px;
    top: auto; }
    .galleria-theme-classic .galleria-info .galleria-info-text {
      background-color: rgba(0, 0, 0, 0.7);
      display: block; }
      .galleria-theme-classic .galleria-info .galleria-info-text .galleria-info-title {
        font-family: "Roboto", sans-serif;
        margin: 0; }
      .galleria-theme-classic .galleria-info .galleria-info-text .galleria-info-description {
        display: none !important; }
    .galleria-theme-classic .galleria-info .galleria-info-link {
      display: none; }

.image-section .ribbon-sold,
.image-section .ribbon-rented {
  background: rgba(255, 0, 0, 0.84);
  position: absolute;
  left: 0;
  top: 0;
  min-width: auto;
  padding: 7px 20px 9px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 9; }
  .image-section .ribbon-sold span,
  .image-section .ribbon-rented span {
    color: #fff; }

@media only screen and (max-width: 767px) {
  .sidebar-form-section .sidebar-form-blk1 {
    margin-bottom: 0; }
  .sidebar-form-section .sidebar-form-blk2 {
    display: block; }
  .medium-selector {
    z-index: 9; } }

@media screen and (max-width: 47.9375em) {
  .content-block-first {
    padding: 36px 15px 0px; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .list-page .property-listing > ul > li {
    width: calc((100% - 40px) / 2);
    margin-left: 20px; } }

@media screen and (max-width: 63.9375em) and (min-width: 48em) {
  .long-term-section {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; } }

.control-mh {
  min-height: 0; }

#comentarios .comments-block {
  background: #faf7f7;
  padding: 21px 20px 18px;
  margin-bottom: 2em; }
  #comentarios .comments-block .reservation-details li {
    width: 100%;
    margin: 0.5em 0;
    padding-right: 0.5em; }
    #comentarios .comments-block .reservation-details li:before {
      display: none; }
    #comentarios .comments-block .reservation-details li span {
      display: inline-block;
      width: 80px; }
  #comentarios .comments-block .rating-block {
    margin: 1.5em 0 0; }
    #comentarios .comments-block .rating-block label,
    #comentarios .comments-block .rating-block select {
      float: left; }
    #comentarios .comments-block .rating-block label {
      color: #4f4f4f;
      margin-right: 0.5em; }
  #comentarios .comments-block h3 {
    font-weight: bold;
    margin: 1em 0 0.25em; }
  #comentarios .comments-block textarea {
    width: 100%;
    height: 150px;
    border-radius: 3px; }
  #comentarios .comments-block input[type="submit"] {
    margin-top: 1.5em;
    width: 100%;
    background: #f8b01b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 0; }
    #comentarios .comments-block input[type="submit"]:hover, #comentarios .comments-block input[type="submit"]:focus {
      opacity: 0.7; }

#ui-datepicker-div .ui-state-disabled {
  opacity: 0.7; }
  #ui-datepicker-div .ui-state-disabled.booked {
    background: none;
    cursor: not-allowed; }
  #ui-datepicker-div .ui-state-disabled .ui-state-default {
    background: #d10000;
    color: #fff; }

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.arrival {
  background: transparent url("../images/calendar/diaLlegada.png") center center no-repeat !important;
  background-size: cover !important; }

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.departure {
  background: transparent url("../images/calendar/diaLlegada.png") center center no-repeat !important;
  background-size: cover !important; }

.video-outer-block {
  clear: both;
  padding: 60px 0;
  background: linear-gradient(to right, rgba(254, 195, 0, 0.89) 0%, rgba(254, 195, 0, 0.89) 0%, rgba(255, 170, 0, 0.89) 100%); }
  .video-outer-block .responsive-embed {
    margin: 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .video-outer-block {
      padding: 45px 0; } }
  @media screen and (max-width: 47.9375em) {
    .video-outer-block {
      padding: 30px 0; } }

.checkbox__outer input {
  display: none; }

.checkbox__outer label {
  margin: 0 0 9.6px;
  font-size: 14px;
  display: flex;
  align-items: center; }
  .checkbox__outer label a {
    font-size: inherit;
    text-decoration: underline; }
  .checkbox__outer label span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    border: 2px solid #e6e4e4;
    margin: 0 0.5em 0 0; }

.checkbox__outer input:checked + label span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+"); }

.grecaptcha-badge {
  display: none; }

.onlineviewings {
  position: fixed;
  left: 0;
  top: 50%;
  transform: rotate(-90deg) translatey(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-color: #f8b01b;
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0; }
  .onlineviewings img {
    width: 35px;
    height: auto;
    margin: 0 0.5em 0 1em; }
  .onlineviewings span {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-right: 1em;
    display: inline-block; }
  .onlineviewings:hover {
    background-color: rgba(248, 176, 27, 0.9); }
  @media screen and (max-width: 37.4375em) {
    .onlineviewings {
      transform: rotate(0deg);
      top: auto;
      left: 1em;
      bottom: 0.5em;
      border-radius: 2px;
      border: 2px solid #f2a607;
      width: calc(100% - 2em);
      justify-content: center;
      opacity: 1; } }

.input--outer {
  position: relative;
  margin: 0 0 0.9em; }
  .input--outer input {
    width: 100%;
    padding: 8px 12px;
    background-color: #fefefe;
    border: 2px solid #e6e4e4;
    border-radius: 3px; }
    .input--outer input::placeholder {
      color: #4f4f4f; }
    .input--outer input#dia-visita {
      cursor: pointer; }
  .input--outer.date::after {
    content: "";
    width: 24px;
    height: 20px;
    display: block;
    position: absolute;
    background: url("../images/svg/calendar.svg");
    top: 11px;
    right: 12px;
    cursor: pointer; }
  .input--outer span {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #4f4f4f; }

.select--outer {
  position: relative;
  margin: 0 0 0.9em; }
  .select--outer select {
    width: 100%;
    padding: 8px 12px;
    background-color: #fefefe;
    border: 2px solid #e6e4e4;
    border-radius: 3px;
    background-position: right 8px center;
    margin: 0; }
  .select--outer span {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #4f4f4f; }

textarea.textarea {
  max-height: 123px;
  margin: 0 0 0.9em; }

.reveal {
  padding: 2.5em 2.5em 3em;
  max-width: 520px !important;
  background-color: #faf7f7; }
  .reveal .close-button {
    right: 0.5em; }
  .reveal h3 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 0.5em; }
  .reveal #onlineVisitForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .reveal #onlineVisitForm .input--outer,
    .reveal #onlineVisitForm .select--outer {
      width: 100%; }
      .reveal #onlineVisitForm .input--outer.double,
      .reveal #onlineVisitForm .select--outer.double {
        width: calc(50% - 4px); }
    .reveal #onlineVisitForm .button {
      width: 100%;
      background-color: #f8b01b;
      border-radius: 3px;
      padding: 15px 0;
      text-transform: uppercase;
      color: white;
      font-weight: 700;
      text-align: center;
      margin: 0; }
      .reveal #onlineVisitForm .button:hover {
        opacity: 0.7; }
  @media screen and (max-width: 37.4375em) {
    .reveal {
      padding: 2.5em 1em 1em; } }
