@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .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.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 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.625rem;
    padding-left: 0.625rem; }
  .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.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.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.625rem;
  padding-left: 0.625rem; }

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

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.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.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #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; }

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 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; }
  .button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
    margin-right: -1px; }
    .button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
      display: none; }
    .button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.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.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  @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; } }
  @media screen and (max-width: 63.9375em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.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-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 screen and (max-width: 47.9375em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

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

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-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.span::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; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .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: 4px solid #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.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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; }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.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-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: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-rebel:before {
  content: ""; }

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

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

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

.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-genderless:before,
.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-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-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: ""; }

/*** Button Style ****************************************************/
.button {
  width: auto;
  height: 40px;
  line-height: 36px;
  min-width: 170px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 2px solid transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  -webkit-transition: all 150ms ease-in 0s;
  -moz-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .button.primary-btn {
    background: #d53c2c; }
    .button.primary-btn:hover, .button.primary-btn:focus, .button.primary-btn:active {
      background: transparent;
      color: #d53c2c;
      border: 2px solid #d53c2c; }
  .button.secondary-btn {
    background: #42548c; }
    .button.secondary-btn:hover, .button.secondary-btn:focus, .button.secondary-btn:active {
      background: white;
      color: #42548c;
      border: 2px solid #42548c; }

.main-field {
  width: 100%;
  float: left;
  margin: 0px;
  border: none;
  padding: 8px 18px;
  font-size: 15px;
  color: #404040;
  background: white;
  box-shadow: none;
  height: 40px;
  font-family: "Roboto", sans-serif;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .main-field:focus {
    border: none; }

.icheckbox_radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  background: white;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .icheckbox_radio.checked {
    background: #273973;
    border: 5px solid white; }

.icheckbox {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  padding: 0;
  margin: 0px 6px 0 0;
  vertical-align: middle;
  width: 18px;
  position: relative;
  float: left;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .icheckbox.checked {
    background: white url("../images/svg/tick.svg") no-repeat;
    background-position: center center;
    background-size: 15px 10px; }

textarea {
  min-height: 183px;
  resize: none;
  width: 100%;
  float: left;
  margin: 0;
  border: none;
  padding: 8px 18px;
  font-size: 15px;
  color: #404040;
  background: white;
  box-shadow: none;
  height: 40px;
  font-family: "Roboto", sans-serif;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  textarea:focus {
    border: none; }

.sbHolder {
  font-size: 16px;
  color: #404040;
  height: 40px;
  position: relative;
  width: 100%;
  border: none;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.sbSelector {
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0 17px;
  top: 0;
  width: 100%;
  font-size: 15px;
  color: #404040; }

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

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

.sbToggle:after {
  z-index: 99999;
  width: 20px;
  height: 40px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

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

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

.sbOptions a {
  display: block;
  outline: none;
  padding: 5px 16px 3px;
  font-size: 15px;
  color: #404040;
  line-height: 24px;
  text-decoration: none;
  font-family: "Roboto", sans-serif; }

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

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

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #16275d; }

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

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 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; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: white;
  color: #303030; }

html {
  -webkit-transition: all 150ms ease-in 0s;
  -moz-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #404040; }

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: #404040; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #404040; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #404040; }

/**
 * Headings
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  clear: both;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #16275d; }

h1 {
  font-size: 28px;
  line-height: 56px; }

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

h3 {
  font-size: 24px;
  line-height: 29px; }

h4 {
  font-size: 22px;
  line-height: 28px; }

h5 {
  font-size: 20px;
  line-height: 33px; }

h6 {
  font-size: 18px;
  line-height: 28px; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px 0; }

a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in 0s;
  -moz-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s; }

a:visited {
  outline: 0; }

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #16275d; }

strong {
  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 !important; }

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

figure {
  margin: 0; }

.radio-outer {
  width: 100%;
  float: left; }
  .radio-outer label {
    display: inline-block;
    color: #dbe0ee;
    vertical-align: middle;
    font-size: 15px; }

.check-outer {
  width: 100%;
  float: left; }
  .check-outer label {
    display: inline-block;
    color: #dbe0ee;
    vertical-align: middle;
    font-size: 15px; }

.input-outer {
  width: 100%;
  float: left;
  position: relative; }
  .input-outer:after {
    position: absolute;
    content: "";
    right: 17px;
    top: 50%;
    background: url("../images/star-img.png") no-repeat;
    width: 8px;
    height: 8px;
    /*@include transform-translatey(-50%);*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .input-outer .main-field {
    padding: 8px 31px 8px 18px; }

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

.single-row {
  width: 100%;
  float: left;
  margin: 0 0 8px; }

/**********************************************
   Header 
***********************************************/
.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5) !important; }

.is-open-right {
  -webkit-transform: translateX(-346px);
  -ms-transform: translateX(-346px);
  transform: translateX(-346px); }

.main-outercon {
  float: left;
  width: 100%; }
  .main-outercon .position-right {
    float: left;
    width: 346px;
    background: white;
    -webkit-transform: translateX(346px);
    -ms-transform: translateX(346px);
    transform: translateX(346px); }
    @media only screen and (max-width: 479px) {
      .main-outercon .position-right {
        width: 300px; } }
  .main-outercon .off-canvas.is-open {
    transform: translate(0, 0); }
  .main-outercon .offcan-outer {
    float: left;
    width: 100%; }
    .main-outercon .offcan-outer ul {
      float: left;
      width: 100%;
      padding: 32px 20px 30px 60px; }
      .main-outercon .offcan-outer ul li {
        float: left;
        width: 100%;
        border-top: 1px solid #e7e9ef;
        position: relative; }
        .main-outercon .offcan-outer ul li:first-child {
          border-top: none; }
        .main-outercon .offcan-outer ul li a {
          color: #022265;
          font-size: 18px;
          font-weight: 500;
          text-transform: capitalize;
          float: left;
          width: auto;
          -webkit-transition: all 150ms ease-in 0s;
          -moz-transition: all 150ms ease-in 0s;
          transition: all 150ms ease-in 0s;
          padding: 15px 0; }
          .main-outercon .offcan-outer ul li a:hover {
            color: #ce3525; }
        .main-outercon .offcan-outer ul li ul {
          display: none;
          float: left;
          background: white;
          padding: 0; }
          .main-outercon .offcan-outer ul li ul li a {
            padding: 6px 0;
            font-size: 16px; }
        .main-outercon .offcan-outer ul li .more-arrow {
          float: left;
          width: 50px;
          position: absolute;
          right: 0;
          top: 0;
          height: 57px;
          cursor: pointer;
          z-index: 10000; }
          .main-outercon .offcan-outer ul li .more-arrow:before {
            width: 25px;
            height: 25px;
            content: "";
            position: absolute;
            left: 12px;
            top: 15px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNjZTM1MjUiIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
            background-size: 25px 25px;
            background-repeat: no-repeat; }
    .main-outercon .offcan-outer .contact-info {
      width: 100%;
      padding: 0;
      text-align: center;
      margin: 29px 0 0 0; }
      .main-outercon .offcan-outer .contact-info:after {
        display: none; }

.title-bar-left {
  background: none;
  display: none;
  float: left;
  padding: 10px 0 15px;
  width: 100px;
  top: 30px;
  right: 0px;
  height: auto;
  position: absolute;
  margin-right: 4px; }
  @media only screen and (max-width: 767px) {
    .title-bar-left {
      display: block; } }
  @media only screen and (max-width: 479px) {
    .title-bar-left {
      width: 78px;
      top: 23px; } }
  .title-bar-left .menu-icon {
    height: 25px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #022265;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 479px) {
      .title-bar-left .menu-icon {
        font-size: 15px; } }
    .title-bar-left .menu-icon:after {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      content: "";
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background: none;
      box-shadow: none; }
    .title-bar-left .menu-icon img {
      width: 30px;
      height: 30px;
      margin-left: 7px; }

.off-canvas-content,
.off-canvas-content {
  background: transparent; }

.off-canvas.position-right {
  height: 100%; }

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

.display-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .display-mobile {
      display: block; } }

.header-container {
  float: left;
  width: 100%;
  background: white;
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .header-container {
      padding-bottom: 23px; } }

.header-wrapper {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 1280px) and (max-width: 1589px) {
    .header-wrapper {
      max-width: 1200px; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .header-wrapper {
      max-width: 940px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
      max-width: 728px; } }
  @media only screen and (max-width: 767px) {
    .header-wrapper {
      max-width: 100%;
      padding: 0 10px; } }
  .header-wrapper .logo {
    float: left;
    width: 165px;
    margin: 21px 0 0; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .header-wrapper .logo {
        width: 145px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-wrapper .logo {
        width: 115px; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .logo {
        width: 110px;
        margin: 31px auto 0;
        float: none; } }
    @media only screen and (max-width: 479px) {
      .header-wrapper .logo {
        width: 80px;
        margin: 0 auto 0;
        padding-top: 30px; } }
  .header-wrapper .main-menu {
    float: right;
    width: 65%;
    margin: 42px 0 0;
    padding: 0 0 0 190px; }
    @media only screen and (min-width: 1280px) and (max-width: 1589px) {
      .header-wrapper .main-menu {
        width: 62%;
        padding: 0 0 0 70px; } }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .header-wrapper .main-menu {
        width: 56%;
        padding: 0 0 0 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-wrapper .main-menu {
        width: 67%;
        padding: 0 0 0 10px;
        margin: 32px 0 0; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .main-menu {
        display: none; } }
    .header-wrapper .main-menu ul {
      float: left;
      width: 100%; }
      .header-wrapper .main-menu ul li {
        padding: 0 12px 11px;
        float: left;
        position: relative; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .header-wrapper .main-menu ul li {
            padding: 0 6px 11px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-wrapper .main-menu ul li {
            padding: 0 6px 11px; } }
        .header-wrapper .main-menu ul li a {
          color: #022265;
          font-size: 18px;
          font-weight: 500;
          text-transform: capitalize;
          float: left;
          -webkit-transition: all 150ms ease-in 0s;
          -moz-transition: all 150ms ease-in 0s;
          transition: all 150ms ease-in 0s; }
          .header-wrapper .main-menu ul li a:hover {
            color: #ce3525; }
          .header-wrapper .main-menu ul li a img {
            width: 30px; }
          @media only screen and (min-width: 992px) and (max-width: 1279px) {
            .header-wrapper .main-menu ul li a {
              font-size: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-wrapper .main-menu ul li a {
              font-size: 14px; } }
        .header-wrapper .main-menu ul li ul {
          position: absolute;
          left: -56px;
          top: 100%;
          float: left;
          width: 197px;
          background: white;
          display: none;
          margin: 0;
          padding: 13px 10px 12px;
          z-index: 1000;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: 0px -1px 4px 1px rgba(124, 134, 161, 0.15);
          -moz-box-shadow: 0px -1px 4px 1px rgba(124, 134, 161, 0.15);
          box-shadow: 0px -1px 4px 1px rgba(124, 134, 161, 0.15); }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-wrapper .main-menu ul li ul {
              left: -40px;
              width: 165px; } }
          .header-wrapper .main-menu ul li ul li {
            float: left;
            width: 100%;
            text-align: center;
            padding: 5px 2px; }
            .header-wrapper .main-menu ul li ul li:first-child {
              padding: 5px 2px; }
            .header-wrapper .main-menu ul li ul li a {
              float: left;
              width: 100%;
              font-size: 16px;
              color: #022265;
              font-weight: 500;
              -webkit-transition: all 150ms ease-in 0s;
              -moz-transition: all 150ms ease-in 0s;
              transition: all 150ms ease-in 0s; }
              .header-wrapper .main-menu ul li ul li a:hover {
                color: #ce3525; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .header-wrapper .main-menu ul li ul li a {
                  font-size: 14px; } }
        .header-wrapper .main-menu ul li .more-arrow {
          float: left;
          width: 25px;
          position: relative;
          height: 25px;
          cursor: pointer; }
          .header-wrapper .main-menu ul li .more-arrow:before {
            width: 25px;
            height: 25px;
            content: "";
            position: absolute;
            left: 1px;
            top: 3px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNjZTM1MjUiIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
            background-size: 25px 25px;
            background-repeat: no-repeat;
            -webkit-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            -ms-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in; }
        .header-wrapper .main-menu ul li:first-child {
          padding: 0 6px 11px 14px; }
        .header-wrapper .main-menu ul li:hover ul {
          display: block; }
  .header-wrapper .header-right {
    float: right;
    width: 23%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    @media only screen and (min-width: 1280px) and (max-width: 1589px) {
      .header-wrapper .header-right {
        width: 23%; } }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .header-wrapper .header-right {
        width: 28%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-wrapper .header-right {
        width: 17%;
        margin: 30px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .header-right {
        float: left;
        margin: 0 0px 0 7px;
        width: auto; } }
    @media only screen and (max-width: 479px) {
      .header-wrapper .header-right {
        float: left;
        margin: 0;
        padding-top: 23px; } }
  .header-wrapper .language-switcher {
    float: left;
    width: 60px;
    margin-left: 14px;
    position: relative;
    background: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 30px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media only screen and (min-width: 1280px) and (max-width: 1589px) {
      .header-wrapper .language-switcher {
        width: 58px;
        margin-left: 10px; } }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .header-wrapper .language-switcher {
        width: 70px;
        margin-left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-wrapper .language-switcher {
        width: 60px;
        margin-left: 5px;
        margin-top: -6px; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .language-switcher {
        margin-left: 5px;
        width: 60px;
        margin-top: 0; } }
    .header-wrapper .language-switcher a.current-lang {
      float: left;
      width: 100%;
      position: relative;
      padding: 11px 0 0px 9px; }
      .header-wrapper .language-switcher a.current-lang:after {
        width: 17px;
        height: 25px;
        content: "";
        position: absolute;
        right: 8px;
        top: 9px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
        background-size: 25px 25px;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 767px) {
          .header-wrapper .language-switcher a.current-lang:after {
            right: 8px;
            top: 13px; } }
      .header-wrapper .language-switcher a.current-lang img {
        width: 28px;
        height: 18px; }
        @media only screen and (max-width: 767px) {
          .header-wrapper .language-switcher a.current-lang img {
            height: 20px; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .language-switcher a.current-lang {
          padding: 15px 0 0px 9px; } }
    .header-wrapper .language-switcher ul {
      float: left;
      width: 100%;
      display: none;
      position: absolute;
      background: white;
      left: 0;
      top: 100%;
      z-index: 1000;
      -webkit-box-shadow: 0px 7px 7px 1px rgba(103, 103, 103, 0.1);
      -moz-box-shadow: 0px 7px 7px 1px rgba(103, 103, 103, 0.1);
      box-shadow: 0px 7px 7px 1px rgba(103, 103, 103, 0.1);
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      .header-wrapper .language-switcher ul li {
        float: left;
        width: 100%; }
        .header-wrapper .language-switcher ul li a {
          float: left;
          width: 100%;
          padding: 4px 9px 0; }
          .header-wrapper .language-switcher ul li a img {
            width: 28px;
            height: 18px; }
    .header-wrapper .language-switcher.lang-open {
      -webkit-box-shadow: 0px 0px 7px 1px rgba(103, 103, 103, 0.1);
      -moz-box-shadow: 0px 0px 7px 1px rgba(103, 103, 103, 0.1);
      box-shadow: 0px 0px 7px 1px rgba(103, 103, 103, 0.1); }

.add-favorites {
  float: left;
  width: 73px;
  position: relative; }
  @media only screen and (min-width: 1280px) and (max-width: 1589px) {
    .add-favorites {
      width: 45px;
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .add-favorites {
      width: 54px;
      padding-left: 4px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .add-favorites {
      width: 55px;
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .add-favorites {
      padding-left: 0;
      width: 46px;
      padding-right: 12px; } }
  @media only screen and (max-width: 479px) {
    .add-favorites {
      width: 40px;
      padding-right: 5px; } }
  .add-favorites:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: "";
    width: 1px;
    height: 27px;
    background: #dedfe2; }
    @media only screen and (max-width: 767px) {
      .add-favorites:after {
        top: 3px; } }
  .add-favorites a {
    float: left;
    width: 100%;
    height: 35px;
    position: relative;
    text-align: center; }
    .add-favorites a:before {
      width: 35px;
      height: 35px;
      content: "";
      position: absolute;
      left: 0;
      top: -3px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiM3Yzg2YTEiIGQ9Ik04NC45LDIwLjNjLTQuMy00LjMtOS44LTYuMi0xNS40LTYuMmMtNi45LDAtMTQsMi45LTE5LjMsOC4xYzAsMC0wLjEsMC4xLTAuMiwwLjFjLTAuMSwwLTAuMSwwLTAuMi0wLjEgICBjLTQuOC00LjUtMTEtOS0xNy4zLTljLTYuMywwLTEyLjYsMi40LTE3LjQsNy4yYy05LjYsOS42LTkuNiwyNS4zLDAsMzQuOWwzMi44LDMwLjljMC42LDAuNSwxLjMsMC44LDIuMSwwLjggICBjMC43LDAsMS41LTAuMywyLjEtMC44bDMyLjgtMzAuOUM4OS43LDUwLjQsOTIsNDQsOTIsMzcuN0M5MiwzMS40LDg5LjcsMjUuMSw4NC45LDIwLjN6IE04MS40LDUxLjZMNTAsODEuMUwxOC42LDUxLjYgICBDMTUsNDcuOSwxMyw0MywxMywzNy43YzAtNS4zLDItMTAuMiw1LjctMTMuOWMzLjctMy43LDguNi01LjcsMTMuOS01LjdjMy44LDAsOC42LDIuNiwxMy44LDcuNmMxLDAuOSwyLjMsMS40LDMuNiwxLjQgICBjMS40LDAsMi43LTAuNSwzLjctMS41YzQuMy00LjIsMTAuMi02LjYsMTUuOC02LjZjMy4yLDAsNy45LDAuOCwxMS45LDQuOEM4NSwyNy41LDg3LDMyLjUsODcsMzcuN0M4Nyw0Myw4NSw0Ny45LDgxLjQsNTEuNnoiPjwvcGF0aD48L2c+PC9zdmc+) !important;
      background-size: 35px 35px;
      background-repeat: no-repeat;
      right: 0;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .add-favorites a:before {
          top: -1px; } }
      @media only screen and (max-width: 767px) {
        .add-favorites a:before {
          top: 0; } }
    .add-favorites a.favourite:before {
      width: 35px;
      height: 35px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNjZTM1MjU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04NC45LDIwLjNjLTQuMy00LjMtOS44LTYuMi0xNS40LTYuMmMtNi45LDAtMTQsMi45LTE5LjMsOC4xYzAsMC0wLjEsMC4xLTAuMiwwLjFjLTAuMSwwLTAuMSwwLTAuMi0wLjENCgkJYy00LjgtNC41LTExLTktMTcuMy05cy0xMi42LDIuNC0xNy40LDcuMmMtOS42LDkuNi05LjYsMjUuMywwLDM0LjlsMzIuOCwzMC45YzAuNiwwLjUsMS4zLDAuOCwyLjEsMC44YzAuNywwLDEuNS0wLjMsMi4xLTAuOA0KCQlsMzIuOC0zMC45Qzg5LjcsNTAuNCw5Miw0NCw5MiwzNy43Uzg5LjcsMjUuMSw4NC45LDIwLjN6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
      background-size: 35px 35px; }
    .add-favorites a.favourite span.count {
      opacity: 1;
      visibility: visible; }
    .add-favorites a span.count {
      font-size: 12px;
      font-weight: 700;
      color: white;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      line-height: 25px; }
      @media only screen and (max-width: 767px) {
        .add-favorites a span.count {
          line-height: 28px; } }

@media only screen and (max-width: 767px) {
  .header-right .contact-info {
    display: none; } }

.contact-info {
  float: left;
  width: 173px;
  text-align: right;
  position: relative;
  padding: 0 23px 0 0;
  margin-top: 33px; }
  @media only screen and (min-width: 1280px) and (max-width: 1589px) {
    .contact-info {
      width: 170px;
      padding: 0 13px 0 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info {
      display: none; } }
  .contact-info:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    width: 1px;
    height: 27px;
    background: #dedfe2; }
  .contact-info a {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 15px; }
    .contact-info a.phn-info {
      color: #404040;
      font-weight: 500;
      margin-bottom: 2px; }
    .contact-info a.mail-info {
      color: #263b7f;
      font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .contact-info a {
        font-size: 12px; } }
    .contact-info a:hover {
      text-decoration: underline; }

.favorite-block-outer {
  background-color: transparent;
  top: 100px;
  right: 100px;
  display: none;
  width: 450px;
  position: absolute;
  z-index: 9999; }
  .favorite-block-outer h5 {
    color: #3b3e43; }
  .favorite-block-outer .favorite-block {
    height: auto;
    max-height: 362px;
    overflow-y: auto;
    color: #3b3e43;
    background-color: #fff;
    padding: .5em;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 5px 0px rgba(46, 46, 46, 0.25); }
    .favorite-block-outer .favorite-block #send-favorites-btn {
      width: 50%;
      padding: .5em 1em;
      margin: 0 25% 1em;
      text-transform: uppercase;
      color: #fff;
      background-color: #b12f2f;
      font-size: 14px;
      font-size: 0.875em;
      font-size: 0.875rem;
      border-radius: 3px;
      font-weight: bold;
      border: 2px solid transparent; }
      .favorite-block-outer .favorite-block #send-favorites-btn:hover {
        cursor: pointer;
        background: #16275d;
        border: 2px solid #b12f2f; }
    .favorite-block-outer .favorite-block #close-favourites-form {
      display: none; }
      .favorite-block-outer .favorite-block #close-favourites-form span {
        font-size: 24px;
        font-size: 1.5em;
        font-size: 1.5rem;
        cursor: pointer;
        color: #3b3e43; }
    .favorite-block-outer .favorite-block .favorite-thumbnail {
      position: relative;
      background: #e5e7ee;
      background: linear-gradient(to right, #e5e7ee 0%, #edeef3 21%, #f5f5f8 51%, #f8f9fa 75%, #fefefe 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7ee', endColorstr='#fefefe',GradientType=1 );
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      width: 100%;
      float: left;
      margin-bottom: 12px;
      overflow: hidden; }
      .favorite-block-outer .favorite-block .favorite-thumbnail .remove-favorite-thumbnail {
        position: absolute;
        background-color: #d53c2c;
        color: #fff;
        padding: .1em .35em;
        left: 0; }
        .favorite-block-outer .favorite-block .favorite-thumbnail .remove-favorite-thumbnail:hover {
          cursor: pointer; }
      .favorite-block-outer .favorite-block .favorite-thumbnail img {
        float: left;
        width: 125px;
        height: auto; }
      .favorite-block-outer .favorite-block .favorite-thumbnail a > img {
        min-height: 81px; }
      .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content {
        width: calc(100% - 125px);
        float: right;
        padding: .5em; }
        .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content h3 {
          font-size: 16px;
          font-size: 1em;
          font-size: 1rem; }
        .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content .location {
          font-size: 14px;
          font-size: 0.875em;
          font-size: 0.875rem;
          font-weight: 600;
          line-height: 29px;
          float: left; }
        .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content ul {
          margin: 0 0 0 1em;
          float: left; }
          .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content ul li {
            display: inline-block;
            list-style: none;
            line-height: 26px;
            margin-bottom: 0;
            font-size: 13px;
            font-size: 0.8125em;
            font-size: 0.8125rem; }
            .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content ul li img {
              width: 26px;
              height: auto;
              margin: 0 6px; }
            .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content ul li.pool {
              position: relative;
              bottom: -.75em; }
              .favorite-block-outer .favorite-block .favorite-thumbnail .favorite-content ul li.pool img {
                width: 26px;
                height: 26px; }
  .favorite-block-outer #favouritesForm {
    margin-bottom: 2.5em;
    background-color: #e5e7ee;
    padding: 1em;
    border-radius: 10px; }
    .favorite-block-outer #favouritesForm:after {
      content: '';
      display: table;
      clear: both; }
    .favorite-block-outer #favouritesForm .input-outer {
      position: relative;
      overflow: visible;
      margin: 0 0 8px 0; }
      .favorite-block-outer #favouritesForm .input-outer b {
        position: absolute;
        right: 17px;
        top: 36%;
        color: #9d1f1f; }
      .favorite-block-outer #favouritesForm .input-outer::after {
        display: none; }
    .favorite-block-outer #favouritesForm input, .favorite-block-outer #favouritesForm textarea {
      background: #fff;
      width: 100%;
      float: left;
      margin: 0;
      border: none;
      padding: 8px 18px;
      font-size: 15px;
      color: #575c69;
      box-shadow: none;
      height: 38px;
      font-family: "Roboto",sans-serif;
      outline: 0;
      border-radius: 3px;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .favorite-block-outer #favouritesForm label {
      color: #575c69;
      margin-bottom: 10px; }
    .favorite-block-outer #favouritesForm .checkbox-block {
      float: left;
      width: auto;
      margin: 0 0 .5em; }
      .favorite-block-outer #favouritesForm .checkbox-block:after {
        content: '';
        display: table;
        clear: both; }
      .favorite-block-outer #favouritesForm .checkbox-block input {
        display: none; }
      .favorite-block-outer #favouritesForm .checkbox-block label {
        display: inline-block;
        font-size: 14px;
        margin: 0;
        cursor: pointer; }
        .favorite-block-outer #favouritesForm .checkbox-block label span {
          display: inline-block;
          height: 18px;
          padding: 0;
          margin: 0px 6px 0 0;
          vertical-align: text-bottom;
          width: 18px;
          position: relative;
          background: white;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
      .favorite-block-outer #favouritesForm .checkbox-block input[type="checkbox"]:checked + label span {
        background: white url("../images/svg/tick.svg") 0 0 no-repeat; }
    .favorite-block-outer #favouritesForm .g-recaptcha {
      margin-bottom: 10px; }
    .favorite-block-outer #favouritesForm button {
      background: #b12f2f;
      width: 100%;
      height: 40px;
      line-height: 36px;
      float: left;
      font-size: 18px;
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      border: 2px solid transparent;
      font-family: "Roboto",sans-serif;
      margin: 0;
      padding: 0 15px;
      transition: all 300ms ease-in 0s;
      border-radius: 3px; }
      .favorite-block-outer #favouritesForm button:active, .favorite-block-outer #favouritesForm button:hover {
        background: #16275d;
        color: #b12f2f;
        border: 2px solid #b12f2f; }

@media screen and (max-width: 47.9375em) {
  #header #favorites-list-block {
    right: 0;
    width: 100%; }
    #header #favorites-list-block .favorite-block {
      height: auto; } }

/**********************************************
    Footer
***********************************************/
.footer-container {
  width: 100%;
  float: left; }
  .footer-container .footer-top-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.footer-top {
  width: 100%;
  float: left;
  background: #16275d;
  padding: 55px 0 54px; }
  @media only screen and (max-width: 479px) {
    .footer-top {
      padding: 30px 0; } }
  .footer-top .footer-top-left {
    width: 41.3%;
    float: left; }
    .footer-top .footer-top-left img {
      display: inline-block;
      vertical-align: middle;
      width: 62px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top .footer-top-left img {
          width: 42px; } }
    .footer-top .footer-top-left span {
      font-size: 24px;
      color: white;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 20px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .footer-top .footer-top-left span {
          font-size: 22px;
          margin: 0 0 0 10px; } }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-top-left span {
          margin: 22px 0 0 0px;
          width: 100%; } }
      @media only screen and (max-width: 479px) {
        .footer-top .footer-top-left span {
          font-size: 20px; } }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .footer-top .footer-top-left {
        width: 100%;
        padding: 0 0 32px;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-top .footer-top-left {
        width: 100%;
        padding: 0 0 32px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-top-left {
        width: 100%;
        text-align: center; } }
  .footer-top .footer-top-right {
    width: 58.7%;
    float: right; }
    .footer-top .footer-top-right .main-field {
      max-width: 33.53%;
      margin: 0 25px 0 0; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .footer-top .footer-top-right .main-field {
          max-width: 32.33%;
          margin: 0 1.5% 0 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top .footer-top-right .main-field {
          max-width: 32.33%;
          margin: 0 1.5% 0 0; } }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-top-right .main-field {
          max-width: 100%;
          margin: 0 0 9px; } }
    .footer-top .footer-top-right .button {
      min-width: 25.51%; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .footer-top .footer-top-right .button {
          min-width: 32.33%;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-top .footer-top-right .button {
          min-width: 32.33%;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-top-right .button {
          min-width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .footer-top .footer-top-right {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-top .footer-top-right {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-top-right {
        width: 100%;
        text-align: center;
        padding: 35px 0 0; } }
    @media only screen and (max-width: 479px) {
      .footer-top .footer-top-right {
        padding: 28px 0 0; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-top-right form {
        max-width: 250px;
        margin: 0 auto; } }

.footer-bottom {
  width: 100%;
  float: left;
  background: #696c77;
  padding: 55px 0 43px; }
  @media only screen and (max-width: 767px) {
    .footer-bottom {
      padding: 8px 0 25px; } }
  .footer-bottom .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .footer-bottom .row {
        display: block; } }
    .footer-bottom .row .medium-8.columns {
      order: 2; }
      @media only screen and (max-width: 767px) {
        .footer-bottom .row .medium-8.columns {
          order: 1; } }
    @media only screen and (max-width: 767px) {
      .footer-bottom .row .medium-4.columns {
        order: 2; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .footer-bottom {
      padding: 55px 0 30px; } }

.footer-bottom-left {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .footer-bottom-left {
      float: none;
      margin: 30px auto 0;
      max-width: 210px; } }
  .footer-bottom-left .footer-logo {
    width: 100%;
    float: left;
    padding: 0 0 14px; }
    .footer-bottom-left .footer-logo img {
      width: 150px; }
  .footer-bottom-left p {
    color: white;
    margin: 0 0 14px 0; }
    .footer-bottom-left p a {
      color: white; }
      .footer-bottom-left p a:hover {
        color: #d53c2c; }
    .footer-bottom-left p span {
      min-width: 55px;
      float: left; }
  .footer-bottom-left .social-icons {
    width: 100%;
    float: left;
    padding: 7px 0 0; }
    .footer-bottom-left .social-icons ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .footer-bottom-left .social-icons ul li {
        margin: 0 0 0 5px; }
        .footer-bottom-left .social-icons ul li:first-child {
          margin: 0; }
        .footer-bottom-left .social-icons ul li a img {
          width: 35px;
          -webkit-transition: all 150ms ease-in 0s;
          -moz-transition: all 150ms ease-in 0s;
          transition: all 150ms ease-in 0s; }
        .footer-bottom-left .social-icons ul li a:hover img {
          opacity: 0.8; }

.footer-bottom-right {
  width: 100%;
  float: left; }
  .footer-bottom-right .footer-menu {
    width: 100%;
    float: left;
    padding: 24px 0 5px;
    max-width: 78%; }
    @media only screen and (max-width: 767px) {
      .footer-bottom-right .footer-menu {
        float: none;
        margin: 0 auto;
        max-width: 340px; } }
    @media only screen and (max-width: 479px) {
      .footer-bottom-right .footer-menu {
        max-width: 270px; } }
    .footer-bottom-right .footer-menu ul {
      width: 40%;
      float: left; }
      .footer-bottom-right .footer-menu ul.cards {
        width: 20%; }
      .footer-bottom-right .footer-menu ul li {
        width: 100%;
        float: left;
        padding: 0 0 12px; }
        @media only screen and (max-width: 479px) {
          .footer-bottom-right .footer-menu ul li {
            line-height: 18px; } }
        .footer-bottom-right .footer-menu ul li a {
          color: white; }
          @media only screen and (max-width: 479px) {
            .footer-bottom-right .footer-menu ul li a {
              font-size: 13px;
              line-height: 15px; } }
          .footer-bottom-right .footer-menu ul li a:hover {
            color: #d53c2c; }

.copyright {
  width: 100%;
  float: left;
  padding: 19px 0 0;
  border-top: 1px solid #a3a5ab;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .copyright ul {
    float: left; }
    @media only screen and (max-width: 767px) {
      .copyright ul {
        width: 50%; } }
    .copyright ul li {
      position: relative;
      float: left;
      color: white;
      padding: 0 9px;
      font-size: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .copyright ul li {
          font-size: 13px; } }
      .copyright ul li:first-child {
        padding-left: 0; }
        .copyright ul li:first-child:before {
          content: none; }
      .copyright ul li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        background: white;
        width: 3px;
        height: 3px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        /*@include transform-translatey(-50%);*/
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .copyright ul li a {
        color: white; }
        .copyright ul li a:hover {
          color: #d53c2c; }
  .copyright span {
    color: white;
    font-size: 15px; }
    .copyright span a {
      color: white; }
      .copyright span a:hover {
        color: #d53c2c; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .copyright span {
        font-size: 13px; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .copyright {
      padding: 19px 0 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright {
      padding: 19px 0 25px; } }
  @media only screen and (max-width: 767px) {
    .copyright {
      padding: 19px 0 30px; } }

.mob-show {
  display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .mob-show {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mob-show {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .mob-show {
      display: block; } }

.bottom-blk {
  width: 100%;
  float: left;
  background: #696c77; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  float: left; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 4px 30px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  font-size: 15px;
  color: #33384b; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background: white;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3);
  -moz-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3);
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding: 5px 16px 3px;
  font-size: 15px;
  color: #404040;
  line-height: 24px;
  text-decoration: none;
  font-family: "Roboto", sans-serif; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 1px; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #7c86a1;
  border: none;
  border-radius: 2px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  float: right;
  width: 30px;
  height: 100%; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: 1px;
    top: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIG92ZXJmbG93PSJ2aXNpYmxlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggIGZpbGw9IiMxNjI3NWQiIGQ9Ik0zMS40MTQsMjguNTg2bC03LjkyMy03LjkzNGMxLjU3LTIuMTQ4LDIuNTA3LTQuNzg4LDIuNTA3LTcuNjUyYzAtNy4xOC01LjgxOS0xMy0xMi45OTktMTMgIEM1LjgyLDAsMCw1LjgyLDAsMTNzNS44MiwxMywxMi45OTksMTNjMi44NzEsMCw1LjUxNS0wLjk0MSw3LjY2Ni0yLjUxOGw3LjkyLDcuOTMyYzAuNzgxLDAuNzgxLDIuMDQ3LDAuNzgxLDIuODI4LDAgIFMzMi4xOTUsMjkuMzY3LDMxLjQxNCwyOC41ODZ6IE00LDEzYzAtNC45NzEsNC4wMjktOSw4Ljk5OS05YzQuOTcxLDAsOSw0LjAyOSw5LDlzLTQuMDI5LDktOSw5QzguMDI5LDIyLDQsMTcuOTcxLDQsMTN6Ij48L3BhdGg+PC9zdmc+) !important;
    background-size: 19px 18px;
    background-repeat: no-repeat; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cacdd5;
  margin: 0 0 3px 0;
  box-shadow: none;
  border-radius: 3px; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100% !important;
  padding-bottom: 10px; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #849acb;
  color: white; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #849acb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #2ba6cb; }
    .datepicker td.day.disabled {
      color: #eee; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/**********************************************
  Home
***********************************************/
body {
  overflow-x: hidden; }

.news-blk-section {
  width: 100%;
  float: left;
  background: whitesmoke; }
  .news-blk-section .news-blk-inner {
    width: 100%;
    float: left;
    position: relative;
    padding: 47px 0 85px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .news-blk-section .news-blk-inner {
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .news-blk-section .news-blk-inner {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .news-blk-section .news-blk-inner {
        padding: 30px 0;
        text-align: center; } }
    .news-blk-section .news-blk-inner .more-link {
      position: absolute;
      top: 47px;
      right: 0;
      text-decoration: underline; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .news-blk-section .news-blk-inner .more-link {
          position: relative;
          top: inherit;
          right: inherit;
          padding: 35px 0 0;
          display: inline-block; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .news-blk-section .news-blk-inner .more-link {
          position: relative;
          top: inherit;
          right: inherit;
          padding: 35px 0 0;
          display: inline-block; } }
      @media only screen and (max-width: 767px) {
        .news-blk-section .news-blk-inner .more-link {
          position: relative;
          top: inherit;
          right: inherit;
          padding: 35px 0 0;
          display: inline-block; } }
    .news-blk-section .news-blk-inner .news-list {
      width: 100%;
      padding: 43px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .news-blk-section .news-blk-inner .news-list {
          max-width: 620px;
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .news-blk-section .news-blk-inner .news-list {
          max-width: 620px;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        .news-blk-section .news-blk-inner .news-list {
          padding: 30px 0 0; } }
      .news-blk-section .news-blk-inner .news-list .single-news-blk {
        width: 23.1%;
        background: white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(103, 103, 103, 0.3);
        -moz-box-shadow: 0px 3px 3px 0px rgba(103, 103, 103, 0.3);
        box-shadow: 0px 3px 3px 0px rgba(103, 103, 103, 0.3); }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .news-blk-section .news-blk-inner .news-list .single-news-blk {
            width: 48.1%; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .news-blk-section .news-blk-inner .news-list .single-news-blk {
            width: 48.1%; } }
        @media only screen and (max-width: 767px) {
          .news-blk-section .news-blk-inner .news-list .single-news-blk {
            width: 100%;
            max-width: 320px;
            flex: none;
            margin: 0 auto; } }
        .news-blk-section .news-blk-inner .news-list .single-news-blk .image-div-outer {
          width: 100%;
          float: left;
          position: relative;
          overflow: hidden; }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .image-div-outer .image-div {
            width: 100%;
            float: left;
            height: 174px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-top-left-radius: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 0;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-topleft: 3px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 3px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease; }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .image-div-outer:hover .image-div {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1); }
        .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div {
          width: 100%;
          float: left;
          background: white;
          text-align: left;
          padding: 18px 19px 18px 20px;
          -webkit-border-top-right-radius: 0px;
          -webkit-border-bottom-right-radius: 3px;
          -webkit-border-bottom-left-radius: 3px;
          -webkit-border-top-left-radius: 0px;
          -moz-border-radius-topright: 0px;
          -moz-border-radius-bottomright: 3px;
          -moz-border-radius-bottomleft: 3px;
          -moz-border-radius-topleft: 0px;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px;
          border-top-left-radius: 0px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div {
              padding: 18px 10px 18px 10px; } }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div h6 {
            line-height: 20px;
            padding: 0 0 7px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div h6 {
                line-height: 15px; } }
            .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div h6 a {
              color: #16275d;
              font-size: 16px;
              font-weight: 500; }
              .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div h6 a:hover {
                color: #d53c2c; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div h6 a {
                  font-size: 13px;
                  line-height: 15px; } }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div span {
            color: #686767;
            font-size: 14px;
            padding: 0 0 10px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div span {
                font-size: 12px;
                line-height: 19px; } }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div p {
            color: #303030;
            font-size: 15px;
            line-height: 23px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .news-blk-section .news-blk-inner .news-list .single-news-blk .text-div p {
                font-size: 12px;
                line-height: 19px; } }
        .news-blk-section .news-blk-inner .news-list .single-news-blk .link-btn {
          width: 40px;
          height: 40px;
          background: #16275d;
          position: absolute;
          line-height: 46px;
          text-align: center;
          bottom: -12px;
          left: 0;
          right: 0;
          margin: 0 auto;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          border-radius: 50px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .news-blk-section .news-blk-inner .news-list .single-news-blk .link-btn {
              width: 35px;
              height: 35px;
              line-height: 33px; } }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .link-btn img {
            width: 20px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .news-blk-section .news-blk-inner .news-list .single-news-blk .link-btn img {
                width: 16px; } }
          .news-blk-section .news-blk-inner .news-list .single-news-blk .link-btn:hover {
            background: #d53c2c; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .news-blk-section .news-blk-inner .news-list .single-news-blk.hide-medium {
            display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .news-blk-section .news-blk-inner .news-list .single-news-blk.hide-medium {
            display: none; } }

.common-title {
  width: 100%;
  float: left;
  text-align: center; }
  .common-title h2 {
    font-weight: 500; }
  .common-title.left-align {
    text-align: left; }
    .common-title.left-align h2 {
      font-size: 22px; }

.about-section {
  width: 100%;
  float: left; }
  .about-section .inner-content {
    position: relative;
    float: right;
    width: 100%;
    max-width: 700px;
    padding: 68px 15px 54px 130px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .about-section .inner-content {
        max-width: 100%;
        padding: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .inner-content {
        max-width: 100%;
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .about-section .inner-content {
        padding: 75px 10px 40px; } }
    @media only screen and (max-width: 479px) {
      .about-section .inner-content {
        padding: 30px 10px 10px; } }
    .about-section .inner-content .left-image {
      position: absolute;
      right: 100%;
      top: 0; }
      .about-section .inner-content .left-image img {
        width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .about-section .inner-content .left-image {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-section .inner-content .left-image {
          display: none; } }
    .about-section .inner-content .image-blk {
      float: left;
      width: 130%; }
      .about-section .inner-content .image-blk span {
        float: left;
        height: 579px;
        position: relative;
        width: 100%; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .about-section .inner-content .image-blk span {
            height: 545px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about-section .inner-content .image-blk span {
            height: 545px; } }
    .about-section .inner-content h2 {
      padding: 0 0 33px;
      font-weight: 500; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .about-section .inner-content h2 {
          padding: 0 0 17px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-section .inner-content h2 {
          padding: 0 0 17px; } }
      @media only screen and (max-width: 767px) {
        .about-section .inner-content h2 {
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .about-section .inner-content h2 {
          font-size: 23px;
          padding: 0 0 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .inner-content p {
        font-size: 14px;
        line-height: 22px; } }
    .about-section .inner-content span {
      color: #6b6b6b;
      font-size: 18px;
      padding: 0 0 26px;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .about-section .inner-content span {
          font-size: 16px;
          padding: 0 0 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-section .inner-content span {
          font-size: 15px; } }
      @media only screen and (max-width: 479px) {
        .about-section .inner-content span {
          font-size: 15px;
          padding: 0 0 18px; } }
      @media only screen and (max-width: 479px) {
        .about-section .inner-content span br {
          display: none; } }

.slider-blk-section {
  float: left;
  width: 100%;
  padding: 43px 0 59px;
  position: relative;
  background: #dcdfe7;
  background: -moz-linear-gradient(left, #dcdfe7 0%, #e1e3ea 23%, #eaecf1 50%, #f1f3f6 77%, #fafbfc 100%);
  background: -webkit-linear-gradient(left, #dcdfe7 0%, #e1e3ea 23%, #eaecf1 50%, #f1f3f6 77%, #fafbfc 100%);
  background: linear-gradient(to right, #dcdfe7 0%, #e1e3ea 23%, #eaecf1 50%, #f1f3f6 77%, #fafbfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdfe7', endColorstr='#fafbfc',GradientType=1 ); }
  @media only screen and (max-width: 767px) {
    .slider-blk-section {
      padding: 33px 0 59px; } }
  .slider-blk-section.top-slider {
    background: -moz-linear-gradient(left, #e5e7ee 1%, #edeef3 26%, #f2f3f6 51%, #f9f9fb 79%, #fefefe 100%);
    background: -webkit-linear-gradient(left, #e5e7ee 1%, #edeef3 26%, #f2f3f6 51%, #f9f9fb 79%, #fefefe 100%);
    background: linear-gradient(to right, #e5e7ee 1%, #edeef3 26%, #f2f3f6 51%, #f9f9fb 79%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7ee', endColorstr='#fefefe',GradientType=1 ); }
    .slider-blk-section.top-slider .image-block:hover .rate {
      visibility: visible;
      z-index: 1;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
    .slider-blk-section.top-slider.detail-list {
      padding: 33px 0 79px; }
      @media only screen and (max-width: 767px) {
        .slider-blk-section.top-slider.detail-list {
          padding: 33px 0 0px; } }
      .slider-blk-section.top-slider.detail-list .product-list {
        padding: 26px 0 0; }
  .slider-blk-section .slider-blk-inner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999; }
    .slider-blk-section .slider-blk-inner ul {
      float: left;
      width: 102.73%;
      margin-left: -2.73%;
      padding: 50px 0 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-blk-section .slider-blk-inner ul {
          width: 101.73%; } }
      @media only screen and (max-width: 767px) {
        .slider-blk-section .slider-blk-inner ul {
          width: 100%;
          margin-left: 0%;
          padding: 30px 0 0; } }
      .slider-blk-section .slider-blk-inner ul li {
        float: left;
        width: 30.6%;
        margin: 0 0 26px 0.75%; }
        @media only screen and (max-width: 767px) {
          .slider-blk-section .slider-blk-inner ul li {
            margin: 0; } }
    .slider-blk-section .slider-blk-inner .slick-dots {
      bottom: -30px;
      text-align: center;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .slider-blk-section .slider-blk-inner .slick-dots li {
        margin: 0 1px;
        width: 13px;
        float: none;
        font-size: 0; }
        .slider-blk-section .slider-blk-inner .slick-dots li button {
          width: 8px;
          height: 8px;
          background: white;
          border-radius: 100%;
          padding: 0; }
          .slider-blk-section .slider-blk-inner .slick-dots li button:before {
            content: none; }
        .slider-blk-section .slider-blk-inner .slick-dots li.slick-active button {
          background: #7c86a1; }
    .slider-blk-section .slider-blk-inner .slick-arrow {
      position: absolute;
      top: 50%;
      /*@include transform-translatey(-50%);*/
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 124px;
      width: 60px;
      background: #16275d;
      font-size: 0;
      z-index: 1;
      cursor: pointer;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .slider-blk-section .slider-blk-inner .slick-arrow {
          height: 92px;
          width: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-blk-section .slider-blk-inner .slick-arrow {
          height: 92px;
          width: 40px; } }
      @media only screen and (max-width: 767px) {
        .slider-blk-section .slider-blk-inner .slick-arrow {
          height: 92px;
          width: 40px; } }
      .slider-blk-section .slider-blk-inner .slick-arrow:after {
        position: absolute;
        content: "";
        background: url("../images/svg/right-arw.svg") no-repeat;
        height: 20px;
        width: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        /*@include transform-translatey(-50%);*/
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .slider-blk-section .slider-blk-inner .slick-arrow:hover {
        background: #d53c2c; }
    .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow {
      left: -9%; }
      @media only screen and (min-width: 1280px) and (max-width: 1589px) {
        .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow {
          left: -4%; } }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow {
          left: -3.5%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow {
          left: 9%; } }
      @media only screen and (max-width: 767px) {
        .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow {
          left: -6%; } }
      .slider-blk-section .slider-blk-inner .slick-prev.slick-arrow:after {
        background: url("../images/svg/left_arw.svg") no-repeat; }
    .slider-blk-section .slider-blk-inner .slick-next.slick-arrow {
      right: -13.5%; }
      @media only screen and (min-width: 1280px) and (max-width: 1589px) {
        .slider-blk-section .slider-blk-inner .slick-next.slick-arrow {
          right: -6.5%; } }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .slider-blk-section .slider-blk-inner .slick-next.slick-arrow {
          right: -6.5%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-blk-section .slider-blk-inner .slick-next.slick-arrow {
          right: 4.1%; } }
      @media only screen and (max-width: 767px) {
        .slider-blk-section .slider-blk-inner .slick-next.slick-arrow {
          right: -5.9%; } }
    .slider-blk-section .slider-blk-inner .common-title a {
      position: absolute;
      right: 0;
      top: 0;
      text-decoration: underline; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-blk-section .slider-blk-inner .single-block {
        max-width: 390px;
        margin: 0 auto;
        float: none; } }
    @media only screen and (max-width: 767px) {
      .slider-blk-section .slider-blk-inner .single-block {
        max-width: 320px;
        margin: 0 auto;
        float: none; } }

.top-slider .single-block .property-details .property-details-div.bottom {
  background: #f1f3f7; }

.title-div {
  width: 100%;
  float: none;
  height: 18px;
  display: table; }
  .title-div h5 {
    display: table-cell;
    vertical-align: middle; }
    .title-div h5 a {
      display: inline-block; }

.product-slider {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .product-slider {
      padding: 0 5%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-slider {
      padding: 0 6%; } }
  @media only screen and (max-width: 767px) {
    .product-slider {
      padding: 0 8%; } }
  @media only screen and (max-width: 479px) {
    .product-slider {
      padding: 0 3%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-slider .slick-list {
      width: 61%;
      margin: 0 auto; } }

.single-block {
  width: 100%;
  float: left; }
  .single-block .image-block {
    float: left;
    width: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .single-block .image-block.over-div:hover .add-favorites {
      visibility: hidden; }
      .single-block .image-block.over-div:hover .add-favorites:after {
        content: none; }
    .single-block .image-block a {
      width: 100%;
      float: left;
      position: relative; }
      .single-block .image-block a:hover .image-ovelay {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition-delay: .6s; }
      .single-block .image-block a:hover .image-label {
        opacity: 0; }
      .single-block .image-block a:hover span {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); }
      .single-block .image-block a:hover .product-caption img {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.6s; }
      .single-block .image-block a:hover .ad1, .single-block .image-block a:hover .ad2 {
        visibility: hidden;
        -webkit-transition: all 150ms ease-in 0s;
        -moz-transition: all 150ms ease-in 0s;
        transition: all 150ms ease-in 0s; }
    .single-block .image-block span {
      height: 246px;
      float: left;
      width: 100%;
      overflow: hidden;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      background-position: center center; }
    .single-block .image-block .ad1 {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(39, 57, 115, 0.9);
      max-width: 130px;
      height: 38px;
      line-height: 38px;
      padding: 0px 31px 0 30px;
      font-weight: 500;
      color: white;
      font-size: 16px;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
    .single-block .image-block .ad2 {
      position: absolute;
      left: 0;
      top: 38px;
      background: rgba(124, 134, 161, 0.9);
      max-width: 130px;
      height: 38px;
      line-height: 38px;
      padding: 0px 15px;
      font-weight: 500;
      color: white;
      font-size: 16px;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
    .single-block .image-block .rate {
      position: absolute;
      right: 0;
      bottom: 0;
      background: rgba(39, 57, 115, 0.9);
      color: white;
      font-size: 20px;
      height: 53px;
      line-height: 53px;
      padding: 0 15px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 3px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
    .single-block .image-block .add-favorites {
      position: absolute;
      right: 9px;
      top: 11px;
      background: rgba(48, 48, 48, 0.4);
      height: 46px;
      width: 46px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
      .single-block .image-block .add-favorites:after {
        content: none; }
      .single-block .image-block .add-favorites a:before {
        top: 6px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4NC4xIDczLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDg0LjEgNzMuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0Q3RDVENTt9DQo8L3N0eWxlPg0KPHRpdGxlPmhlYXJ0MTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzcsNy4xQzcyLjksMyw2Ny40LDAuOCw2MS42LDAuOUM1NC40LDEsNDcuNCwzLjksNDIuMyw5Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMWMtMC4xLDAtMC4xLDAtMC4yLTAuMQ0KCWMtNC44LTQuNS0xMS05LTE3LjMtOUMxMSwwLDAsMTEsMCwyNC43YzAsNi41LDIuNiwxMi44LDcuMiwxNy40TDQwLDczYzAuNiwwLjUsMS4zLDAuOCwyLjEsMC44YzAuOCwwLDEuNS0wLjMsMi4xLTAuOEw3Nyw0Mi4xDQoJYzQuNi00LjcsNy4xLTExLDcuMS0xNy42Qzg0LjEsMTgsODEuNiwxMS43LDc3LDcuMXogTTczLjUsMzguNEw0Mi4xLDY3LjlMMTAuNywzOC40Yy0zLjYtMy43LTUuNi04LjctNS42LTEzLjkNCglDNSwxMy44LDEzLjcsNSwyNC40LDQuOWMwLjEsMCwwLjIsMCwwLjMsMGMzLjgsMCw4LjYsMi42LDEzLjgsNy42YzEsMC45LDIuMywxLjQsMy42LDEuNGMxLjQsMCwyLjctMC41LDMuNy0xLjUNCgljNC4yLTQuMSw5LjktNi41LDE1LjgtNi42YzQuNS0wLjEsOC43LDEuNywxMS45LDQuOEM4MSwxOC40LDgxLDMwLjYsNzMuNSwzOC40eiIvPg0KPC9zdmc+DQo=) !important;
        background-size: 33px 33px;
        background-repeat: no-repeat;
        width: 33px;
        height: 33px; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .single-block .image-block .add-favorites a:before {
            top: 7px;
            left: -4px; } }
        @media only screen and (max-width: 767px) {
          .single-block .image-block .add-favorites a:before {
            top: 7px;
            left: 6px; } }
      .single-block .image-block .add-favorites a.favourite:before {
        width: 35px;
        height: 35px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNjZTM1MjU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04NC45LDIwLjNjLTQuMy00LjMtOS44LTYuMi0xNS40LTYuMmMtNi45LDAtMTQsMi45LTE5LjMsOC4xYzAsMC0wLjEsMC4xLTAuMiwwLjFjLTAuMSwwLTAuMSwwLTAuMi0wLjENCgkJYy00LjgtNC41LTExLTktMTcuMy05cy0xMi42LDIuNC0xNy40LDcuMmMtOS42LDkuNi05LjYsMjUuMywwLDM0LjlsMzIuOCwzMC45YzAuNiwwLjUsMS4zLDAuOCwyLjEsMC44YzAuNywwLDEuNS0wLjMsMi4xLTAuOA0KCQlsMzIuOC0zMC45Qzg5LjcsNTAuNCw5Miw0NCw5MiwzNy43Uzg5LjcsMjUuMSw4NC45LDIwLjN6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
        background-size: 35px 35px; }
  .single-block .image-ovelay {
    width: 100%;
    background: rgba(39, 57, 115, 0.8);
    position: absolute;
    height: 0%;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2; }
  .single-block .product-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    /*@include transform-translatey(-50%);*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 3; }
    .single-block .product-caption img {
      max-width: 25px;
      opacity: 0;
      visibility: hidden;
      display: initial;
      -webkit-transition: all 150ms ease-in 0s;
      -moz-transition: all 150ms ease-in 0s;
      transition: all 150ms ease-in 0s; }
  .single-block .title-block {
    float: left;
    width: 100%;
    padding: 11px 18px 13px;
    background: white;
    display: table; }
    @media only screen and (max-width: 767px) {
      .single-block .title-block {
        padding: 11px 12px 13px; } }
    .single-block .title-block .title-block-inner {
      display: table-cell;
      vertical-align: middle; }
      .single-block .title-block .title-block-inner h5 {
        font-weight: 500;
        line-height: 28px; }
    .single-block .title-block .two-blk {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .single-block .title-block .two-blk span {
        font-size: 15px;
        color: #363636; }
        .single-block .title-block .two-blk span.ref-id {
          color: #7c86a1;
          font-size: 16px; }
  .single-block .property-details {
    float: left;
    width: 100%;
    background: white;
    border-top: 1px solid #e0e0e0; }
    .single-block .property-details .property-deatis-top {
      width: 100%;
      float: left;
      border-bottom: 1px solid #e0e0e0; }
    .single-block .property-details .property-details-div {
      float: left;
      width: 100%; }
      .single-block .property-details .property-details-div span {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        color: #363636;
        font-size: 15px;
        border-right: 1px solid #e0e0e0;
        width: 32.61%;
        padding: 8px 0;
        text-align: center; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .single-block .property-details .property-details-div span {
            font-size: 13px;
            width: 31.61%; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-block .property-details .property-details-div span {
            width: 31.61%; } }
        @media only screen and (max-width: 767px) {
          .single-block .property-details .property-details-div span {
            width: 31.61%; } }
        .single-block .property-details .property-details-div span sup {
          font-size: 10px; }
        .single-block .property-details .property-details-div span img {
          vertical-align: middle;
          display: inline-block;
          width: 20px;
          margin: 0px 10px 0 0; }
        .single-block .property-details .property-details-div span.property3 {
          border: none; }
        .single-block .property-details .property-details-div span.rental {
          width: auto;
          border: none;
          text-align: left;
          padding: 0 0 0 17px; }
      .single-block .property-details .property-details-div.bottom {
        background: #f7efee;
        border-bottom: 2px solid #a1afd6; }
        .single-block .property-details .property-details-div.bottom span:first-child {
          background: white; }

/*--category--*/
.category-outer {
  width: 100%;
  float: left;
  padding: 49px 0 62px; }
  @media only screen and (max-width: 767px) {
    .category-outer {
      padding: 25px 0 40px; } }
  .category-outer .category-list {
    width: 100%;
    float: left;
    padding: 50px 0 0; }
    @media only screen and (max-width: 767px) {
      .category-outer .category-list {
        padding: 30px 0 0; } }
    .category-outer .category-list ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-outer .category-list ul {
          max-width: 480px;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        .category-outer .category-list ul {
          max-width: 440px;
          margin: 0 auto; } }
      .category-outer .category-list ul li {
        width: 31.6%;
        position: relative; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .category-outer .category-list ul li {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .category-outer .category-list ul li {
            width: 100%; } }
        .category-outer .category-list ul li .overlay-text {
          min-height: 48px;
          line-height: 48px;
          position: absolute;
          bottom: 25px;
          left: 25px;
          background: #273973;
          padding: 0 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          @media only screen and (min-width: 992px) and (max-width: 1279px) {
            .category-outer .category-list ul li .overlay-text {
              font-size: 13px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .category-outer .category-list ul li .overlay-text {
              width: 75%;
              position: relative;
              bottom: inherit;
              left: inherit;
              float: left;
              padding: 0 50px;
              -webkit-border-top-right-radius: 3px;
              -webkit-border-bottom-right-radius: 3px;
              -webkit-border-bottom-left-radius: 0;
              -webkit-border-top-left-radius: 0;
              -moz-border-radius-topright: 3px;
              -moz-border-radius-bottomright: 3px;
              -moz-border-radius-bottomleft: 0;
              -moz-border-radius-topleft: 0;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px;
              border-bottom-left-radius: 0;
              border-top-left-radius: 0;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box; } }
          @media only screen and (max-width: 767px) {
            .category-outer .category-list ul li .overlay-text {
              width: 75%;
              position: relative;
              bottom: inherit;
              left: inherit;
              float: left;
              padding: 0 50px;
              -webkit-border-top-right-radius: 3px;
              -webkit-border-bottom-right-radius: 3px;
              -webkit-border-bottom-left-radius: 0;
              -webkit-border-top-left-radius: 0;
              -moz-border-radius-topright: 3px;
              -moz-border-radius-bottomright: 3px;
              -moz-border-radius-bottomleft: 0;
              -moz-border-radius-topleft: 0;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px;
              border-bottom-left-radius: 0;
              border-top-left-radius: 0;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box; } }
          @media only screen and (max-width: 479px) {
            .category-outer .category-list ul li .overlay-text {
              padding: 0 21px; } }
          .category-outer .category-list ul li .overlay-text p {
            margin: 0;
            color: white;
            font-weight: 500;
            font-size: 18px;
            text-transform: uppercase; }
            @media only screen and (max-width: 479px) {
              .category-outer .category-list ul li .overlay-text p {
                font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .category-outer .category-list ul li .single-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0 0 7px; } }
        @media only screen and (max-width: 767px) {
          .category-outer .category-list ul li .single-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0 0 7px; } }
        .category-outer .category-list ul li .single-block .image-block {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .category-outer .category-list ul li .single-block .image-block {
              width: 25%;
              -webkit-border-top-right-radius: 0;
              -webkit-border-bottom-right-radius: 0;
              -webkit-border-bottom-left-radius: 3px;
              -webkit-border-top-left-radius: 3px;
              -moz-border-radius-topright: 0;
              -moz-border-radius-bottomright: 0;
              -moz-border-radius-bottomleft: 3px;
              -moz-border-radius-topleft: 3px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 3px;
              border-top-left-radius: 3px;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box; } }
          @media only screen and (max-width: 767px) {
            .category-outer .category-list ul li .single-block .image-block {
              width: 25%;
              -webkit-border-top-right-radius: 0;
              -webkit-border-bottom-right-radius: 0;
              -webkit-border-bottom-left-radius: 3px;
              -webkit-border-top-left-radius: 3px;
              -moz-border-radius-topright: 0;
              -moz-border-radius-bottomright: 0;
              -moz-border-radius-bottomleft: 3px;
              -moz-border-radius-topleft: 3px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 3px;
              border-top-left-radius: 3px;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .category-outer .category-list ul li .single-block .image-block span {
              height: 90px; } }
          @media only screen and (max-width: 767px) {
            .category-outer .category-list ul li .single-block .image-block span {
              height: 90px; } }

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

.home-banner {
  float: left;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .home-banner {
      display: none; } }
  .home-banner ul li {
    width: 100%;
    overflow: hidden; }
    .home-banner ul li .banner-slide {
      height: 460px;
      position: relative;
      float: left;
      width: 100%;
      transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -webkit-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1); }
      .home-banner ul li .banner-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .home-banner ul li .banner-slide {
          height: 340px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-banner ul li .banner-slide {
          height: 270px; } }
      @media only screen and (max-width: 767px) {
        .home-banner ul li .banner-slide {
          display: none; } }
      .home-banner ul li .banner-slide img {
        width: 100%;
        height: auto;
        max-width: none; }
    .home-banner ul li.zoom-active img {
      animation: animationFrames linear 50s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames linear 50s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: animationFrames linear 50s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: animationFrames linear 50s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: animationFrames linear 50s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }
  .home-banner .banner-pager {
    float: left;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    z-index: 100;
    text-align: center; }
    .home-banner .banner-pager span {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      margin: 0 4px;
      background: white;
      display: inline-block;
      font-size: 0;
      cursor: pointer; }
      .home-banner .banner-pager span.cycle-pager-active {
        background: #7c86a1; }

@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1); }
  100% {
    transform: scaleX(2) scaleY(2); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1); }
  100% {
    -moz-transform: scaleX(2) scaleY(2); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(2) scaleY(2); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1); }
  100% {
    -o-transform: scaleX(2) scaleY(2); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1); }
  100% {
    -ms-transform: scaleX(2) scaleY(2); } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.search-container {
  float: left;
  width: 100%;
  background: #16275d;
  padding: 32px 0 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-container {
      padding: 34px 0 38px; } }
  @media only screen and (max-width: 767px) {
    .search-container {
      padding: 34px 0 75px; } }
  .search-container .search-tab {
    float: left;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .search-container .search-tab {
        max-width: 780px;
        float: none;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .search-container .search-tab {
        max-width: 550px;
        float: none;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .search-container .search-tab {
        max-width: 360px;
        float: none;
        margin: 0 auto; } }
    @media only screen and (max-width: 479px) {
      .search-container .search-tab {
        float: left;
        max-width: 100%; } }
    .search-container .search-tab .tabs {
      float: left;
      width: auto;
      background: #16275d;
      border: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .search-container .search-tab .tabs {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
          -webkit-justify-content: stretch;
          -moz-justify-content: stretch;
          justify-content: stretch;
          width: 100%; } }
      @media only screen and (max-width: 479px) {
        .search-container .search-tab .tabs {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
          -webkit-justify-content: stretch;
          -moz-justify-content: stretch;
          justify-content: stretch;
          width: 100%; } }
      .search-container .search-tab .tabs li {
        border-top: 1px solid #415491;
        border-bottom: 1px solid #415491;
        border-left: 1px solid #415491; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .search-container .search-tab .tabs li {
            float: left;
            width: 100%;
            text-align: center; } }
        @media only screen and (max-width: 479px) {
          .search-container .search-tab .tabs li {
            float: left;
            width: 100%;
            text-align: center; } }
        .search-container .search-tab .tabs li:first-child {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
          .search-container .search-tab .tabs li:first-child a {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
        .search-container .search-tab .tabs li:last-child {
          border-right: 1px solid #415491;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
          .search-container .search-tab .tabs li:last-child a {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
        .search-container .search-tab .tabs li a {
          color: white;
          font-size: 16px;
          padding: 9px 27px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          height: 100%; }
          .search-container .search-tab .tabs li a:hover {
            background: #7c86a1;
            color: white; }
          @media only screen and (max-width: 767px) {
            .search-container .search-tab .tabs li a {
              padding: 9px 23px; } }
          @media only screen and (max-width: 479px) {
            .search-container .search-tab .tabs li a {
              padding: 9px 13px; } }
        .search-container .search-tab .tabs li.is-active {
          border-top: 1px solid #7c86a1;
          border-bottom: 1px solid #7c86a1;
          border-left: 1px solid #7c86a1; }
          .search-container .search-tab .tabs li.is-active a {
            background: #7c86a1;
            color: white; }
    .search-container .search-tab .tabs-content {
      float: left;
      width: 100%;
      background: #16275d;
      border: none;
      padding: 0; }
      .search-container .search-tab .tabs-content .tabs-panel {
        float: left;
        width: 100%;
        padding: 0; }
    .search-container .search-tab .ms-options-wrap {
      width: 100%;
      float: left;
      height: 40px;
      position: relative; }

.ms-options ul li label {
  font-size: 15px;
  color: #404040;
  float: left; }

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  background: white;
  padding: 4px 20px 5px 7px;
  font-size: 15px;
  color: #404040;
  height: 100%;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .ms-options-wrap > button:focus span,
  .ms-options-wrap > button span {
    position: relative;
    padding-left: 26px; }
    .ms-options-wrap > button:focus span:before,
    .ms-options-wrap > button span:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center; }
  .ms-options-wrap > button:focus:after,
  .ms-options-wrap > button:after {
    width: 25px;
    height: 100%;
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM5Mjk0OWMiIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center; }

.ms-options-wrap .ms-options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 0;
  overflow: auto;
  visibility: hidden;
  min-height: auto !important;
  margin-top: -2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  -moz-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1); }
  .ms-options-wrap .ms-options ul {
    list-style-type: none;
    padding: 2px 10px 10px;
    margin: 0; }
    .ms-options-wrap .ms-options ul li {
      float: left;
      width: 100%;
      padding: 8px 0; }
      .ms-options-wrap .ms-options ul li label {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0 0 0 27px;
        margin: 0; }
        .ms-options-wrap .ms-options ul li label:hover, .ms-options-wrap .ms-options ul li label:fcous {
          background-color: white;
          color: #16275d; }
      .ms-options-wrap .ms-options ul li.selected label {
        background-color: white;
        color: #16275d; }

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible; }

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px; }

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ms-options ul li label input[type="checkbox"]:checked,
.ms-options ul li label input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.ms-options ul li.selected label,
.ms-options ul li label {
  position: relative;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #666; }

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

.ms-options ul li label:before {
  border: 1px solid #a9abb3;
  background: white; }

.ms-options ul li.selected label:after,
.ms-options ul li label:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50aWNrPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzkuODcsMTUwYTIsMiwwLDAsMC0yLjc0LDIuOTJsOCw3LjVhMiwyLDAsMCwwLDIuOTUtLjIzbDE0LTE4YTIsMiwwLDAsMC0zLjE2LTIuNDZMMTQ2LjI3LDE1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzYuNSAtMTM5KSIvPjwvc3ZnPg==) !important;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-color: #16275d;
  background-position: 1px 1px;
  border: 1px solid #16275d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

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

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

.housing-select .ms-options-wrap > button span:before {
  width: 20px;
  height: 25px;
  left: 0;
  top: -5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iWW91ciBJY29uIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeD0iMHB4IiB5PSIwcHgiPjx0aXRsZT5Ib21lczwvdGl0bGU+PHBhdGggIGZpbGw9IiM5Mjk0OWMiIGQ9Ik02My45NCwzNS4yOVYyOS43YS44LjgsMCwwLDAtLjgtLjhINTguODJhLjguOCwwLDAsMC0uOC44djIuNjRoMGwtNy4xLTMuNTNoLTIuMUwzMSwzNy44MVY3MS4xOEg2OVYzNy44MVpNNDcuODIsNjAuNDlhLjcyLjcyLDAsMCwxLS43My43M0g0Mi43NGEuNzIuNzIsMCwwLDEtLjczLS43M1Y1Ni4xYS43Mi43MiwwLDAsMSwuNzMtLjcyaDQuMzVhLjcyLjcyLDAsMCwxLC43My43MlptMC0xMC4yM2EuNzMuNzMsMCwwLDEtLjczLjczSDQyLjc0YS43My43MywwLDAsMS0uNzMtLjczVjQ1Ljg3YS43My43MywwLDAsMSwuNzMtLjczaDQuMzVhLjczLjczLDAsMCwxLC43My43M1pNNTgsNjAuNDlhLjcyLjcyLDAsMCwxLS43My43M0g1Mi45MWEuNzIuNzIsMCwwLDEtLjcyLS43M1Y1Ni4xYS43Mi43MiwwLDAsMSwuNzItLjcyaDQuMzZhLjcyLjcyLDAsMCwxLC43My43MlptMC0xMC4yM2EuNzMuNzMsMCwwLDEtLjczLjczSDUyLjkxYS43My43MywwLDAsMS0uNzItLjczVjQ1Ljg3YS43My43MywwLDAsMSwuNzItLjczaDQuMzZhLjczLjczLDAsMCwxLC43My43M1oiPjwvcGF0aD48L3N2Zz4=) !important;
  background-size: 36px 36px; }

.location-select .ms-options-wrap > button span:before {
  width: 16px;
  height: 16px;
  left: 1px;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCAgZmlsbD0iIzkyOTQ5YyIgZD0iTTMyLDFjLTEyLjEzOCwwLTIxLjk3OCw5Ljg0LTIxLjk3OCwyMS45NzhjMCw4Ljg5MywxMS43OTgsMjguMjIyLDE4LjEwNiwzNy45MTlDMjguOTgsNjIuMjA3LDMwLjQzNSw2MywzMS45OTgsNjMgIGMxLjU2MywwLDMuMDItMC43OSwzLjg3Mi0yLjFjNi4zMDctOS42OTcsMTguMTA4LTI5LjAyOCwxOC4xMDgtMzcuOTIyQzUzLjk3OCwxMC44NCw0NC4xMzgsMSwzMiwxeiBNMzIsMzEuOTEzICBjLTUuMDY5LDAtOS4xNzctNC4xMDktOS4xNzctOS4xNzdzNC4xMDktOS4xNzcsOS4xNzctOS4xNzdzOS4xNzcsNC4xMDksOS4xNzcsOS4xNzdTMzcuMDY5LDMxLjkxMywzMiwzMS45MTN6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 16px 16px; }

.tab-row-top {
  float: right;
  width: auto;
  margin: 0 39px 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-top {
      width: 170px;
      margin: 0 0 10px 0;
      float: none;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      position: relative; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-top {
      float: left;
      position: relative;
      margin: 0 25px 0px 0; } }
  @media only screen and (max-width: 767px) {
    .tab-row-top {
      width: 100%;
      float: left;
      position: static;
      margin: 0 0 10px 0; } }
  .tab-row-top .reference-blk {
    float: left;
    width: 320px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .tab-row-top .reference-blk {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab-row-top .reference-blk {
        width: 190px; } }
    @media only screen and (max-width: 767px) {
      .tab-row-top .reference-blk {
        width: 100%; } }
    .tab-row-top .reference-blk span.search-label {
      color: #909aba;
      font-size: 15px;
      float: left;
      margin: 5px 0 0 0; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .tab-row-top .reference-blk span.search-label {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tab-row-top .reference-blk span.search-label {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .tab-row-top .reference-blk span.search-label {
          display: none; } }
    .tab-row-top .reference-blk .select-outer.reference-select {
      width: 160px;
      margin-left: 5px;
      float: right; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .tab-row-top .reference-blk .select-outer.reference-select {
          width: 100%;
          margin-left: 0;
          float: left; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tab-row-top .reference-blk .select-outer.reference-select {
          margin-left: 0;
          float: left;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .tab-row-top .reference-blk .select-outer.reference-select {
          margin-left: 0;
          float: left;
          width: 100%; } }
  .tab-row-top .search-result {
    color: #7c86a1;
    font-size: 16px;
    float: left;
    margin: 7px 0 0 51px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .tab-row-top .search-result {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab-row-top .search-result {
        margin: 7px 0 0 39px; } }
    @media only screen and (max-width: 767px) {
      .tab-row-top .search-result {
        position: absolute;
        left: 0;
        bottom: -46px;
        z-index: 100;
        width: 100%;
        text-align: center;
        margin: 0; } }
  .tab-row-top .select2-container {
    width: 100% !important; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-top .select2-container .select2-selection--single {
      height: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-top .select2-container .select2-selection--single {
      height: 40px; } }
  @media only screen and (max-width: 767px) {
    .tab-row-top .select2-container .select2-selection--single {
      height: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-top .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 7px 30px 0 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-top .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 7px 30px 0 16px; } }
  @media only screen and (max-width: 767px) {
    .tab-row-top .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 7px 30px 0 16px; } }

.tab-row-bottom {
  float: left;
  width: 100%;
  margin-top: 12px; }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom {
      position: relative; } }
  .tab-row-bottom .select-outer1 .select-outer {
    width: 180px;
    margin-right: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .tab-row-bottom .select-outer1 .select-outer {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab-row-bottom .select-outer1 .select-outer {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .tab-row-bottom .select-outer1 .select-outer {
        width: 176px;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 479px) {
      .tab-row-bottom .select-outer1 .select-outer {
        width: 100%;
        margin: 0 0 10px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-bottom .select-outer1 {
      width: 240px;
      float: left;
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-bottom .select-outer1 {
      width: 190px;
      float: left;
      margin-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom .select-outer1 {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (max-width: 479px) {
    .tab-row-bottom .select-outer1 {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .tab-row-bottom .select-outer2 .select-outer {
    width: 130px;
    margin-right: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .tab-row-bottom .select-outer2 .select-outer {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab-row-bottom .select-outer2 .select-outer {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .tab-row-bottom .select-outer2 .select-outer {
        width: 176px;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 479px) {
      .tab-row-bottom .select-outer2 .select-outer {
        width: 100%;
        margin: 0 0 10px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-bottom .select-outer2 {
      width: 150px;
      float: left;
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-bottom .select-outer2 {
      width: 150px;
      float: left;
      margin-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom .select-outer2 {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (max-width: 479px) {
    .tab-row-bottom .select-outer2 {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .tab-row-bottom .select-outer3 .select-outer {
    width: 160px;
    margin-right: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .tab-row-bottom .select-outer3 .select-outer {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .tab-row-bottom .select-outer3 .select-outer {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .tab-row-bottom .select-outer3 .select-outer {
        width: 176px;
        margin-right: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 479px) {
      .tab-row-bottom .select-outer3 .select-outer {
        width: 100%;
        margin: 0 0 10px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-row-bottom .select-outer3 {
      width: 190px;
      float: left;
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-bottom .select-outer3 {
      width: 190px;
      float: left; } }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom .select-outer3 {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (max-width: 479px) {
    .tab-row-bottom .select-outer3 {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom .select-outer3 .select-outer.price-select:first-child {
      margin-right: 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-row-bottom .button.primary-btn {
      float: right;
      min-width: 190px; } }
  @media only screen and (max-width: 767px) {
    .tab-row-bottom .button.primary-btn {
      float: right;
      min-width: 100%;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .outer-div {
    max-width: 320px;
    margin: 0 auto; }
    .outer-div h2 {
      text-align: center; } }

/**********************************************
  Detail1
***********************************************/
.detail-content-top {
  float: left;
  width: 100%;
  padding: 33px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .detail-content-top {
      padding: 20px 0; } }

.back-button {
  float: left;
  width: auto; }
  .back-button a {
    font-size: 15px;
    color: #4d4d4d;
    text-decoration: underline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .back-button a img {
      float: left;
      width: 25px;
      height: 25px; }
    .back-button a:hover {
      color: #d53c2c; }
    @media only screen and (max-width: 767px) {
      .back-button a {
        font-size: 14px; } }

.social-media {
  float: right; }
  .social-media ul {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .social-media ul li {
      float: left;
      margin-left: 6px; }
      .social-media ul li a i {
        font-size: 30px; }
        @media only screen and (max-width: 479px) {
          .social-media ul li a i {
            font-size: 23px; } }
      .social-media ul li.facebook i {
        color: #3b5998; }
      .social-media ul li.twitter i {
        color: #1DA1F2; }
      .social-media ul li.pinterest i {
        color: #BD081C; }
      .social-media ul li.linkedin i {
        color: #0077B5; }
      .social-media ul li.tumblr i {
        color: #35465c; }
      .social-media ul li.googleplus i {
        color: #ce3525; }

.detail-content {
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative;
  margin-bottom: 120px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-content {
      margin-bottom: 180px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content {
      margin-bottom: 125px; } }
  @media only screen and (max-width: 767px) {
    .detail-content {
      margin-top: 16px;
      margin-bottom: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-content-inner {
    max-width: 290px; } }

@media only screen and (max-width: 767px) {
  .detail-content-inner {
    max-width: 100%; } }

.detail-content-inner h4 {
  font-weight: 500;
  margin-bottom: 6px;
  float: left;
  width: 370px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-content-inner h4 {
      width: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner h4 {
      width: auto;
      font-size: 20px;
      line-height: 27px; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner h4 {
      width: 100%;
      font-size: 19px;
      line-height: 24px; } }
  @media only screen and (max-width: 479px) {
    .detail-content-inner h4 {
      font-size: 18px;
      line-height: 22px; } }

.detail-content-inner .reference-number {
  float: left;
  width: 100%;
  color: #7c86a1;
  font-size: 16px;
  margin-bottom: 14px; }

.detail-content-inner .property-price {
  font-size: 20px;
  color: white;
  font-weight: 500;
  background: #16275d;
  float: left;
  padding: 10px 21px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-content-inner .property-price {
      position: absolute;
      right: 0;
      top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner .property-price {
      position: absolute;
      right: 0;
      top: 0; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner .property-price {
      font-size: 16px;
      padding: 7px 15px; } }

.detail-content-inner .property-features {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-content-inner .property-features {
      margin-top: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner .property-features {
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner .property-features {
      margin-top: 15px;
      margin-bottom: 18px; } }
  .detail-content-inner .property-features li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .detail-content-inner .property-features li {
        margin-left: 10px; } }
    @media only screen and (max-width: 767px) {
      .detail-content-inner .property-features li {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .detail-content-inner .property-features li {
        margin-left: 10px; } }
    .detail-content-inner .property-features li:first-child {
      margin-left: 0; }
    .detail-content-inner .property-features li img {
      width: 25px;
      height: 18px; }
    .detail-content-inner .property-features li span {
      color: #363636;
      float: left;
      margin-left: 9px; }
      @media only screen and (max-width: 767px) {
        .detail-content-inner .property-features li span {
          font-size: 14px; } }

.detail-content-inner .property-desription {
  float: left;
  width: 370px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner .property-desription p {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner .property-desription p {
      font-size: 15px;
      line-height: 23px;
      margin: 0 0 12px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner .property-desription {
      width: 280px; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner .property-desription {
      width: 100%; } }

.detail-content-inner .button-blk {
  width: 370px;
  text-align: left; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-content-inner .button-blk {
      width: 280px; } }
  @media only screen and (max-width: 767px) {
    .detail-content-inner .button-blk {
      width: 100%; } }
  .detail-content-inner .button-blk .button {
    margin-bottom: 8px;
    min-width: 270px;
    position: relative;
    text-transform: none;
    line-height: 39px;
    height: 42px; }
    @media only screen and (max-width: 767px) {
      .detail-content-inner .button-blk .button {
        min-width: 100%; } }
    .detail-content-inner .button-blk .button.pdf-download {
      padding: 0 10px 0 25px; }
      .detail-content-inner .button-blk .button.pdf-download:before {
        width: 19px;
        height: 18px;
        content: "";
        position: absolute;
        left: 60px;
        top: 10px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHdpZHRoPSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM5YWE0YzAiIGQ9Ik0xNTk2IDM4MHEyOCAyOCA0OCA3NnQyMCA4OHYxMTUycTAgNDAtMjggNjh0LTY4IDI4aC0xMzQ0cS00MCAwLTY4LTI4dC0yOC02OHYtMTYwMHEwLTQwIDI4LTY4dDY4LTI4aDg5NnE0MCAwIDg4IDIwdDc2IDQ4em0tNDQ0LTI0NHYzNzZoMzc2cS0xMC0yOS0yMi00MWwtMzEzLTMxM3EtMTItMTItNDEtMjJ6bTM4NCAxNTI4di0xMDI0aC00MTZxLTQwIDAtNjgtMjh0LTI4LTY4di00MTZoLTc2OHYxNTM2aDEyODB6bS01MTQtNTkzcTMzIDI2IDg0IDU2IDU5LTcgMTE3LTcgMTQ3IDAgMTc3IDQ5IDE2IDIyIDIgNTIgMCAxLTEgMmwtMiAydjFxLTYgMzgtNzEgMzgtNDggMC0xMTUtMjB0LTEzMC01M3EtMjIxIDI0LTM5MiA4My0xNTMgMjYyLTI0MiAyNjItMTUgMC0yOC03bC0yNC0xMnEtMS0xLTYtNS0xMC0xMC02LTM2IDktNDAgNTYtOTEuNXQxMzItOTYuNXExNC05IDIzIDYgMiAyIDIgNCA1Mi04NSAxMDctMTk3IDY4LTEzNiAxMDQtMjYyLTI0LTgyLTMwLjUtMTU5LjV0Ni41LTEyNy41cTExLTQwIDQyLTQwaDIycTIzIDAgMzUgMTUgMTggMjEgOSA2OC0yIDYtNCA4IDEgMyAxIDh2MzBxLTIgMTIzLTE0IDE5MiA1NSAxNjQgMTQ2IDIzOHptLTU3NiA0MTFxNTItMjQgMTM3LTE1OC01MSA0MC04Ny41IDg0dC00OS41IDc0em0zOTgtOTIwcS0xNSA0Mi0yIDEzMiAxLTcgNy00NCAwLTMgNy00MyAxLTQgNC04LTEtMS0xLTJ0LS41LTEuNS0uNS0xLjVxLTEtMjItMTMtMzYgMCAxLTEgMnYyem0tMTI0IDY2MXExMzUtNTQgMjg0LTgxLTItMS0xMy05LjV0LTE2LTEzLjVxLTc2LTY3LTEyNy0xNzYtMjcgODYtODMgMTk3LTMwIDU2LTQ1IDgzem02NDYtMTZxLTI0LTI0LTE0MC0yNCA3NiAyOCAxMjQgMjggMTQgMCAxOC0xIDAtMS0yLTN6Ii8+PC9zdmc+) !important;
        background-size: 19px 18px;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 767px) {
          .detail-content-inner .button-blk .button.pdf-download:before {
            left: 140px; } }
      .detail-content-inner .button-blk .button.pdf-download:hover:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHdpZHRoPSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM0MjU0OGMiIGQ9Ik0xNTk2IDM4MHEyOCAyOCA0OCA3NnQyMCA4OHYxMTUycTAgNDAtMjggNjh0LTY4IDI4aC0xMzQ0cS00MCAwLTY4LTI4dC0yOC02OHYtMTYwMHEwLTQwIDI4LTY4dDY4LTI4aDg5NnE0MCAwIDg4IDIwdDc2IDQ4em0tNDQ0LTI0NHYzNzZoMzc2cS0xMC0yOS0yMi00MWwtMzEzLTMxM3EtMTItMTItNDEtMjJ6bTM4NCAxNTI4di0xMDI0aC00MTZxLTQwIDAtNjgtMjh0LTI4LTY4di00MTZoLTc2OHYxNTM2aDEyODB6bS01MTQtNTkzcTMzIDI2IDg0IDU2IDU5LTcgMTE3LTcgMTQ3IDAgMTc3IDQ5IDE2IDIyIDIgNTIgMCAxLTEgMmwtMiAydjFxLTYgMzgtNzEgMzgtNDggMC0xMTUtMjB0LTEzMC01M3EtMjIxIDI0LTM5MiA4My0xNTMgMjYyLTI0MiAyNjItMTUgMC0yOC03bC0yNC0xMnEtMS0xLTYtNS0xMC0xMC02LTM2IDktNDAgNTYtOTEuNXQxMzItOTYuNXExNC05IDIzIDYgMiAyIDIgNCA1Mi04NSAxMDctMTk3IDY4LTEzNiAxMDQtMjYyLTI0LTgyLTMwLjUtMTU5LjV0Ni41LTEyNy41cTExLTQwIDQyLTQwaDIycTIzIDAgMzUgMTUgMTggMjEgOSA2OC0yIDYtNCA4IDEgMyAxIDh2MzBxLTIgMTIzLTE0IDE5MiA1NSAxNjQgMTQ2IDIzOHptLTU3NiA0MTFxNTItMjQgMTM3LTE1OC01MSA0MC04Ny41IDg0dC00OS41IDc0em0zOTgtOTIwcS0xNSA0Mi0yIDEzMiAxLTcgNy00NCAwLTMgNy00MyAxLTQgNC04LTEtMS0xLTJ0LS41LTEuNS0uNS0xLjVxLTEtMjItMTMtMzYgMCAxLTEgMnYyem0tMTI0IDY2MXExMzUtNTQgMjg0LTgxLTItMS0xMy05LjV0LTE2LTEzLjVxLTc2LTY3LTEyNy0xNzYtMjcgODYtODMgMTk3LTMwIDU2LTQ1IDgzem02NDYtMTZxLTI0LTI0LTE0MC0yNCA3NiAyOCAxMjQgMjggMTQgMCAxOC0xIDAtMS0yLTN6Ii8+PC9zdmc+) !important; }

.detail-slider {
  position: absolute;
  right: 0;
  top: 5px;
  width: 66%; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-slider {
      width: 60%;
      top: 73px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-slider {
      width: 60%;
      top: 73px; } }
  @media only screen and (max-width: 767px) {
    .detail-slider {
      position: static;
      right: auto;
      top: auto;
      width: 100%; } }

.detail-slider-content {
  float: left;
  width: 100%;
  position: relative; }
  .detail-slider-content .feature-btn {
    font-weight: 500;
    color: white;
    position: absolute;
    left: 0;
    z-index: 1000;
    font-size: 16px;
    min-width: 130px;
    text-align: center;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    background: transparent; }
    @media only screen and (max-width: 767px) {
      .detail-slider-content .feature-btn {
        font-size: 14px;
        min-width: 110px;
        padding: 4px 0; } }
    .detail-slider-content .feature-btn span {
      display: block; }
    .detail-slider-content .feature-btn .status {
      background: #374880;
      padding: 4px 10px;
      z-index: 1; }
      .detail-slider-content .feature-btn .status.sold, .detail-slider-content .feature-btn .status.rented {
        background: #d53c2c;
        z-index: 4; }
      .detail-slider-content .feature-btn .status.reserved {
        z-index: 4; }
    .detail-slider-content .feature-btn .about {
      background: #838fa9;
      padding: 4px 10px;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .detail-slider-content .feature-btn .about {
          top: 34px; } }
      .detail-slider-content .feature-btn .about.nearsea {
        background: #374880;
        z-index: 4; }
  .detail-slider-content .add-favorites {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 100;
    background: rgba(48, 48, 48, 0.5);
    margin: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .detail-slider-content .add-favorites:after {
      display: none; }
    .detail-slider-content .add-favorites a {
      height: 100%; }
      .detail-slider-content .add-favorites a:before {
        width: 46px;
        height: 100%;
        top: 1px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNmOWY5ZjkiIGQ9Ik04NC45LDIwLjNjLTQuMy00LjMtOS44LTYuMi0xNS40LTYuMmMtNi45LDAtMTQsMi45LTE5LjMsOC4xYzAsMC0wLjEsMC4xLTAuMiwwLjFjLTAuMSwwLTAuMSwwLTAuMi0wLjEgICBjLTQuOC00LjUtMTEtOS0xNy4zLTljLTYuMywwLTEyLjYsMi40LTE3LjQsNy4yYy05LjYsOS42LTkuNiwyNS4zLDAsMzQuOWwzMi44LDMwLjljMC42LDAuNSwxLjMsMC44LDIuMSwwLjggICBjMC43LDAsMS41LTAuMywyLjEtMC44bDMyLjgtMzAuOUM4OS43LDUwLjQsOTIsNDQsOTIsMzcuN0M5MiwzMS40LDg5LjcsMjUuMSw4NC45LDIwLjN6IE04MS40LDUxLjZMNTAsODEuMUwxOC42LDUxLjYgICBDMTUsNDcuOSwxMyw0MywxMywzNy43YzAtNS4zLDItMTAuMiw1LjctMTMuOWMzLjctMy43LDguNi01LjcsMTMuOS01LjdjMy44LDAsOC42LDIuNiwxMy44LDcuNmMxLDAuOSwyLjMsMS40LDMuNiwxLjQgICBjMS40LDAsMi43LTAuNSwzLjctMS41YzQuMy00LjIsMTAuMi02LjYsMTUuOC02LjZjMy4yLDAsNy45LDAuOCwxMS45LDQuOEM4NSwyNy41LDg3LDMyLjUsODcsMzcuN0M4Nyw0Myw4NSw0Ny45LDgxLjQsNTEuNnoiPjwvcGF0aD48L2c+PC9zdmc+) !important;
        background-size: 35px 35px;
        background-position: center center; }
      .detail-slider-content .add-favorites a.favourite::before {
        width: 46px;
        height: 100%;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNjZTM1MjU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04NC45LDIwLjNjLTQuMy00LjMtOS44LTYuMi0xNS40LTYuMmMtNi45LDAtMTQsMi45LTE5LjMsOC4xYzAsMC0wLjEsMC4xLTAuMiwwLjFjLTAuMSwwLTAuMSwwLTAuMi0wLjENCgkJYy00LjgtNC41LTExLTktMTcuMy05cy0xMi42LDIuNC0xNy40LDcuMmMtOS42LDkuNi05LjYsMjUuMywwLDM0LjlsMzIuOCwzMC45YzAuNiwwLjUsMS4zLDAuOCwyLjEsMC44YzAuNywwLDEuNS0wLjMsMi4xLTAuOA0KCQlsMzIuOC0zMC45Qzg5LjcsNTAuNCw5Miw0NCw5MiwzNy43Uzg5LjcsMjUuMSw4NC45LDIwLjN6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
        background-size: 35px 35px;
        background-position: center center; }

.galleria {
  float: left;
  height: 650px !important;
  width: 100% !important; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .galleria {
      height: 540px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .galleria {
      height: 600px !important; } }
  @media only screen and (max-width: 767px) {
    .galleria {
      height: 400px !important; } }

.galleria-images {
  width: 100% !important;
  float: left; }

.galleria-image {
  width: 100% !important;
  float: left; }

.galleria-theme-classic {
  height: 570px !important;
  width: 100% !important; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .galleria-theme-classic {
      height: 460px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .galleria-theme-classic {
      height: 500px !important; } }
  @media only screen and (max-width: 767px) {
    .galleria-theme-classic {
      height: 300px !important; } }
  .galleria-theme-classic img {
    opacity: 1 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important; }
  .galleria-theme-classic .galleria-image-nav {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 100%;
    margin-top: -50px; }
    @media only screen and (max-width: 767px) {
      .galleria-theme-classic .galleria-image-nav {
        height: 70px;
        margin-top: -35px; } }
    .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left,
    .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right {
      opacity: 1;
      filter: alpha(opacity=30);
      cursor: pointer;
      width: 100px;
      height: 100px;
      position: absolute;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left,
        .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right {
          height: 70px;
          width: 70px; } }
    .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left {
      left: 0 !important; }
      .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left:before {
        width: 100px;
        height: 100px;
        content: "";
        position: absolute;
        top: 0;
        background-size: 100px 100px;
        background-repeat: no-repeat;
        left: -10px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+MDU8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02NC4zLDIyLjEzYTEsMSwwLDAsMC0xLjQxLDBMMzUuNyw0OS4yOWExLDEsMCwwLDAsMCwxLjQxTDYyLjg5LDc3Ljg3YTEsMSwwLDEsMCwxLjQxLTEuNDFMMzcuODIsNTAsNjQuMywyMy41NEExLDEsMCwwLDAsNjQuMywyMi4xM1oiPjwvcGF0aD48L3N2Zz4=) !important; }
        @media only screen and (max-width: 767px) {
          .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left:before {
            height: 70px;
            width: 70px;
            background-size: 70px 70px; } }
    .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right {
      right: 0 !important; }
      .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right:before {
        width: 100px;
        height: 100px;
        content: "";
        position: absolute;
        top: 0;
        background-size: 100px 100px;
        background-repeat: no-repeat;
        right: -10px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjx0aXRsZT4wNTwvdGl0bGU+DQo8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzUuOCwyMy41TDYyLjIsNTBMMzUuOCw3Ni41YzAsMC0wLjEsMC4xLTAuMSwwLjFjLTAuNCwwLjQtMC4zLDEuMSwwLjEsMS40czEuMSwwLjMsMS40LTAuMWwyNy4yLTI3LjJjMC40LTAuNCwwLjQtMSwwLTEuNA0KCUwzNy4yLDIyLjFjLTAuNC0wLjQtMS0wLjQtMS40LDBDMzUuNCwyMi41LDM1LjQsMjMuMSwzNS44LDIzLjV6Ii8+DQo8L3N2Zz4=) !important; }
        @media only screen and (max-width: 767px) {
          .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right:before {
            height: 70px;
            width: 70px;
            background-size: 70px 70px; } }
  .galleria-theme-classic .galleria-thumbnails-container.galleria-carousel .galleria-thumbnails-list {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .galleria-theme-classic .galleria-thumbnails-container.galleria-carousel .galleria-thumbnails-list {
        max-width: 517px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .galleria-theme-classic .galleria-thumbnails-container.galleria-carousel .galleria-thumbnails-list {
        max-width: 360px; } }
    @media only screen and (max-width: 767px) {
      .galleria-theme-classic .galleria-thumbnails-container.galleria-carousel .galleria-thumbnails-list {
        max-width: 380px; } }
    @media only screen and (max-width: 479px) {
      .galleria-theme-classic .galleria-thumbnails-container.galleria-carousel .galleria-thumbnails-list {
        max-width: 220px; } }

.galleria-theme-classic .galleria-thumbnails .galleria-image.active {
  opacity: 0.7 !important; }

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  height: 68px !important;
  width: 102px !important;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer; }

.galleria-theme-classic .galleria-thumbnails-container {
  height: 68px;
  bottom: -80px;
  position: absolute;
  left: 0;
  right: 10px;
  z-index: 2;
  width: 100%; }

.galleria-theme-classic .galleria-thumb-nav-left {
  left: 0; }

.galleria-theme-classic .galleria-thumb-nav-right {
  left: auto;
  right: 0; }

.galleria-theme-classic .galleria-thumb-nav-left:before,
.galleria-theme-classic .galleria-thumb-nav-right:before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  /*@include transform-translatey(-50%);*/
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  text-align: center; }

.galleria-theme-classic .galleria-thumb-nav-left:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NDg8L3RpdGxlPjxnIGRhdGEtbmFtZT0iR3JvdXAiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCIgZmlsbD0iI2ZmZmZmZiIgZD0iTTgyLjUsNDdIMjQuOEw0Mi42LDI5LjJBMywzLDAsMCwwLDM4LjMsMjVMMTUuNCw0Ny45YTMsMywwLDAsMCwwLDQuMkwzOC4zLDc1YTMsMywwLDAsMCw0LjItNC4yTDI0LjgsNTNIODIuNWEzLDMsMCwwLDAsMC02WiI+PC9wYXRoPjwvZz48L3N2Zz4=) !important;
  background-size: 25px 25px;
  background-repeat: no-repeat; }

.galleria-theme-classic .galleria-thumb-nav-right:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT40ODwvdGl0bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNSw1MGMwLDEuNywxLjMsMywzLDNoNTcuN0w1Ny41LDcwLjhjLTAuOCwxLjEtMC44LDIuNSwwLDMuNmMxLDEuMywyLjksMS42LDQuMiwwLjZsMjIuOS0yMi45DQoJCWMxLjEtMS4yLDEuMS0zLDAtNC4yTDYxLjcsMjVjLTEuMi0xLjItMy4xLTEuMi00LjMsMHMtMS4yLDMuMSwwLDQuM0w3NS4yLDQ3SDE3LjVDMTUuOSw0NywxNC41LDQ4LjMsMTQuNSw1MHoiLz4NCjwvZz4NCjwvc3ZnPg==) !important;
  background-size: 25px 25px;
  background-repeat: no-repeat; }

.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: 1; }

.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
  background: #273973; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-stage {
  width: 100%; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-info {
  display: none !important; }

.detail-slider .galleria-theme-classic.fullscreen .galleria-thumbnails-container {
  bottom: 0; }

#galleria-loader {
  height: 1px !important; }

.galleria-theme-classic {
  position: relative;
  overflow: visible; }

.galleria-theme-classic img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  float: left; }

.galleria-theme-classic .galleria-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.galleria-theme-classic .galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  color: #fff;
  z-index: 1;
  display: none !important; }

.galleria-theme-classic .galleria-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none; }

.galleria-theme-classic .galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute; }

.galleria-theme-classic .galleria-info-text {
  background-color: #000;
  padding: 12px;
  display: none;
  /* IE7 */
  zoom: 1; }

.galleria-theme-classic .galleria-info-title {
  font: bold 12px/1.1 arial,sans-serif;
  margin: 0;
  color: #fff;
  margin-bottom: 7px; }

.galleria-theme-classic .galleria-info-description {
  font: italic 12px/1.4 georgia,serif;
  margin: 0;
  color: #bbb; }

.galleria-theme-classic .galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none; }

.galleria-theme-classic .notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .galleria-info-link {
  background-position: -669px -5px;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000; }

.galleria-theme-classic.notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic.touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background: #7c86a1;
  position: absolute;
  left: 0;
  top: 0;
  height: 68px;
  width: 32px;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=80);
  top: 50%;
  /*@include transform-translatey(-50%);*/
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.galleria-theme-classic .galleria-thumb-nav-right {
  border-right: none;
  right: 0;
  left: auto; }

.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default; }

.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  background-color: transparent; }

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
  display: block; }

.galleria-theme-classic.galleria-container.videoplay .galleria-info,
.galleria-theme-classic.galleria-container.videoplay .galleria-counter {
  display: none !important; }

.galleria-exit {
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 35px;
  position: absolute;
  right: 60px;
  top: 100px;
  width: 35px;
  z-index: 10;
  background: url(../images/close_btn.svg) no-repeat left top;
  background-size: 35px 35px; }

.galleria-container.notouch.galleria-theme-classic.fullscreen {
  margin-top: 75px; }

.product-list {
  width: 100%;
  float: left;
  padding: 50px 0 0; }
  .product-list ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .product-list ul li {
      width: 31.6%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .product-list ul li {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .product-list ul li .single-block {
          margin: 0 0 15px; } }

.contact-blk-outer {
  width: 100%;
  float: left;
  background: #273973;
  padding: 29px 0 37px; }
  .contact-blk-outer .contact-tab h5 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    padding: 0 0 23px; }
    @media only screen and (max-width: 767px) {
      .contact-blk-outer .contact-tab h5 {
        padding: 0 0 15px; } }
  .contact-blk-outer .contact-tab .radio-outer {
    padding: 0 0 16px; }
    .contact-blk-outer .contact-tab .radio-outer .single-row {
      margin: 0; }
    @media only screen and (max-width: 479px) {
      .contact-blk-outer .contact-tab .radio-outer label {
        font-size: 14px; } }
  .contact-blk-outer .contact-tab .button {
    min-width: 200px; }
  .contact-blk-outer .check-outer label {
    color: #dbe0ee !important; }

.detail-content-outer {
  width: 100%;
  float: left; }
  .detail-content-outer .detail-row {
    width: 100%;
    float: left;
    padding: 43px 0 35px;
    border-top: 1px solid #dbdfe8;
    border-bottom: 1px solid #dbdfe8; }

.location-outer {
  width: 100%;
  float: left;
  padding: 31px 0 50px; }
  @media only screen and (max-width: 767px) {
    .location-outer {
      padding: 30px 0 0; } }
  .location-outer .map-outer {
    border-bottom: 1px solid #d1d6e3; }
  .location-outer h5 {
    padding: 0 0 34px;
    font-weight: 500;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .location-outer h5 {
        padding: 0 0 20px; } }

.form-outer {
  width: 100%;
  float: left;
  padding: 0px 0 115px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .form-outer {
      padding: 0px 0 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-outer {
      padding: 0px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .form-outer {
      padding: 30px 0 0; } }
  .form-outer h4 {
    font-weight: 500;
    padding: 0 0 23px; }
  .form-outer .contact-tab {
    border-top: 1px solid #dbdfe8; }
    .form-outer .contact-tab h6 {
      font-weight: 500;
      padding: 19px 0 25px;
      color: #303030; }
    .form-outer .contact-tab .contact-row {
      position: relative; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .form-outer .contact-tab .contact-row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .form-outer .contact-tab .contact-row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      .form-outer .contact-tab .contact-row .contact-col-1 {
        width: 31.65%; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .form-outer .contact-tab .contact-row .contact-col-1 {
            width: 48%; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .form-outer .contact-tab .contact-row .contact-col-1 {
            width: 48%; } }
        @media only screen and (max-width: 767px) {
          .form-outer .contact-tab .contact-row .contact-col-1 {
            width: 100%; } }
      .form-outer .contact-tab .contact-row .contact-col-2 {
        width: 31.9%;
        margin: 0 2.4%; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .form-outer .contact-tab .contact-row .contact-col-2 {
            width: 48%;
            margin: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .form-outer .contact-tab .contact-row .contact-col-2 {
            width: 48%;
            margin: 0; } }
        @media only screen and (max-width: 767px) {
          .form-outer .contact-tab .contact-row .contact-col-2 {
            width: 100%;
            margin: 0; } }
        .form-outer .contact-tab .contact-row .contact-col-2 .half-col {
          float: right;
          width: 53%;
          margin: 4px 0 0; }
          @media only screen and (min-width: 992px) and (max-width: 1279px) {
            .form-outer .contact-tab .contact-row .contact-col-2 .half-col {
              width: 100%;
              margin: 12px 0 0; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .form-outer .contact-tab .contact-row .contact-col-2 .half-col {
              width: 100%;
              margin: 12px 0 0; } }
          @media only screen and (max-width: 767px) {
            .form-outer .contact-tab .contact-row .contact-col-2 .half-col {
              width: 100%; } }
          .form-outer .contact-tab .contact-row .contact-col-2 .half-col .check-outer label {
            width: 87%; }
      .form-outer .contact-tab .contact-row .contact-col-3 {
        width: 31.65%;
        margin: 0;
        background: none;
        padding: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .form-outer .contact-tab .contact-row .contact-col-3 {
            display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .form-outer .contact-tab .contact-row .contact-col-3 {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .form-outer .contact-tab .contact-row .contact-col-3 {
            width: 100%; } }
        .form-outer .contact-tab .contact-row .contact-col-3 textarea {
          min-height: 140px;
          border: 1px solid #dbdfe8; }
        .form-outer .contact-tab .contact-row .contact-col-3 .button {
          width: 100%;
          margin: 20px 0 0; }
      .form-outer .contact-tab .contact-row .single-row .main-field {
        border: 1px solid #dbdfe8; }
      .form-outer .contact-tab .contact-row .single-row.two-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .form-outer .contact-tab .contact-row .single-row.two-row .main-field {
          width: 49%; }
      .form-outer .contact-tab .contact-row .contact-text {
        position: absolute;
        max-width: 31.65%;
        right: 0;
        min-height: 136px;
        border: 1px solid #dbdfe8; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .form-outer .contact-tab .contact-row .contact-text {
            position: relative;
            max-width: 100%;
            min-height: 100px;
            margin: 10px 0 0;
            right: inherit; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .form-outer .contact-tab .contact-row .contact-text {
            position: relative;
            max-width: 100%;
            min-height: 100px;
            margin: 10px 0 0;
            right: inherit; } }
        @media only screen and (max-width: 767px) {
          .form-outer .contact-tab .contact-row .contact-text {
            position: relative;
            max-width: 100%;
            min-height: 100px;
            margin: 10px 0 10px;
            right: inherit; } }
      .form-outer .contact-tab .contact-row .button.primary-btn.floating-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 31.65%; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .form-outer .contact-tab .contact-row .button.primary-btn.floating-btn {
            position: relative;
            min-width: 100%;
            margin: 29px 0 0 0;
            right: inherit;
            bottom: inherit; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .form-outer .contact-tab .contact-row .button.primary-btn.floating-btn {
            position: relative;
            min-width: 100%;
            margin: 29px 0 0 0;
            right: inherit;
            bottom: inherit; } }
        @media only screen and (max-width: 767px) {
          .form-outer .contact-tab .contact-row .button.primary-btn.floating-btn {
            position: relative;
            min-width: 100%;
            margin: 29px 0 0 0;
            right: inherit;
            bottom: inherit; } }

.form-top-blk {
  width: 100%;
  float: left;
  padding: 0 0 62px; }
  @media only screen and (max-width: 767px) {
    .form-top-blk {
      padding: 0 0 30px; } }
  .form-top-blk .form-left {
    width: 37.64%;
    float: left;
    padding: 0 70px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .form-top-blk .form-left {
        width: 50%;
        padding: 0 45px 0 0; } }
    @media only screen and (max-width: 767px) {
      .form-top-blk .form-left {
        width: 100%;
        padding: 0; } }
    .form-top-blk .form-left h6 {
      color: #303030;
      font-weight: 500;
      padding: 0 0 13px; }
    .form-top-blk .form-left .form-left-top {
      width: 100%;
      float: left;
      padding: 0 0 20px;
      border-bottom: 1px solid #dbdfe8; }
    .form-top-blk .form-left .date-single {
      width: 100%;
      float: left;
      margin: 0 0 9px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .form-top-blk .form-left .date-single .date {
        border: 1px solid #dbdfe8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 49%; }
        .form-top-blk .form-left .date-single .date input {
          margin: 0;
          background: white;
          border: none;
          box-shadow: none;
          -webkit-border-top-right-radius: 3px;
          -webkit-border-bottom-right-radius: 3px;
          -webkit-border-bottom-left-radius: 0;
          -webkit-border-top-left-radius: 0;
          -moz-border-radius-topright: 3px;
          -moz-border-radius-bottomright: 3px;
          -moz-border-radius-bottomleft: 0;
          -moz-border-radius-topleft: 0;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
          .form-top-blk .form-left .date-single .date input:focus {
            box-shadow: none; }
        .form-top-blk .form-left .date-single .date .prefix {
          background: white;
          width: 100%;
          height: 100%;
          float: left;
          text-align: center;
          padding: 11px 5px 2px;
          -webkit-border-top-right-radius: 0;
          -webkit-border-bottom-right-radius: 0;
          -webkit-border-bottom-left-radius: 3px;
          -webkit-border-top-left-radius: 3px;
          -moz-border-radius-topright: 0;
          -moz-border-radius-bottomright: 0;
          -moz-border-radius-bottomleft: 3px;
          -moz-border-radius-topleft: 3px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 3px;
          border-top-left-radius: 3px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
          .form-top-blk .form-left .date-single .date .prefix img {
            width: 19px;
            height: 19px; }
      .form-top-blk .form-left .date-single .sbHolder {
        border: 1px solid #dbdfe8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .form-top-blk .form-left .date-single .select-outer {
        width: 49%; }
      .form-top-blk .form-left .date-single.muti-col .select-outer {
        width: 100%; }
      .form-top-blk .form-left .date-single .small-10 {
        position: relative; }
        .form-top-blk .form-left .date-single .small-10:after {
          width: 20px;
          height: 40px;
          content: "";
          position: absolute;
          right: 7px;
          margin: 0 auto;
          top: 0;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
          background-size: 20px 20px;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-transition: all 200ms ease-in;
          -moz-transition: all 200ms ease-in;
          -ms-transition: all 200ms ease-in;
          -o-transition: all 200ms ease-in;
          transition: all 200ms ease-in; }
    .form-top-blk .form-left .form-left-bottom {
      width: 100%;
      float: left;
      padding: 21px 0 0; }
      .form-top-blk .form-left .form-left-bottom h6 {
        padding: 0 0 8px; }
      .form-top-blk .form-left .form-left-bottom .check-outer {
        padding: 0 0 16px; }
        .form-top-blk .form-left .form-left-bottom .check-outer .single-row {
          margin: 0 0 1px; }
        .form-top-blk .form-left .form-left-bottom .check-outer .icheckbox {
          margin: 6px 14px 0 0;
          height: 16px;
          width: 16px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          -webkit-box-shadow: 0px 0px 2px 0px #303030;
          -moz-box-shadow: 0px 0px 2px 0px #303030;
          box-shadow: 0px 0px 2px 0px #303030; }
          .form-top-blk .form-left .form-left-bottom .check-outer .icheckbox.checked {
            background: white url("../images/svg/tick-red.svg") no-repeat;
            background-position: center center;
            background-size: 10px 7px; }
        .form-top-blk .form-left .form-left-bottom .check-outer label {
          color: #303030; }
  .form-top-blk .form-right {
    width: 62.36%;
    float: left;
    margin: -20px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .form-top-blk .form-right {
        width: 50%;
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .form-top-blk .form-right {
        width: 100%;
        margin: 0; } }
    .form-top-blk .form-right .detail-row .detail-col-1 {
      width: 55.85%;
      max-width: 370px;
      padding: 16px 27px 41px;
      background: #f8f9fa;
      border: 3px solid #8c95ad;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .form-top-blk .form-right .detail-row .detail-col-1 {
          width: 60.85%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .form-top-blk .form-right .detail-row .detail-col-1 {
          width: 85%;
          padding: 16px 22px 41px; } }
      @media only screen and (max-width: 767px) {
        .form-top-blk .form-right .detail-row .detail-col-1 {
          width: 100%;
          max-width: 100%;
          padding: 16px 27px 20px; } }
      .form-top-blk .form-right .detail-row .detail-col-1 h6 {
        color: #303030;
        font-weight: 500;
        padding: 0 0 20px; }
      .form-top-blk .form-right .detail-row .detail-col-1 ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        border: none; }
        .form-top-blk .form-right .detail-row .detail-col-1 ul li label {
          width: auto; }
        .form-top-blk .form-right .detail-row .detail-col-1 ul li span {
          width: auto; }
        .form-top-blk .form-right .detail-row .detail-col-1 ul li.total label {
          font-weight: 700; }
      .form-top-blk .form-right .detail-row .detail-col-1 ul.bottom-list {
        border-top: 1px solid #dbdfe8;
        margin: 40px 0 0;
        padding: 5px 0 24px; }
      .form-top-blk .form-right .detail-row .detail-col-1 .warning {
        width: 100%;
        float: left; }
        .form-top-blk .form-right .detail-row .detail-col-1 .warning img {
          width: 17px;
          display: inline-block;
          margin: -3px 5px 0 0;
          vertical-align: middle; }
        .form-top-blk .form-right .detail-row .detail-col-1 .warning span {
          font-size: 14px;
          width: 100%;
          display: inline-block;
          line-height: 15px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .form-top-blk .form-right .detail-row .detail-col-1 .warning span {
              font-size: 12px; } }

/**********************************************
  Detail2
***********************************************/
.content-container.detail-page {
  background: #e5e7ee;
  background: -moz-linear-gradient(left, #e5e7ee 0%, #edeef3 21%, #f5f5f8 51%, #f8f9fa 75%, #fefefe 100%);
  background: -webkit-linear-gradient(left, #e5e7ee 0%, #edeef3 21%, #f5f5f8 51%, #f8f9fa 75%, #fefefe 100%);
  background: linear-gradient(to right, #e5e7ee 0%, #edeef3 21%, #f5f5f8 51%, #f8f9fa 75%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7ee', endColorstr='#fefefe',GradientType=1 ); }

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

.detail-tab-block {
  float: left;
  width: 100%;
  padding: 25px 0 70px;
  border-bottom: 1px solid #dbdfe8; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .detail-tab-block {
      padding: 20px 0 70px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .detail-tab-block {
      padding: 0px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .detail-tab-block {
      padding: 0px 0 30px; } }
  .detail-tab-block .tabs {
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #dbdfe8;
    border-top: none;
    border-left: none;
    border-right: none; }
    .detail-tab-block .tabs .tabs-title {
      margin-right: 7px; }
      .detail-tab-block .tabs .tabs-title a {
        padding: 13px 67px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 500;
        background: #cacdd5;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #454545; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .detail-tab-block .tabs .tabs-title a {
            padding: 13px 45px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .detail-tab-block .tabs .tabs-title a {
            padding: 13px 25px;
            font-size: 16px; } }
      .detail-tab-block .tabs .tabs-title.is-active a {
        background: #374a80;
        color: white; }
  .detail-tab-block .tabs-content {
    float: left;
    width: 100%;
    background: transparent;
    padding: 26px 0 0 0;
    border: none; }
    .detail-tab-block .tabs-content .tabs-panel {
      float: left;
      width: 100%;
      padding: 0; }
      .detail-tab-block .tabs-content .tabs-panel h5 {
        font-weight: 500;
        color: #273973;
        padding-bottom: 28px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .detail-tab-block .tabs-content .tabs-panel h5 {
            padding-bottom: 20px;
            line-height: 24px; } }
  .detail-tab-block .accordion {
    float: left;
    width: 100%; }
    .detail-tab-block .accordion .accordion-item {
      float: left;
      width: 100%; }
      .detail-tab-block .accordion .accordion-item .accordion-title {
        padding: 13px 35px 13px 15px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        background: #cacdd5;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #454545; }
      .detail-tab-block .accordion .accordion-item.is-active .accordion-title {
        background: #374a80;
        color: white; }
  .detail-tab-block .accordion-content {
    float: left;
    width: 100%;
    padding: 15px 15px 20px; }
    .detail-tab-block .accordion-content h5 {
      font-weight: 500;
      color: #273973;
      padding-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .detail-tab-block .accordion-content h5 {
          font-size: 18px;
          line-height: 24px; } }

.contact-tab {
  float: left;
  width: 100%; }

.contact-row {
  float: left;
  width: 100%; }
  .contact-row .contact-col-1 {
    float: left;
    width: 23.05%; }
    @media only screen and (max-width: 767px) {
      .contact-row .contact-col-1 {
        width: 100%; } }
    .contact-row .contact-col-1 .single-row .main-field {
      border: 1px solid #dbdfe8; }
  .contact-row .contact-col-2 {
    float: left;
    width: 41.84%;
    margin-left: 0.85%; }
    @media only screen and (max-width: 767px) {
      .contact-row .contact-col-2 {
        width: 100%;
        margin: 0;
        padding-bottom: 20px; } }
    .contact-row .contact-col-2 textarea {
      border: 1px solid #dbdfe8;
      margin-bottom: 15px; }
    .contact-row .contact-col-2 .half-col {
      float: left;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .contact-row .contact-col-2 .half-col {
          width: 100%; } }
      .contact-row .contact-col-2 .half-col .button {
        float: right; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .contact-row .contact-col-2 .half-col .button {
            min-width: 135px; } }
        @media only screen and (max-width: 767px) {
          .contact-row .contact-col-2 .half-col .button {
            float: none;
            width: 100%; } }
      .contact-row .contact-col-2 .half-col .check-outer .icheckbox {
        float: left; }
      .contact-row .contact-col-2 .half-col .check-outer label {
        float: left;
        width: 90%;
        font-size: 14px;
        color: #303030;
        line-height: 20px;
        cursor: pointer; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .contact-row .contact-col-2 .half-col .check-outer label {
            width: 87%; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .contact-row .contact-col-2 .half-col .check-outer label {
            width: 84%; } }
  .contact-row .contact-col-3 {
    float: left;
    width: 31.62%;
    margin-left: 2.64%;
    padding: 19px 30px;
    background: #16275d;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .contact-row .contact-col-3 {
        padding: 19px 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-row .contact-col-3 {
        padding: 10px 15px; } }
    @media only screen and (max-width: 767px) {
      .contact-row .contact-col-3 {
        width: 100%;
        margin: 0;
        padding: 15px 20px; } }
    .contact-row .contact-col-3 h6 {
      font-weight: 700;
      color: white;
      padding-bottom: 9px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-row .contact-col-3 h6 {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-row .contact-col-3 h6 {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .contact-row .contact-col-3 h6 {
          font-size: 16px;
          padding-bottom: 4px;
          line-height: 20px; } }
    .contact-row .contact-col-3 address {
      font-size: 16px;
      color: white;
      line-height: 24px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .contact-row .contact-col-3 address {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .contact-row .contact-col-3 address {
          font-size: 14px;
          line-height: 20px; } }
    .contact-row .contact-col-3 ul {
      float: left;
      width: 100%;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .contact-row .contact-col-3 ul {
          margin: 0; } }
      .contact-row .contact-col-3 ul li {
        float: left;
        width: 100%;
        line-height: 24px; }
        @media only screen and (max-width: 767px) {
          .contact-row .contact-col-3 ul li {
            line-height: 20px; } }
        .contact-row .contact-col-3 ul li span {
          float: left;
          width: 55px;
          font-size: 16px;
          color: white; }
          @media only screen and (max-width: 767px) {
            .contact-row .contact-col-3 ul li span {
              font-size: 14px; } }
        .contact-row .contact-col-3 ul li a {
          float: left;
          font-size: 16px;
          color: white; }
          @media only screen and (max-width: 767px) {
            .contact-row .contact-col-3 ul li a {
              font-size: 14px; } }
          .contact-row .contact-col-3 ul li a:hover {
            color: #d53c2c; }

.detail-row {
  float: left;
  width: 100%; }
  .detail-row .detail-col-1 {
    float: left;
    width: 34.18%;
    padding-right: 4.27%; }
    @media only screen and (max-width: 767px) {
      .detail-row .detail-col-1 {
        width: 100%;
        padding: 0 0 20px 0; } }
    .detail-row .detail-col-1 ul {
      float: left;
      width: 100%;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .detail-row .detail-col-1 ul {
          margin: 0; } }
      .detail-row .detail-col-1 ul li {
        float: left;
        width: 100%;
        padding-top: 2px;
        border-top: 1px solid #dde0e6; }
        .detail-row .detail-col-1 ul li label {
          float: left;
          width: 50%;
          font-size: 16px;
          color: #303030; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .detail-row .detail-col-1 ul li label {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .detail-row .detail-col-1 ul li label {
              font-size: 14px; } }
        .detail-row .detail-col-1 ul li span {
          float: left;
          width: 50%;
          font-size: 16px;
          color: #303030;
          font-weight: 500;
          padding-left: 5px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .detail-row .detail-col-1 ul li span {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .detail-row .detail-col-1 ul li span {
              font-size: 14px; } }
        .detail-row .detail-col-1 ul li:first-child {
          border: none; }
  .detail-row .detail-col-2 {
    float: left;
    width: 65.82%; }
    @media only screen and (max-width: 767px) {
      .detail-row .detail-col-2 {
        width: 100%; } }
    .detail-row .detail-col-2 ul {
      float: left;
      width: 100%;
      list-style: none;
      padding: 16px 30px 14px;
      background: #e6e9f3; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .detail-row .detail-col-2 ul {
          padding: 16px 20px 14px; } }
      @media only screen and (max-width: 767px) {
        .detail-row .detail-col-2 ul {
          margin: 0;
          padding: 12px; } }
      .detail-row .detail-col-2 ul li {
        float: left;
        width: 100%;
        padding: 5px 0;
        border-top: 1px solid white; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .detail-row .detail-col-2 ul li {
            padding: 3px 0; } }
        @media only screen and (max-width: 767px) {
          .detail-row .detail-col-2 ul li {
            border: none;
            padding: 0; } }
        .detail-row .detail-col-2 ul li span {
          float: left;
          width: 33.33%;
          position: relative;
          padding-left: 25px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .detail-row .detail-col-2 ul li span {
              font-size: 13px;
              padding-left: 18px; } }
          @media only screen and (max-width: 767px) {
            .detail-row .detail-col-2 ul li span {
              width: 100%;
              font-size: 14px; } }
          .detail-row .detail-col-2 ul li span:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            /*@include transform-translatey(-50%);*/
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url("../images/svg/tick-blue.svg") no-repeat;
            width: 12px;
            height: 10px; }
        .detail-row .detail-col-2 ul li:first-child {
          border: none; }

.tarif-tab {
  float: left;
  width: 100%; }

.tarif-left {
  float: left;
  width: 48.71%; }
  @media only screen and (max-width: 767px) {
    .tarif-left {
      width: 100%;
      margin-bottom: 20px; } }
  .tarif-left ul {
    list-style: none;
    width: 100%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .tarif-left ul {
        margin: 0; } }
    .tarif-left ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-top: 4px; }
      @media only screen and (max-width: 479px) {
        .tarif-left ul li {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media only screen and (max-width: 479px) {
        .tarif-left ul li {
          margin-top: 30px;
          border: 1px solid #e1e2e5; } }
      .tarif-left ul li .tarif-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 234px;
        min-height: 70px;
        background: #e1e2e5;
        padding: 11px 20px;
        color: #303030; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .tarif-left ul li .tarif-item {
            padding: 10px;
            font-size: 13px;
            line-height: 18px; } }
        @media only screen and (max-width: 767px) {
          .tarif-left ul li .tarif-item {
            padding: 10px;
            font-size: 14px;
            line-height: 22px; } }
        @media only screen and (max-width: 479px) {
          .tarif-left ul li .tarif-item {
            width: 100%;
            min-height: inherit;
            padding: 10px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center; } }
      .tarif-left ul li .tarif-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 120px;
        min-height: 70px;
        color: #303030; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .tarif-left ul li .tarif-price {
            font-size: 13px;
            width: 110px; } }
        @media only screen and (max-width: 767px) {
          .tarif-left ul li .tarif-price {
            font-size: 13px;
            padding: 0 7px !important; } }
        @media only screen and (max-width: 479px) {
          .tarif-left ul li .tarif-price {
            width: 100% !important;
            min-height: inherit;
            padding: 5px 10px !important; } }
        .tarif-left ul li .tarif-price.last {
          width: 130px;
          background: #e4e6ed; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .tarif-left ul li .tarif-price.last {
              width: 150px;
              padding: 0 5px; } }
      .tarif-left ul li:first-child {
        margin-top: 0; }

.tarif-right {
  float: left;
  width: 48.71%;
  margin-left: 2.58%; }
  @media only screen and (max-width: 767px) {
    .tarif-right {
      width: 100%;
      margin: 0; } }
  .tarif-right ul {
    float: left;
    width: 100%;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .tarif-right ul {
        margin-left: 0; } }
    .tarif-right ul li {
      float: left;
      width: 100%;
      padding-top: 2px;
      border-bottom: 1px solid #dfe2e8; }
      .tarif-right ul li label {
        float: left;
        width: 70%;
        font-size: 16px;
        color: #303030; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .tarif-right ul li label {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .tarif-right ul li label {
            font-size: 14px; } }
      .tarif-right ul li span {
        float: left;
        width: 30%;
        font-size: 16px;
        color: #303030;
        font-weight: 500;
        padding-left: 5px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .tarif-right ul li span {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .tarif-right ul li span {
            font-size: 14px; } }
    .tarif-right ul.suppliment {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .tarif-right ul.suppliment {
          margin-bottom: 20px; } }

.map-outer {
  float: left;
  width: 100%;
  position: relative; }
  .map-outer .map-data {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    max-width: 333px;
    background: white;
    padding: 8px 20px 5px 23px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-outer .map-data {
        padding: 8px 15px 5px 15px;
        max-width: 300px; } }
    @media only screen and (max-width: 767px) {
      .map-outer .map-data {
        padding: 5px 10px 5px 10px;
        max-width: 235px;
        left: 5px;
        top: 5px; } }
    .map-outer .map-data ul {
      float: left;
      width: 100%;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .map-outer .map-data ul {
          margin: 0; } }
      .map-outer .map-data ul li {
        float: left;
        width: 100%;
        border-top: 1px solid #f5f6f7; }
        .map-outer .map-data ul li label, .map-outer .map-data ul li span {
          font-size: 16px;
          color: #303030; }
          @media only screen and (max-width: 767px) {
            .map-outer .map-data ul li label, .map-outer .map-data ul li span {
              font-size: 13px; } }
        .map-outer .map-data ul li label {
          float: left;
          width: 80%; }
        .map-outer .map-data ul li span {
          width: 20%;
          font-weight: 500; }
        .map-outer .map-data ul li:first-child {
          border: none; }

#map-canvas {
  float: left;
  width: 100%;
  height: 318px; }

/*------------------ Calendar -----------------------*/
.full-calender-block {
  float: left;
  width: 100%;
  padding: 111px 0 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .full-calender-block {
      padding: 35px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .full-calender-block {
      padding: 35px 0; } }
  @media only screen and (max-width: 767px) {
    .full-calender-block {
      padding: 25px 0 30px; } }

.calender-wrap {
  float: left;
  width: 100%; }
  .calender-wrap h4 {
    font-weight: 500;
    padding-bottom: 36px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .calender-wrap h4 {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .calender-wrap h4 {
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 20px; } }

.calender-items {
  float: left;
  width: 100%;
  position: relative; }
  .calender-items #year {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    /*@include transform-translatey(-50%);*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
    @media only screen and (max-width: 767px) {
      .calender-items #year {
        top: inherit;
        bottom: -40px;
        transform: none;
        right: 0;
        width: 80px;
        margin: 0 auto; } }
    .calender-items #year ul li {
      width: auto;
      width: 40px;
      height: 82px;
      background: #273973;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      @media only screen and (min-width: 992px) and (max-width: 1279px) {
        .calender-items #year ul li {
          width: 25px;
          height: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .calender-items #year ul li {
          width: 30px;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .calender-items #year ul li {
          width: 30px;
          height: 30px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; } }
      .calender-items #year ul li a {
        float: left;
        width: 100%;
        height: 100%;
        background-size: 30px !important;
        background-position: center !important; }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .calender-items #year ul li a {
            background-size: 20px !important; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .calender-items #year ul li a {
            background-size: 20px !important; } }
        @media only screen and (max-width: 767px) {
          .calender-items #year ul li a {
            background-size: 20px !important; } }
      .calender-items #year ul li.prev {
        float: left;
        margin-left: -62px; }
        @media only screen and (min-width: 1280px) and (max-width: 1589px) {
          .calender-items #year ul li.prev {
            margin-left: -48px; } }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .calender-items #year ul li.prev {
            margin-left: -11px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .calender-items #year ul li.prev {
            margin-left: -12px; } }
        @media only screen and (max-width: 767px) {
          .calender-items #year ul li.prev {
            margin-left: 0; } }
        .calender-items #year ul li.prev a {
          background: url("../images/svg/arrow_left_white.svg") no-repeat; }
      .calender-items #year ul li.next {
        float: right;
        margin-right: -62px; }
        @media only screen and (min-width: 1280px) and (max-width: 1589px) {
          .calender-items #year ul li.next {
            margin-right: -48px; } }
        @media only screen and (min-width: 992px) and (max-width: 1279px) {
          .calender-items #year ul li.next {
            margin-right: -11px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .calender-items #year ul li.next {
            margin-right: -12px; } }
        @media only screen and (max-width: 767px) {
          .calender-items #year ul li.next {
            margin-right: 0; } }
        .calender-items #year ul li.next a {
          background: url("../images/svg/arrow_right_white.svg") no-repeat; }

.date-outer {
  display: none; }

.datepicker {
  display: block;
  position: relative;
  padding: 0;
  margin: 0; }
  .datepicker:after {
    content: "";
    background: transparent;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.ui-widget.ui-widget-content {
  padding: 0;
  background: transparent;
  border: none;
  width: 100% !important; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: none; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 24.04%;
  margin-left: 1.28%; }

.ui-datepicker-multi-4 .ui-datepicker-group:first-child {
  margin-left: 0; }

.ui-datepicker .ui-datepicker-header {
  background: #e4e6ed;
  padding: 13px 0 14px;
  border: none; }

.ui-datepicker .ui-datepicker-title span {
  font-size: 18px;
  color: #303030;
  font-weight: 400; }

.ui-datepicker-calendar thead tr {
  background: #374a80; }
  .ui-datepicker-calendar thead tr th {
    background: #374a80;
    color: white;
    padding: 4px 9px 3px; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 100% !important; }

.datepicker table {
  width: 100%; }

.ui-datepicker-calendar tbody tr {
  background: white; }
  .ui-datepicker-calendar tbody tr td {
    background: white;
    color: #303030;
    padding: 0;
    vertical-align: middle; }
    .ui-datepicker-calendar tbody tr td span {
      text-align: center;
      height: 29px;
      line-height: 29px;
      width: 100%;
      padding: 0;
      color: #404040 !important;
      font-weight: 500 !important;
      border: none !important;
      background: transparent !important;
      margin: 0;
      font-size: 14px; }
    .ui-datepicker-calendar tbody tr td a {
      text-align: center;
      height: 29px;
      line-height: 29px;
      width: 100%;
      padding: 0;
      border: none !important;
      background: transparent !important;
      color: #404040 !important;
      font-weight: 500 !important;
      font-size: 14px; }

.ui-datepicker-today .ui-state-highlight {
  background: #273973 !important;
  color: white !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.calender-items .dp-highlight .ui-state-default {
  background: #803a37 !important;
  color: white !important; }

.dp-highlight.dp-highlight-start .ui-state-default {
  position: relative;
  background: transparent !important;
  color: #404040 !important;
  z-index: 0; }

.dp-highlight.dp-highlight-start .ui-state-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-bottom: 29px solid #803a37;
  border-left: 34px solid transparent; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .dp-highlight.dp-highlight-start .ui-state-default:after {
      border-left: 37px solid transparent; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dp-highlight.dp-highlight-start .ui-state-default:after {
      border-left: 40px solid transparent; } }
  @media only screen and (max-width: 767px) {
    .dp-highlight.dp-highlight-start .ui-state-default:after {
      border-left: 42px solid transparent; } }

.dp-highlight.dp-highlight-end .ui-state-default {
  position: relative;
  background: transparent !important;
  color: #404040 !important;
  z-index: 0; }

.dp-highlight.dp-highlight-end .ui-state-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 29px solid #803a37;
  border-right: 34px solid transparent; }

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .ui-datepicker-multi-3 .ui-datepicker-group {
    padding: 0 18px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    padding: 0 25px; } }

@media only screen and (max-width: 767px) {
  .ui-widget.ui-widget-content {
    max-width: 350px;
    margin: 0 auto; } }

.tab-portrait {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-portrait {
      display: block; } }

.tab-landscape {
  display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1279px) {
    .tab-landscape {
      display: block; } }

.noticias-section .noticias-list {
  margin: 0; }
  .noticias-section .noticias-list .listado {
    margin: 0 0 34px 0; }
    .noticias-section .noticias-list .listado li {
      list-style: none;
      width: 90%;
      margin: 0 0 8px 0;
      padding: 0 0 10px 0;
      border-bottom: solid 1px #d1d6e3; }
      .noticias-section .noticias-list .listado li h3 {
        font-size: 20px;
        color: #cacdd5;
        margin: 0 0 2px 0; }
      .noticias-section .noticias-list .listado li em {
        font-size: 14px;
        color: #374880; }
  .noticias-section .noticias-list .pagination {
    text-align: left;
    margin: 2.5em 0 4.5em; }
    .noticias-section .noticias-list .pagination li {
      padding: 0;
      margin-right: .35rem;
      outline: none !important; }
      .noticias-section .noticias-list .pagination li:hover, .noticias-section .noticias-list .pagination li:focus {
        background: #16275d; }
        .noticias-section .noticias-list .pagination li:hover a, .noticias-section .noticias-list .pagination li:focus a {
          color: #fff; }
          .noticias-section .noticias-list .pagination li:hover a:hover, .noticias-section .noticias-list .pagination li:focus a:hover {
            background: transparent; }
      .noticias-section .noticias-list .pagination li.arrow img {
        width: 16px;
        height: auto;
        display: inline-block; }
      .noticias-section .noticias-list .pagination li.unavailable:hover {
        background: transparent; }
      .noticias-section .noticias-list .pagination li.unavailable a {
        color: #a9aaac;
        cursor: not-allowed; }
        .noticias-section .noticias-list .pagination li.unavailable a:hover, .noticias-section .noticias-list .pagination li.unavailable a:active, .noticias-section .noticias-list .pagination li.unavailable a:focus {
          background: transparent; }
      .noticias-section .noticias-list .pagination li.current {
        background: #16275d; }
        .noticias-section .noticias-list .pagination li.current a {
          background: #16275d;
          color: #fff;
          border: solid 1px #16275d; }
        .noticias-section .noticias-list .pagination li.current:hover {
          background: #16275d; }
      .noticias-section .noticias-list .pagination li a {
        padding: 0.65rem .685rem;
        border: 1px solid #c4c4c4;
        text-transform: uppercase;
        color: #4d6a99; }

.noticias-section .noticias-item {
  padding-bottom: 60px; }
  .noticias-section .noticias-item em.fecha {
    font-size: 14px;
    color: #374880; }
  .noticias-section .noticias-item .description {
    padding: 10px 0 0 0; }
    .noticias-section .noticias-item .description h2 {
      clear: none;
      font-size: 22px;
      line-height: 1.5em;
      margin-bottom: 0.7em; }
    .noticias-section .noticias-item .description strong {
      font-weight: 600; }
    .noticias-section .noticias-item .description u {
      color: #dbdfe8; }
    .noticias-section .noticias-item .description picture {
      float: right;
      height: auto;
      max-width: 60%;
      margin: 0 0 10px 20px; }
      @media only screen and (max-width: 479px) {
        .noticias-section .noticias-item .description picture {
          max-width: 100%;
          margin-left: 0; } }
    .noticias-section .noticias-item .description ul {
      list-style: disc;
      margin: 10px 0 30px 30px; }
      .noticias-section .noticias-item .description ul li {
        color: #dbdfe8; }
  .noticias-section .noticias-item .images-list a {
    margin-bottom: 12px; }
  .noticias-section .noticias-item .images-list picture {
    height: 160px;
    float: left;
    width: 100%;
    overflow: hidden;
    transition: all 1s ease;
    background-position: center center;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      .noticias-section .noticias-item .images-list picture {
        height: 160px; } }
    @media only screen and (max-width: 767px) {
      .noticias-section .noticias-item .images-list picture {
        height: 160px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .noticias-section .noticias-item .images-list picture {
        height: 220px; } }
    @media only screen and (max-width: 767px) {
      .noticias-section .noticias-item .images-list picture {
        height: 300px; } }
    @media only screen and (max-width: 479px) {
      .noticias-section .noticias-item .images-list picture {
        height: 200px; } }

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

.main-outercon .offcan-outer ul li a svg {
  width: 30px;
  fill: #7c86a1; }

.main-outercon .offcan-outer ul li a:hover svg {
  fill: #ce3525; }

.main-outercon .offcan-outer ul li.active a {
  color: #ce3525; }
  .main-outercon .offcan-outer ul li.active a svg {
    fill: #ce3525; }

.header-wrapper .main-menu ul li a svg {
  width: 30px;
  fill: #7c86a1; }

.header-wrapper .main-menu ul li a:hover svg {
  fill: #ce3525; }

.header-wrapper .main-menu ul li.active a {
  color: #ce3525; }
  .header-wrapper .main-menu ul li.active a svg {
    fill: #ce3525; }

.home-banner {
  height: 460px;
  overflow: hidden; }
  .home-banner img {
    height: 460px;
    width: 100%;
    object-fit: cover; }

input[type="text"].invalid {
  border: 2px solid #e71212; }

.housing-select .ms-options-wrap > button span:before {
  top: -2px; }

#contacto .block-title-top {
  margin: 1em 0; }

#contacto .property-detail-top {
  margin: 1em 0 0; }
  #contacto .property-detail-top h2 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem; }
  #contacto .property-detail-top h3 {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem; }

#contacto #contactoForm {
  margin-bottom: 2.5em;
  background-color: #e5e7ee;
  padding: 1em;
  border-radius: 10px; }
  #contacto #contactoForm .field-one {
    position: relative;
    overflow: auto; }
    #contacto #contactoForm .field-one span {
      top: 20%;
      right: 1em;
      position: absolute;
      color: #800d0d; }
    #contacto #contactoForm .field-one input {
      width: 100%;
      float: left;
      margin: 0 0 .5em;
      border: none;
      padding: 8px 18px;
      font-size: 15px;
      color: #404040;
      background: white;
      box-shadow: none;
      height: 40px;
      font-family: "Roboto", sans-serif;
      outline: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  #contacto #contactoForm textarea {
    min-height: 183px;
    resize: none;
    width: 100%;
    float: left;
    margin: 0;
    border: none;
    padding: 8px 18px;
    font-size: 15px;
    color: #404040;
    background: white;
    box-shadow: none;
    height: 40px;
    font-family: "Roboto", sans-serif;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #contacto #contactoForm .checkbox-block {
    float: left;
    width: auto;
    margin: 0 0 .5em; }
    #contacto #contactoForm .checkbox-block:after {
      content: '';
      display: table;
      clear: both; }
    #contacto #contactoForm .checkbox-block input {
      display: none; }
    #contacto #contactoForm .checkbox-block label {
      display: inline-block;
      font-size: 14px;
      margin-left: 0;
      cursor: pointer; }
      #contacto #contactoForm .checkbox-block label span {
        display: inline-block;
        height: 18px;
        padding: 0;
        margin: 0px 6px 0 0;
        vertical-align: text-bottom;
        width: 18px;
        position: relative;
        background: white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    #contacto #contactoForm .checkbox-block input[type="checkbox"]:checked + label span {
      background: white url("../images/svg/tick.svg") 0 0 no-repeat; }
  #contacto #contactoForm input[type="submit"] {
    width: auto;
    float: right;
    background: #d53c2c;
    height: 40px;
    line-height: 36px;
    min-width: 170px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    #contacto #contactoForm input[type="submit"]:hover, #contacto #contactoForm input[type="submit"]:active, #contacto #contactoForm input[type="submit"]:focus {
      background: #16275d;
      color: #fff;
      border: 2px solid #d53c2c; }

#login-form {
  margin: .5em 0 2.5em;
  background-color: #e5e7ee;
  padding: 1em;
  border-radius: 10px; }
  #login-form input {
    width: 100%;
    float: left;
    margin: 0 0 .5em !important;
    border: none;
    padding: 8px 18px;
    font-size: 15px;
    color: #404040;
    background: white;
    box-shadow: none;
    height: 40px;
    font-family: "Roboto", sans-serif;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #login-form input[type="submit"] {
    width: auto;
    float: right;
    background: #d53c2c;
    height: 40px;
    line-height: 36px;
    width: 100%;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    #login-form input[type="submit"]:hover, #login-form input[type="submit"]:active, #login-form input[type="submit"]:focus {
      background: #16275d;
      color: #fff;
      border: 2px solid #d53c2c; }

.detail-row .detail-col-2 ul li {
  width: calc(100% / 3);
  border-top: none; }
  .detail-row .detail-col-2 ul li:nth-child(3n+1), .detail-row .detail-col-2 ul li:nth-child(3n+2), .detail-row .detail-col-2 ul li:nth-child(3n+3) {
    border-top: 1px solid #fff; }
  .detail-row .detail-col-2 ul li:nth-child(-n+1), .detail-row .detail-col-2 ul li:nth-child(-n+2), .detail-row .detail-col-2 ul li:nth-child(-n+3) {
    border-top: none; }
  .detail-row .detail-col-2 ul li span {
    width: 100%; }

.properties-section.listing {
  background: #e5e7ee;
  background: linear-gradient(to right, #e5e7ee 0%, #edeef3 21%, #f5f5f8 51%, #f8f9fa 75%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7ee', endColorstr='#fefefe',GradientType=1 ); }
  .properties-section.listing .property-list-title {
    margin: 1.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .properties-section.listing .property-list-title h1 {
      font-size: 24px;
      font-size: 1.5em;
      font-size: 1.5rem; }
    .properties-section.listing .property-list-title .filter-box {
      width: 155px;
      display: flex;
      justify-content: space-between;
      border: 2px solid #838fa9;
      border-radius: 3px; }
      .properties-section.listing .property-list-title .filter-box select {
        background-image: none;
        border: 2px solid #838fa9;
        border-radius: 3px;
        line-height: 20px;
        height: 39px;
        flex-grow: 1;
        margin-bottom: 0; }
      .properties-section.listing .property-list-title .filter-box span {
        width: 125px;
        height: 39px;
        line-height: 39px;
        flex-grow: 1; }
  .properties-section.listing .single-block {
    margin-bottom: 2.5em; }
  .properties-section.listing .single-block .property-details .property-details-div.rent-bg {
    background: #f7efee; }
  .properties-section.listing .single-block .property-details .property-details-div.sell-bg {
    background: #f1f3f7; }
  .properties-section.listing .single-block .property-details .property-details-div span.rental {
    width: auto; }
  .properties-section.listing .property-listing:after {
    content: '';
    display: table;
    clear: both; }
  .properties-section.listing .pagination-outercon .pagination {
    text-align: center;
    margin: 2.5em 0 6.5em; }
    .properties-section.listing .pagination-outercon .pagination a, .properties-section.listing .pagination-outercon .pagination span {
      padding: .1875rem 1.25rem;
      display: block; }
    .properties-section.listing .pagination-outercon .pagination li {
      padding: 0;
      margin-right: .5rem;
      position: relative;
      border: 1px solid #cecece; }
      .properties-section.listing .pagination-outercon .pagination li.arrow {
        border: none; }
        .properties-section.listing .pagination-outercon .pagination li.arrow:hover a {
          background: transparent;
          color: transparent; }
          .properties-section.listing .pagination-outercon .pagination li.arrow:hover a i {
            color: #cecece; }
      .properties-section.listing .pagination-outercon .pagination li a i {
        position: absolute;
        top: -.6rem;
        font-size: 26px;
        font-size: 1.625em;
        font-size: 1.625rem; }
      .properties-section.listing .pagination-outercon .pagination li:hover {
        background: transparent; }
        .properties-section.listing .pagination-outercon .pagination li:hover a {
          background: #16275d;
          color: #fff; }
      .properties-section.listing .pagination-outercon .pagination li.unavailable:hover {
        background: transparent; }
      .properties-section.listing .pagination-outercon .pagination li.unavailable a {
        color: #c4c4c4;
        cursor: not-allowed; }
        .properties-section.listing .pagination-outercon .pagination li.unavailable a:hover, .properties-section.listing .pagination-outercon .pagination li.unavailable a:active, .properties-section.listing .pagination-outercon .pagination li.unavailable a:focus {
          background: transparent; }
      .properties-section.listing .pagination-outercon .pagination li.current a {
        background: #16275d;
        color: #fff; }
      .properties-section.listing .pagination-outercon .pagination li.current:hover a {
        background: #16275d;
        color: #fff; }

.footer-top .footer-top-left {
  width: 35%; }
  @media screen and (max-width: 47.9375em) {
    .footer-top .footer-top-left {
      width: 100%; } }

.footer-top .footer-top-right {
  width: 65%; }
  @media screen and (max-width: 47.9375em) {
    .footer-top .footer-top-right {
      width: 100%; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .footer-top .footer-top-right {
      width: 100%; } }
  .footer-top .footer-top-right .main-field {
    max-width: 23%; }
    @media screen and (max-width: 47.9375em) {
      .footer-top .footer-top-right .main-field {
        max-width: 100%; } }
  .footer-top .footer-top-right .button {
    min-width: 20%; }
    @media screen and (max-width: 47.9375em) {
      .footer-top .footer-top-right .button {
        min-width: 100%; } }

.button.primary-btn:hover, .button.primary-btn:focus, .button.primary-btn:active {
  color: #fff; }

.about-section .inner-content {
  max-height: 579px; }

.single-block .property-details .property-deatis-top .property-details-div > span {
  float: left; }

.error {
  background: #ffbbbb !important; }

#contacto #map {
  height: 560px; }

.detail-content-inner .property-desription.readmore-block {
  width: 370px !important;
  margin-bottom: 1em; }
  .detail-content-inner .property-desription.readmore-block + [data-readmore-toggle], .detail-content-inner .property-desription.readmore-block .property-desription[data-readmore] {
    text-align: left;
    color: #374a80;
    cursor: pointer;
    margin-bottom: 1em; }

.detail-content-inner .button-blk:after {
  content: '';
  display: table;
  clear: both; }

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group table {
  overflow: hidden; }

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header {
  border-radius: 6px 6px 0 0; }

.ui-datepicker-multi .ui-datepicker-group table {
  border-radius: 0 0 6px 6px;
  min-height: 207px; }

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border: none; }

@media screen and (max-width: 47.9375em) {
  .news-blk-section .news-blk-inner .news-list {
    display: flex;
    flex-direction: column; }
    .news-blk-section .news-blk-inner .news-list .single-news-blk {
      margin-bottom: 2.5em; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .news-blk-section .news-blk-inner .news-list {
    max-width: none;
    flex-wrap: wrap; }
    .news-blk-section .news-blk-inner .news-list .single-news-blk {
      margin-bottom: 2.5em; } }

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .news-blk-section .news-blk-inner .news-list {
    flex-wrap: wrap; }
    .news-blk-section .news-blk-inner .news-list .single-news-blk {
      margin-bottom: 2.5em; } }

#inicio .common-title h3 {
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  line-height: 36px; }

#inicio .about-section .right-content h1 {
  padding: 0 0 33px;
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  line-height: 36px; }

#inicio .about-section .right-content h2 {
  color: #6b6b6b;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  padding: 0 0 26px;
  display: inline-block;
  line-height: 26px; }

#favouritesForm {
  display: none; }

.add-favorites a span.count {
  line-height: 28px; }

.content-article {
  margin-bottom: 6em; }
  .content-article:after {
    content: '';
    display: table;
    clear: both; }
  .content-article .block-title-top h1 {
    font-size: 32px;
    font-size: 2em;
    font-size: 2rem;
    margin: 2em 0 .5em; }
  .content-article h1, .content-article h2, .content-article h3, .content-article h4, .content-article h6, .content-article h6 {
    margin: .5em 0; }
  .content-article h1 {
    font-size: 28px;
    font-size: 1.75em;
    font-size: 1.75rem; }
  .content-article h2 {
    font-size: 26px;
    font-size: 1.625em;
    font-size: 1.625rem; }
  .content-article h3 {
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem; }
  .content-article h4 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem; }
  .content-article h5 {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem; }
  .content-article h6 {
    font-size: 18px;
    font-size: 1.125em;
    font-size: 1.125rem; }
  .content-article ul {
    margin: 0 0 1.5em 1.5em; }
    .content-article ul li {
      margin: .5em 0;
      list-style-type: circle; }
  .content-article a {
    color: #16275d;
    text-decoration: underline; }
  .content-article footer:after {
    content: '';
    display: table;
    clear: both; }

#viviendas-alquiler .contact-row .contact-col-2 .half-col .check-outer label {
  color: #404040; }

.warning span {
  display: block; }
  .warning span:first-child {
    margin-bottom: .75em; }
  .warning span i.info-sign {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    border: 2px solid #16275d;
    color: #16275d;
    border-radius: 50%;
    padding: 0 .45em;
    margin-right: .25em; }

#reservationForm input:read-only {
  cursor: pointer; }

.contact-row .contact-col-2 .half-col .check-outer .icheckbox {
  background: #e6e6e6;
  border: 1px solid #dbdfe8; }

#actividades .search-container {
  float: none; }
  #actividades .search-container .search-tab {
    margin-top: 2.5em; }

#actividades .activities-main-block {
  margin-bottom: 2.5em; }

#actividades .activity-block {
  margin-bottom: 2.5em; }
  #actividades .activity-block:first-of-type {
    border-top: solid 1px #d1d6e3; }
  #actividades .activity-block:nth-of-type(2n) {
    border-top: solid 1px #d1d6e3;
    border-bottom: solid 1px #d1d6e3; }
  #actividades .activity-block img {
    display: block;
    width: 40%;
    height: auto;
    float: right;
    margin: 0 0 1.5em 1em; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      #actividades .activity-block img {
        width: 50%; } }
    @media screen and (max-width: 47.9375em) {
      #actividades .activity-block img {
        width: 100%;
        margin: 0 0 2.5em; } }

#social-icons {
  position: fixed;
  top: calc(50% - (192px / 2));
  z-index: 9999;
  background: #16275d;
  border-radius: 0 8px 8px 0; }
  @media screen and (max-width: 47.9375em) {
    #social-icons {
      display: none; } }
  #social-icons ul {
    margin: .5em; }
    #social-icons ul li {
      display: block;
      height: 32px; }
      #social-icons ul li:nth-of-type(2n) {
        margin: .25em 0; }
      #social-icons ul li img {
        width: 32px;
        height: 32px; }

.offcan-outer .social-icons {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #16275d; }
  .offcan-outer .social-icons ul {
    width: 100%;
    padding: .5em;
    text-align: center;
    float: none; }
    .offcan-outer .social-icons ul li {
      display: inline-block;
      border: none;
      width: auto; }
      .offcan-outer .social-icons ul li:nth-of-type(2n) {
        margin: 0 .25em; }
      .offcan-outer .social-icons ul li a {
        padding: 0; }
        .offcan-outer .social-icons ul li a img {
          width: 32px;
          height: 32px; }

.icheckbox.checked {
  background: #e6e6e6 url("../images/svg/tick.svg") center center no-repeat !important; }

.tab-row-top {
  margin: 0 0 12px 0; }
  .tab-row-top .search-result {
    width: 170px;
    margin: 7px 0 0 10px;
    text-align: center; }

.contact-blk-outer .check-outer label a {
  color: #dbe0ee !important; }

.slider-blk-section .slider-blk-inner .rent-outer ul, .slider-blk-section .slider-blk-inner .sell-outer ul {
  display: flex;
  justify-content: center; }
  .slider-blk-section .slider-blk-inner .rent-outer ul li, .slider-blk-section .slider-blk-inner .sell-outer ul li {
    width: 370px;
    margin-right: 30px; }

.footer-top .footer-top-left img {
  width: 52px; }

.footer-top .footer-top-left span {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem; }

.detail-content-inner {
  min-height: 560px; }

label a {
  font-weight: bold; }

.header-wrapper .main-menu ul li a {
  text-transform: none; }

#inicio .about-section {
  overflow: hidden; }

.slider-blk-section .slider-blk-inner > ul li {
  min-height: 472px !important; }

.ajaxForm, .newsletter-form p {
  color: #fff !important; }

#contact-form-block > div > form > div.contact-col-2 > div:nth-child(3) > .g-recaptcha {
  transform: scale(0.7); }

#favouritesForm .field-out-cntct {
  clear: both; }
  #favouritesForm .field-out-cntct .g-recaptcha {
    margin-bottom: 40px; }

.galleria-theme-classic .galleria-info-link {
  display: none; }

.single-block {
  position: relative; }
  .single-block .feature-btn {
    position: absolute;
    display: block;
    left: 0;
    top: 11px;
    display: block;
    color: #fff;
    background: #838fa9;
    text-align: center;
    padding: .125em .5em;
    z-index: 1;
    font-size: 13px;
    min-width: 92px;
    text-align: center; }
    .single-block .feature-btn.sold {
      background: #d53c2c;
      z-index: 4; }
    .single-block .feature-btn.reserved {
      background: #374880;
      z-index: 3; }
    .single-block .feature-btn.reduced {
      background: #374880;
      z-index: 2; }
  .single-block .image-ovelay {
    z-index: 5; }

#video-button {
  position: relative; }
  #video-button:before {
    width: 19px;
    height: 18px;
    content: "";
    position: absolute;
    left: 60px;
    top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ2aWRlbyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXZpZGVvIGZhLXctMTgiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTc2IDUxMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMzNi4yIDY0SDQ3LjhDMjEuNCA2NCAwIDg1LjQgMCAxMTEuOHYyODguNEMwIDQyNi42IDIxLjQgNDQ4IDQ3LjggNDQ4aDI4OC40YzI2LjQgMCA0Ny44LTIxLjQgNDcuOC00Ny44VjExMS44YzAtMjYuNC0yMS40LTQ3LjgtNDcuOC00Ny44em0xODkuNCAzNy43TDQxNiAxNzcuM3YxNTcuNGwxMDkuNiA3NS41YzIxLjIgMTQuNiA1MC40LS4zIDUwLjQtMjUuOFYxMjcuNWMwLTI1LjQtMjkuMS00MC40LTUwLjQtMjUuOHoiPjwvcGF0aD48L3N2Zz4=);
    background-size: 19px 18px;
    background-repeat: no-repeat; }
  #video-button:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ2aWRlbyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXZpZGVvIGZhLXctMTgiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTc2IDUxMiI+PHBhdGggZmlsbD0iIzQyNTQ4YyIgZD0iTTMzNi4yIDY0SDQ3LjhDMjEuNCA2NCAwIDg1LjQgMCAxMTEuOHYyODguNEMwIDQyNi42IDIxLjQgNDQ4IDQ3LjggNDQ4aDI4OC40YzI2LjQgMCA0Ny44LTIxLjQgNDcuOC00Ny44VjExMS44YzAtMjYuNC0yMS40LTQ3LjgtNDcuOC00Ny44em0xODkuNCAzNy43TDQxNiAxNzcuM3YxNTcuNGwxMDkuNiA3NS41YzIxLjIgMTQuNiA1MC40LS4zIDUwLjQtMjUuOFYxMjcuNWMwLTI1LjQtMjkuMS00MC40LTUwLjQtMjUuOHoiPjwvcGF0aD48L3N2Zz4=); }

#contact-form-button:before {
  width: 19px;
  height: 18px;
  content: "";
  position: absolute;
  left: 60px;
  top: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtaW5mbyBmYS13LTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTkyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIwIDQyNC4yMjloMjBWMjc5Ljc3MUgyMGMtMTEuMDQ2IDAtMjAtOC45NTQtMjAtMjBWMjEyYzAtMTEuMDQ2IDguOTU0LTIwIDIwLTIwaDExMmMxMS4wNDYgMCAyMCA4Ljk1NCAyMCAyMHYyMTIuMjI5aDIwYzExLjA0NiAwIDIwIDguOTU0IDIwIDIwVjQ5MmMwIDExLjA0Ni04Ljk1NCAyMC0yMCAyMEgyMGMtMTEuMDQ2IDAtMjAtOC45NTQtMjAtMjB2LTQ3Ljc3MWMwLTExLjA0NiA4Ljk1NC0yMCAyMC0yMHpNOTYgMEM1Ni4yMzUgMCAyNCAzMi4yMzUgMjQgNzJzMzIuMjM1IDcyIDcyIDcyIDcyLTMyLjIzNSA3Mi03MlMxMzUuNzY0IDAgOTYgMHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 19px 18px;
  background-repeat: no-repeat; }

#contact-form-button:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtaW5mbyBmYS13LTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTkyIDUxMiI+PHBhdGggZmlsbD0iIzQyNTQ4YyIgZD0iTTIwIDQyNC4yMjloMjBWMjc5Ljc3MUgyMGMtMTEuMDQ2IDAtMjAtOC45NTQtMjAtMjBWMjEyYzAtMTEuMDQ2IDguOTU0LTIwIDIwLTIwaDExMmMxMS4wNDYgMCAyMCA4Ljk1NCAyMCAyMHYyMTIuMjI5aDIwYzExLjA0NiAwIDIwIDguOTU0IDIwIDIwVjQ5MmMwIDExLjA0Ni04Ljk1NCAyMC0yMCAyMEgyMGMtMTEuMDQ2IDAtMjAtOC45NTQtMjAtMjB2LTQ3Ljc3MWMwLTExLjA0NiA4Ljk1NC0yMCAyMC0yMHpNOTYgMEM1Ni4yMzUgMCAyNCAzMi4yMzUgMjQgNzJzMzIuMjM1IDcyIDcyIDcyIDcyLTMyLjIzNSA3Mi03MlMxMzUuNzY0IDAgOTYgMHoiPjwvcGF0aD48L3N2Zz4=); }
