@charset "UTF-8";
/** Its a custom css file **/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .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=40em&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: 0px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px; }

.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  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; }

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: 40em) {
  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: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  color: #258faf; }

a img {
  border: 0; }

.footer-list.all-header a:hover {
  color: #258faf !important; }

hr {
  clear: both;
  max-width: 80rem;
  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: 0rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 0em;
  margin-bottom: 0; }

dl {
  margin-bottom: 0rem; }

dl dt {
  margin-bottom: 03rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .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: 0px;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px; }

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: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch; }

.input-group > :first-child {
  border-radius: 0px 0 0 0px; }

.input-group > :last-child > * {
  border-radius: 0 0px 0px 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; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0px;
  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: #c60f13;
  background-color: #f8e6e7; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }

.form-error.is-visible {
  display: block; }

.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: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.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;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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; } }
.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: 0px;
  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: #2ba6cb;
  color: #fefefe; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  background-color: #258dad; }

.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: #2ba6cb;
  color: #0a0a0a; }

.button.primary:hover, .button.primary:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button.alert {
  background-color: #c60f13;
  color: #fefefe; }

.button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button.success {
  background-color: #5da423;
  color: #0a0a0a; }

.button.success:hover, .button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a; }

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button.body-font {
  background-color: #222222;
  color: #fefefe; }

.button.body-font:hover, .button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button.header {
  background-color: #222222;
  color: #fefefe; }

.button.header:hover, .button.header:focus {
  background-color: #1b1b1b;
  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: #2ba6cb;
  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: #2ba6cb;
  color: #0a0a0a; }

.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: #e9e9e9;
  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: #c60f13;
  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: #5da423;
  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.body-font, .button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe; }

.button.disabled.header, .button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.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: #165366;
  color: #165366; }

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #165366;
  color: #165366; }

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575; }

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a; }

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423; }

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212; }

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

.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.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.body-font:hover, .button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header:hover, .button.hollow.header:focus {
  border-color: #111111;
  color: #111111; }

.button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled], .button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.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: #165366;
  color: #165366; }

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.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 #2ba6cb;
  color: #2ba6cb; }

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #165366;
  color: #165366; }

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.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 #e9e9e9;
  color: #e9e9e9; }

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #757575;
  color: #757575; }

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.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.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #63080a;
  color: #63080a; }

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.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.clear.success {
  border: 1px solid #5da423;
  color: #5da423; }

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #2f5212;
  color: #2f5212; }

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

.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.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.body-font:hover, .button.clear.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border-color: transparent; }

.button.clear.header {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.header:hover, .button.clear.header:focus {
  border-color: #111111;
  color: #111111; }

.button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header: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: #2ba6cb; }

.button.dropdown.hollow.primary::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.secondary::after {
  border-top-color: #e9e9e9; }

.button.dropdown.hollow.alert::after {
  border-top-color: #c60f13; }

.button.dropdown.hollow.success::after {
  border-top-color: #5da423; }

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00; }

.button.dropdown.hollow.body-font::after {
  border-top-color: #222222; }

.button.dropdown.hollow.header::after {
  border-top-color: #222222; }

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.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; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch; }

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.button-group::after {
  clear: both; }

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.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 .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe; }

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a; }

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #4a831c;
  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.body-font .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.body-font .button:hover, .button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.header .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.header .button:hover, .button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0; } }
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block; }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[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, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -ms-flex-align: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }

  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }

  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }

  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icons a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem; }

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem; }

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.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;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  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 #2ba6cb; }

.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 #2ba6cb; }

.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 #2ba6cb 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 #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.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: #2ba6cb 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: #2ba6cb; }

.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 #2ba6cb 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 #2ba6cb; }

@media print, screen and (min-width: 40em) {
  .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: #2ba6cb 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 #2ba6cb 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 #2ba6cb; } }
@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: #2ba6cb 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 #2ba6cb 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 #2ba6cb; } }
.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 #2ba6cb 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 #2ba6cb; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.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: #2ba6cb; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.pagination::after {
  clear: both; }

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0px;
  font-size: 0.875rem;
  display: none; }

.pagination li:last-child, .pagination li:first-child {
  display: inline-block; }

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0px;
  color: #0a0a0a; }

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.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: 0px 0px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0px 0px; }

.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: #2ba6cb; }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0px 0px; }

.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; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0px;
  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; }

.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;
  -webkit-backface-visibility: hidden;
  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 {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  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 {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(250px);
  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;
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right {
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-250px);
  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;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-top.has-transition-push {
  -ms-transform: translateY(250px);
  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;
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom {
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-bottom.has-transition-push {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -ms-transform: none;
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.off-canvas-content.has-transition-push {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content .off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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 {
    -ms-transform: none;
    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: 40em) {
  .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;
    -ms-transform: 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;
    -ms-transform: none;
    transform: none; }

  .off-canvas.in-canvas-for-large .close-button {
    display: none; } }
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.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: #2ba6cb; }

.tabs.primary > li > a {
  color: #0a0a0a; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #299ec1; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb; }

.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #2ba6cb; }

.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; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

.card > :last-child {
  margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #fff; }

.card-divider > :last-child {
  margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }

.card-section > :last-child {
  margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.media-object img {
  max-width: none; }

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .media-object.stack-for-small .media-object-section img {
    width: 100%; } }
.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.media-object-section:first-child {
  padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }

.media-object-section > :last-child {
  margin-bottom: 0; }

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0px;
  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: 40em) {
  .reveal {
    min-height: 0; } }
.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 80rem; } }
.reveal.collapse {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem; } }
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem; } }
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem; } }
.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: 39.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; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe; }

.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.badge.alert {
  background: #c60f13;
  color: #fefefe; }

.badge.success {
  background: #5da423;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.body-font {
  background: #222222;
  color: #fefefe; }

.badge.header {
  background: #222222;
  color: #fefefe; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe; }

.label.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.label.alert {
  background: #c60f13;
  color: #fefefe; }

.label.success {
  background: #5da423;
  color: #0a0a0a; }

.label.warning {
  background: #ffae00;
  color: #0a0a0a; }

.label.body-font {
  background: #222222;
  color: #fefefe; }

.label.header {
  background: #222222;
  color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0px;
  background-color: #cacaca; }

.progress.primary .progress-meter {
  background-color: #2ba6cb; }

.progress.secondary .progress-meter {
  background-color: #e9e9e9; }

.progress.alert .progress-meter {
  background-color: #c60f13; }

.progress.success .progress-meter {
  background-color: #5da423; }

.progress.warning .progress-meter {
  background-color: #ffae00; }

.progress.body-font .progress-meter {
  background-color: #222222; }

.progress.header .progress-meter {
  background-color: #222222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.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: 0px;
  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%;
  -ms-transform: translateX(-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%;
  -ms-transform: translateX(-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%;
  -ms-transform: translateY(-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%;
  -ms-transform: translateY(-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%; }

.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%; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0px;
  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(43, 166, 203, 0.5); }

a.thumbnail image {
  box-shadow: none; }

.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; }

.row {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

@media print, screen and (min-width: 40em) {
  .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.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }
.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.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; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-appearance: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

/**Break points**/
/*** Fonts and bg-color ***/
/**Max Width**/
/**Default menu settings***/
/**Button**/
/**
    Pure Css Layouts @media
    sm -> max-width: 567px;
    sm-> min-width: 568px;
    md-> min-width: 768px;
    mmd -> min-width: 990px;
    sm -> min-width: 568px;
    lg -> min-width: 1024px;
    blg -> min-width: 1200px;
    xl-> min-width: 1280px;
    xxl-> min-width: 19020px;
**/
/**
	creates code according the value sent, default normal
**/
/*@mixin fonts($weight: 'thin', $font: $font-stack){
	$fontWeight: 300;
	$fontFamily: $font-stack;
	@if $weight == "regular"{
		$fontWeigth: 400;
	}@else if $weight == "medium"{
		$fontWeight: 500;
	}@else if $weight == "bold"{
		$fontWeight: 700;
	}@else if $weight == "thin"{
		$fontWeight: 300;
	}
	font-family: $fontFamily;
	font-weight: $fontWeight;
}*/
/********************
  Media Breakpoint
*********************/
/****************
   fluid typography
***************/
/*******************
  Line height crop
*******************/
.css-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  z-index: 9999;
  transition: all 0.3s ease; }
  .css-loader .css-loader-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px; }
    .css-loader .css-loader-text span {
      display: inline-block;
      margin: 0 5px;
      color: #fff;
      font-family: "Proxima N W01 Light";
      font-size: 1em; }
      .css-loader .css-loader-text span:nth-child(1) {
        filter: blur(0px);
        animation: blur-text 1.5s 0s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(2) {
        filter: blur(0px);
        animation: blur-text 1.5s 0.2s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(3) {
        filter: blur(0px);
        animation: blur-text 1.5s 0.4s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(4) {
        filter: blur(0px);
        animation: blur-text 1.5s 0.6s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(5) {
        filter: blur(0px);
        animation: blur-text 1.5s 0.8s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(6) {
        filter: blur(0px);
        animation: blur-text 1.5s 1s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(7) {
        filter: blur(0px);
        animation: blur-text 1.5s 1.2s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(8) {
        filter: blur(0px);
        animation: blur-text 1.5s 1.4s infinite linear alternate; }
      .css-loader .css-loader-text span:nth-child(9) {
        filter: blur(0px);
        animation: blur-text 1.5s 1.6s infinite linear alternate; }

@keyframes blur-text {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(4px); } }
nav {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  background: #72ccd2;
  color: #72ccd2;
  padding: 0;
  opacity: 0;
  z-index: -99;
  transition: opacity 0.5s ease-out;
  /* @include transitions; */ }
  nav.show {
    position: fixed;
    opacity: 1;
    z-index: 99; }
  nav #page-header {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    background: #72ccd2; }
    nav #page-header .main-logo {
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      right: auto;
      vertical-align: middle;
      height: 50px;
      width: 50px;
      margin: 0 auto;
      transition: all 0.3s ease;
      transition-delay: 0.2s; }
      nav #page-header .main-logo a {
        display: block;
        width: 100%;
        height: 100%; }
        nav #page-header .main-logo a img {
          display: block;
          max-height: 100%; }
    nav #page-header .social {
      display: none;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
      nav #page-header .social .social-icons {
        list-style: none; }
        nav #page-header .social .social-icons li {
          display: inline-block;
          padding: 0 7px; }
  @media only screen and (min-width: 700px) {
    nav #page-header .social {
      display: block; } }

/**nav scrolling**/
/******nav opened*********/
nav.open {
  z-index: 99; }
  nav.open ~ #container {
    overflow: hidden; }

/*- main menu -*/
.main-menu {
  background-color: #ffffff;
  position: fixed;
  transform: translateY(-100%);
  min-height: none;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  z-index: 99;
  padding: 20px;
  transition: all 0.3s ease-out; }
  .main-menu .menu-logo {
    max-width: 45%;
    width: 100%;
    margin: 0 auto; }
    .main-menu .menu-logo > img {
      margin: 0 auto; }
  .main-menu .menu {
    font-family: "Proxima N W01 Smbd";
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    text-align: left;
    padding: 15px; }
    .main-menu .menu li:first-child {
      padding-top: 0; }
    .main-menu .menu li a {
      padding: 5px 0;
      transition: color 0.5s; }
      .main-menu .menu li a:hover {
        color: #72ccd2 !important; }
    .main-menu .menu:first-of-type {
      padding-left: 0; }
    .main-menu .menu.menu--2 {
      font-size: 16px;
      letter-spacing: 0.15em; }
      .main-menu .menu.menu--2 li a {
        padding: 8px 0; }
  .main-menu .social-icons {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 5px 140px 35px;
    transform: translateX(-20%);
    opacity: 0;
    transition: all 0.25s ease;
    align-items: center; }
    .main-menu .social-icons li {
      flex: 0 1 auto;
      width: auto;
      height: 15px; }
      .main-menu .social-icons li a {
        padding: 10px 15px; }
  @media only screen and (min-width: 700px) {
    .main-menu {
      padding: 20px 25px; }
      .main-menu .menu {
        padding: 30px 15px; } }
  @media only screen and (min-width: 1024px) {
    .main-menu {
      padding: 20px 50px; } }
  @media only screen and (min-width: 1281px) {
    .main-menu {
      padding: 20px 70px; } }

.main-menu.open {
  opacity: 1;
  transform: translateY(0);
  overflow: auto;
  height: 100%;
  transition: all 0.3s ease; }
  .main-menu.open .menu li {
    transform: translateY(0%);
    opacity: 1; }
    .main-menu.open .menu li:nth-child(1) {
      transition-delay: 0.12s; }
    .main-menu.open .menu li:nth-child(2) {
      transition-delay: 0.24s; }
    .main-menu.open .menu li:nth-child(3) {
      transition-delay: 0.36s; }
    .main-menu.open .menu li:nth-child(4) {
      transition-delay: 0.48s; }
    .main-menu.open .menu li:nth-child(5) {
      transition-delay: 0.6s; }
    .main-menu.open .menu li:nth-child(6) {
      transition-delay: 0.72s; }
    .main-menu.open .menu li:nth-child(7) {
      transition-delay: 0.84s; }
    .main-menu.open .menu li:nth-child(8) {
      transition-delay: 0.96s; }
    .main-menu.open .menu li:nth-child(9) {
      transition-delay: 1.08s; }
    .main-menu.open .menu li:nth-child(10) {
      transition-delay: 1.2s; }
  .main-menu.open .social-icons {
    opacity: 1;
    transform: translateX(-15px);
    transition: all 0.25s ease-out 0.75s; }
  @media only screen and (min-width: 700px) {
    .main-menu.open {
      height: auto; } }

/***
    Hamburger Menu
***/
.hamburger {
  cursor: pointer;
  position: absolute;
  float: left;
  left: 20px;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  max-width: 30px;
  margin: 0 auto;
  z-index: 999;
  transition: all 0.3s ease; }
  .hamburger::hover {
    cursor: pointer; }
  .hamburger .line {
    width: 19px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    transition: all 0.3s ease-out; }

.hamburger.open {
  transform: translateY(-50%) rotate(90deg) scale(0.85);
  /*.line:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }*/ }
  .hamburger.open .line {
    height: 2px;
    margin: 7px auto;
    background-color: #000; }
  .hamburger.open .line:nth-child(2) {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0; }
  .hamburger.open .line:nth-child(1),
  .hamburger.open .line:nth-child(3) {
    width: 30px;
    transform-origin: center; }
  .hamburger.open .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg); }
  .hamburger.open .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }

/**********************************
  menu rows
**********************************/
.menu-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  .menu-row > .items {
    flex: 1 1 100%;
    padding: 0 15px 0 35px; }
    .menu-row > .items:first-child {
      padding-left: 35px; }
    .menu-row > .items:last-child {
      padding-right: 20px; }
  @media only screen and (min-width: 700px) {
    .menu-row > .items {
      flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 0 20px;
      width: 100%; }
      .menu-row > .items:first-child {
        padding-left: 0;
        max-width: 50%; }
      .menu-row > .items:nth-child(2) {
        max-width: 50%; }
      .menu-row > .items:nth-child(3) {
        max-width: 50%;
        padding-left: 0px; }
      .menu-row > .items:last-child {
        padding-right: 0;
        max-width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .menu-row > .items {
      padding: 20px; }
      .menu-row > .items:first-child {
        max-width: 30.70%; }
      .menu-row > .items:nth-child(2) {
        max-width: 29.56%; }
      .menu-row > .items:nth-child(3) {
        max-width: 16.84%;
        padding-left: 20px; }
      .menu-row > .items:last-child {
        padding-right: 0;
        max-width: 22.54%; } }

/**********************
  Home nav
**********************/
#home-nav {
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9999999; }
  #home-nav > li {
    flex: 0 1 auto;
    font-family: "Proxima N W01 Smbd";
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 10px 13px;
    transition: all 0.35s ease; }
    #home-nav > li:first-child {
      padding-right: 30px;
      padding-left: 0; }
    #home-nav > li:hover:not(:first-child) {
      background-color: rgba(0, 0, 0, 0.45); }
      #home-nav > li:hover:not(:first-child) a {
        color: #72ccd2; }
  #home-nav .has-nav {
    position: relative; }
    #home-nav .has-nav .submenu {
      background-color: rgba(0, 0, 0, 0.45);
      list-style: none;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      top: 100%;
      width: 200%;
      left: 0px;
      right: 0;
      transition: all 0.5s ease; }
      #home-nav .has-nav .submenu > li {
        display: block;
        padding: 7px 13px;
        text-align: left; }
    #home-nav .has-nav:hover .submenu {
      max-height: 1000px;
      transition: all 0.35s ease; }
  @media only screen and (min-width: 1024px) {
    #home-nav {
      display: flex; } }
  @media only screen and (min-width: 1200px) {
    #home-nav {
      top: 80px; } }

header.limit-width---1 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

header.limit-width---2 {
  width: 100%;
  max-width: 395px;
  margin: 0 auto; }
  @media only screen and (min-width: 991px) {
    header.limit-width---2 {
      max-width: 620px; } }
  @media only screen and (min-width: 1024px) {
    header.limit-width---2 {
      max-width: 650px; } }

.full-screen-header {
  width: 100vw;
  height: 70vh;
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative; }
  .full-screen-header.header-height--2 {
    height: 48.4375vw; }
  .full-screen-header.header-height--3 {
    height: 78.125vw; }
  .full-screen-header.home-header {
    /*background-image: url(/img/home-hero.jpg);*/ }
  .full-screen-header.home-video-header {
    height: 56.25vw; }
  .full-screen-header.exclusive-listing-header {
    background-image: url(/img/exclusive-listings-header.jpg);
    height: 48.4375vw; }
  .full-screen-header.global-offering-header {
    background-image: url(/img/global-offering/global-offering-header.jpg); }
  .full-screen-header.luxury-urban-living-header {
    background-image: url(/img/luxury-urban-living-header.jpg);
    height: 56.25vw; }
  .full-screen-header.about-header {
    background-image: url(/img/about/about-header.jpg);
    height: 56.25vw; }
  .full-screen-header.new-development-header {
    background-image: url(/img/new-development/new-development-header.jpg); }
  .full-screen-header.home-evaluation-header {
    background-image: url(/img/home-evaluation-header.jpg); }
  .full-screen-header.neighbourhood-aurora-header {
    background-image: url(/img/neighbourhoods/aurora-header.jpg); }
  .full-screen-header.contact-header {
    background-image: url(/img/contact-header.jpg); }
  .full-screen-header.preferred-affiliates-header {
    background-image: url(/img/preferred-affiliates-header.jpg); }
  .full-screen-header.our-approach-header {
    background-image: url(/img/our-approach/our-approach-header.jpg); }
  .full-screen-header.sports-entertainment-header {
    background-image: url(/img/sports-and-entertainment/sports-header.jpg); }
  .full-screen-header.magazine-header {
    background-image: url(/img/magazine-header.jpg); }
  .full-screen-header.downsizing-header {
    background-image: url(/img/dowmsizing-header.jpg); }
  .full-screen-header.charities-header {
    background-image: url(/img/charities-header.jpg); }
  .full-screen-header.testimonial-header {
    background-image: url(/img/testimonial-header.jpg); }
  .full-screen-header.marketing-header {
    background-image: url(/img/marketing-header.jpg);
    background-size: cover; }
  .full-screen-header.events-header {
    background-image: url(/img/events/events-header.jpg); }
  .full-screen-header.join-us-header {
    background-image: url("/img/banner-join-us.jpg"); }
  .full-screen-header.media-page-header {
    background-image: url("/img/media-page/media-page-header.jpg"); }
  .full-screen-header.home-header {
    height: 56vw; }
  .full-screen-header .overlay-new-year {
    position: absolute;
    width: 100%;
    top: 72%; }
  .full-screen-header .overlay-new-year p {
    color: #ffffff;
    font-size: 1.25rem;
    margin-top: 1rem; }
  .full-screen-header .chinese-new-year-text {
    margin: auto;
    padding-bottom: 10px; }
  .full-screen-header .a-custom-position {
    position: absolute;
    top: 81%; }
  .full-screen-header .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: #5caaaf;
    opacity: .5; }
  @media only screen and (max-width: 1281px) {
    .full-screen-header .overlay-new-year p {
      font-size: 0.8rem;
      margin-top: .1rem; } }
  @media only screen and (max-width: 991px) {
    .full-screen-header.home-header {
      height: 56vw; }
    .full-screen-header .chinese-new-year-text {
      max-width: 100px !important; }
    .full-screen-header .overlay-new-year {
      top: 75%; }
    .full-screen-header .overlay-new-year p {
      font-size: 0.75rem;
      margin-top: .1rem;
      padding-left: 15px;
      padding-right: 15px; }
    .full-screen-header .a-custom-position {
      top: 37%; }
    .full-screen-header .swiper-pagination-bullet {
      width: 6px;
      height: 6px; } }
  @media only screen and (max-width: 700px) {
    .full-screen-header.home-header {
      height: 56vw; }
      .full-screen-header.home-header img.pMobImg {
        display: none; }
      .full-screen-header.home-header div.pMobImg {
        background-image: url(/img/banner-flip-v1.png);
        background-size: cover;
        background-position: top center; }
      .full-screen-header.home-header .bgRdOnPhone {
        background-color: #D5181F !important; }
    .full-screen-header .overlay-new-year {
      top: 60%; }
    .full-screen-header .swiper-container-horizontal > .swiper-pagination-bullets,
    .full-screen-header .swiper-pagination-custom,
    .full-screen-header .swiper-pagination-fraction {
      padding-right: 5px !important; } }
  .full-screen-header .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #5caaaf;
    opacity: 1; }
  @media only screen and (min-width: 700px) {
    .full-screen-header {
      height: 100vh; }
      .full-screen-header.home-video-header {
        height: 56.25vw; } }

.banner-luxury.wrapper .desktop {
  display: block; }
.banner-luxury.wrapper .mobile {
  display: none; }
  .banner-luxury.wrapper .mobile .winner-2021-logo {
    max-width: 350px !important;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px; }
  .banner-luxury.wrapper .mobile p {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre Bold";
    letter-spacing: 0.23rem; }
@media only screen and (max-width: 991px) {
  .banner-luxury.wrapper .desktop {
    display: none; }
  .banner-luxury.wrapper .mobile {
    display: block;
    text-align: center; } }
@media only screen and (max-width: 700px) {
  .banner-luxury.wrapper .mobile .winner-2021-logo {
    width: 100%; }
  .banner-luxury.wrapper .mobile p {
    font-size: 0.7rem; } }

/*******************
    New Homepage 
*******************/
.homenew .container-unmutebutton {
  display: flex;
  justify-content: flex-end;
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  align-items: center; }
  .homenew .container-unmutebutton .unmutebutton {
    /*writing-mode: vertical-rl;
    text-orientation: upright;*/
    font-size: 10px;
    letter-spacing: .72em;
    /* margin-left: 2em; */
    width: 35px;
    padding: 0.5em 0.5em 0.5em 1em !important;
    text-align: center;
    display: block;
    border: 1px solid #72ccd2;
    border: none;
    position: absolute;
    z-index: 9;
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0.3); }
    .homenew .container-unmutebutton .unmutebutton :hover {
      background-color: red;
      color: #cccccc; }
    .homenew .container-unmutebutton .unmutebutton :focus {
      color: #cccccc;
      background-color: rgba(0, 0, 0, 0.3) !important; }
.homenew .listing.row {
  justify-content: center; }
  .homenew .listing.row .column,
  .homenew .listing.row .columns {
    padding-right: 0;
    padding-left: 0;
    display: inherit; }
.homenew .listing.no-border .column,
.homenew .listing.no-border .columns,
.homenew .listing.no-border .card {
  border: 0; }
.homenew .listing .title-wrapper {
  display: flex;
  min-height: 0px;
  align-items: center;
  justify-content: center; }
.homenew .listing h2 {
  letter-spacing: normal;
  display: block; }
.homenew .listing h3 {
  font-family: "Proxima N W01 Reg";
  text-transform: capitalize; }
.homenew .listing .card {
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  margin-bottom: 0;
  position: relative; }
  .homenew .listing .card .card-section {
    background-color: rgba(114, 204, 210, 0.5);
    padding: 0.75rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .homenew .listing .card:hover {
    box-shadow: none;
    transform: translateY(0px); }
.homenew .listing.no-effect .card {
  box-shadow: none; }
  .homenew .listing.no-effect .card:hover {
    box-shadow: none;
    transform: none; }
@media only screen and (min-width: 640px) {
  .homenew .listing.row {
    margin-right: 0;
    margin-left: 0; }
    .homenew .listing.row .column {
      padding-right: 0;
      padding-left: 0; } }
@media only screen and (min-width: 1024px) {
  .homenew .listing.row .column,
  .homenew .listing.row .columns {
    padding-right: 0;
    padding-left: 0; } }

/* end of #homePage */
/******
Fonts

font-family:'ITC Caslon_224 W01 Book1551458';
font-family:'Proxima N W01 Thin Reg';
font-family:'Proxima N W01 Smbd';
font-family:'Proxima N W01 Light';
font-family:'Proxima N W01 Xbold';
font-family:'Proxima N W01 Bold';
font-family:'Proxima N W01 Reg';
font-family:'FrankRuehl BT W05 Regular';
*******/
@font-face {
  font-family: 'Frank Ruhl Libre Bold';
  src: url("../fonts/FrankRuhlLibre-Bold.eot");
  src: url("../fonts/FrankRuhlLibre-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FrankRuhlLibre-Bold.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Bold.woff") format("woff"), url("../fonts/FrankRuhlLibre-Bold.ttf") format("truetype"), url("../fonts/FrankRuhlLibre-Bold.svg#FrankRuhlLibre-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Frank Ruhl Libre Regular';
  src: url("../fonts/FrankRuhlLibre-Regular.eot");
  src: url("../fonts/FrankRuhlLibre-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FrankRuhlLibre-Regular.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Regular.woff") format("woff"), url("../fonts/FrankRuhlLibre-Regular.ttf") format("truetype"), url("../fonts/FrankRuhlLibre-Regular.svg#FrankRuhlLibre-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*****************
  Default setup
*****************/
body {
  font-family: "Proxima N W01 Light";
  font-weight: 300;
  color: #000;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.45;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden; }
  body.open {
    overflow: hidden; }

.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: "Proxima N W01 Light", Georgia, Times, "Times New Roman", serif; }

.wrapper-full {
  width: 100%;
  margin: 0 auto; }
  .wrapper-full img {
    max-width: 100%;
    display: block; }

.wrapper {
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto; }
  .wrapper img {
    max-width: 100%;
    display: block; }

.img-full {
  width: 100%;
  display: block; }

#mainbody {
  position: relative;
  left: 0;
  transform-style: preserve-3d;
  background-color: #fff;
  min-height: 100vh;
  transition: all 0.35s ease; }
  #mainbody.open {
    pointer-events: none;
    transform: translate3d(150px, 0, 0);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.75);
    transition: all 0.75s ease; }
    #mainbody.open.secondary {
      transform: translate3d(-150px, 0, 0);
      transition: all 0.75s ease; }

article.common-article {
  padding-top: 80px; }
@media only screen and (min-width: 640px) {
  article.common-article {
    padding-top: 0; } }

#container {
  padding-top: 80px; }

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.my-3 {
  margin-top: 3em;
  margin-bottom: 3em; }

.text-uppercase {
  text-transform: uppercase; }

section {
  padding: 25px 10px;
  transition: all 0.3s ease; }
  section.first {
    padding-top: 50px; }
  section.last {
    padding-bottom: 50px; }
  section.double {
    padding-top: 50px;
    padding-bottom: 50px; }
  @media only screen and (min-width: 700px) {
    section {
      padding: 35px 35px; }
      section.first {
        padding-top: 70px; }
      section.last {
        padding-bottom: 70px; } }
  @media only screen and (min-width: 1024px) {
    section {
      padding: 35px 70px; }
      section.first {
        padding-top: 65px; }
      section.last {
        padding-bottom: 65px; }
      section.double {
        padding-top: 60px;
        padding-bottom: 60px; } }

h1 {
  font-family: "Frank Ruhl Libre Bold";
  font-size: 1.65em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.1; }
  h1.light {
    font-family: "Proxima N W01 Light"; }
  h1.normal {
    text-transform: none; }
  h1.large {
    font-size: 2em; }
  h1.big {
    font-size: 1.75em; }
  h1.colored {
    color: #7bc7ce; }
  h1.letter-spacing-017 {
    letter-spacing: 0.17em; }
  h1.letter-spacing-extra {
    letter-spacing: 0.15em; }
  h1.h1-title--1 {
    font-family: "Proxima N W01 Bold"; }
  h1.h1-banner--1 {
    font-size: 1em; }
  @media screen and (min-width: 640px) {
    h1.letter-spacing-extra {
      letter-spacing: 0.45em; } }
  @media only screen and (min-width: 700px) {
    h1 {
      font-size: 26px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    h1 {
      font-size: calc(26px + 12 * ((100vw - 768px) / 512)); } }
  @media only screen and (min-width: 700px) and (min-width: 1280px) {
    h1 {
      font-size: 38px; } }
  @media only screen and (min-width: 700px) {
    h1.large {
      font-size: 32px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    h1.large {
      font-size: calc(32px + 68 * ((100vw - 768px) / 512)); } }
  @media only screen and (min-width: 700px) and (min-width: 1280px) {
    h1.large {
      font-size: 100px; } }
  @media only screen and (min-width: 700px) {
    h1.big {
      font-size: 28px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    h1.big {
      font-size: calc(28px + 20 * ((100vw - 768px) / 512)); } }
  @media only screen and (min-width: 700px) and (min-width: 1280px) {
    h1.big {
      font-size: 48px; } }
  @media only screen and (min-width: 700px) {
    h1.h1-banner--1 {
      font-size: 26px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    h1.h1-banner--1 {
      font-size: calc(26px + 12 * ((100vw - 768px) / 512)); } }
  @media only screen and (min-width: 700px) and (min-width: 1280px) {
    h1.h1-banner--1 {
      font-size: 38px; } }

  @media only screen and (min-width: 1024px) {
    h1.letter-spacing-extra {
      letter-spacing: 0.75em; } }

h2 {
  font-family: "Frank Ruhl Libre Bold";
  font-size: 1.125em;
  line-height: 1.45;
  letter-spacing: 0.75em;
  text-transform: uppercase; }
  h2.small {
    font-size: 1.125em;
    letter-spacing: 0.6em; }
  h2.subtitle {
    font-family: "ITC Caslon_224 W01 Book1551458";
    font-size: 1.225em;
    letter-spacing: normal; }
  h2.subtitle--1 {
    letter-spacing: 0.15em; }
  h2.normal {
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: none; }
  h2.h2-heading--1 {
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none; }
  h2.semibold {
    font-family: "Proxima N W01 Smbd"; }
  @media only screen and (min-width: 700px) {
    h2 {
      font-size: 1.550em; }
      h2 {
        font-size: 20px; } }
    @media only screen and (min-width: 700px) and (min-width: 768px) {
      h2 {
        font-size: calc(20px + 4 * ((100vw - 768px) / 432)); } }
    @media only screen and (min-width: 700px) and (min-width: 1200px) {
      h2 {
        font-size: 24px; } }
  @media only screen and (min-width: 700px) {
      h2.subtitle {
        /*font-size: 1.875em;*/ }
        h2.subtitle {
          font-size: 22px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        h2.subtitle {
          font-size: calc(22px + 8 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        h2.subtitle {
          font-size: 30px; } }
  @media only screen and (min-width: 700px) {
      h2.subtitle--1 {
        letter-spacing: 0.20em;
        line-height: 2; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      letter-spacing: 1.07em; } }
  @media only screen and (min-width: 1281px) {
    h2.subtitle {
      font-size: 1.875em; } }

h3 {
  font-family: "Frank Ruhl Libre Bold";
  font-weight: inherit;
  font-size: 1em; }
  h3.h3-subtitle--1 {
    font-family: "Proxima N W01 Bold";
    letter-spacing: 0.25em; }
  h3.h3-subtitle--2 {
    font-family: "Proxima N W01 Reg";
    letter-spacing: 0.25em; }
  h3.colored {
    color: #72ccd2; }
  h3.regular {
    font-family: "Proxima N W01 Reg"; }
    #listing h3.regular {
      font-size: 1.5em;
      letter-spacing: 0.2em; }
  h3.bold {
    font-family: "Proxima N W01 Bold"; }
  h3.semibold {
    font-family: "Proxima N W01 Smbd"; }
  h3.header {
    font-family: "Frank Ruhl Libre Bold";
    letter-spacing: 0.15em; }
  h3.small {
    font-size: 0.875em; }
  @media only screen and (min-width: 1024px) {
    h3 {
      font-size: 1.125em; }
      h3.small {
        font-size: 1.000em; }
      h3.h3-subtitle--1 {
        letter-spacing: 0.6em; } }

h4 {
  font-family: "Proxima N W01 Xbold";
  font-size: 12px;
  letter-spacing: 0.45em; }
  h4.h4-subtitle--1 {
    font-family: "Proxima N W01 Reg";
    letter-spacing: 0.25em; }
  h4.h4-subtitle--2 {
    font-family: "Proxima N W01 Bold";
    font-size: 1em;
    letter-spacing: 0.25em; }
  h4.h4-subtitle--3 {
    font-family: "Proxima N W01 Smbd";
    font-size: 0.875em;
    letter-spacing: 0.15em; }
  h4.colored {
    color: #7bc7ce; }
  h4.normal {
    letter-spacing: normal; }
  h4.regular {
    font-family: "Proxima N W01 Reg"; }
  @media only screen and (min-width: 700px) {
    h4 {
      font-size: 14px; }
      h4.h4-subtitle--2 {
        font-size: 1.125em; }
      h4.h4-subtitle--3 {
        font-size: 1em; } }

header {
  margin: 0 auto; }
  header h2 {
    line-height: 1; }
    header h2 + .subtitle {
      padding-top: 10px; }
    header h2.left-indent--1 {
      padding-left: 0.75em; }
  header h4 {
    padding-top: 5px; }
  header + .emphasize {
    padding-top: 10px; }
  @media only screen and (min-width: 700px) {
    header + .emphasize {
      padding-top: 35px; } }
  @media only screen and (min-width: 1024px) {
    header h2 + .subtitle {
      padding-top: 35px; } }

a {
  display: inline-block;
  text-decoration: none;
  width: auto;
  outline: 0;
  color: inherit; }
  a:hover {
    color: initial; }
  a:active {
    color: inherit; }
  a.colored {
    color: #72ccd2;
    font-family: "Proxima N W01 Bold"; }
  a.break-all {
    word-break: break-all; }

area {
  cursor: pointer;
  display: block; }

sup {
  font-size: 0.75em; }

.page-nav {
  display: none; }

#main-carousel {
  opacity: 0; }

#translator {
  display: none;
  margin-right: 0;
  margin-left: 0; }
  @media only screen and (min-width: 700px) {
    #translator {
      display: block; } }

.about {
  padding: 50px 20px; }
  .about p {
    padding: 15px 0;
    font-size: 1.125em;
    line-height: 2; }
    .about p:first-child {
      padding-top: 0; }

@media only screen {
  @-ms-viewport {
    width: device-width; } }
#burbankEstatePage .logo {
  max-width: 44%;
  margin: 0 auto;
  filter: drop-shadow(5px 3px 0px black); }
#burbankEstatePage .bottom-overlay h2 {
  max-width: 95%;
  margin: 0 auto; }
@media only screen and (min-width: 991px) {
  #burbankEstatePage .logo {
    max-width: 458px; }
  #burbankEstatePage .bottom-overlay h2 {
    max-width: 55%;
    margin: 0 auto; } }
@media only screen and (min-width: 1024px) {
  #burbankEstatePage .bottom-overlay h2 {
    max-width: 545px;
    margin: 0 auto; } }

/***************
  wigston green estate
**************/
.wigston-lots-container .wigston-lots .wigston-lots-print {
  background: #72ccd2; }
.wigston-lots-container .wigston-lots .wigston-lots-map {
  padding: 0 0 10px; }
@media only screen and (min-width: 700px) {
  .wigston-lots-container .wigston-lots .wigston-lots-map {
    padding: 0 10px 0 0; } }

/*********************
  Porperty Detail
*********************/
#propertyDetailPage .category {
  font-family: "Frank Ruhl Libre Bold";
  font-size: 1.225em;
  letter-spacing: normal;
  padding: 25px 10px; }
  #propertyDetailPage .category:empty {
    display: none; }
  @media only screen and (min-width: 700px) {
    #propertyDetailPage .category {
      font-size: 22px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    #propertyDetailPage .category {
      font-size: calc(22px + 8 * ((100vw - 768px) / 432)); } }
  @media only screen and (min-width: 700px) and (min-width: 1200px) {
    #propertyDetailPage .category {
      font-size: 30px; } }

#propertyDetailPage header h3 {
  text-transform: uppercase; }

/******************************
  Article
******************************/
#blog-article-container #blog-article {
  padding-right: 0;
  padding-left: 0; }
  #blog-article-container #blog-article h3.article-date {
    padding-top: 20px;
    font-family: "Proxima N W01 Bold";
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.4em; }
  #blog-article-container #blog-article strong {
    display: block;
    font-family: "Proxima N W01 Bold";
    font-size: 1em;
    padding-top: 10px; }
  #blog-article-container #blog-article p {
    padding-top: 40px; }
    #blog-article-container #blog-article p + p {
      padding-top: 20px; }
  #blog-article-container #blog-article p:blank {
    display: none !important; }
    #blog-article-container #blog-article p:blank + p:blank {
      display: none !important; }
  #blog-article-container #blog-article hr {
    max-width: 720px !important;
    width: 100% !important; }
    #blog-article-container #blog-article hr + p {
      display: none !important; }
  #blog-article-container #blog-article .article-block .text-block {
    @inlcude fonts(thin);
    font-size: 1em;
    line-height: 1.75; }
  #blog-article-container #blog-article .article-block .image-block {
    padding-top: 30px; }
    #blog-article-container #blog-article .article-block .image-block img {
      /* border-top-right-radius: 10px;
      border-top-left-radius: 10px;*/ }
  @media only screen and (min-width: 640px) {
    #blog-article-container #blog-article {
      padding-right: 40px; }
      #blog-article-container #blog-article strong {
        font-size: 1.125em; }
      #blog-article-container #blog-article .article-block .image-block {
        padding-top: 60px; } }
#blog-article-container #recent-articles {
  padding-left: 0;
  padding-right: 0; }
  #blog-article-container #recent-articles header {
    padding: 20px 0 30px; }
  #blog-article-container #recent-articles .listing.row .columns {
    padding-left: 0;
    padding-right: 0; }
  #blog-article-container #recent-articles .card {
    padding: 25px 0; }
    #blog-article-container #recent-articles .card:last-child {
      padding-bottom: 0; }
  @media only screen and (min-width: 700px) {
    #blog-article-container #recent-articles {
      padding-left: 20px; }
      #blog-article-container #recent-articles header {
        padding: 30px 0 70px; } }

/*************************
  News Article
*************************/
.news-header h1 {
  line-height: 1.1; }
  .news-header h1 + h4 {
    padding-top: 20px; }

/******************
  Listing share
******************/
.listing-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px; }
  .listing-social > div {
    flex: 0 0 auto;
    padding: 3px 5px 0; }
    .listing-social > div:first-child {
      padding-left: 0; }
    .listing-social > div:last-child {
      padding-right: 0; }
  @media only screen and (min-width: 375px) {
    .listing-social > div {
      padding: 3px 10px 0; } }

/*******Banner*********/
.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  width: 90%; }
  .hero-overlay .hero-overlay-button-container {
    padding-top: 30px; }
  .hero-overlay .play-button img {
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto; }
  .hero-overlay h2 {
    padding-top: 11px;
    max-width: 1025px;
    margin: 0 auto; }
  .hero-overlay #hero-video {
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 700px) {
    .hero-overlay {
      top: 55.5%; }
      .hero-overlay .hero-overlay-button-container {
        padding-top: 50px; } }
  @media only screen and (min-width: 1200px) {
    .hero-overlay {
      top: 45.5%; } }
  @media only screen and (min-width: 1281px) {
    .hero-overlay {
      top: 43.5%; } }

/***
  Banner section
**/
.banner-section {
  position: relative;
  z-index: 1; }
  .banner-section .absolute-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 95%;
    margin: 0 auto;
    z-index: 1; }
    .banner-section .absolute-overlay.top-20 {
      top: 20.5%;
      transform: translateY(0%); }
    .banner-section .absolute-overlay.top-0 {
      top: 0%;
      transform: translateY(0%); }
    .banner-section .absolute-overlay.max-width-100 {
      max-width: 100%; }
    .banner-section .absolute-overlay.max-width-1280 {
      max-width: 1280px; }
    .banner-section .absolute-overlay.negative-margin-top-5 {
      margin-top: -5px; }
  .banner-section.full {
    width: 100%;
    height: 100%; }
  .banner-section.magazine-banner {
    max-height: 1000px;
    overflow: hidden; }
  .banner-section .relative-absolute-overlay {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    max-width: 95%;
    margin: 0 auto; }
  .banner-section .bottom-overlay {
    position: relative;
    color: #000;
    top: auto;
    transform: translateY(0);
    padding-top: 50px; }
  .banner-section img.logo {
    max-width: 70%;
    width: auto;
    margin: 0 auto; }
  .banner-section .side-position-overlay {
    position: absolute;
    max-width: 33.6%;
    width: auto; }
    .banner-section .side-position-overlay.top-right {
      top: 0;
      right: 0; }
    .banner-section .side-position-overlay.top-left {
      top: 0;
      left: 0; }
    .banner-section .side-position-overlay.bottom-right {
      bottom: 0;
      right: 0; }
    .banner-section .side-position-overlay.bottom-left {
      bottom: 0;
      left: 0; }
    .banner-section .side-position-overlay.zindex--1 {
      z-index: -1; }
  @media only screen and (min-width: 700px) {
    .banner-section .absolute-overlay {
      max-width: 75%; }
    .banner-section .relative-absolute-overlay {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      max-width: 75%; }
    .banner-section .bottom-overlay {
      position: absolute;
      bottom: 7.0%;
      left: 0;
      right: 0;
      color: #fff;
      padding-top: 0; }
    .banner-section .side-position-overlay {
      max-width: 24.6%; } }

/*************************
  Negative Margin
*************************/
.negative-margin {
  position: relative;
  margin: 50px auto 0 auto; }
  @media only screen and (min-width: 700px) {
    .negative-margin {
      margin: -19% auto 0 auto; } }
  @media only screen and (min-width: 1200px) {
    .negative-margin {
      margin: -28% auto 0 auto; } }
  @media only screen and (min-width: 1281px) {
    .negative-margin {
      margin: -370px auto 0 auto; } }

/**IE hack**/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */ }
@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */ }
/***************
	pure css additions and overrides.
****************/
.pure-g.center {
  justify-content: center; }

.flex-1-1-auto {
  flex: 1; }

/************/
.emphasize {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  font-family: "Proxima N W01 Light"; }
  .emphasize p {
    color: #000;
    font-size: 1em;
    font-weight: 300;
    line-height: 2;
    padding: 0; }
    .emphasize p:blank, .emphasize p:empty {
      display: none; }
    .emphasize p:-moz-only-whitespace {
      display: none; }
    .emphasize p:last-of-type {
      padding-bottom: 0;
      margin-bottom: -4px; }
    .emphasize p.no-padding-top {
      padding-top: 0; }
    .emphasize p.bigger-size {
      font-size: 1.125em; }
  .emphasize p + p {
    padding-top: 10px; }
  .emphasize.no-padding-top {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: -5px; }
  .emphasize.variety1 {
    width: 95%; }
  .emphasize.variety2 {
    width: 95%; }
  .emphasize.variety-90 {
    width: 95%; }
  .emphasize.variety-95 {
    width: 95%; }
  @media only screen and (min-width: 700px) {
    .emphasize {
      width: 89%;
      padding: 0; }
      .emphasize p {
        padding: 0; }
        .emphasize p {
          font-size: 16px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        .emphasize p {
          font-size: calc(16px + 6 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        .emphasize p {
          font-size: 22px; } }
  @media only screen and (min-width: 700px) {
        .emphasize p.bigger-size {
          font-size: 1.250em; }
      .emphasize p + p {
        padding-top: 20px; }
      .emphasize.no-padding-top {
        margin-top: -10px;
        margin-bottom: -10px; }
      .emphasize.variety1 {
        width: 80%; }
      .emphasize.variety2 {
        width: 87%; }
      .emphasize.variety-90 {
        width: 90%; } }
  @media only screen and (min-width: 1024px) {
    .emphasize.variety1 {
      width: 57%; }
    .emphasize.variety2 {
      width: 80%; }
    .emphasize p.bigger-size {
      font-size: 1.500em; } }

/***********
Image section just to give
full width to image
**********/
.image-section img {
  width: 100%;
  display: block;
  max-width: none; }

.image-full {
  overflow: hidden; }
  .image-full img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    margin: 0; }

.image-full-size {
  height: 70vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .image-full-size.burbank {
    background-image: url(/img/home-1.jpg); }
  @media only screen and (min-width: 991px) {
    .image-full-size {
      height: 100%; } }

/**************
	Two Columns
***************/
.two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0 25px 0; }
  .two-columns.reversed .unit.left {
    order: 1; }
  .two-columns.reversed .unit.right {
    order: 2; }
  .two-columns .unit {
    position: relative; }
    .two-columns .unit.left {
      flex: 1 100%; }
    .two-columns .unit.right {
      flex: 1 100%; }
    .two-columns .unit .btn-container {
      padding: 20px 0 25px 0; }
  .two-columns .image-contain {
    padding: 40px 0 5px 0; }
  @media only screen and (min-width: 700px) {
    .two-columns {
      padding: 0 0 0 0; }
      .two-columns.reversed .unit.left {
        order: 2; }
      .two-columns.reversed .unit.right {
        order: 1; }
      .two-columns .unit.left {
        flex: 1 50%; }
      .two-columns .unit.right {
        flex: 1 50%; }
      .two-columns .unit .btn-container {
        padding: 20px 0 0 0; }
      .two-columns .image-contain {
        padding: 5px 0 5px 0; } }

/**********
centered columns
*********/
.centered {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .centered > div {
    padding: 0 20px;
    margin: 0;
    width: auto; }
  .centered.request-form > div {
    padding: 9.375% 20px; }

/****************
  unbalanced two columns
***************/
.unbalanced-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  .unbalanced-columns > .unit {
    padding: 25px 0; }
    .unbalanced-columns > .unit.left, .unbalanced-columns > .unit.right {
      flex: 0 1 100%;
      padding: 20px 0; }
    .unbalanced-columns > .unit img {
      margin: 0 auto; }
  .unbalanced-columns h4 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-top: 4px; }
  .unbalanced-columns p {
    font-size: 1em;
    line-height: inherit; }
    .unbalanced-columns p + p {
      padding-top: 25px; }
  .unbalanced-columns .media-block {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0; }
    .unbalanced-columns .media-block .media-title {
      padding-top: 0; }
    .unbalanced-columns .media-block .media-body {
      font-size: 1em;
      margin: 0;
      max-width: none; }
    .unbalanced-columns .media-block > div {
      padding-left: 0; }
  .unbalanced-columns .btn-container {
    margin: 0 auto;
    white-space: normal; }
  @media only screen and (min-width: 700px) {
    .unbalanced-columns > .unit.left {
      flex: 0 1 45.7%;
      padding: 25px 1.8% 25px 0; }
    .unbalanced-columns > .unit.right {
      flex: 0 1 53.3%;
      padding: 2% 0 2% 1.8%; }
    .unbalanced-columns > .unit:first-child.left, .unbalanced-columns > .unit:first-child.right {
      padding-top: 0; }
    .unbalanced-columns h4 {
      letter-spacing: 0.2em; }
    .unbalanced-columns .media-block {
      text-align: left; }
    .unbalanced-columns .btn-container {
      margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .unbalanced-columns > .unit.right {
      padding: 0 0 0 1.8%; }
    .unbalanced-columns p {
      line-height: 1.75; } }

/*******************
  unbalanced variation
  with padding
********************/
.unbalanced-columns-padded {
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #d7d7d7; }
  .unbalanced-columns-padded:first-of-type {
    padding-top: 0; }
  .unbalanced-columns-padded:last-of-type {
    border-bottom: 0; }
  .unbalanced-columns-padded .left,
  .unbalanced-columns-padded .right {
    padding: 0; }
  .unbalanced-columns-padded .left {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .unbalanced-columns-padded h4 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-top: 4px; }
  .unbalanced-columns-padded p {
    font-size: 1em;
    padding-top: 20px;
    line-height: inherit;
    padding-right: 0;
    max-width: 90%;
    margin: 0 auto; }
    .unbalanced-columns-padded p + p {
      padding-top: 25px; }
  .unbalanced-columns-padded a {
    padding-top: 5px; }
  .unbalanced-columns-padded img {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .unbalanced-columns-padded .info {
    padding-top: 25px; }
  @media only screen and (min-width: 700px) {
    .unbalanced-columns-padded {
      padding: 45px 0;
      text-align: left; }
      .unbalanced-columns-padded .left {
        padding: 0 30px 0 0; }
      .unbalanced-columns-padded .right {
        padding: 0 0 0 15px; }
      .unbalanced-columns-padded p {
        padding-right: 20px;
        max-width: none; } }
  @media only screen and (min-width: 1024px) {
    .unbalanced-columns-padded p {
      line-height: 1.75;
      padding-right: 40px; }
    .unbalanced-columns-padded .info {
      padding-top: 35px; } }
  @media only screen and (min-width: 1200px) {
    .unbalanced-columns-padded p {
      padding-right: 90px; } }

/****************
 Split info: Meant to be used with grid system
*******************/
.split-info .info-left,
.split-info .info-right {
  padding: 0 10px; }
@media only screen and (min-width: 700px) {
  .split-info .info-left {
    padding-left: 0;
    padding-right: 10px; }
  .split-info .info-right {
    padding-left: 15px; } }

/*****************
  dual callto action
******************/
.dual-callto-action {
  color: #000;
  padding: 0 5px;
  justify-content: space-between; }
  .dual-callto-action h1 {
    line-height: 1;
    margin-bottom: -0.25em !important; }
  .dual-callto-action .item {
    display: flex;
    padding-right: 0rem;
    padding-left: 0rem; }
  .dual-callto-action .sub-heading {
    font-size: 22px; }
  .dual-callto-action .card {
    border: 0;
    max-width: 436px;
    margin: 0 auto; }
  .dual-callto-action .button {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 8px;
    letter-spacing: 0.47em;
    line-height: 1.51; }
  .dual-callto-action .logo-image {
    padding: 20px 0; }
  @media only screen and (min-width: 700px) {
    .dual-callto-action {
      padding: 0 30px; }
      .dual-callto-action .item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
      .dual-callto-action .sub-heading {
        font-family: "Proxima N W01 Reg";
        letter-spacing: normal;
        line-height: 1.15;
        max-width: 92%;
        margin: 0 auto; }
        .dual-callto-action .sub-heading {
          font-size: 22px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        .dual-callto-action .sub-heading {
          font-size: calc(22px + 8 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        .dual-callto-action .sub-heading {
          font-size: 30px; } }

  @media only screen and (min-width: 1200px) {
    .dual-callto-action {
      padding: 0 calc(100px - 1.325rem); } }

/******************
  bordered layout
********************/
.bordered-layout {
  padding: 20px 0 10px 0; }
  .bordered-layout > div {
    padding: 12.89% 30px;
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-bottom: 1px solid #d7d7d7;
    border-left: 0;
    display: flex;
    align-items: center; }
    .bordered-layout > div img,
    .bordered-layout > div a {
      max-width: 100%;
      margin: 0 auto; }
    .bordered-layout > div:nth-child(2n+1) {
      border-right: 1px solid #d7d7d7; }
    .bordered-layout > div:nth-child(2n+2) {
      border-right: 0; }
    .bordered-layout > div:nth-last-child(-n+2) {
      border-bottom: 0; }
  @media only screen and (min-width: 640px) {
    .bordered-layout > div {
      border-bottom: 0; }
      .bordered-layout > div:nth-child(n+3) {
        border-left: 1px solid #d7d7d7; } }
  @media only screen and (min-width: 700px) {
    .bordered-layout > div {
      padding: 12.89% 20px;
      border-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .bordered-layout {
      padding: 44px 0 25px 0; }
      .bordered-layout > div {
        border: 0;
        border-right: 1px solid #d7d7d7; }
        .bordered-layout > div:nth-child(3n + 3) {
          border-right: 0; } }

/********************
  Grid layout
********************/
.grid-layout > div {
  padding: 12.89% 30px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .grid-layout > div:nth-last-child(-n+2) {
    border-bottom: 0; }
  .grid-layout > div:nth-child(even) {
    border-right: 0; }
  .grid-layout > div img {
    max-width: 100%;
    margin: 0 auto; }
@media only screen and (max-width: 659px) {
  .grid-layout .hide-on-small {
    display: none !important; } }
@media only screen and (min-width: 640px) {
  .grid-layout > div:nth-child(even) {
    border-right: 1px solid #d7d7d7; }
  .grid-layout > div:nth-child(3n) {
    border-right: 0; }
  .grid-layout > div:nth-last-child(-n+3) {
    border-bottom: 0; } }

/*********************
 single double
*********************/
.single-double {
  padding: 30px 0 0 0; }
  .single-double h2 {
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre Bold";
    font-size: 26px; }
    .single-double h2 + h2 {
      padding: 0;
      line-height: 1; }
  .single-double p {
    font-family: "Proxima N W01 Light";
    font-size: 1.125em;
    padding: 0; }
  .single-double .card {
    border: 0;
    margin-bottom: 25px; }
  .single-double .card-subheading {
    font-family: "Proxima N W01 Bold";
    font-size: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .single-double .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  @media only screen and (min-width: 700px) {
    .single-double {
      padding: 62px 0 0 0; }
      .single-double h2 {
        padding: 30px 0 0 0; }
        .single-double h2 {
          font-size: 22px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        .single-double h2 {
          font-size: calc(22px + 8 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        .single-double h2 {
          font-size: 30px; } }
  @media only screen and (min-width: 700px) {
      .single-double p {
        padding: 0 10px; }
        .single-double p {
          font-size: 18px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        .single-double p {
          font-size: calc(18px + 6 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        .single-double p {
          font-size: 24px; } }
  @media only screen and (min-width: 700px) {
      .single-double .card {
        margin-bottom: 50px; }
      .single-double .card-subheading {
        font-size: 1.125em;
        letter-spacing: 0.3em; }
      .single-double .columns:nth-child(odd) {
        padding-right: 1.250rem;
        padding-left: 0rem; }
      .single-double .columns:nth-child(even) {
        padding-right: 0rem;
        padding-left: 1.250rem; } }

/** Single double no padding component **/
.single-double.no-padding .columns {
  padding-right: 0;
  padding-left: 0; }
@media only screen and (min-width: 700px) {
  .single-double.no-padding .columns:nth-child(odd) {
    padding-right: 0rem;
    padding-left: 0rem; }
  .single-double.no-padding .columns:nth-child(even) {
    padding-right: 0rem;
    padding-left: 0rem; } }

/******************
  sharing container on top of list
******************/
.sharing-container {
  padding: 10px 10px;
  font-family: "Proxima N W01 Smbd";
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #72ccd2; }
  .sharing-container .listing-contact {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    .sharing-container .listing-contact > div {
      flex: 0 1 auto;
      padding: 0 5px; }
  @media only screen and (min-width: 414px) {
    .sharing-container {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .sharing-container {
      padding: 15px 20px; }
      .sharing-container .listing-contact > div {
        padding: 0 10px; } }

/*******************
  Notables sales
*******************/
.notable-sales .card .card-subheading {
  font-size: 1.125em;
  padding-top: 2em;
  font-family: "Proxima N W01 Bold"; }

.highlights {
  margin-top: 50px;
  margin-bottom: 50px; }

/****************
  Privacy policy
*****************/
#privacy-policy header {
  padding: 20px 20px 10px 20px; }
  #privacy-policy header:first-child {
    padding-bottom: 50px; }
#privacy-policy p + p {
  padding-top: 15px; }

/*******************
  media grid
*******************/
.media-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center; }
  .media-grid .media-grid-items {
    flex: 0 1 50%;
    padding: 6.5%; }
    .media-grid .media-grid-items a {
      display: block; }
  @media only screen and (min-width: 700px) {
    .media-grid .media-grid-items {
      flex: 0 1 33.333%;
      padding: 3.5%; } }
  @media only screen and (min-width: 1024px) {
    .media-grid .media-grid-items {
      flex: 0 1 20%;
      padding: 2.5%; } }

/********************************

*  FOUNDATION 6 OVERRIDES

********************************/
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #72ccd2;
  color: #fff; }

.button {
  font-family: "Proxima N W01 Xbold";
  background: transparent;
  color: #72ccd2;
  border: 2px solid #72ccd2;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-right: 1.4em !important;
  padding-left: 1.4em;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.45;
  transition: all 0.3s ease; }
  .button.button-white {
    color: #fff;
    border: 2px solid #fff; }
    .button.button-white:hover {
      color: #72ccd2;
      border: 2px solid #72ccd2;
      background-color: #fff; }
  @media only screen and (min-width: 700px) {
    .button {
      padding-right: 2em;
      padding-left: 2em; } }

/*************
 Card
*************/
.card {
  text-align: center; }
  .card.no-border {
    border: 0; }
  .card .card-subheading {
    font-family: "Proxima N W01 Reg";
    padding: 8px 0 0 0;
    font-size: 0.875em;
    text-transform: uppercase; }
  .card .card-logo {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto 4px auto; }
  .card img {
    margin: 0; }
    .card img.margin-auto {
      margin: 0 auto; }
  .card .property-img,
  .card .article-img {
    height: 205px;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .card .card-image img {
    margin: 0 auto; }
  .card.blog .card-section.info {
    min-height: 170px;
    display: flex;
    align-items: center; }
  .card .card-section {
    padding: 0.75rem; }
    .card .card-section:last-child .button {
      margin: 0 auto 4px auto;
      padding-left: 1.9em; }
    .card .card-section.extra-padding-top {
      padding-top: 2.75rem; }
    .card .card-section.half-padding-side {
      padding: 1rem 0.5rem; }
  .card .card-info {
    font-size: 14px;
    font-family: "Proxima N W01 Reg"; }
  .card .card-divider {
    background: inherit; }
  .card .button {
    margin: 0 auto; }
  .card.extra-card-space {
    padding: 25px 0; }
    .card.extra-card-space .card-section {
      padding: 25px; }
  @media only screen and (min-width: 991px) {
    .card.extra-card-space {
      padding: 50px 0; }
      .card.extra-card-space .card-section {
        padding: 20px 25px; } }

/**Cards**/
/************************
Flex Utilities
*************************/
.flex-wrap-wrap {
  flex-wrap: wrap; }

.flex-wrap-nowrap {
  flex-wrap: nowrap; }

/**Flex Utitlities**/
/*****************************
  blog and news
*****************************/
.news .card {
  padding: 15px 0;
  height: 100%; }
  .news .card img {
    margin: 0 auto; }
  .news .card .last-section {
    display: flex;
    align-items: flex-end; }
@media only screen and (min-width: 640px) {
  .news .card {
    padding: 20px 10px; } }
@media only screen and (min-width: 700px) {
  .news .card {
    padding: 20px 10px; } }
@media only screen and (min-width: 1024px) {
  .news .card {
    padding: 20px 0; } }

/**********tabs ************/
.tabs {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  border: 0; }
  .tabs .tabs-title {
    flex: 0 1 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 6px solid #fff;
    border-bottom: 1px solid #c2c2c2; }
    .tabs .tabs-title a {
      padding: 10px 15px 10px 15px; }
      .tabs .tabs-title a[aria-selected="true"] {
        background: #fff; }
    .tabs .tabs-title.is-active {
      border-top: 6px solid #72ccd2;
      border-bottom: 0;
      box-shadow: 12px -5px 15px -4px rgba(194, 194, 194, 0.7), -12px -5px 8px -4px rgba(194, 194, 194, 0.7);
      z-index: 9; }
      .tabs .tabs-title.is-active .tab-info .tab-info-image .gray {
        fill: #000; }
      .tabs .tabs-title.is-active .tab-info .tab-info-text {
        color: #000; }
    .tabs .tabs-title .tab-info .tab-info-image svg {
      max-width: 70%;
      margin: 0 auto; }
    .tabs .tabs-title .tab-info .tab-info-text {
      display: none;
      padding-top: 15px;
      font-family: "Proxima N W01 Bold";
      font-size: 12px;
      color: #c2c2c2;
      line-height: 1.2;
      letter-spacing: 0.2em; }
  @media only screen and (min-width: 700px) {
    .tabs {
      justify-content: stretch; }
      .tabs .tabs-title {
        flex: 0 1 20%;
        width: 20%; }
        .tabs .tabs-title .tab-info .tab-info-image svg {
          max-width: 100%; }
        .tabs .tabs-title .tab-info .tab-info-text {
          display: block; }
        .tabs .tabs-title a {
          padding: 20px 15px 10px 15px; } }
  @media only screen and (min-width: 1024px) {
    .tabs .tabs-title {
      flex: 0 1 20%;
      width: 20%; }
      .tabs .tabs-title a {
        padding: 20px 30px 10px 30px; }
      .tabs .tabs-title .tab-info-text {
        font-size: 14px; } }

.tabs-content {
  border: 0;
  padding-top: 10px; }
  .tabs-content .tab-header {
    display: block;
    padding-top: 25px; }
  @media only screen and (min-width: 700px) {
    .tabs-content .tab-header {
      display: none; } }

/********************************

*  COMPONENTS

********************************/
.cleafix {
  display: inline-block; }
  .cleafix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .cleafix {
    height: 1px; }

/**************
  Colored Background
**************/
.colored-background {
  background-color: #72ccd2; }
  .colored-background.gray {
    background-color: #f1f1f3; }

/**************
	Aspect ratio
***************/
.ar {
  position: relative;
  width: 100%; }
  .ar > div {
    position: absolute;
    margin: 7px; }
  .ar._1-1 {
    padding: 0 0 100% 0; }
  .ar._2-3 {
    padding: 0 0 150% 0; }
  .ar._9-16 {
    padding-bottom: calc((16px / 9px) * 100%); }
  .ar._16-9 {
    padding-bottom: calc((9 / 16) * 100%); }

/***********
	Buttons
************/
.btn-container {
  position: relative;
  width: auto;
  margin: 0 auto;
  clear: both;
  white-space: nowrap;
  padding: 24px 0 0 0; }
  .btn-container.x-top {
    padding-top: 25px; }
  .btn-container.xx-top {
    padding-top: 35px; }
  .btn-container.space-topbottom {
    padding: 35px 0; }
  .btn-container a {
    display: inline-block !important;
    white-space: pre-wrap;
    word-break: break-word; }

.btn {
  display: inline-block;
  color: #7bc7ce;
  background: transparent;
  padding: 7.5px 12.5px 7.5px 12.5px;
  margin: 0;
  border: 1px solid #252525;
  font-family: "Proxima N W01 Bold";
  font-size: 0.875em;
  letter-spacing: 2px;
  line-height: 1;
  transition: all 0.3s ease; }
  .btn:hover {
    transform: scale(1.02);
    color: #fff; }
  .btn.white {
    border: 1px solid #fff;
    color: #fff; }

.global-offering-buttons {
  justify-content: center;
  flex-wrap: wrap; }
  .global-offering-buttons > div {
    flex: 0 1 auto;
    width: auto; }
  .global-offering-buttons .button {
    white-space: nowrap;
    margin: 10px 5px;
    padding: 1em;
    letter-spacing: 0.25em;
    min-width: 300px; }
    .global-offering-buttons .button:hover {
      transform: scale(1.02);
      color: #72ccd2;
      background: transparent; }
    .global-offering-buttons .button.active {
      background: #72ccd2;
      color: white; }
  @media only screen and (min-width: 700px) {
    .global-offering-buttons .button {
      min-width: auto;
      margin: 10px;
      padding-top: 1.3em;
      padding-bottom: 1.3em;
      padding-right: 1.3em;
      padding-left: 1.4em;
      letter-spacing: 0.55em; } }

/*************
 Listings
*************/
.listing.row {
  justify-content: center; }
  .listing.row .column,
  .listing.row .columns {
    padding-right: 0;
    padding-left: 0;
    display: inherit; }
.listing.no-border .column,
.listing.no-border .columns,
.listing.no-border .card {
  border: 0; }
.listing .title-wrapper {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center; }
.listing .blog .title-wrapper {
  min-height: 100px; }
.listing h2 {
  letter-spacing: normal;
  display: block; }
.listing h3 {
  font-family: "Proxima N W01 Reg";
  text-transform: capitalize; }
.listing .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .listing .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: translateY(-1.5px); }
.listing.no-effect .card {
  box-shadow: none; }
  .listing.no-effect .card:hover {
    box-shadow: none;
    transform: none; }
@media only screen and (min-width: 640px) {
  .listing.row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    .listing.row .column {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
@media only screen and (min-width: 1024px) {
  .listing.row .column,
  .listing.row .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.not-applicable {
  display: none; }

/********************
image text dual blocks
*********************/
.image-text-block {
  background: #72ccd2;
  color: #fff; }
  .image-text-block .image-section {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100vw;
    min-height: 250px; }
    .image-text-block .image-section.image-section--downsizing {
      background-image: url(/img/notable-sales-1.jpg); }
    .image-text-block .image-section.image-section--about {
      background-image: url(/img/about/about-1.jpg); }
  .image-text-block .text-section {
    /*padding: $default-padding-top;*/
    height: auto;
    min-height: inherit; }
    .image-text-block .text-section .media-block {
      padding: 25px;
      font-size: 18px; }
      .image-text-block .text-section .media-block .media-content {
        padding: 20px 0; }
        .image-text-block .text-section .media-block .media-content.media-content--text {
          font-size: 18px; }
  .image-text-block h1 {
    color: #fff;
    line-height: 1.2;
    margin-top: calc(((1 - 1.2) * 0.5em) * 3);
    margin-bottom: calc(((1 - 1.2) * 0.5em) * 3); }
  .image-text-block .btn-container {
    padding-top: 50px;
    padding-bottom: 25px; }
  .image-text-block .space-block {
    padding: 50px 0; }
  @media only screen and (min-width: 640px) {
    .image-text-block .image-section {
      height: auto; } }
  @media only screen and (min-width: 700px) {
    .image-text-block .image-section {
      height: auto; }
    .image-text-block .text-section {
      min-height: 50vw; }
      .image-text-block .text-section {
        font-size: 18px; } }
    @media only screen and (min-width: 700px) and (min-width: 768px) {
      .image-text-block .text-section {
        font-size: calc(18px + 6 * ((100vw - 768px) / 432)); } }
    @media only screen and (min-width: 700px) and (min-width: 1200px) {
      .image-text-block .text-section {
        font-size: 24px; } }
  @media only screen and (min-width: 700px) {
      .image-text-block .text-section .media-block {
        padding: 50px 25px; }
        .image-text-block .text-section .media-block .media-content.media-content--text {
          font-size: 18px; } }
      @media only screen and (min-width: 700px) and (min-width: 768px) {
        .image-text-block .text-section .media-block .media-content.media-content--text {
          font-size: calc(18px + 6 * ((100vw - 768px) / 432)); } }
      @media only screen and (min-width: 700px) and (min-width: 1200px) {
        .image-text-block .text-section .media-block .media-content.media-content--text {
          font-size: 24px; } }
  @media only screen and (min-width: 700px) {
    .image-text-block .btn-container {
      padding-top: 50px;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .image-text-block .text-section .media-block {
      padding: 50px 50px; } }
  @media only screen and (min-width: 1200px) {
    .image-text-block .text-section {
      min-height: 570px; } }

/********************
	Media Block
********************/
.media-container {
  padding: 0;
  margin: 0 auto;
  max-width: none;
  width: 100%; }

.media-block {
  padding: 20px 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  text-align: center;
  position: relative; }
  .media-block.no-padding {
    padding: 0; }
  .media-block.media-block--centered {
    align-content: center;
    align-items: center; }
  .media-block .media-image {
    flex: 1 100%;
    position: relative; }
  .media-block .media-content {
    flex: 1 100%;
    text-align: center; }
  .media-block .media-body {
    font-family: "Proxima N W01 Light";
    font-size: 1em;
    line-height: 1.5;
    padding: 5px 0px 25px 0px;
    max-width: 95%;
    margin: 0 auto; }
  .media-block .media-date {
    font-family: "Proxima N W01 Light";
    font-size: 0.875em; }
  .media-block .media-title {
    flex: 1 100%;
    padding: 26px 10px 6px 10px;
    font-family: "Proxima N W01 Bold";
    font-size: 1.125em;
    letter-spacing: 3.5px; }
  .media-block img {
    display: block;
    margin: 0 auto;
    width: 100%; }
    .media-block img.max-width {
      width: auto;
      max-width: 100%; }
  @media only screen and (min-width: 700px) {
    .media-block .media-body {
      padding: 5px 0px 0 0px; } }
  @media only screen and (min-width: 1024px) {
    .media-block .media-body {
      font-size: 1.125em; } }

/**********
 Captcha
**********/
.g-recaptcha {
  width: 100%;
  display: block; }
  .g-recaptcha div {
    width: auto;
    margin: 0; }

/**************
  team
**************/
.team {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap; }
  .team .team-member {
    flex: 0 1 50%;
    width: 50%;
    padding: 0;
    margin: 0; }
    .team .team-member:nth-last-child(-n + 3) {
      padding-top: 0; }
  .team h2 {
    line-height: 1; }
  .team .media-title {
    font-size: initial;
    letter-spacing: normal; }
  .team .position {
    font-family: "Proxima N W01 Bold";
    color: #c2c2c2;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.2;
    letter-spacing: normal;
    padding-top: 12px; }
  @media only screen and (min-width: 700px) {
    .team .team-member {
      flex: 0 1 25%;
      width: 20%; }
      .team .team-member:nth-last-child(-n + 3) {
        padding-top: 0px; }
    .team .position {
      font-size: 1em;
      padding-top: 16px;
      letter-spacing: 0.15em; } }

/*********************
  data-select team
*********************/
[data-select] .team-member {
  outline: none;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  transition: 0.3s all; }
  [data-select] .team-member.selected {
    border: 0;
    border-bottom: 3px solid #72ccd2; }
@media only screen and (min-width: 700px) {
  [data-select] .team-member {
    border-bottom: 6px solid #fff; }
    [data-select] .team-member.selected {
      border-bottom: 6px solid #72ccd2; } }

.team-description .team-member-description {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out; }
  .team-description .team-member-description.selected {
    height: 100%;
    opacity: 1; }

.team-header-container .info-wrapper .header, .team-header-container .info-wrapper .sub-title, .team-header-container .info-wrapper .email {
  transform: translateY(-35px);
  opacity: 0;
  transition: 0; }

.team-header-container .info-wrapper.visible .header,
.team-header-container .info-wrapper.visible .sub-title,
.team-header-container .info-wrapper.visible .email {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.09, 0.71, 0.66, 0.85); }

.team-header-container {
  position: relative; }
  .team-header-container .info-wrapper {
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: 0;
    transform: translateY(0);
    right: 0;
    left: 0;
    text-align: center;
    padding: 30px 0 30px 0; }
    .team-header-container .info-wrapper .tel,
    .team-header-container .info-wrapper .cell {
      letter-spacing: 0.2em;
      display: block;
      line-height: 1.45; }
    .team-header-container .info-wrapper .tel,
    .team-header-container .info-wrapper .cell2 {
      letter-spacing: 0.2em;
      display: block;
      line-height: 1.45; }
    .team-header-container .info-wrapper .sub-title {
      font-size: 14px;
      padding-top: 12px;
      letter-spacing: 1em;
      line-height: 1;
      font-family: "Proxima N W01 Bold"; }
    .team-header-container .info-wrapper .break-line {
      margin: 29px auto;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 78.125%; }
    .team-header-container .info-wrapper .email {
      font-family: "Proxima N W01 Reg";
      font-size: 14px;
      padding-top: 3px; }
    .team-header-container .info-wrapper .social-icons {
      display: flex;
      padding-top: 27px;
      list-style: none;
      justify-content: center;
      align-items: center; }
      .team-header-container .info-wrapper .social-icons li {
        flex: 0 1 auto;
        padding: 0 9px; }
    .team-header-container .info-wrapper .member-button {
      padding-top: 30px;
      display: none; }
      .team-header-container .info-wrapper .member-button.show {
        display: block; }
        .team-header-container .info-wrapper .member-button.show + .full-position {
          padding-top: 30px; }
      .team-header-container .info-wrapper .member-button:blank {
        display: none; }
    .team-header-container .info-wrapper .full-position {
      padding-top: 30px;
      font-size: 14px;
      display: none; }
      .team-header-container .info-wrapper .full-position.show {
        display: block; }
  @media only screen and (min-width: 1024px) {
    .team-header-container .info-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: auto;
      width: 50%;
      padding: 0 0 0 30px;
      text-align: left; }
      .team-header-container .info-wrapper .break-line {
        margin: 29px 0; }
      .team-header-container .info-wrapper .social-icons {
        justify-content: flex-start; } }

.team-header {
  position: relative;
  height: 350px;
  width: 350px;
  margin: auto;
  background-position: left top;
  background-size: cover;
  background-image: url(/img/team/jerry-hammond-bg.jpg);
  margin-top: 50px; }
  @media only screen and (min-width: 700px) {
    .team-header {
      height: 620px;
      width: 650px; } }
  @media only screen and (min-width: 1024px) {
    .team-header {
      font-size: 18px;
      width: 100%;
      background-position: 32% top; } }
  @media only screen and (min-width: 1200px) {
    .team-header {
      background-position: left top; } }

/***********************
  Area highlights
***********************/
.area-highlights-container {
  padding: 50px 0; }

.downsizing {
  line-height: 2.5em; }

.area-highlights {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold";
  letter-spacing: 0.1em;
  font-size: 14px; }
  .area-highlights > div {
    padding: 15px; }
  @media only screen and (min-width: 700px) {
    .area-highlights > div {
      padding: 15px; } }
  @media only screen and (min-width: 1024px) {
    .area-highlights {
      /*> div {
        padding: 15px 30px;
      }*/ } }

/**********************
  colored social
**********************/
.social-colored {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 170px;
  list-style: none; }
  .social-colored > li {
    flex: 0 1 25%;
    padding: 20px 10px 0 10px;
    display: flex;
    align-items: center; }
    .social-colored > li img {
      margin: 0 auto;
      max-width: none; }

/***********************
  Home container
***********************/
.video-container {
  position: relative; }
  .video-container iframe {
    display: block;
    max-width: 100%;
    width: 100%; }
    .video-container iframe.absolute-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/************************
  Testimonial line
************************/
.testimonial-line {
  width: 100%;
  position: relative; }
  .testimonial-line::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    bottom: 0;
    left: 0; }

/********************
  Breadcrumbs
********************/
.breadcrumb .years {
  list-style: none;
  display: flex;
  justify-content: center;
  align-content: center;
  font-family: "Frank Ruhl Libre Bold";
  font-size: 1.125em;
  color: #c2c2c2; }
  .breadcrumb .years li {
    flex: 0 1 auto;
    cursor: pointer;
    line-height: 1;
    padding: 0 7px;
    border-right: 1px solid black; }
    .breadcrumb .years li.active {
      color: #000; }
    .breadcrumb .years li:last-child {
      border-right: 0; }
.breadcrumb .months {
  list-style: none;
  padding: 30px 7px 0 7px;
  font-family: "Proxima N W01 Light";
  font-size: 14px;
  color: #72ccd2;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1; }
  .breadcrumb .months > li {
    cursor: pointer;
    flex: 0 1 auto;
    padding: 0 7px;
    margin: 3px 0;
    border-right: 1px solid black; }
    .breadcrumb .months > li:last-child {
      border-right: 0; }
@media only screen and (min-width: 700px) {
  .breadcrumb .years {
    font-size: 1.5em; }
    .breadcrumb .years li {
      padding: 0 10px; }
  .breadcrumb .months > li {
    margin: 0; } }

/********************
  list with image as bullet
********************/
.image-bulleted-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px 10px 15px 10px; }
  .image-bulleted-list > li {
    flex: 1 1 100%;
    position: relative;
    font-family: "Proxima N W01 Light";
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
    padding: 15px 0 15px 0px; }
    .image-bulleted-list > li:after {
      width: 28px;
      height: 22px;
      background-image: url(/img/assets/checkmark-list-colored.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 15px;
      left: 0; }
  @media only screen and (min-width: 700px) {
    .image-bulleted-list > li {
      flex: 0 1 50%;
      font-size: 1.125em;
      text-align: left;
      padding: 15px 30px 15px 40px; }
      .image-bulleted-list > li:after {
        content: " ";
        top: 20px; } }
  @media only screen and (min-width: 1024px) {
    .image-bulleted-list {
      padding: 15px 30px 15px 30px; }
      .image-bulleted-list > li {
        padding: 15px 30px 15px 70px; } }

/*************************
  Listing info
*************************/
.listing-info {
  border-collapse: collapse; }
  .listing-info .listing-info-item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 15px 10px; }
    .listing-info .listing-info-item .listing-info--value {
      flex: 0 1 100%;
      font-size: 22px;
      font-family: "Frank Ruhl Libre Bold";
      color: #72ccd2;
      letter-spacing: 0.15em; }
      @media only screen and (min-width: 700px) {
        .listing-info .listing-info-item .listing-info--value {
          font-size: 22px; } }
  @media only screen and (min-width: 700px) and (min-width: 768px) {
    .listing-info .listing-info-item .listing-info--value {
      font-size: calc(22px + 26 * ((100vw - 768px) / 432)); } }
  @media only screen and (min-width: 700px) and (min-width: 1200px) {
    .listing-info .listing-info-item .listing-info--value {
      font-size: 48px; } }

    .listing-info .listing-info-item .listing-info--name {
      flex: 0 1 100%;
      font-size: 12px;
      font-family: "Proxima N W01 Reg";
      letter-spacing: 0.25em;
      text-transform: uppercase;
      padding-top: 7px; }
      @media only screen and (min-width: 700px) {
        .listing-info .listing-info-item .listing-info--name {
          font-size: 16px;
          letter-spacing: 0.5em; } }
      @media only screen and (min-width: 1024px) {
        .listing-info .listing-info-item .listing-info--name {
          font-size: 18px; } }
    @media only screen and (min-width: 700px) {
      .listing-info .listing-info-item {
        padding: 25px 10px; } }
    @media only screen and (min-width: 700px) {
      .listing-info .listing-info-item {
        padding: 30px 10px; } }

/*************************
   Gallery
*************************/
.gallery {
  width: 100%;
  position: relative; }
  .gallery .arrow-wrapper {
    opacity: 0;
    width: 100%;
    transition: a 0.5s ease-in-out; }
  .gallery:hover .arrow-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }

.banner-gallery {
  height: 48.4375vw;
  max-width: 100%;
  overflow-x: hidden; }
  .banner-gallery .swiper-slide {
    position: relative; }
  .banner-gallery h3.caption {
    position: absolute;
    bottom: 38px;
    left: 30px;
    font-size: 1.125em;
    letter-spacing: 0.6em;
    width: auto;
    color: white;
    font-family: "Proxima N W01 Bold";
    text-transform: uppercase;
    text-shadow: 0px 0px 9px rgba(75, 75, 75, 0.5); }

/******************
  Data picker Js
******************/
.datepicker--nav {
  position: relative;
  color: #000;
  opacity: 1; }
  .datepicker--nav .datepicker--nav-title i {
    color: #000; }

/****************
  Google Translate
****************/
#translator,
#translator-mobile {
  height: 60px;
  display: none;
  padding-top: 20px; }
  #translator .goog-te-gadget,
  #translator-mobile .goog-te-gadget {
    order: 1;
    position: relative;
    height: 55px;
    width: auto;
    font-family: "Proxima N W01 Reg";
    display: flex;
    align-items: center; }
    #translator .goog-te-gadget ::after,
    #translator-mobile .goog-te-gadget ::after {
      content: "";
      height: 7px;
      width: 15px;
      position: absolute;
      top: 47%;
      right: 10%;
      background-image: url(/img/assets/arrow-down.svg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  #translator .arrow.down,
  #translator-mobile .arrow.down {
    order: 2;
    max-width: 15px; }
  #translator .globe-icon,
  #translator-mobile .globe-icon {
    order: 3;
    width: 80px;
    margin-right: 20px;
    fill: white;
    transition: fill 0.2s ease-in-out; }
  #translator select,
  #translator-mobile select {
    padding: 10px 27px 10px 10px;
    border: 0;
    color: white;
    background: transparent; }
    #translator select > *,
    #translator-mobile select > * {
      background: transparent;
      color: black;
      padding: 3px 10px; }
  @media only screen and (min-width: 700px) {
    #translator,
    #translator-mobile {
      display: flex; } }

#translator-mobile {
  display: flex;
  justify-content: center !important; }

/*****************
  Request Box
****************/
.request-form {
  padding: 9.375% 0; }

/**********************
  Maps
**********************/
#listingMap {
  height: 100vw; }
  @media only screen and (min-width: 640px) {
    #listingMap {
      height: 70vw; } }
  @media only screen and (min-width: 991px) {
    #listingMap {
      height: 100%; } }

.vt-video .prop-video {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25vw; }
  @media only screen and (max-width: 1100px) {
    .vt-video .prop-video {
      padding-bottom: 40vw; } }
  @media only screen and (max-width: 640px) {
    .vt-video .prop-video {
      padding-bottom: 50vw; } }
  @media only screen and (max-width: 520px) {
    .vt-video .prop-video {
      padding-bottom: 60vw; } }
  @media only screen and (max-width: 420px) {
    .vt-video .prop-video {
      padding-bottom: 70vw; } }
  .vt-video .prop-video iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin: 0 auto; }

/***************
  Modals and popus
***************/
#splashPage {
  max-width: 900px;
  margin: 20px;
  padding: 50px 10px;
  background: #72ccd2;
  color: white;
  text-align: center;
  transform: scale(0);
  overflow: hidden;
  transition: transform 0.75s 1s; }
  #splashPage .fancybox-close-small {
    color: #fff;
    width: 60px;
    z-index: 999; }
  #splashPage a:hover {
    color: white; }
  #splashPage .btn {
    background: white;
    border-color: white;
    color: #72ccd2;
    padding: 10px 30px 10px 30px; }
    #splashPage .btn:hover {
      color: #72ccd2; }
  #splashPage .info {
    font-size: 18px; }
  #splashPage .note {
    font-size: 16px; }
  #splashPage h1,
  #splashPage .split-info .info-left,
  #splashPage .split-info .info-right,
  #splashPage .info,
  #splashPage .btn-container {
    opacity: 0;
    transform: translateY(-35px);
    transition: all 0.75s; }
  @media only screen and (min-width: 700px) {
    #splashPage {
      padding: 35px; }
      #splashPage .info {
        font-size: 20px; }
      #splashPage .note {
        font-size: 20px; } }
  @media only screen and (min-width: 1024px) {
    #splashPage {
      padding: 45px 50px; }
      #splashPage .info {
        font-size: 22px; } }

.fancybox-slide--current #splashPage {
  overflow: auto;
  transform: scale(1); }
  .fancybox-slide--current #splashPage h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s; }
  .fancybox-slide--current #splashPage .split-info .info-left {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.2s; }
  .fancybox-slide--current #splashPage .split-info .info-right {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.4s; }
  .fancybox-slide--current #splashPage .info {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.6s; }
  .fancybox-slide--current #splashPage .btn-container {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.8s; }

.fancybox-slide--html .fancybox-content#hero-video {
  width: 100%;
  height: 56.25vw; }
  .fancybox-slide--html .fancybox-content#hero-video .fancybox-close-small {
    background-color: rgba(114, 204, 210, 0.7);
    transition: all 0.5; }
    .fancybox-slide--html .fancybox-content#hero-video .fancybox-close-small svg {
      stroke-width: 2.5px; }
    .fancybox-slide--html .fancybox-content#hero-video .fancybox-close-small:hover {
      background-color: #72ccd2; }
.fancybox-slide--html .fancybox-content iframe {
  width: 100%;
  height: 100%; }

#home-nav li div.lang-container {
  position: relative;
  display: inline-block; }
  #home-nav li div.lang-container:hover {
    background: none !important; }
    #home-nav li div.lang-container:hover .lang-content {
      display: block; }

#home-nav div.lang-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 90%; }
  #home-nav div.lang-content a {
    color: black !important;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    text-align: left; }
    #home-nav div.lang-content a:hover {
      color: #70cbd2 !important; }

/**
	Select 2 styles
**/
.select2-container {
  outline: none;
  width: 100% !important;
  display: block;
  background: transparent;
  z-index: 9;
  vertical-align: top; }
  .select2-container .select2-selection--single {
    height: auto;
    padding: 0;
    outline: none; }
  .select2-container:first-of-type {
    margin-top: 0; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "Proxima N W01 Smbd";
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  margin: 10px 0px;
  padding: 15px 10px 2px 5px;
  outline: none;
  position: relative;
  overflow: hidden; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    color: #000;
    outline: none;
    padding-left: 0px;
    /* height: 64px; */
    padding: 3px 0px 0px 0px;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 0;
    width: 64px;
    top: 0;
    height: 100%;
    background-color: transparent;
    border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    outline: none;
    position: absolute;
    display: block;
    border: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #252525 transparent transparent transparent;
    vertical-align: middle;
    left: auto;
    margin: 0;
    right: 15px;
    top: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:hover b {
    border-color: #000 transparent transparent transparent; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    opacity: 1; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-style: italic;
  font-size: 16px !important;
  color: #000 !important;
  border: 1px solid #bfbfbf !important; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 44em !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  outline: none;
  position: absolute;
  display: block;
  border: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #000 transparent;
  vertical-align: middle;
  left: auto;
  margin: 0; }

ul.select2-results__options {
  border: 1px solid #bfbfbf; }
  ul.select2-results__options li {
    font-family: "Proxima N W01 Smbd";
    font-size: 1.125em;
    color: #000;
    text-align: left;
    padding: 0 0px 0 20px; }

.select2-dropdown {
  background: transparent;
  border: 0 !important;
  background-color: white; }

@media only screen and (min-width: 768px) {
  .select2-container {
    /* height: 54px; */ }

  .select2-container--default .select2-selection--single {
    padding: 18px 15px 2px 5px;
    font-size: 1.125em; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      /* line-height: 50px;
      height: 50px; */ }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 50px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      right: 12px;
      top: 30px; }

  ul.select2-results__options li {
    padding: 10px 0 10px 5px; }

  /*end of media query $tablet-size*/ }
@media only screen and (min-width: 1280px) {
  .select2-container--default .select2-selection--single {
    font-size: 1.5em; } }
form .select2 {
  background: white;
  border: 1px solid #c2c2c2;
  margin: 20px 0; }
form .select2-container--default .select2-selection--single {
  border: none;
  margin: 0;
  padding: 18px 15px 16px 15px;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1em; }
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.2em;
  font-family: "Proxima N W01 Light";
  text-align: center;
  text-transform: initial; }
form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b2b2b2;
  text-transform: initial;
  white-space: pre-wrap; }
form .select2-container:first-of-type {
  margin-top: 10px; }
form .select2-container--default .select2-selection--single .select2-selection__arrow b,
form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 15px;
  height: 15px;
  top: 32%;
  right: 15px;
  background-image: url("/img/assets/dropdown-arrow-colored.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }
form ul.select2-results__options li {
  font-family: "Proxima N W01 Light" !important; }
@media only screen and (min-width: 700px) {
  form .select2-container--default .select2-selection--single {
    font-size: 1.25em;
    letter-spacing: 0.15em; }
  form .select2-container--default .select2-selection--single .select2-selection__arrow b,
  form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 20px;
    height: 20px; } }

/****Main Carousel****/
.main-carousel {
  height: 100vh;
  /***Owl carousel***/ }
  .main-carousel .owl-stage-outer .owl-stage {
    width: 100%;
    transform-style: preserve-3d;
    -ms-transform-style: none; }
    .main-carousel .owl-stage-outer .owl-stage .owl-item {
      height: 100vh;
      transform: translate3d(0, 0, 0) scale(1, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .main-carousel .owl-stage-outer .owl-stage .owl-item {
          /* IE10+ CSS styles go here */
          min-width: 100vw; } }
      .main-carousel .owl-stage-outer .owl-stage .owl-item > div {
        height: 100vh;
        width: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .main-carousel .owl-stage-outer .owl-stage .owl-item.fadeOut {
        animation-duration: 2s !important; }
    .main-carousel .owl-stage-outer .owl-stage img,
    .main-carousel .owl-stage-outer .owl-stage a {
      width: 100%;
      height: 100vh;
      display: block; }

/***** Main Carousel ******/
.mosaic-container {
  position: relative; }

.owl-carousel {
  overflow: hidden; }
  .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5px;
    -ms-touch-action: auto;
    touch-action: auto; }
    .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border: 1px solid #fff;
      border-radius: 50%;
      background: transparent;
      transition: all 1s ease; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: #ffffff; }

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

@media only screen and (min-width: 700px) {
  .owl-carousel .owl-dots {
    bottom: 10px; } }
@media only screen and (min-width: 1920px) {
  .owl-stage-outer .owl-stage img,
  .owl-stage-outer .owl-stage a {
    width: 100%; } }
/***********
 Swipper slider
*****************/
.swiper-wrapper {
  max-width: 100%; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.gallery-top {
  position: relative;
  height: 56.25vw;
  width: 100%;
  overflow: hidden; }

.gallery-thumbs {
  height: 102px;
  box-sizing: border-box;
  padding: 1px 0;
  overflow: hidden; }
  .gallery-thumbs.event-thumbs {
    height: auto; }

.gallery-thumbs .swiper-wrapper {
  height: auto;
  max-width: 100%; }

.gallery-thumbs .swiper-slide {
  height: 0;
  padding-bottom: calc((100% / 4) * 0.625);
  opacity: 0.4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .gallery-thumbs .swiper-slide {
    padding-bottom: calc((100% / 8) * 0.625); } }
@media only screen and (min-width: 1279px) {
  .gallery-top {
    height: 720px; } }
@-moz-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@-o-keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.25, 0.75); }
  40% {
    transform: scale(0.75, 1.25); }
  50% {
    transform: scale(1.15, 0.85); }
  65% {
    transform: scale(0.95, 1.05); }
  75% {
    transform: scale(1.05, 0.95); }
  to {
    transform: scale(1, 1); } }
@keyframes home {
  from {
    background-position: 100px center, -100px center; }
  to {
    background-position: 0px center, 0px center; } }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 8s !important;
  animation-duration: 8s !important; }
  .zoomOut.animated {
    animation-timing-function: linear; }

@keyframes zoomOut {
  0% {
    opacity: 0.2;
    transform: scale3d(1.25, 1.25, 1.25);
    -ms-transform: scale(1.25, 1.25); }
  15% {
    opacity: 1; }
  100% {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale(1, 1); } }
@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(20px); }
  67% {
    opacity: 1;
    transform: translateY(30px); }
  100% {
    opacity: 0;
    transform: translateY(45px) scale3d(0.5, 0.5, 0.5); } }
.fall-in {
  animation-name: fall-in;
  animation-duration: 2s;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
  animation-delay: 3s;
  animation-fill-mode: both; }

@keyframes fall-in {
  0% {
    opacity: 0.25;
    transform: scale(10, 10);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.85); }
  50% {
    opacity: 0.45;
    transform: scale(4, 4); }
  75% {
    opacity: 0.95;
    /* transform: scale(1.15, 1.15); */
    box-shadow: none; }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  animation-duration: 0.5s;
  animation-timing-function: ease-out; }

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.zoomInSpecial {
  animation-name: zoomInSpecial;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out; }

@keyframes zoomInSpecial {
  from {
    opacity: 0.45;
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1; } }
/*
* This animation changes the top property value
**/
.changeTop {
  -webkit-animation: changeTop 5s forwards ease-out;
  animation: changeTop 5s forwards ease-out; }

@-webkit-keyframes changeTop {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }
@keyframes changeTop {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }
/*******************
    Helper Classes
*******************/
/*****
	display
******/
.display-block {
  display: block; }

/***
	spacing
***/
.no-padding-side {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-topbottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-except-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-except-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }

.mobile-padding-top {
  padding-top: 50px; }

.mobile-padding-bottom {
  padding-bottom: 25px; }

.no-margin-side {
  margin-left: 0;
  margin-right: 0; }

.no-margin-topbottom {
  margin-top: 0;
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.pull-up {
  margin-top: -5px; }

.no-border {
  border: 0 !important; }

.padding-end {
  padding-bottom: 2%; }

.vertical-space {
  padding-top: 10px;
  padding-bottom: 10px; }

.margin-top {
  margin-top: 1.5em; }

.divider {
  width: 90%;
  height: 1px;
  background-color: #fff;
  margin: 1% auto;
  padding: 1px 0; }

.horizontal-align {
  margin: 0 auto; }

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.col-centered {
  float: none;
  margin: 0 auto; }

.make-relative {
  position: relative; }

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.primary-color {
  color: #000; }

.primary-bg-color {
  background: #fff; }

.secondary-bg-color {
  background: #16175f;
  color: #fff; }

.gray-bg-color {
  background: #939597; }

/*****
	Fonts and Text
*****/
.font-black {
  color: #000 !important; }

.font-white {
  color: #fff !important; }

.font-black-white {
  color: #000 !important; }

.font-white-black {
  color: #fff !important; }

.font-blue {
  color: #00203c; }

.font-gray {
  color: #252525; }

.font-red {
  color: #a92241; }

.font-italic {
  font-style: italic; }

.font-bold {
  font-family: "Proxima N W01 Bold"; }

.font-extrabold {
  font-family: "Proxima N W01 Xbold"; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-right-to-center {
  text-align: right; }

.text-center-left {
  text-align: center; }

.text-transform-lowercase {
  text-transform: lowercase; }

.text-transform-uppercase {
  text-transform: uppercase; }

.text-transform-none {
  text-transform: none; }

.text-transform-capitalize {
  text-transform: capitalize; }

.no-letter-spacing {
  letter-spacing: 0; }

.white-space-normal {
  white-space: normal; }

.text-shadow-black {
  text-shadow: 1px 1px 3px #000; }

.text-shadow-white {
  text-shadow: 1px 1px 3px #fff; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-15 {
  line-height: 1.5 !important; }

.line-height-2 {
  line-height: 2 !important; }

.line-height-big {
  line-height: 1.75 !important; }

/***


***/
/*******
	Float
********/
.float-left {
  float: left; }

/*****
	Width
	IMG
*****/
.width-100 {
  width: 100%; }

img.width-100 {
  width: 100%;
  display: block; }

img.full-100 {
  display: block;
  width: 100%;
  height: 100%; }

img.height-dominated {
  max-height: 100%;
  height: 100%;
  width: auto;
  margin: 0 auto; }

/**
	Borders
**/
.border-top {
  border-top: 1px solid #feec22; }

.border-right {
  border-right: 1px solid #feec22; }

.border-left {
  border-left: 1px solid #feec22; }

.border-bottom {
  border-bottom: 1px solid #feec22; }

/**
	seperators
	clearfix
**/
.seperator {
  width: 100%;
  height: 2px;
  color: #fff; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: ' ';
  clear: both;
  display: block; }

/***
	spaces around elements
***/
.space-top {
  padding-top: 25px; }

.space-top-x2 {
  padding-top: 30px !important; }

.space-top-10 {
  padding-top: 10px !important; }

.space-top-30 {
  padding-top: 30px !important; }

.space-top-30-50 {
  padding-top: 30px !important; }

.space-top-30-40 {
  padding-top: 30px !important; }

.space-top-30-60 {
  padding-top: 30px; }

.space-top-50-70 {
  padding-top: 50px; }

.space-top-50-100 {
  padding-top: 50px; }

.space-top-50-90 {
  padding-top: 50px; }

.space-mobile-top-30 {
  padding-top: 30px; }

@media screen and (min-width: 768px) {
  .mobile-padding-top {
    padding-top: 0px; }

  .mobile-padding-bottom {
    padding-bottom: 0; }

  .font-black-white {
    color: #FFF !important; }

  .space-top-50-70 {
    padding-top: 70px; }

  .space-top-50-100 {
    padding-top: 100px; }

  .space-top-50-90 {
    padding-top: 90px; }

  .space-top-x2 {
    padding-top: 50px !important; }

  .space-top-30-50 {
    padding-top: 50px !important; }

  .space-top-30-40 {
    padding-top: 40px !important; }

  .space-top-30-60 {
    padding-top: 60px; } }
@media only screen and (min-width: 990px) {
  .space-mobile-top-30 {
    padding-top: 0; }

  .text-center-left {
    text-align: left; } }
/**** Cursors **/
.cursor-default {
  cursor: default !important; }

/****************
  Show and Hide
****************/
.hide-mobile-show-tablet {
  display: none; }
  @media only screen and (min-width: 700px) {
    .hide-mobile-show-tablet {
      display: block; } }

.hide-mobile-show-desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .hide-mobile-show-desktop {
      display: block; } }

.show-mobile-hide-tablet {
  display: block; }
  @media only screen and (min-width: 700px) {
    .show-mobile-hide-tablet {
      display: none; } }

.show-mobile-hide-desktop {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .show-mobile-hide-desktop {
      display: none; } }

input::placeholder {
  color: #b2b2b2;
  font-family: "Proxima N W01 Light";
  font-size: 1.0em;
  letter-spacing: 0.15em;
  text-align: center; }
  @media only screen and (min-width: 700px) {
    input::placeholder {
      font-size: 0.875em; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

label.open-label {
  width: 100%;
  display: block; }

.side-space .left-space {
  padding: 0; }
.side-space .right-space {
  padding: 0; }
@media only screen and (min-width: 700px) {
  .side-space .left-space {
    padding-left: 10px; }
  .side-space .right-space {
    padding-right: 10px; } }

.form-container {
  padding: 20px 0 0 0; }
  .form-container .heading {
    padding: 10px 0 10px 0; }
  .form-container.burbank {
    max-width: 730px;
    margin: 0 auto;
    padding: 0; }
    .form-container.burbank .heading {
      padding: 0 0 30px 0; }
    .form-container.burbank h3 {
      letter-spacing: 0.1em; }
  @media only screen and (min-width: 700px) {
    .form-container.burbank h3 {
      letter-spacing: 0.25em; } }
  @media only screen and (min-width: 1024px) {
    .form-container.burbank h3 {
      letter-spacing: 0.45em; } }

input {
  color: #000;
  background: #fff;
  display: inline-block;
  font-family: "Proxima N W01 Light";
  font-size: 1em;
  padding: 12px 5px 14px 10px;
  margin: 10px 0;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  outline: 0; }
  input[type] {
    box-shadow: none; }
  input[type=submit] {
    font-family: "Proxima N W01 Bold";
    border: 3px solid #72ccd2;
    font-size: 14px;
    letter-spacing: 0.5em;
    color: #72ccd2;
    margin: 0 0 0 auto;
    padding: 20px 30px;
    width: auto;
    transition: all 0.3s ease; }
    input[type=submit].transparent {
      border: 3px solid #fff;
      color: #fff;
      background-color: transparent; }
    input[type=submit]:hover {
      background-color: #72ccd2;
      color: #fff; }
  @media only screen and (min-width: 700px) {
    input {
      font-size: 1.125em; } }
  @media only screen and (min-width: 1024px) {
    input {
      font-size: 1.5em;
      padding: 18px 15px 16px 15px; } }

textarea {
  font-family: "Proxima N W01 Light";
  font-size: 1em;
  padding: 12px 5px 14px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
  height: 180px; }

select {
  position: relative;
  color: #252525;
  background: transparent;
  padding: 15px 20px 15px 15px;
  margin: 10px 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none; }

.error {
  border-color: #ff0033 !important; }
  .error + .select2-container .selection .select2-selection {
    border-color: #ff0033 !important; }
  .error::before {
    border-color: #ff0033 !important; }

.submit-container {
  padding: 10px 0 10px 0px; }
  @media only screen and (min-width: 700px) {
    .submit-container {
      padding: 30px 0 10px 0px; } }

.captcha-container {
  width: 100%;
  text-align: left; }

/** white form fields **/
form.white {
  max-width: 410px;
  width: 100%; }
  form.white input {
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 5px 10px 10px;
    font-size: 14px;
    text-align: left;
    font-family: "Proxima N W01 Reg"; }
    form.white input::placeholder {
      font-size: 14px;
      color: white;
      text-transform: uppercase;
      text-align: left; }
    form.white input[type=submit] {
      border: 0;
      font-family: "Proxima N W01 Xbold";
      color: black; }
      form.white input[type=submit]:hover {
        color: white; }
  form.white .checkbox-container {
    padding: 10px 0 10px 0px !important; }
    form.white .checkbox-container .cbx {
      color: white;
      font-size: 12px;
      width: 20px;
      height: 20px;
      border: 1px solid white;
      background: transparent; }
      form.white .checkbox-container .cbx::before {
        background-color: transparent;
        border: none; }
    form.white .checkbox-container .lbl {
      font-size: 12px !important;
      color: white;
      text-align: left; }
    form.white .checkbox-container .cbx-input:checked ~ .cbx:after {
      content: ' ';
      opacity: 1;
      background: transparent url(/img/assets/checkmark-black.svg) no-repeat;
      background-position: center center;
      background-size: 60%; }
  form.white .submit-container {
    padding: 0px 0 10px 0px; }

/**************

checkbox

*************/
.checkbox-wrapper {
  pointer-events: all;
  position: relative;
  width: 99%;
  padding: 10px 0 10px 0px;
  text-align: left;
  z-index: 1; }
  @media only screen and (min-width: 700px) {
    .checkbox-wrapper {
      padding: 30px 0 10px 0px; } }

input[type="checkbox"] {
  display: none;
  position: absolute; }

.cntr {
  pointer-events: auto;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 4; }

.cbx {
  cursor: pointer;
  position: relative;
  top: 1px;
  width: 30px;
  height: 30px;
  border: 1px solid #c2c2c2;
  vertical-align: middle;
  transition: background 0.1s ease;
  float: left; }
  .cbx:after {
    /*content: '\2713';*/
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #a92241;
    font-family: "Proxima N W01 Light";
    /* transition: all 0.3s ease;
        transition-delay: 0.15s; */ }

[type="checkbox"]:not(:checked) + label.no-border:before {
  border: 1px solid transparent; }

.lbl {
  font-family: "Proxima N W01 Light";
  color: #000;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.2;
  width: calc(100% - 30px);
  padding-left: 10px;
  display: inline-block;
  text-align: left; }
  .lbl.error {
    border: 1px solid #ff0033; }
  @media only screen and (min-width: 700px) {
    .lbl {
      font-size: 1em; } }

.cbx-input:checked ~ .cbx:after {
  content: ' ';
  opacity: 1;
  background: transparent url(/img/assets/checkmark-colored.svg) no-repeat;
  background-position: center center;
  background-size: 60%; }

input[type="checkbox"].error + .cbx:before {
  border: 1px solid #ff0033; }

input[type="checkbox"].error + .lbl {
  color: #ff0033; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  border: none;
  cursor: pointer;
  display: block; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s;
  background: url(/img/assets/checkmark-colored.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid black; }

/**
	Radio styling
**/
.radios {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: -10px; }
  .radios.text-center {
    text-align: center; }

.skin-radio {
  position: relative;
  padding: 10px 0;
  margin: 10px 10px 10px 10px;
  display: inline-block;
  text-align: left; }
  .skin-radio.space-top {
    padding-top: 21px; }
  .skin-radio input[type=radio] {
    display: none;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px; }
  .skin-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    height: 35px;
    color: #000;
    border-radius: 50%;
    font-family: "Proxima N W01 Light";
    font-size: 1.125em;
    line-height: 35px;
    padding-left: 45px;
    outline: 0; }
    .skin-radio label::before {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      border: 1px solid #d7d7d7;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      padding: 3px;
      box-sizing: border-box;
      outline: none; }
  .skin-radio input[type=radio]:checked + label::before {
    background: #000;
    background-image: url(/img/assets/checkmark-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    z-index: 2; }

/********************
	Thank you message next to form.
*********************/
.thank-you {
  display: none;
  opacity: 0;
  padding: 20px 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: opacity 0.5s ease; }
  .thank-you.show {
    display: block; }
  .thank-you.more-padding {
    padding: 25px 10px 50px 10px; }
  .thank-you.subscribe {
    padding-top: 50px;
    text-align: left; }
    .thank-you.subscribe h1 {
      color: #fff; }
  .thank-you.colored-thank-you {
    padding: 50px 20px;
    background: #72CCD2;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    .thank-you.colored-thank-you {
      padding: 70px 30px; } }

/****************
  Forms
****************/
#menu-form {
  font-family: "Proxima N W01 Reg";
  text-align: left; }
  #menu-form input {
    padding: 0 0 7px 0;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #000; }
    #menu-form input[type=submit] {
      font-size: 12px;
      font-family: "Proxima N W01 Xbold";
      letter-spacing: 0.5em;
      border: 0;
      margin: 0;
      position: relative;
      left: 30px;
      padding-top: 23px; }
    #menu-form input::placeholder {
      text-align: left; }
  #menu-form .cbx {
    background-color: transparent;
    width: 20px;
    height: 20px; }
  #menu-form .lbl,
  #menu-form label {
    font-family: "Proxima N W01 Light";
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
    padding-left: 10px;
    line-height: 1.45; }
  #menu-form [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(/img/assets/checkmark-black.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
    width: 20px;
    height: 20px; }
  #menu-form ~ .thank-you {
    padding-left: 0; }

#home-evaluation-form .next {
  font-family: "Proxima N W01 Bold";
  border: 2px solid #72ccd2;
  font-size: 14px;
  letter-spacing: 0.5em;
  color: #72ccd2;
  margin: 0 0 0 auto;
  padding: 20px 30px;
  width: auto; }
  #home-evaluation-form .next:hover {
    border: 2px solid #72ccd2;
    background-color: #72ccd2;
    color: #fff; }
#home-evaluation-form .first-step {
  opacity: 1; }
#home-evaluation-form .second-step {
  display: none; }

/*********************
   Captcha
**********************/
.g-recaptcha {
  width: 304px;
  height: 79px;
  border: 1px solid transparent; }
  .g-recaptcha.error {
    border: 1px solid #ff0033; }

@media only screen and (min-width: 768px) {
  input {
    margin: 10px 0px; }

  .checkbox-container {
    width: 100%; } }
/********************
  dropdown arrow
********************/
.dropdown-arrow {
  position: relative;
  display: block; }
  .dropdown-arrow::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    height: 100%;
    width: 65px;
    background-image: url(/img/assets/dropdown-arrow-colored.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px; }

footer {
  background-color: #72ccd2;
  color: white;
  font-size: 14px;
  padding: 30px 10px;
  text-align: center; }
  footer .footer-logo {
    text-align: center; }
    footer .footer-logo img {
      margin: 0 auto; }
  @media only screen and (min-width: 700px) {
    footer {
      padding: 50px 30px; } }
  @media only screen and (min-width: 1024px) {
    footer {
      text-align: left;
      padding: 70px 115px 35px 115px; } }

.footer-padding {
  padding: 20px 0; }
  @media only screen and (min-width: 700px) {
    .footer-padding {
      padding: 35px 0; } }

@media only screen and (min-width: 700px) {
  .footer-links > div {
    padding-left: 10px;
    padding-right: 10px; }
    .footer-links > div:first-child {
      padding-left: 0; }
    .footer-links > div:last-child {
      padding-right: 0; } }

.footer-list {
  font-family: "Proxima N W01 Reg";
  text-transform: uppercase; }
  .footer-list > li:first-child {
    font-family: "Proxima N W01 Bold"; }
  .footer-list.all-header {
    font-family: "Proxima N W01 Bold"; }
  .footer-list.no-header > li:first-child {
    font-family: "Proxima N W01 Reg"; }

.footer-social {
  display: flex;
  justify-content: center; }
  .footer-social > div {
    flex: 0 0 auto;
    padding: 3px 10px 0 10px; }
    .footer-social > div:first-child {
      padding-left: 0; }
    .footer-social > div:last-child {
      padding-right: 0; }
  @media only screen and (min-width: 1024px) {
    .footer-social {
      justify-content: flex-start; } }

.footer-disclaimer {
  font-size: 12px;
  text-align: center;
  margin: 0 auto; }


#clientsSlider{
	height: 362px;
	margin: 0 auto;
	background: #FFF url(/img/awards/awards-20240116.png) repeat 0 center;
}

@media only screen and (max-width: 1280px) {
	#clientsSlider{
		height: 250px;
	}
}

@media only screen and (max-width: 480px) {
	#clientsSlider{
		height: 200px;
	}
}



/*# sourceMappingURL=main.css.map */
