@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
Note: The variables we use have been moved to _variables.scss in this same folder.
They were moved because we needed to include them in both the main stylesheet as well
as the first-meaningful-paint stylesheet and we didn't want the rest of these settings included twice
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "freight-text-pro";
  font-weight: normal;
  line-height: 1.5;
  color: #1D252D;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; }
  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-text-pro";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #8A1538;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #771230; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #434343; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #1D252D;
  cursor: help;
  border-bottom: 1px dotted #1D252D; }

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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 #434343;
    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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #8A1538;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #751230;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #8A1538;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #6e112d;
      color: #fefefe; }
  .button.secondary {
    background-color: #F08200;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #c06800;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #8A1538;
    color: #8A1538; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #450b1c;
      color: #450b1c; }
    .button.hollow.primary {
      border: 1px solid #8A1538;
      color: #8A1538; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #450b1c;
        color: #450b1c; }
    .button.hollow.secondary {
      border: 1px solid #F08200;
      color: #F08200; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #784100;
        color: #784100; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #8A1538;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #1D252D;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(29, 37, 45, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #434343;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f1f1f1;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

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;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [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: #1D252D; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1D252D; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f1f1f1;
  color: #1D252D;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #1D252D;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2867, 67, 67%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f1f1f1;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #8A1538;
  position: relative;
  border: 1px solid #f1f1f1;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #f1f1f1; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f1f1f1; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  background-color: #fefefe;
  color: #8A1538; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f1f1f1; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #8A1538 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #8A1538;
  color: #fefefe; }
  .badge.secondary {
    background: #F08200;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #1D252D;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #8A1538; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #8A1538;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #6e112d;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #F08200;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #c06800;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      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; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(29, 37, 45, 0.25);
  border-radius: 0;
  position: relative;
  color: #1D252D;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #f8d1dd; }
  .callout.secondary {
    background-color: #ffecd7; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #434343;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #1D252D; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #8A1538; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .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;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #1D252D;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #1D252D, 0 14px 0 #1D252D; }
  .menu-icon.dark:hover::after {
    background: #434343;
    box-shadow: 0 7px 0 #434343, 0 14px 0 #434343; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #8A1538 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #8A1538 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #8A1538 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #8A1538;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8A1538 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8A1538 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8A1538 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8A1538 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8A1538 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8A1538 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8A1538 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8A1538 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.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;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8A1538 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8A1538;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #8A1538;
  color: #fefefe; }
  .label.secondary {
    background: #F08200;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(29, 37, 45, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #f1f1f1;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(29, 37, 45, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #434343; }
    .orbit-bullets button.is-active {
      background-color: #434343; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #1D252D;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f1f1f1; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #8A1538;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #1D252D; }

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #8A1538; }
  .progress.secondary .progress-meter {
    background-color: #F08200; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #8A1538; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f1f1f1;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #8A1538;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #751230; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(29, 37, 45, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #8A1538; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

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

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

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #1D252D; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

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

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

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #f1f1f1; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

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

.tabs.primary {
  background: #8A1538; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #99173e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f1f1f1; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #f1f1f1;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #f1f1f1;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(29, 37, 45, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(138, 21, 56, 0.5); }

.title-bar {
  background: #1D252D;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #1D252D;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #1D252D, 0 14px 0 #1D252D; }
  .menu-icon.dark:hover::after {
    background: #434343;
    box-shadow: 0 7px 0 #434343, 0 14px 0 #434343; }

.has-tip {
  border-bottom: dotted 1px #434343;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #1D252D;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #1D252D;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #1D252D transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #1D252D;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #1D252D transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #f1f1f1; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }

/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

body#tinymce {
  height: auto;
  padding: 40px 40px 40px 40px !important; }

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

a:focus, input:focus, div:focus {
  outline: none; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

*:focus {
  outline: none !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  clear: both; }
  section.row table {
    margin-bottom: 0; }
  table th {
    font-weight: bold;
    padding: 6px 8px;
    text-transform: uppercase; }
  table td {
    border-top: 1px dotted black;
    padding: 6px 8px; }
  table p {
    margin-bottom: 0; }

img,
video,
object {
  max-width: 100%; }

figure {
  display: table; }
  figure img {
    width: 100%; }

figcaption,
figcaption p {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-top: 0; }

ul,
ol {
  list-style: none;
  margin: 0 0 30px; }

ul.list li {
  position: relative;
  padding-left: 32px; }
  ul.list li::before {
    content: '\2022';
    display: block;
    position: absolute;
    top: 0;
    left: 10px; }

ol.list {
  counter-reset: list; }
  ol.list > li {
    position: relative;
    padding-left: 32px; }
    ol.list > li::before {
      counter-increment: list;
      content: "0" counter(list);
      color: inherit;
      display: inline-block;
      position: absolute;
      left: 0; }
    ol.list > li:nth-child(10n) ~ li::before, ol.list > li:nth-child(10n)::before {
      content: counter(list); }

ul ol,
ol ul {
  padding-top: 0; }

button, input, select, textarea {
  margin: 0;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline;
  float: none;
  width: auto; }

input[type="radio"] ul li label {
  display: inline;
  float: none;
  width: auto;
  font-weight: normal; }

input:invalid {
  -moz-box-shadow: none !important; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="datetime-local"],
input[type="number"],
input[type="tel"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="search"],
input[type="file"],
input[type="range"],
input[id="text_inline"],
textarea {
  background: transparent;
  appearance: none;
  outline: 0; }

textarea {
  min-height: 170px; }

select[multiple] {
  appearance: menulist; }

input:valid, textarea:valid {
  background-color: transparent; }

input:invalid, textarea:invalid {
  background-color: transparent; }

::-webkit-input-placeholder {
  color: gray; }

:-moz-placeholder {
  color: gray; }

::-moz-placeholder {
  color: gray; }

:-ms-input-placeholder {
  color: gray; }

/**@mixin vertical-align($position: relative, $top: 50%) {
  position: $position;
  top: $top;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}**/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

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

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

.slick-loading .slick-track {
  visibility: hidden; }

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

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../scripts/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../scripts/slick/fonts/slick.eot");
  src: url("../scripts/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../scripts/slick/fonts/slick.woff") format("woff"), url("../scripts/slick/fonts/slick.ttf") format("truetype"), url("../scripts/slick/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0c;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 95%;
  margin: 20px auto; }

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../plugins/UberMenu/assets/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../../../plugins/UberMenu/assets/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../../../plugins/UberMenu/assets/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../../../plugins/UberMenu/assets/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../../../plugins/UberMenu/assets/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

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

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

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

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

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

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

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

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

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

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

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

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

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

.fa-meanpath:before {
  content: "\f20c"; }

/*
 * UberMenu 3 
 * http://wpmegamenu.com 
 * Copyright 2011-2014 Chris Mavricos, SevenSpark 
 */
.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-indent: 0;
  clip: auto;
  position: static;
  background: 0 0;
  text-transform: none;
  overflow: visible;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  border: none;
  border-radius: 0; }

.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0; }

.ubermenu .ubermenu-image, .ubermenu .ubermenu-submenu-drop {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.ubermenu {
  display: block;
  line-height: 1.3em;
  text-align: left; }

.ubermenu-bound, .ubermenu-bound-inner .ubermenu-nav {
  position: relative; }

.ubermenu, .ubermenu-nav {
  overflow: visible !important;
  z-index: 100; }

.ubermenu-nav, .ubermenu-row, .ubermenu-submenu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop > .ubermenu-target {
  cursor: pointer; }

.ubermenu span.ubermenu-target {
  cursor: default; }

.ubermenu-accessible .ubermenu-target {
  outline: 0; }

.ubermenu-accessible input:not(:hover):focus, .ubermenu-accessible:not(:hover) .ubermenu-target:focus {
  outline: #2cc4ff solid 1px;
  box-shadow: 0 0 5px #2CC4FF !important;
  z-index: 50;
  transition: outline .1s linear; }

.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
  display: none;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%; }

.ubermenu-responsive-toggle:hover {
  text-decoration: none; }

.ubermenu-responsive-toggle .fa {
  width: 1.3em;
  text-align: center;
  margin-right: .6em; }

.ubermenu-bar-align-full {
  clear: both; }

.ubermenu-bar-align-left {
  float: left; }

.ubermenu-bar-align-right {
  float: right; }

.ubermenu-bar-align-center {
  float: none;
  margin: 0 auto; }

.ubermenu-bar-inner-center .ubermenu-nav {
  margin: 0 auto; }

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

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

.ubermenu .ubermenu-item {
  text-align: left;
  display: inline-block;
  vertical-align: top; }

.ubermenu .ubermenu-item-level-0 {
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible; }

.ubermenu-items-align-top .ubermenu-item-level-0 {
  vertical-align: top; }

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  float: none; }

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
  float: left; }

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right {
  float: right; }

.ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
  border-left: none; }

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
  padding: 15px 20px; }

.ubermenu .ubermenu-target-nowrap > .ubermenu-target-title {
  white-space: nowrap; }

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini > .ubermenu-target {
  padding-left: 5px;
  padding-right: 5px; }

.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack {
  position: relative; }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-type-stack {
  padding-top: 0; }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item {
  clear: both;
  width: 100%; }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
  width: auto; }

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
  padding-top: 10px;
  padding-bottom: 10px; }

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack {
  padding-top: 0;
  padding-bottom: 0; }

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
  margin-top: 10px; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px; }

.ubermenu .ubermenu-target {
  display: block;
  text-decoration: none;
  position: relative; }

.ubermenu .ubermenu-target-with-image {
  overflow: hidden; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 25px; }

.ubermenu-sub-indicators .ubermenu-item-has-children > .ubermenu-target.ubermenu-noindicator {
  padding-right: 20px; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-noindicator:after {
  content: '';
  display: none; }

.ubermenu-sub-indicators .ubermenu-submenu-type-flyout > .ubermenu-has-submenu-drop > .ubermenu-target:after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack > .ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout > .ubermenu-target:after {
  content: "\f105"; }

.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse > .ubermenu-target:after {
  right: auto;
  left: 10px;
  content: '\f104'; }

.ubermenu .ubermenu-target-text {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: inherit;
  color: inherit; }

.ubermenu .ubermenu-target-description {
  font-size: 80%;
  font-weight: 400;
  clear: both;
  display: block; }

.ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
  display: block;
  clear: none; }

.ubermenu .ubermenu-item.ubermenu-disable-padding > .ubermenu-target {
  padding: 0; }

.ubermenu .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 30px; }

.ubermenu .ubermenu-image {
  display: block;
  max-width: 100%;
  transition: opacity 1s ease;
  opacity: 1; }

.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
  height: auto; }

.ubermenu .ubermenu-image-lazyload {
  opacity: 0; }

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
  padding-left: 50px; }

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-image {
  float: left; }

.ubermenu .ubermenu-item-layout-image_right > .ubermenu-target-text {
  padding-right: 50px; }

.ubermenu .ubermenu-item-layout-image_right > .ubermenu-image {
  float: right; }

.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
  margin-bottom: 10px; }

.ubermenu .ubermenu-item-layout-image_below > .ubermenu-image {
  margin-top: 10px; }

.ubermenu .ubermenu-icon {
  width: 1.3em;
  text-align: center;
  line-height: 1em; }

.ubermenu .ubermenu-item-notext > .ubermenu-icon {
  line-height: 1.3em; }

.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_right > .ubermenu-icon {
  vertical-align: middle; }

.ubermenu .ubermenu-item-layout-icon_bottom > .ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_top > .ubermenu-icon {
  line-height: 1.3em; }

.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title {
  margin-left: .6em;
  display: inline-block; }

.ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left > .ubermenu-icon, .ubermenu.ubermenu-icons-inline .ubermenu-item-layout-icon_left > .ubermenu-target-title {
  display: inline;
  white-space: normal; }

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

.ubermenu .ubermenu-content-align-left > .ubermenu-image {
  display: inline-block; }

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

.ubermenu .ubermenu-content-align-center > .ubermenu-image {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

.ubermenu .ubermenu-content-align-right > .ubermenu-image {
  display: inline-block; }

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  position: absolute;
  z-index: 500;
  top: -10000px;
  height: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden; }

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
  min-height: 0 !important; }

.ubermenu .ubermenu-item .ubermenu-submenu-padded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-drop {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: none; }

.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout, .ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-type-flyout {
  overflow: visible; }

.ubermenu .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-type-flyout {
  overflow: hidden; }

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  clip: rect(0, 5000px, 5000px, -5000px); }

.ubermenu-bound .ubermenu-submenu-type-mega {
  min-width: 50%; }

.ubermenu .ubermenu-grid-row, .ubermenu .ubermenu-submenu-grid {
  padding-right: 20px; }

.ubermenu .ubermenu-grid-row .ubermenu-target, .ubermenu .ubermenu-submenu-grid .ubermenu-target {
  padding-right: 0; }

.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target, .ubermenu-nojs .ubermenu-item:hover > .ubermenu-target {
  position: relative; }

.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
  z-index: 20; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
  left: auto; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item {
  right: auto; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width, .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar {
  left: 0; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar {
  right: 0; }

.ubermenu .ubermenu-submenu-rtl {
  direction: rtl; }

.ubermenu .ubermenu-submenu-rtl > * {
  direction: ltr; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  width: 100%; }

.ubermenu .ubermenu-retractor {
  display: block;
  clear: both;
  text-align: center;
  cursor: pointer; }

.ubermenu .ubermenu-retractor:hover {
  background: rgba(0, 0, 0, 0.1); }

.ubermenu .ubermenu-retractor-desktop {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  z-index: 100; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item {
  display: block; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto {
  width: 100%;
  display: block;
  float: none;
  min-width: 0; }

.ubermenu .ubermenu-submenu-type-stack.ubermenu-submenu-indent {
  padding-left: 1.6em;
  padding-top: .4em; }

.ubermenu .ubermenu-submenu-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  color: inherit;
  font-size: inherit;
  list-style: none; }

.ubermenu .ubermenu-submenu-footer a {
  text-decoration: none;
  font-weight: 700;
  font-size: inherit; }

.ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition > .ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-drop {
  overflow: hidden !important;
  height: auto; }

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  top: auto; }

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-none .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
  max-height: none;
  height: auto;
  overflow-y: visible; }

.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop {
  -webkit-transition-property: max-height,visibility;
  -ms-transition-property: max-height,visibility;
  transition-property: max-height,visibility;
  max-height: 0;
  top: auto; }

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-slide .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
  max-height: 1000px; }

.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
  opacity: 0;
  -webkit-transition-property: opacity,visibility;
  -ms-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  top: auto;
  margin-top: 1px; }

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-fade .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
  opacity: 1;
  top: auto; }

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  margin-top: 20px;
  top: auto;
  opacity: 0;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility; }

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
  margin-top: 0;
  opacity: 1; }

.ubermenu.ubermenu-transition-slide .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega, .ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
  display: block;
  float: none;
  position: relative;
  min-width: 150px;
  clear: both; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item.ubermenu-active {
  z-index: 50; }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout {
  margin-top: -1px;
  top: 0;
  left: 100%;
  min-width: none;
  clip: rect(-10px, 5000px, 5000px, 0); }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
  left: auto;
  right: 100%;
  clip: rect(-10px, 5000px, 5000px, -10px); }

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout {
  top: 0; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item.ubermenu-has-submenu-mega {
  position: static; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
  left: 100%;
  top: 0;
  min-height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  clip: rect(-10px, 5000px, 5000px, 0); }

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child > .ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child > .ubermenu-submenu-type-flyout > .ubermenu-item:first-child > .ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
  border-top: none; }

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop {
  margin-top: 0;
  clip: rect(0, 5000px, 5000px, -5000px); }

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout {
  position: relative; }

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu-drop {
  top: auto;
  left: auto;
  box-shadow: none; }

.ubermenu .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout.ubermenu-active {
  z-index: 100; }

.ubermenu .ubermenu-row {
  margin-bottom: 10px;
  clear: both; }

.ubermenu .ubermenu-row:after {
  content: "";
  display: table;
  clear: both; }

.ubermenu .ubermenu-submenu .ubermenu-column {
  display: block;
  float: left;
  width: auto; }

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 100px;
  width: auto; }

.ubermenu .ubermenu-nav .ubermenu-column-full {
  width: 100%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-2 {
  width: 50%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
  width: 33.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-3 {
  width: 66.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
  width: 25%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
  width: 75%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
  width: 20%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-5 {
  width: 40%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-5 {
  width: 60%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-5 {
  width: 80%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
  width: 16.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-6 {
  width: 83.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
  width: 14.28%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-7 {
  width: 28.57%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-7 {
  width: 42.85%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-7 {
  width: 57.14%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-7 {
  width: 71.42%; }

.ubermenu .ubermenu-nav .ubermenu-column-6-7 {
  width: 85.71%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-8 {
  width: 12.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-8 {
  width: 37.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-8 {
  width: 62.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-8 {
  width: 87.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-9 {
  width: 11.11%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-9 {
  width: 22.22%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-9 {
  width: 44.44%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-9 {
  width: 55.55%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-9 {
  width: 77.77%; }

.ubermenu .ubermenu-nav .ubermenu-column-8-9 {
  width: 88.88%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-10 {
  width: 10%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-10 {
  width: 30%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-10 {
  width: 70%; }

.ubermenu .ubermenu-nav .ubermenu-column-9-10 {
  width: 90%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-11 {
  width: 9.09%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-11 {
  width: 18.18%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-11 {
  width: 27.27%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-11 {
  width: 36.36%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-11 {
  width: 45.45%; }

.ubermenu .ubermenu-nav .ubermenu-column-6-11 {
  width: 54.54%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-11 {
  width: 63.63%; }

.ubermenu .ubermenu-nav .ubermenu-column-8-11 {
  width: 72.72%; }

.ubermenu .ubermenu-nav .ubermenu-column-9-11 {
  width: 81.81%; }

.ubermenu .ubermenu-nav .ubermenu-column-10-11 {
  width: 90.9%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-12 {
  width: 8.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-12 {
  width: 41.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-12 {
  width: 58.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-11-12 {
  width: 91.66%; }

.ubermenu .ubermenu-autoclear > .ubermenu-column-1-10:nth-child(10n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-11:nth-child(11n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-12:nth-child(12n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-2:nth-child(2n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-3:nth-child(3n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-4:nth-child(4n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-5:nth-child(5n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-6:nth-child(6n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-7:nth-child(7n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-8:nth-child(8n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-9:nth-child(9n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-full {
  clear: both; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column {
  clear: none; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-10:nth-child(10n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-11:nth-child(11n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-12:nth-child(12n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-2:nth-child(2n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-3:nth-child(3n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-4:nth-child(4n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-5:nth-child(5n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-6:nth-child(6n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-7:nth-child(7n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-8:nth-child(8n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-9:nth-child(9n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-full {
  clear: both; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top.ubermenu-submenu-retractor-top-2 > .ubermenu-column {
  clear: none; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-10:nth-child(10n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-11:nth-child(11n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-12:nth-child(12n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-2:nth-child(2n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-3:nth-child(3n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-4:nth-child(4n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-5:nth-child(5n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-6:nth-child(6n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-7:nth-child(7n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-8:nth-child(8n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-1-9:nth-child(9n+3), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top-2 > .ubermenu-column-full {
  clear: both; }

.ubermenu .ubermenu-tabs {
  position: relative;
  width: 100%; }

.ubermenu .ubermenu-tabs-group {
  border-style: solid; }

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
  position: absolute;
  display: none; }

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel, .ubermenu .ubermenu-tab > .ubermenu-target {
  border-width: 0;
  border-style: solid; }

.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel, .ubermenu-nojs .ubermenu-tab:hover > .ubermenu-tab-content-panel, .ubermenu-nojs .ubermenu-tabs-show-default > .ubermenu-tabs-group > .ubermenu-tab:first-child > .ubermenu-tab-content-panel {
  display: block; }

.ubermenu-nojs .ubermenu-tabs-show-default:hover > .ubermenu-tabs-group > .ubermenu-tab:first-child > .ubermenu-tab-content-panel {
  display: none; }

.ubermenu-nojs .ubermenu-tabs-show-default:hover > .ubermenu-tabs-group > .ubermenu-tab:first-child:hover > .ubermenu-tab-content-panel {
  display: block; }

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
  float: left;
  border-width: 0 1px 0 0; }

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  right: 0;
  top: 0; }

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: "\f105"; }

.ubermenu .ubermenu-tab-layout-right > .ubermenu-tabs-group {
  float: right;
  border-width: 0 0 0 1px; }

.ubermenu .ubermenu-tab-layout-right > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  left: 0;
  top: 0; }

.ubermenu .ubermenu-tab-layout-right > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-left: 25px;
  padding-right: 20px; }

.ubermenu-sub-indicators .ubermenu-tab-layout-right > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: "\f104";
  right: auto;
  left: 10px; }

.ubermenu .ubermenu-tab-layout-top > .ubermenu-tabs-group {
  border-width: 0; }

.ubermenu .ubermenu-tab-layout-top > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  left: 0;
  top: auto;
  border-width: 1px 0 0; }

.ubermenu .ubermenu-tab-layout-bottom > .ubermenu-tabs-group {
  border-width: 1px 0 0;
  position: absolute;
  bottom: 0; }

.ubermenu .ubermenu-tab-layout-bottom > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  left: 0;
  bottom: 100%; }

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-bottom > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: "\f106"; }

.ubermenu h3.ubermenu-widgettitle {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.3em; }

.ubermenu .ubermenu-divider {
  clear: both;
  display: block;
  padding: 20px 0; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-divider {
  padding: 10px 0; }

.ubermenu .ubermenu-divider hr {
  padding: 0;
  margin: 0;
  display: block;
  height: 1px;
  background: 0 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.ubermenu .ubermenu-search .ubermenu-searchform {
  position: relative;
  background: #f9f9f9;
  width: 150px;
  margin: 7px; }

.ubermenu .ubermenu-search input.ubermenu-search-input {
  width: 100%;
  padding: 8px 40px 8px 15px;
  height: 100%;
  color: #333;
  background: 0 0;
  border: none; }

.ubermenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
  height: 50px;
  margin: 0;
  background: #f9f9f9;
  width: 100%; }

.ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input {
  width: 100%;
  padding: 14px 50px 14px 25px;
  height: 100%;
  color: #333;
  background: 0 0; }

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ubermenu .ubermenu-postlist-item {
  margin-bottom: 10px; }

.ubermenu .ubermenu-postlist .ubermenu-image {
  float: left; }

.ubermenu .ubermenu-postlist-title > a {
  color: inherit;
  text-decoration: none; }

.ubermenu .ubermenu-postlist-content {
  font-size: 11px;
  opacity: .7; }

.ubermenu .ubermenu-map-canvas img {
  max-width: none; }

.ubermenu-screen-reader, .ubermenu-target-divider {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0; }

.uber-clear:after, .ubermenu .ubermenu-column:after, .ubermenu .ubermenu-content-block:after, .ubermenu .ubermenu-image:after, .ubermenu .ubermenu-postlist-item:after, .ubermenu .ubermenu-submenu:after, .ubermenu .ubermenu-tabs:after, .ubermenu:after {
  content: "";
  display: table;
  clear: both; }

.ubermenu {
  background: 0 0; }

.ubermenu-submenu-drop {
  background: #fff; }

.ubermenu-test-dimensions {
  visibility: hidden !important;
  display: block !important; }

.ubermenu .ubermenu-force > .ubermenu-submenu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  top: auto !important;
  max-height: 600px;
  height: auto;
  overflow: auto !important; }

.ubermenu-notransition, .ubermenu-notransition > .ubermenu-submenu-drop {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.ubermenu-admin-notice {
  background: #eee;
  color: #333;
  padding: 15px;
  border-left: 30px solid #4D90FE;
  margin: 20px;
  position: relative;
  font-size: 12px;
  clear: both; }

.ubermenu-admin-notice a, .ubermenu-admin-notice a:visited {
  color: #00A3FF;
  text-decoration: underline;
  font-size: inherit; }

.ubermenu-admin-notice a:hover {
  color: #0D75AF; }

.ubermenu-admin-notice strong {
  color: tomato; }

.ubermenu-admin-notice .ubermenu-admin-notice-icon {
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
  font-size: 13px; }

.ubermenu-admin-notice:after {
  display: none;
  position: absolute;
  content: 'UberMenu Notice: Only displayed to admin users';
  left: -30px;
  bottom: 100%;
  background: #666;
  color: #eee;
  padding: 7px 10px;
  font-size: 11px; }

.ubermenu-admin-notice:hover:after {
  display: block; }

#wp-admin-bar-ubermenu .fa, #wp-admin-bar-ubermenu_loading .fa {
  font-family: FontAwesome;
  margin-right: 4px;
  color: #aaa; }

#wp-admin-bar-ubermenu_loading .fa {
  color: #ff0; }

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item {
  width: 300px;
  white-space: normal;
  height: auto;
  padding: 10px 20px;
  line-height: 1.5em; }

.ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
  top: 32px; }

@media screen and (max-width: 959px) {
  .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    margin-top: 47px; } }

@media screen and (max-width: 782px) {
  .admin-bar .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .admin-bar .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    top: 46px; }
  .ubermenu-responsive-toggle.ubermenu-loc-ubermenu-direct-inject, .ubermenu.ubermenu-loc-ubermenu-direct-inject {
    position: absolute; } }

.ubermenu-vertical .ubermenu-item-level-0 {
  display: block;
  clear: both; }

.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  clip: rect(-5000px, 5000px, 5000px, 0); }

.ubermenu.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target {
  box-shadow: none;
  border-left: none; }

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children > a.ubermenu-target:after {
  content: '\f105'; }

.ubermenu-vertical .ubermenu-item > .ubermenu-submenu-drop {
  left: 100%;
  margin-left: 0;
  top: 0; }

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop, .ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop {
  top: 0;
  min-height: 100%; }

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
  min-height: 0; }

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height {
  position: static; }

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height > .ubermenu-submenu-drop {
  min-height: 100% !important;
  max-height: none;
  height: auto; }

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
  top: 0; }

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition > .ubermenu-submenu-drop {
  min-height: 0; }

.ubermenu-vertical .ubermenu-item > .ubermenu-submenu-type-mega {
  width: 600px;
  margin: 0; }

.ubermenu-vertical .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel, .ubermenu-vertical .ubermenu-tab-layout-right > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
  min-height: 100%; }

.ubermenu-vertical .ubermenu-item.ubermenu-relative {
  position: relative; }

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
  top: 0; }

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini {
  float: left;
  clear: none; }

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini > .ubermenu-target {
  background: 0 0;
  box-shadow: none; }

@media screen and (min-width: 960px) {
  .ubermenu-responsive-default.ubermenu {
    display: block !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop {
    display: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor-mobile {
    display: none; } }

@media screen and (max-width: 959px) {
  .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
    display: block; }
  .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
    display: none;
    visibility: visible;
    height: auto;
    max-height: none;
    overflow: visible !important; }
  .ubermenu-sticky-wrapper {
    min-height: 0 !important; }
  .ubermenu-responsive-default .ubermenu-responsive-toggle, .ubermenu-responsive-default .ubermenu-sticky-toggle-wrapper, .ubermenu-sticky-toggle-wrapper {
    display: block; }
  .ubermenu-responsive-default.ubermenu-responsive {
    width: 100%;
    max-height: 500px;
    visibility: visible;
    overflow: visible;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height .3s ease-in; }
  .ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse {
    display: block;
    max-height: none; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: 0;
    overflow: hidden !important;
    visibility: hidden; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav {
    overflow: hidden !important;
    visibility: visible; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
    border-top-width: 0;
    border-bottom-width: 0; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
    width: 50%; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    border: none;
    box-shadow: none; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
    position: static; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop > .ubermenu-target:after {
    content: "\f107"; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    top: auto;
    left: 0 !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-active > .ubermenu-submenu-type-mega {
    max-height: none;
    height: auto; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-drop {
    max-height: 1000px; }
  .ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega {
    min-height: 0; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 50%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear > .ubermenu-column {
    clear: none; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
    clear: both; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+1) {
    clear: none; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top:not(.ubermenu-submenu-retractor-top-2) .ubermenu-column:nth-of-type(2n+2) {
    clear: both; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    left: 0; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs {
    min-height: 0 !important; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel {
    z-index: 20; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab > .ubermenu-target {
    border-width: 0 0 1px; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab.ubermenu-has-submenu-drop > .ubermenu-target:after {
    content: "\f107"; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
    position: relative;
    border-width: 0 0 2px; }
  .ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0 > .ubermenu-submenu-type-stack, .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab-layout-bottom > .ubermenu-tabs-group {
    position: relative; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column, .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
    width: 100%;
    max-width: 100%; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini {
    min-width: 0;
    width: auto;
    float: left;
    clear: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini > a.ubermenu-target {
    padding: 20px; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile {
    display: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img {
    background-image: none; } }

@media screen and (max-width: 480px) {
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
    width: 100%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-mini {
    min-width: 0;
    width: auto; } }

/* General */
.shiftnav-toggle,
.shiftnav-toggle *,
.shiftnav,
.shiftnav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
  background: none transparent; }

.shiftnav-wrap {
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
  max-width: 100%;
  overflow: hidden; }

body.shiftnav-lock-x.shiftnav-enabled {
  overflow-x: hidden; }

body.shiftnav-lock.shiftnav-open {
  overflow: hidden; }

body.shiftnav-open {
  /*overflow:hidden;*/ }

body.shiftnav-transition {
  overflow: visible; }

body.shiftnav-enabled.shiftnav-open.admin-bar,
body.shiftnav-enabled.shiftnav-transition.admin-bar {
  /*margin-top:-28px;*/ }

.shiftnav,
.shiftnav-wrap,
#shiftnav-toggle-main {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s; }

/* TOGGLE */
.shiftnav-toggle {
  cursor: pointer; }

/* Main Toggle */
#shiftnav-toggle-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  z-index: 500000;
  text-align: center; }

#shiftnav-toggle-main.shiftnav-toggle-position-absolute {
  position: absolute; }

#shiftnav-toggle-main.shiftnav-toggle-main-align-left {
  text-align: left; }

#shiftnav-toggle-main.shiftnav-toggle-main-align-right {
  text-align: right; }

#shiftnav-toggle-main {
  /* dark skin */
  background: #1D1D20;
  color: #eee; }

#shiftnav-toggle-main a {
  color: inherit;
  text-decoration: none; }

#shiftnav-toggle-main .shiftnav-main-toggle-content-before > *,
#shiftnav-toggle-main .shiftnav-main-toggle-content-after > * {
  position: relative;
  z-index: 20; }

#shiftnav-toggle-main .shiftnav-main-toggle-content-before {
  float: left; }

#shiftnav-toggle-main .shiftnav-main-toggle-content-after {
  float: right; }

#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 16px 40px; }

#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0; }

#shiftnav-toggle-main.shiftnav-togglebar-transparent {
  background: transparent; }

.shiftnav-toggle-main-block {
  padding: 16px 20px;
  display: inline-block;
  line-height: 1em; }

.shiftnav-toggle-main-ontop {
  position: relative;
  z-index: 20; }

/* Burger Only */
#shiftnav-toggle-main.shiftnav-toggle-edge-right {
  left: auto;
  right: 0; }

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only {
  width: auto;
  padding: 0;
  margin: 0; }

#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
  margin: 0; }

.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
  font-size: 24px; }

/* Bars */
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before,
#shiftnav-toggle-main .shiftnav-toggle-burger {
  float: left;
  content: '\f0c9';
  font-family: FontAwesome;
  padding: 16px 20px;
  margin-left: -10px;
  position: relative;
  z-index: 20;
  line-height: 1em; }

.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x:before,
.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa:before {
  content: '\f00d'; }

.shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before,
#shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before,
#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger {
  /*left:auto;
	right:20px;*/
  float: right;
  padding-left: 20px; }

.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right:before,
.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger .fa:before {
  /*left:20px;
	right:auto;*/
  float: left;
  padding-left: 0;
  padding-right: 20px; }

.shiftnav-force #shiftnav-toggle-main {
  display: block !important; }

/* Custom Toggles Default Styles */
.shiftnav-toggle-style-default {
  background: #333;
  color: #eee;
  padding: 10px; }

.shiftnav-toggle-style-default:hover {
  background: #222;
  color: #ddd; }

.shiftnav-toggle-style-default .fa {
  margin-right: 5px; }

.shiftnav-toggle-button {
  display: inline-block;
  padding: 10px 15px;
  background: #444;
  color: #eee; }

.shiftnav-toggle-button:hover {
  display: inline-block;
  padding: 10px 15px;
  background: #222;
  color: #eee; }

.shiftnav-toggle-button .fa {
  margin-right: 3px; }

.shiftnav-fixed-right,
.shiftnav-fixed-left {
  position: fixed;
  top: 0;
  z-index: 9999999;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s; }

.shiftnav-fixed-right {
  right: 0; }

.shiftnav-fixed-left {
  left: 0; }

.admin-bar .shiftnav-fixed-right,
.admin-bar .shiftnav-fixed-left {
  top: 32px; }

/*.admin-bar.shiftnav-open .shiftnav-fixed-right,
.admin-bar.shiftnav-open .shiftnav-fixed-left,
.admin-bar.shiftnav-transitioning .shiftnav-fixed-right,
.admin-bar.shiftnav-transitioning .shiftnav-fixed-left{
	top:0;
}*/
@media screen and (max-width: 782px) {
  .admin-bar .shiftnav-fixed-right,
  .admin-bar .shiftnav-fixed-left {
    top: 46px; } }

/* Switch to X when open */
.shiftnav-open .shiftnav-toggle .shiftnav-icon-toggler:before,
.shiftnav-open-left .shiftnav-toggle .shiftnav-icon-toggler-left:before,
.shiftnav-open-right .shiftnav-toggle .shiftnav-icon-toggler-right:before {
  content: "\f00d"; }

.shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-left .shiftnav-wrap,
.shiftnav-open.shiftnav-open-left > .shiftnav-fixed-left {
  -webkit-transform: translateX(290px);
  -moz-transform: translateX(290px);
  -ms-transform: translateX(290px);
  -o-transform: translateX(290px);
  transform: translateX(290px); }

.shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
.shiftnav-open.shiftnav-open-right .shiftnav-wrap,
.shiftnav-open.shiftnav-open-right > .shiftnav-fixed-right {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  -o-transform: translateX(-290px);
  transform: translateX(-290px); }

body.admin-bar #shiftnav-toggle-main,
body.admin-bar .shiftnav {
  top: 32px; }

body.admin-bar .shiftnav {
  padding-bottom: 32px; }

#wpadminbar:hover {
  z-index: 999999; }

@media screen and (min-width: 600px) and (max-width: 782px) {
  body.admin-bar #shiftnav-toggle-main,
  body.admin-bar .shiftnav {
    top: 46px; }
  body.admin-bar .shiftnav {
    padding-bottom: 46px; } }

@media screen and (max-width: 600px) {
  body.admin-bar #shiftnav-toggle-main,
  body.admin-bar .shiftnav {
    top: 0; }
  body.admin-bar .shiftnav {
    padding-bottom: 0; }
  html #shiftnav-toggle-main ~ #wpadminbar {
    top: 54px; }
  html.shiftnav-nogap {
    margin-top: 0 !important; } }

/* WRAPPER */
.shiftnav-wrap {
  left: 0;
  top: 0;
  z-index: 250;
  padding-top: 1px;
  margin-top: -1px; }

.shiftnav-open .shiftnav-wrap {
  height: 100%; }

/* Shadow */
.shiftnav:after {
  content: ' ';
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 15px;
  background: transparent;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  z-index: 10000; }

.shiftnav.shiftnav-right-edge:after {
  left: -15px;
  right: auto; }

.shiftnav-no-transforms .shiftnav:after {
  display: none !important; }

/* MENU PANEL */
.shiftnav.shiftnav-nojs {
  display: none; }

.shiftnav {
  position: fixed;
  top: 0;
  width: 290px;
  height: 100%;
  background: white;
  z-index: 600000;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0; }

.shiftnav-open .shiftnav,
.shiftnav-transitioning .shiftnav {
  visibility: visible;
  opacity: 1; }

.shiftnav-inner {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.shiftnav.shiftnav-left-edge {
  left: 0; }

.shiftnav.shiftnav-right-edge {
  right: 0; }

/* Shift the menu */
.shiftnav.shiftnav-left-edge {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  -o-transform: translateX(-290px);
  transform: translateX(-290px); }

.shiftnav.shiftnav-right-edge {
  -webkit-transform: translateX(290px);
  -moz-transform: translateX(290px);
  -ms-transform: translateX(290px);
  -o-transform: translateX(290px);
  transform: translateX(290px); }

.shiftnav-open .shiftnav.shiftnav-open-target {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

/* No Transforms */
.shiftnav-no-transforms .shiftnav {
  width: 290px; }

.shiftnav-no-transforms .shiftnav.shiftnav-left-edge {
  left: -290px; }

.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-left-edge {
  left: 0; }

.shiftnav-no-transforms .shiftnav.shiftnav-right-edge {
  left: auto;
  right: -290px; }

.shiftnav-no-transforms.shiftnav-open .shiftnav.shiftnav-open-target.shiftnav-right-edge {
  right: 0; }

.shiftnav-no-transforms .shiftnav,
.shiftnav-no-transforms #shiftnav-toggle-main {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.shiftnav-no-transforms.shiftnav-open-left #shiftnav-toggle-main {
  left: 290px; }

.shiftnav-no-transforms.shiftnav-open-right #shiftnav-toggle-main {
  left: auto;
  right: 290px; }

.shiftnav-no-transforms #shiftnav-toggle-main,
.shiftnav-no-transforms .shiftnav-wrap {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

/* Prevent weird link clicking on old android */
.shiftnav-no-transforms .shiftnav-inner {
  padding-top: 30px; }

/* Close button */
.shiftnav .shiftnav-panel-close {
  display: block;
  position: absolute;
  right: 0;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 20;
  cursor: pointer; }

/* Menu Title */
.shiftnav .shiftnav-menu-title {
  font-size: 30px;
  text-align: center;
  padding: 40px 25px;
  font-weight: normal;
  margin: 0;
  color: inherit; }

.shiftnav-menu-title a,
.shiftnav-menu-title a:hover,
.shiftnav-menu-title a:visited {
  color: inherit;
  text-decoration: none; }

/* Menu Image */
.shiftnav .shiftnav-menu-image-padded {
  padding: 25px; }

.shiftnav .shiftnav-menu-image a {
  display: block; }

.shiftnav .shiftnav-menu-image img {
  max-width: 100%;
  height: auto; }

/* Menu */
.shiftnav .shiftnav-nav,
.shiftnav ul.shiftnav-menu,
.shiftnav ul.shiftnav-menu ul.sub-menu {
  position: static;
  display: block;
  top: auto;
  left: auto;
  float: none;
  min-width: 0; }

.shiftnav ul.shiftnav-menu {
  position: relative;
  clear: both;
  /*overflow-x:hidden;*/
  overflow: hidden; }

.shiftnav ul.shiftnav-menu,
.shiftnav ul.shiftnav-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.shiftnav ul.shiftnav-menu li.menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  background: none transparent;
  list-style-type: none; }

.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
  display: block;
  padding: 15px 25px;
  line-height: 1.6em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -ms-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon > .shiftnav-target > i.shiftnav-icon {
  margin-right: .8em;
  font-size: 150%;
  vertical-align: middle;
  line-height: inherit;
  width: 1.2em;
  text-align: center; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon > .shiftnav-target > i.shiftnav-icon:before {
  vertical-align: top; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon > .shiftnav-target > span.shiftnav-target-text {
  vertical-align: middle;
  display: inline-block;
  line-height: inherit; }

.shiftnav ul.shiftnav-menu li.shiftnav-retract,
.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift li.shiftnav-active ~ li.shiftnav-retract {
  display: none;
  margin: 0; }

.shiftnav ul.shiftnav-menu li.shiftnav-sub-shift > .sub-menu.shiftnav-sub-active-current > li.shiftnav-retract {
  display: block; }

/* Menu Items */
/* Buttons Medium */
.shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item > .shiftnav-target {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

/* Buttons Large */
.shiftnav ul.shiftnav-menu.shiftnav-targets-large li.menu-item > .shiftnav-target {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

/* Buttons Enormous */
.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item > .shiftnav-target {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

/* Text Small */
.shiftnav ul.shiftnav-menu.shiftnav-targets-text-small li.menu-item > .shiftnav-target {
  font-size: 12px !important; }

/* Text Medium */
.shiftnav ul.shiftnav-menu.shiftnav-targets-text-medium li.menu-item > .shiftnav-target {
  font-size: 14px !important; }

/* Text Large */
.shiftnav ul.shiftnav-menu.shiftnav-targets-text-large li.menu-item > .shiftnav-target {
  font-size: 16px !important; }

/* Text Enormous */
.shiftnav ul.shiftnav-menu.shiftnav-targets-text-enormous li.menu-item > .shiftnav-target {
  font-size: 22px !important; }

/* Icons Small */
.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-small li.menu-item > .shiftnav-target > i.shiftnav-icon {
  font-size: 100% !important; }

/* Icons Medium */
.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-medium li.menu-item > .shiftnav-target > i.shiftnav-icon {
  font-size: 140% !important; }

/* Icons Large */
.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item > .shiftnav-target > i.shiftnav-icon {
  font-size: 180% !important; }

.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-large li.menu-item.shiftnav-has-icon > .shiftnav-target > i.shiftnav-icon:before {
  vertical-align: middle; }

/* Icons Enormous */
.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item > .shiftnav-target > i.shiftnav-icon {
  font-size: 250% !important; }

.shiftnav ul.shiftnav-menu.shiftnav-targets-icon-enormous li.menu-item.shiftnav-has-icon > .shiftnav-target > i.shiftnav-icon:before {
  vertical-align: middle; }

/* Submenu Indentation */
.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu li.menu-item > a {
  padding-left: 50px; }

.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu li.menu-item > a {
  padding-left: 75px; }

.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu ul.sub-menu ul.sub-menu li.menu-item > a {
  padding-left: 100px; }

/* RESPONSIVENESS */
@media only screen and (max-width: 960px) {
  #shiftnav-toggle-main {
    font-size: 16px; } }

@media only screen and (max-width: 479px) {
  .shiftnav {
    width: 320px;
    max-width: 95%; }
  .shiftnav.shiftnav-left-edge {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px); }
  .shiftnav.shiftnav-right-edge {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px); }
  .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-left .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-left .shiftnav-fixed-left {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px); }
  .shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-right .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-right .shiftnav-fixed-right {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px); }
  .shiftnav .shiftnav-menu-title {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    font-weight: normal;
    margin: 0; } }

@media only screen and (max-width: 374px) {
  .shiftnav {
    width: 305px;
    max-width: 95%; }
  .shiftnav.shiftnav-left-edge {
    -webkit-transform: translateX(-305px);
    -moz-transform: translateX(-305px);
    -ms-transform: translateX(-305px);
    -o-transform: translateX(-305px);
    transform: translateX(-305px); }
  .shiftnav.shiftnav-right-edge {
    -webkit-transform: translateX(305px);
    -moz-transform: translateX(305px);
    -ms-transform: translateX(305px);
    -o-transform: translateX(305px);
    transform: translateX(305px); }
  .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-left .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-left .shiftnav-fixed-left {
    -webkit-transform: translateX(305px);
    -moz-transform: translateX(305px);
    -ms-transform: translateX(305px);
    -o-transform: translateX(305px);
    transform: translateX(305px); }
  .shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-right .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-right .shiftnav-fixed-right {
    -webkit-transform: translateX(-305px);
    -moz-transform: translateX(-305px);
    -ms-transform: translateX(-305px);
    -o-transform: translateX(-305px);
    transform: translateX(-305px); } }

@media only screen and (max-width: 359px) {
  .shiftnav {
    width: 265px;
    max-width: 95%; }
  .shiftnav.shiftnav-left-edge {
    -webkit-transform: translateX(-265px);
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -o-transform: translateX(-265px);
    transform: translateX(-265px); }
  .shiftnav.shiftnav-right-edge {
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px); }
  .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-left .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-left .shiftnav-fixed-left {
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px); }
  .shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-right .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-right .shiftnav-fixed-right {
    -webkit-transform: translateX(-265px);
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -o-transform: translateX(-265px);
    transform: translateX(-265px); } }

@media only screen and (max-width: 319px) {
  .shiftnav {
    width: 230px;
    max-width: 95%; }
  .shiftnav.shiftnav-left-edge {
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    transform: translateX(-230px); }
  .shiftnav.shiftnav-right-edge {
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px); }
  .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-left .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-left .shiftnav-fixed-left {
    -webkit-transform: translateX(230px);
    -moz-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px); }
  .shiftnav-open.shiftnav-open-right #shiftnav-toggle-main,
  .shiftnav-open.shiftnav-open-right .shiftnav-wrap,
  .shiftnav-open.shiftnav-open-right .shiftnav-fixed-right {
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    transform: translateX(-230px); } }

/* Submenu Toggles */
.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children > .shiftnav-target {
  padding-right: 35px;
  -webkit-user-select: none !important;
  /*-webkit-user-select: none !important;   /* disable cut copy paste */
  /*-webkit-touch-callout: none !important; /* disable callout, image save panel */ }

.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children > .shiftnav-target:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px; }

.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu li.menu-item-has-children.shiftnav-active > a.shiftnav-target:after,
.shiftnav.shiftnav-expandable-submenus ul.shiftnav-menu ul.sub-menu li.menu-item-has-children.shiftnav-active > a.shiftnav-target:after {
  content: "\f0c1"; }

/* Transition - Standard (up) */
.shiftnav.shiftnav-transition-standard ul.shiftnav-menu ul.sub-menu,
.shiftnav.shiftnav-transition-standard ul.shiftnav-menu ul.sub-menu ul.sub-menu {
  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -ms-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  transition: all .3s ease .1s; }

/* Submenus */
.shiftnav ul.shiftnav-menu li.menu-item {
  z-index: 30; }

/* Submenu Activation */
.shiftnav li.menu-item .shiftnav-submenu-activation {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 0 20px;
  height: 100%;
  width: 50px;
  max-width: 50px;
  cursor: pointer;
  z-index: 100;
  text-align: center; }

.shiftnav .shiftnav-submenu-activation i.fa {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -5px; }

/* Submenu Layering */
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > *,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition > * {
  z-index: 40; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > ul.sub-menu,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-in-transition > ul.sub-menu {
  z-index: 50; }

/* Submenus - shift */
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift {
  overflow: hidden; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition {
  /*position:static;*/
  z-index: 40;
  /*position:absolute;*/
  top: 0;
  width: 100%;
  overflow: visible; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active > .shiftnav-submenu-activation,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition > .shiftnav-submenu-activation {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.shiftnav li.menu-item.shiftnav-sub-shift .shiftnav-submenu-activation {
  height: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation {
  transition-duration: .2s; }

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift > ul.sub-menu {
  position: absolute;
  min-height: 100%;
  top: auto;
  width: 100%;
  height: 0;
  overflow: hidden;
  /*margin-bottom:30px;*/
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s; }

.shiftnav.shiftnav-nojs ul.shiftnav-menu li.menu-item.shiftnav-sub-shift:hover > ul.sub-menu,
.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active > ul.sub-menu {
  /*position:absolute;*/
  position: relative;
  height: auto;
  overflow: hidden;
  /*
	overflow-y:auto;
	overflow-x:hidden;
	*/
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

/*.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu li.menu-item,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.menu-item,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.shiftnav-retract,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.shiftnav-active > ul.sub-menu.shiftnav-sub-shift-active-current > li.menu-item{
	left:100%;
	position:absolute;
	width:100%;
}
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu li.menu-item.shiftnav-active,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.menu-item,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.shiftnav-active,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.shiftnav-active > ul.sub-menu > li.menu-item,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-sub-shift-active > li.shiftnav-active > ul.sub-menu.shiftnav-sub-shift-active-current > li.menu-item.shiftnav-active{
	left:0;
	position:relative;
}
*/
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu > li.menu-item,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active > li.menu-item {
  left: 100%;
  position: absolute;
  width: 100%; }

.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu li.menu-item.shiftnav-active,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active > li.menu-item.shiftnav-active,
.shiftnav.shiftnav-sub-shift-active ul.shiftnav-menu ul.shiftnav-sub-active.shiftnav-sub-active-current > li.menu-item {
  left: 0;
  position: relative; }

.shiftnav-sub-shift-active ul.shiftnav-menu {
  overflow: visible; }

/* For FireFox browser bug */
.shiftnav li.menu-item.shiftnav-caulk {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%; }

/* Submenu - Accordion */
.shiftnav li.menu-item.shiftnav-sub-accordion > ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active > ul.sub-menu {
  max-height: 800px;
  overflow-y: auto;
  visibility: visible; }

.shiftnav li.menu-item.shiftnav-sub-accordion > .shiftnav-submenu-activation-close,
.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active > .shiftnav-submenu-activation-open {
  display: none; }

.shiftnav li.menu-item.shiftnav-sub-accordion > .shiftnav-submenu-activation-open,
.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-active > .shiftnav-submenu-activation-close {
  display: block; }

/*.shiftnav li.menu-item.shiftnav-sub-accordion.shiftnav-in-transition > ul.sub-menu{
	overflow-y:hidden;
	visibility:visible;
}

*/
/* Search */
.shiftnav-search .shiftnav-searchform {
  position: relative;
  height: 50px;
  background: #f9f9f9; }

.shiftnav-search input.shiftnav-search-input {
  width: 100%;
  padding: 14px 50px 14px 25px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background: transparent; }

.shiftnav-search .shiftnav-search-submit,
.shiftnav-searchbar-drop .shiftnav-search-submit {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #666;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.shiftnav-searchbar-toggle {
  height: 100%;
  line-height: 100%;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer; }

.shiftnav-searchbar-toggle-pos-right-corner {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }

.shiftnav-searchbar-toggle-pos-left-corner {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

#shiftnav-toggle-main .shiftnav-searchbar-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

#shiftnav-toggle-main .shiftnav-main-toggle-content-before .shiftnav-searchbar-drop {
  right: auto;
  left: 0; }

#shiftnav-toggle-main .shiftnav-searchbar-drop-open {
  display: block; }

.shiftnav-searchbar-drop .shiftnav-search-input {
  width: 100%;
  padding: 24px 50px 24px 24px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background: transparent;
  margin: 0;
  font-size: 18px; }

.shiftnav-searchbar-drop .shiftnav-search-submit {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  width: 60px; }

.shiftnav .shiftnav-tagline {
  font-size: 16px;
  color: inherit;
  padding: 25px;
  display: block;
  line-height: 30px;
  vertical-align: top; }

.shiftnav .shiftnav-tagline .fa {
  font-size: 30px;
  margin: 0 10px; }

.shiftnav p {
  color: inherit;
  padding: 25px;
  margin: 0; }

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

.shiftnav h1,
.shiftnav h2,
.shiftnav h3,
.shiftnav h4,
.shiftnav h5,
.shiftnav h6 {
  color: inherit;
  padding: 25px; }

.shiftnav-basic-user-profile {
  display: block;
  font-size: 16px;
  line-height: 40px;
  vertical-align: middle; }

.shiftnav-basic-user-profile img {
  margin-right: 15px;
  float: left; }

#shiftnav-toggle-main .shiftnav-basic-user-profile {
  display: inline-block;
  padding: 0;
  line-height: 38px;
  font-size: inherit; }

.shiftnav-content-wrap {
  padding: 25px; }

.shiftnav-content-wrap-small {
  padding: 10px; }

.shiftnav-admin-tip {
  background: #eee;
  color: #333;
  padding: 20px;
  border-left: 4px solid #E6D244;
  margin: 10px; }

.shiftnav-admin-tip a,
.shiftnav-admin-tip a:visited {
  color: #00A3FF;
  text-decoration: underline; }

.shiftnav-admin-tip a:hover {
  color: #0D75AF; }

.shiftnav-admin-tip strong {
  color: tomato; }

.shiftnav-loading {
  display: block;
  position: fixed;
  bottom: 0;
  right: 20px;
  background: #35AC6A;
  color: white;
  padding: 15px;
  max-width: 400px; }

.shiftnav-loading h5 {
  color: #fff;
  font-weight: bold;
  margin: 0; }

.shiftnav-loading:hover h5 {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff; }

.shiftnav-loading .shiftnav-loading-message {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.shiftnav-loading:hover .shiftnav-loading-message {
  visibility: visible;
  max-height: 1000px;
  overflow: auto; }

.shiftnav-loading .shiftnav-loading-message p {
  color: #fff;
  margin: 10px 0; }

/* Hide on old IE */
.lt-ie9 .shiftnav,
.lt-ie9 .shiftnav-toggle,
.ie8 .shiftnav,
.ie8 .shiftnav-toggle,
.ie7 .shiftnav,
.ie7 .shiftnav-toggle {
  display: none !important; }

.rtl .shiftnav li.menu-item {
  text-align: right; }

.rtl .shiftnav li.menu-item .shiftnav-submenu-activation {
  right: auto;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-active > .shiftnav-submenu-activation,
.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-sub-shift.shiftnav-in-transition > .shiftnav-submenu-activation {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.rtl .shiftnav li.menu-item.shiftnav-sub-shift > .shiftnav-submenu-activation i:before {
  content: "\f053"; }

.rtl .shiftnav ul.shiftnav-menu li.menu-item.shiftnav-has-icon > .shiftnav-target > i.shiftnav-icon {
  margin-right: 0;
  margin-left: .8em; }

.rtl .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target i:before {
  content: "\f054"; }

.rtl .shiftnav-search input.shiftnav-search-input {
  padding: 14px 25px 14px 50px; }

.rtl .shiftnav-searchbar-drop .shiftnav-search-input {
  padding: 24px 24px 24px 50px; }

.rtl .shiftnav-search .shiftnav-search-submit,
.rtl .shiftnav-searchbar-drop .shiftnav-search-submit {
  left: 0;
  right: auto; }

.gform_wrapper form .gfield_required {
  color: #1D252D; }

.gform_wrapper form .gform_heading .gform_description {
  font-size: 18px; }

.gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-size: 12px;
  font-family: "nunito-sans";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  background-color: #E8E9EA;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 10px !important; }

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  background-position: calc(100% - 10px); }

.gform_wrapper form .gform_footer {
  text-align: right;
  padding-bottom: 0; }
  .gform_wrapper form .gform_footer .privacy {
    margin-right: 14px;
    margin-top: 5px;
    font-size: 14px; }
  .gform_wrapper form .gform_footer input[type=submit].gform_button {
    background-color: #8A1538;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 700; }
    .gform_wrapper form .gform_footer input[type=submit].gform_button:hover {
      background-color: #57112B; }

#login-form label {
  font-size: 12px;
  font-family: "nunito-sans";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px; }

#login-form input[type="text"] {
  background: #E8E9EA;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 10px !important;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%; }

#login-form input[type="submit"] {
  padding: 10px 40px !important;
  font-size: 13px;
  font-weight: 700;
  background-color: #8a1438;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "nunito-sans";
  letter-spacing: 2px; }

.blog-archive .blog-post {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f1f1f1; }
  .blog-archive .blog-post .image {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    cursor: pointer; }
  .blog-archive .blog-post .info .hold-me {
    padding-left: 30px; }

.blog-archive .pagination {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 20px;
  margin: 0 auto; }
  .blog-archive .pagination ul {
    display: inline-block; }
    .blog-archive .pagination ul li {
      font-size: 20px;
      margin-right: 0.0625rem;
      border-radius: 0;
      font-weight: bold; }
      .blog-archive .pagination ul li a {
        line-height: 25px;
        padding: 6px 14px; }
      .blog-archive .pagination ul li span.current {
        background-color: #8A1538;
        padding: 6px 14px; }

.single-case-study .tenants {
  padding: 0; }

.single-case-study .testimonial-wrap ~ footer {
  margin-top: 0; }

.case-study-col {
  display: flex;
  cursor: pointer; }

.case-study-tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 35px; }
  .case-study-tile .zoom-wrapper {
    overflow: hidden;
    position: relative; }
    .case-study-tile .zoom-wrapper:hover .image {
      transform: scale(1.1);
      transition: .3s transform; }
    .case-study-tile .zoom-wrapper .tag {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      background-color: #8a1438;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 11px;
      padding: 5px 8px;
      font-weight: bold;
      font-family: "nunito-sans"; }
    .case-study-tile .zoom-wrapper .image {
      background-color: #f1f1f1;
      background-size: cover;
      background-position: center center;
      padding-top: 120%;
      position: relative;
      transition: .3s transform; }
  .case-study-tile .case-study-wrap {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .case-study-tile .case-study-wrap span.title {
      font-family: "libre-franklin";
      font-size: 17px;
      margin-bottom: 18px;
      margin-top: 23px;
      line-height: 23px;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: inline-block; }
    .case-study-tile .case-study-wrap p {
      display: none; }
    .case-study-tile .case-study-wrap .inner {
      flex: 1; }
    .case-study-tile .case-study-wrap .button-wrap {
      margin-top: -20px; }
      .case-study-tile .case-study-wrap .button-wrap .button {
        margin-bottom: 0;
        padding-bottom: 0; }
        @media only screen and (max-width: 640px) {
          .case-study-tile .case-study-wrap .button-wrap .button {
            padding-bottom: .85em; } }

.community-intro ul,
.pb-split_section ul,
.accordion-content ul {
  list-style-type: disc;
  margin-bottom: 10px; }
  .community-intro ul li,
  .pb-split_section ul li,
  .accordion-content ul li {
    margin-bottom: 6px;
    margin-left: 15px; }

.community-intro ol,
.pb-split_section ol,
.accordion-content ol {
  list-style-type: decimal;
  margin-left: 18px; }
  .community-intro ol li,
  .pb-split_section ol li,
  .accordion-content ol li {
    padding-left: 9px;
    margin-bottom: 8px; }

.community-intro {
  padding-top: 80px; }
  @media only screen and (max-width: 640px) {
    .community-intro {
      padding-top: 50px; } }
  .community-intro .photo-video-holder {
    background-size: cover;
    background-position: center center; }
  .community-intro .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .community-intro .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .community-intro p {
    font-size: 24px;
    line-height: 32px; }
  .community-intro + .content-contact {
    margin-top: 80px; }

.community-stats {
  margin-top: 20px;
  margin-bottom: 60px; }

.stats {
  border-top: solid 1px #E1E3E6;
  justify-content: space-around;
  max-width: 70rem; }
  .stats .stat {
    padding: 0;
    flex: 1 1 auto;
    text-align: center;
    /*@include lt-md() {
            flex-basis: 50%;
        }*/ }
    @media only screen and (max-width: 640px) {
      .stats .stat {
        padding: 0 13px 0; } }
    .stats .stat + .stat {
      border-left: solid 1px #E1E3E6; }
      @media only screen and (max-width: 640px) {
        .stats .stat + .stat {
          border: none; } }
    .stats .stat .like-h5 {
      margin-bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 640px) {
        .stats .stat .like-h5 {
          font-size: 13px;
          line-height: 16px;
          display: inline-block; } }
      .stats .stat .like-h5 span {
        color: #8A1538; }

.press-col {
  display: flex; }

.press-tile {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .press-tile .inner {
    flex: 1;
    padding: 15px; }
    .press-tile .inner .title {
      font-size: 24px;
      margin-bottom: 0; }
    .press-tile .inner .meta {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1px;
      font-family: "nunito-sans";
      text-transform: uppercase;
      letter-spacing: 1.7px;
      font-weight: 700;
      font-size: 12px; }
      .press-tile .inner .meta .meta-item {
        flex: 0 0 auto;
        opacity: 0.75; }
  .press-tile .button-wrap {
    padding: 0 15px; }
  .press-tile .tag {
    background-color: #e9e9e9;
    padding: 5px 15px; }

.am-press_archive {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .am-press_archive {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .am-press_archive {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .am-press_archive .media-information {
    padding: 35px 15px; }
    .am-press_archive .media-information .media-kit {
      background-color: #1D252D;
      padding: 35px;
      color: #fefefe;
      position: relative; }
      .am-press_archive .media-information .media-kit .media-kit-inner {
        position: relative;
        z-index: 2; }
        .am-press_archive .media-information .media-kit .media-kit-inner .button {
          margin-bottom: 0; }
    .am-press_archive .media-information .contact {
      background-color: #f1f1f1;
      padding: 35px; }
      .am-press_archive .media-information .contact a {
        color: #8A1538;
        border-bottom: none;
        margin-bottom: 5px;
        padding-top: 5px;
        display: inline-block;
        transition: 0.25s ease all; }
        .am-press_archive .media-information .contact a:hover {
          color: #57112B; }

.alm-filters-container {
  display: flex;
  flex-flow: row wrap; }
  .alm-filters-container .alm-filter--title {
    display: inline-block;
    margin-right: 12px; }
    .alm-filters-container .alm-filter--title h3 {
      letter-spacing: 0;
      font-size: 16px;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .alm-filters-container ul {
    display: inline-block; }
  .alm-filters-container .alm-filter {
    display: inline-block; }
    .alm-filters-container .alm-filter .alm-filter--radio {
      display: inline-block; }
      .alm-filters-container .alm-filter .alm-filter--radio a {
        color: #1D252D;
        border: 2px solid #cacaca;
        padding: 6px 18px;
        background-color: #fefefe;
        margin-right: 12px;
        transition: 0.25s ease all;
        border-radius: 0; }
        .alm-filters-container .alm-filter .alm-filter--radio a:hover {
          border-color: #1D252D; }
        .alm-filters-container .alm-filter .alm-filter--radio a.active {
          border-color: #8A1538;
          background-color: #8A1538;
          color: #fefefe; }
        .alm-filters-container .alm-filter .alm-filter--radio a:before, .alm-filters-container .alm-filter .alm-filter--radio a:after {
          display: none; }
  @media only screen and (min-width: 1200px) {
    .alm-filters-container .alm-filter[data-taxonomy="focus"] {
      margin-left: 40px; } }

.alm-paging-content {
  width: 100%;
  display: flex;
  flex-flow: row wrap; }

.alm-btn-wrap ul.alm-paging li a {
  background-color: #fefefe;
  border: 2px solid #cacaca;
  margin: 0 8px;
  color: #1D252D; }
  .alm-btn-wrap ul.alm-paging li a:hover {
    background-color: #fefefe;
    border-color: #f1f1f1; }

.alm-btn-wrap ul.alm-paging li.active a {
  background-color: #8A1538;
  border-color: #8A1538;
  color: #fefefe; }

.alm-btn-wrap ul.alm-paging li.disabled {
  display: none; }

.am-team_members,
.am-events {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .am-team_members,
    .am-events {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .am-team_members,
    .am-events {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .am-team_members .sort,
  .am-events .sort {
    position: relative;
    margin-bottom: 30px;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */ }
    .am-team_members .sort .hide-filters,
    .am-events .sort .hide-filters {
      position: absolute;
      top: -14px;
      right: 19px;
      text-transform: uppercase;
      font-size: 18px;
      padding-bottom: 0px;
      letter-spacing: 1px;
      cursor: pointer; }
    .am-team_members .sort input[type="checkbox"]:not(:checked),
    .am-team_members .sort input[type="checkbox"]:checked,
    .am-events .sort input[type="checkbox"]:not(:checked),
    .am-events .sort input[type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .am-team_members .sort input[type="checkbox"]:not(:checked) + label,
    .am-team_members .sort input[type="checkbox"]:checked + label,
    .am-events .sort input[type="checkbox"]:not(:checked) + label,
    .am-events .sort input[type="checkbox"]:checked + label {
      position: relative;
      padding-left: 20px;
      cursor: pointer; }
    .am-team_members .sort input[type="checkbox"]:not(:checked) + label:before,
    .am-team_members .sort input[type="checkbox"]:checked + label:before,
    .am-events .sort input[type="checkbox"]:not(:checked) + label:before,
    .am-events .sort input[type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 11px;
      height: 11px;
      border: 1px solid #aaa;
      background: #f8f8f8; }
    .am-team_members .sort input[type="checkbox"]:not(:checked) + label:after,
    .am-team_members .sort input[type="checkbox"]:checked + label:after,
    .am-events .sort input[type="checkbox"]:not(:checked) + label:after,
    .am-events .sort input[type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      top: 1px;
      left: 2px;
      font-size: 18px;
      line-height: 0.8;
      color: #1D252D;
      transition: all .2s; }
    .am-team_members .sort input[type="checkbox"]:not(:checked) + label:after,
    .am-events .sort input[type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .am-team_members .sort input[type="checkbox"]:checked + label:after,
    .am-events .sort input[type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .am-team_members .sort input[type="checkbox"]:disabled:not(:checked) + label:before,
    .am-team_members .sort input[type="checkbox"]:disabled:checked + label:before,
    .am-events .sort input[type="checkbox"]:disabled:not(:checked) + label:before,
    .am-events .sort input[type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .am-team_members .sort input[type="checkbox"]:disabled:checked + label:after,
    .am-events .sort input[type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .am-team_members .sort input[type="checkbox"]:disabled + label,
    .am-events .sort input[type="checkbox"]:disabled + label {
      color: #aaa; }
    .am-team_members .sort .input-values,
    .am-events .sort .input-values {
      margin-bottom: 5px;
      padding-left: 0px; }
      .am-team_members .sort .input-values input,
      .am-events .sort .input-values input {
        margin-bottom: 3px; }
      .am-team_members .sort .input-values label,
      .am-events .sort .input-values label {
        font-size: 14px;
        font-family: "freight-text-pro";
        text-transform: none;
        letter-spacing: 0px;
        margin-right: 0px;
        margin-left: 0px; }
  .am-team_members .member-container,
  .am-events .member-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap; }
    .am-team_members .member-container .member,
    .am-events .member-container .member {
      padding-bottom: 20px; }
      .am-team_members .member-container .member .member-border,
      .am-events .member-container .member .member-border {
        float: left;
        width: 100%;
        height: 100%; }
        .am-team_members .member-container .member .member-border .image,
        .am-events .member-container .member .member-border .image {
          overflow: hidden; }
          .am-team_members .member-container .member .member-border .image img,
          .am-events .member-container .member .member-border .image img {
            transition: .3s all; }
          .am-team_members .member-container .member .member-border .image:hover img,
          .am-events .member-container .member .member-border .image:hover img {
            transform: scale(1.1);
            transition: .3s all; }
      .am-team_members .member-container .member .info,
      .am-events .member-container .member .info {
        min-height: 80px; }
        @media only screen and (max-width: 640px) {
          .am-team_members .member-container .member .info,
          .am-events .member-container .member .info {
            min-height: 0; } }
        .am-team_members .member-container .member .info .name,
        .am-events .member-container .member .info .name {
          font-size: 20px;
          color: #1D252D; }
          .am-team_members .member-container .member .info .name .like-h4,
          .am-events .member-container .member .info .name .like-h4 {
            margin-top: 30px;
            margin-bottom: 0; }
        .am-team_members .member-container .member .info p,
        .am-events .member-container .member .info p {
          margin-bottom: 10px; }
      .am-team_members .member-container .member .button,
      .am-events .member-container .member .button {
        margin-top: 10px; }

.am-events .event-container .event {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-left: 1.25rem;
  margin-right: 1.25rem; }
  .am-events .event-container .event .image {
    background-size: cover;
    min-height: 300px;
    background-position: center center; }

.am-featured_events .row {
  padding-top: 80px;
  padding-bottom: 80px; }
  .am-featured_events .row .title h2 {
    text-align: center; }
  .am-featured_events .row .description p {
    /* text-align: center; */ }
  .am-featured_events .row .event {
    margin-top: 15px; }
    .am-featured_events .row .event .image {
      min-height: 300px;
      background-size: cover;
      background-position: center center;
      margin-bottom: 20px; }
    .am-featured_events .row .event h4 {
      margin-bottom: 0px; }

.am-mainstage_slider .slideshow .slide {
  background-size: cover;
  background-position: center center;
  height: 500px;
  justify-content: center;
  display: flex; }
  .am-mainstage_slider .slideshow .slide .content {
    align-self: center;
    max-width: 600px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.65);
    text-align: center; }
    .am-mainstage_slider .slideshow .slide .content .buttons a {
      margin-left: 5px;
      margin-right: 5px; }

.am-mainstage_slider .slideshow .slick-dots {
  bottom: 25px; }

.pb-split_section {
  margin-bottom: 24px; }
  .pb-split_section.light-gray-bg, .pb-split_section.dark-gray-bg {
    background-color: #fefefe !important; }
  .pb-split_section .row .image {
    min-height: 400px;
    background-size: cover; }
    @media only screen and (min-width: 640px) {
      .pb-split_section .row .image {
        padding-right: 12px; } }
    .pb-split_section .row .image .hold-me {
      height: 100%;
      background-size: cover;
      background-position: center center; }
  .pb-split_section .row .content {
    display: flex; }
    @media only screen and (min-width: 640px) {
      .pb-split_section .row .content {
        padding-left: 12px; } }
    .pb-split_section .row .content.dark .hold-me {
      background-color: #1D252D;
      color: #fefefe; }
    .pb-split_section .row .content .hold-me {
      align-self: center;
      background-color: #f1f1f1;
      height: 100%;
      padding: 60px 47px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      color: #1D252D; }
      .pb-split_section .row .content .hold-me h2 {
        margin-bottom: 11px; }
      .pb-split_section .row .content .hold-me .button {
        margin: 15px 0px 0px 0px; }
  @media only screen and (min-width: 640px) {
    .pb-split_section .row.content-first .image {
      order: 2;
      padding-left: 12px;
      padding-right: 1.25rem; } }
  @media only screen and (min-width: 640px) {
    .pb-split_section .row.content-first .content {
      padding-right: 12px;
      padding-left: 1.25rem; } }

.pb-cta_banner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .pb-cta_banner {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-cta_banner {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-cta_banner .bg-color-wrapper .bg-image-wrapper {
    position: relative; }
    .pb-cta_banner .bg-color-wrapper .bg-image-wrapper::after {
      content: "";
      opacity: 0.3;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1;
      background-size: cover; }
      @media only screen and (max-width: 640px) {
        .pb-cta_banner .bg-color-wrapper .bg-image-wrapper::after {
          display: none; } }
    .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row {
      padding-top: 40px;
      padding-bottom: 40px;
      min-height: 340px; }
      .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row > div {
        padding-left: 25%;
        z-index: 1; }
        @media only screen and (max-width: 640px) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row > div {
            text-align: center;
            padding-left: 0; } }
        @media screen and (max-width: 39.9375em) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row > div {
            padding-left: 15px; } }
      .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row h2 {
        color: #1D252D; }
      .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row p {
        color: #1D252D;
        font-family: "freight-text-pro";
        font-size: 35px;
        line-height: 1.25; }
        .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row p em {
          font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row p {
            font-size: 30px;
            padding-right: 30px; } }
        @media only screen and (max-width: 640px) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row p {
            font-size: 28px;
            padding-right: 0px;
            padding-left: 1.25rem; } }
        @media screen and (max-width: 39.9375em) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row p {
            padding-right: 10px;
            padding-left: 10px; } }
      .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row a.button {
        margin-top: 15px; }
        @media only screen and (max-width: 640px) {
          .pb-cta_banner .bg-color-wrapper .bg-image-wrapper .row a.button {
            margin-right: 0px; } }
  .pb-cta_banner + footer {
    margin-top: 0; }
  .pb-cta_banner.dark-gray-bg .bg-color-wrapper .bg-image-wrapper .row h2 {
    color: #fefefe; }
  .pb-cta_banner.dark-gray-bg .bg-color-wrapper .bg-image-wrapper .row p {
    color: #fefefe; }

.search {
  padding-bottom: 200px; }
  .search .sub-subpage-header {
    display: none; }
  .search .search-term {
    padding-top: 150px;
    margin-bottom: 40px; }
  .search .search-results-content {
    padding-bottom: 100px; }
    .search .search-results-content .column, .search .search-results-content .columns {
      position: relative;
      padding-bottom: 50px; }
      .search .search-results-content .column .hold-me, .search .search-results-content .columns .hold-me {
        margin-bottom: 45px; }
        .search .search-results-content .column .hold-me a, .search .search-results-content .columns .hold-me a {
          color: #1D252D; }
          .search .search-results-content .column .hold-me a:hover, .search .search-results-content .columns .hold-me a:hover {
            cursor: pointer;
            text-decoration: underline; }
      .search .search-results-content .column .button-section, .search .search-results-content .columns .button-section {
        position: absolute;
        bottom: 0;
        margin-bottom: 40px; }
        .search .search-results-content .column .button-section .button, .search .search-results-content .columns .button-section .button {
          margin: 0 auto; }
      .search .search-results-content .column:hover, .search .search-results-content .columns:hover {
        cursor: pointer; }
        .search .search-results-content .column:hover .hold-me a, .search .search-results-content .columns:hover .hold-me a {
          text-decoration: underline; }

.am-property_search .legend {
  margin-bottom: 80px; }
  @media only screen and (max-width: 800px) {
    .am-property_search .legend {
      display: none; } }

.am-property_search .filters > .row > .column, .am-property_search .filters > .row > .columns {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .am-property_search .filters > .row > .column, .am-property_search .filters > .row > .columns {
      flex-direction: column;
      align-items: flex-start; } }
  .am-property_search .filters > .row > .column .input-hold, .am-property_search .filters > .row > .columns .input-hold {
    padding: 0px 4px;
    flex: 1;
    max-width: 207px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      .am-property_search .filters > .row > .column .input-hold, .am-property_search .filters > .row > .columns .input-hold {
        max-width: none;
        width: 100%;
        padding: 0;
        display: block; } }
    .am-property_search .filters > .row > .column .input-hold.submit, .am-property_search .filters > .row > .columns .input-hold.submit {
      display: flex;
      align-items: flex-end;
      flex: 0;
      height: 100%;
      padding-left: 15px;
      margin-left: auto; }
      @media only screen and (max-width: 640px) {
        .am-property_search .filters > .row > .column .input-hold.submit, .am-property_search .filters > .row > .columns .input-hold.submit {
          padding-left: 0;
          display: block; } }
      .am-property_search .filters > .row > .column .input-hold.submit .button, .am-property_search .filters > .row > .columns .input-hold.submit .button {
        margin: 0px; }
    .am-property_search .filters > .row > .column .input-hold .input-label, .am-property_search .filters > .row > .columns .input-hold .input-label {
      color: #545b61;
      font-family: "libre-franklin";
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1.5px; }
    .am-property_search .filters > .row > .column .input-hold:first-child, .am-property_search .filters > .row > .columns .input-hold:first-child {
      padding-left: 0px; }
    .am-property_search .filters > .row > .column .input-hold:last-child, .am-property_search .filters > .row > .columns .input-hold:last-child {
      padding-right: 0px; }
    .am-property_search .filters > .row > .column .input-hold input, .am-property_search .filters > .row > .columns .input-hold input,
    .am-property_search .filters > .row > .column .input-hold .dropdown,
    .am-property_search .filters > .row > .columns .input-hold .dropdown {
      margin: 0px;
      height: 43px;
      background-color: #f1f1f1;
      border: 1px solid #f1f1f1;
      font-style: italic;
      font-size: 14px;
      color: #a5a8ac;
      box-shadow: none; }
      @media only screen and (max-width: 640px) {
        .am-property_search .filters > .row > .column .input-hold input, .am-property_search .filters > .row > .columns .input-hold input,
        .am-property_search .filters > .row > .column .input-hold .dropdown,
        .am-property_search .filters > .row > .columns .input-hold .dropdown {
          margin-bottom: 10px; } }
      .am-property_search .filters > .row > .column .input-hold input::placeholder, .am-property_search .filters > .row > .columns .input-hold input::placeholder,
      .am-property_search .filters > .row > .column .input-hold .dropdown::placeholder,
      .am-property_search .filters > .row > .columns .input-hold .dropdown::placeholder {
        opacity: 1;
        color: #a5a8ac; }
    .am-property_search .filters > .row > .column .input-hold .dropdown, .am-property_search .filters > .row > .columns .input-hold .dropdown {
      width: 100%;
      display: inline-block;
      transition: all .5s ease;
      position: relative;
      height: 100%;
      text-align: left; }
      @media only screen and (max-width: 640px) {
        .am-property_search .filters > .row > .column .input-hold .dropdown, .am-property_search .filters > .row > .columns .input-hold .dropdown {
          height: auto; } }
      .am-property_search .filters > .row > .column .input-hold .dropdown.check .checkboxes, .am-property_search .filters > .row > .columns .input-hold .dropdown.check .checkboxes {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px #cccccc;
        border-radius: 0 1px 5px 5px;
        overflow: hidden;
        display: none;
        max-height: 254px;
        z-index: 9;
        padding: 0;
        list-style: none; }
        .am-property_search .filters > .row > .column .input-hold .dropdown.check .checkboxes li, .am-property_search .filters > .row > .columns .input-hold .dropdown.check .checkboxes li {
          padding: 10px; }
          .am-property_search .filters > .row > .column .input-hold .dropdown.check .checkboxes li input, .am-property_search .filters > .row > .columns .input-hold .dropdown.check .checkboxes li input {
            margin-top: -4px;
            height: unset; }
          .am-property_search .filters > .row > .column .input-hold .dropdown.check .checkboxes li label, .am-property_search .filters > .row > .columns .input-hold .dropdown.check .checkboxes li label {
            transition: all .2s ease-in-out;
            cursor: pointer;
            font-size: 15px;
            font-style: normal;
            color: #545b61;
            font-family: "libre-franklin";
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1.5px; }
      .am-property_search .filters > .row > .column .input-hold .dropdown .select, .am-property_search .filters > .row > .columns .input-hold .dropdown .select {
        cursor: pointer;
        display: block;
        padding: 10px;
        height: 41px; }
        .am-property_search .filters > .row > .column .input-hold .dropdown .select span, .am-property_search .filters > .row > .columns .input-hold .dropdown .select span {
          white-space: nowrap;
          color: #545b61; }
        .am-property_search .filters > .row > .column .input-hold .dropdown .select > i, .am-property_search .filters > .row > .columns .input-hold .dropdown .select > i {
          font-size: 12px;
          color: #95999d;
          cursor: pointer;
          transition: all .3s ease-in-out;
          float: right;
          line-height: 20px;
          transform: rotate(-90deg);
          position: absolute;
          right: 6px;
          top: 11px;
          background-color: #f1f1f1; }
      .am-property_search .filters > .row > .column .input-hold .dropdown:active, .am-property_search .filters > .row > .columns .input-hold .dropdown:active {
        border: 1px solid #aaadb0; }
      .am-property_search .filters > .row > .column .input-hold .dropdown.active:hover, .am-property_search .filters > .row > .columns .input-hold .dropdown.active:hover, .am-property_search .filters > .row > .column .input-hold .dropdown.active, .am-property_search .filters > .row > .columns .input-hold .dropdown.active {
        border: 1px solid #aaadb0; }
      .am-property_search .filters > .row > .column .input-hold .dropdown .dropdown.active .select > i, .am-property_search .filters > .row > .columns .input-hold .dropdown .dropdown.active .select > i {
        transform: rotate(-90deg); }
      .am-property_search .filters > .row > .column .input-hold .dropdown .dropdown-menu, .am-property_search .filters > .row > .columns .input-hold .dropdown .dropdown-menu {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px #cccccc;
        border-radius: 0 1px 5px 5px;
        overflow: hidden;
        display: none;
        max-height: 254px;
        overflow-y: auto;
        z-index: 9;
        padding: 0;
        list-style: none; }
        .am-property_search .filters > .row > .column .input-hold .dropdown .dropdown-menu li, .am-property_search .filters > .row > .columns .input-hold .dropdown .dropdown-menu li {
          min-height: 42px;
          padding: 10px;
          transition: all .2s ease-in-out;
          cursor: pointer;
          font-size: 15px;
          font-style: normal;
          color: #545b61;
          font-family: "libre-franklin";
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 1.5px; }
          .am-property_search .filters > .row > .column .input-hold .dropdown .dropdown-menu li:hover, .am-property_search .filters > .row > .columns .input-hold .dropdown .dropdown-menu li:hover {
            background-color: #f2f2f2; }
          .am-property_search .filters > .row > .column .input-hold .dropdown .dropdown-menu li:active, .am-property_search .filters > .row > .columns .input-hold .dropdown .dropdown-menu li:active {
            background-color: #e2e2e2; }

.am-property_search .clear-filters .row .column .hold-me, .am-property_search .clear-filters .row .columns .hold-me {
  margin: 14px 0px;
  border-top: 1px solid #eeeeef;
  display: flex;
  justify-content: flex-end; }
  .am-property_search .clear-filters .row .column .hold-me .clear, .am-property_search .clear-filters .row .columns .hold-me .clear {
    padding: 8px 0px 8px 16px;
    border-left: 1px solid #eeeeef; }
    .am-property_search .clear-filters .row .column .hold-me .clear .button, .am-property_search .clear-filters .row .columns .hold-me .clear .button {
      margin: 0px; }

.am-property_search .display-results > .row .results .scroll {
  overflow-y: scroll;
  height: 75vh; }
  @media only screen and (max-width: 800px) {
    .am-property_search .display-results > .row .results .scroll .no-results {
      display: none !important; } }
  @media only screen and (max-width: 800px) {
    .am-property_search .display-results > .row .results .scroll {
      height: unset;
      overflow-y: auto;
      padding-bottom: 60px; } }
  .am-property_search .display-results > .row .results .scroll .mobile {
    display: none; }
    @media only screen and (max-width: 800px) {
      .am-property_search .display-results > .row .results .scroll .mobile {
        display: block;
        padding: 20px 0px; } }

@media only screen and (min-width: 640px) {
  .am-property_search .display-results > .row .results {
    padding-right: 0px; } }

.am-property_search .display-results > .row .results .result {
  display: flex;
  margin-bottom: 15px;
  width: calc(100% - 12px);
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 800px) {
    .am-property_search .display-results > .row .results .result {
      display: block !important; } }
  @media only screen and (max-width: 640px) {
    .am-property_search .display-results > .row .results .result {
      flex-direction: column; } }
  @media only screen and (max-width: 640px) {
    .am-property_search .display-results > .row .results .result > a {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      top: 0; } }
  .am-property_search .display-results > .row .results .result.active.affordable .content .hold-me {
    border-right: 4px solid #8A1538; }
    .am-property_search .display-results > .row .results .result.active.affordable .content .hold-me:after {
      border-left: 10px solid #8A1538;
      right: -12px; }
  .am-property_search .display-results > .row .results .result.active.kuh .content .hold-me {
    border-right: 4px solid #7b3fc5; }
    .am-property_search .display-results > .row .results .result.active.kuh .content .hold-me:after {
      border-left: 10px solid #7b3fc5;
      right: -12px; }
  .am-property_search .display-results > .row .results .result.active.kmc .content .hold-me {
    border-right: 4px solid #19afa1; }
    .am-property_search .display-results > .row .results .result.active.kmc .content .hold-me:after {
      border-left: 10px solid #19afa1;
      right: -12px; }
  .am-property_search .display-results > .row .results .result.active.kcc .content .hold-me {
    border-right: 4px solid #2387d1; }
    .am-property_search .display-results > .row .results .result.active.kcc .content .hold-me:after {
      border-left: 10px solid #2387d1;
      right: -12px; }
  .am-property_search .display-results > .row .results .result .image {
    flex: 0;
    min-width: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 640px) {
      .am-property_search .display-results > .row .results .result .image {
        flex: none;
        width: 100%;
        padding-top: 80%; } }
  .am-property_search .display-results > .row .results .result .content {
    flex: 1;
    padding-left: 15px; }
    @media only screen and (max-width: 640px) {
      .am-property_search .display-results > .row .results .result .content {
        padding-left: 0; } }
    .am-property_search .display-results > .row .results .result .content .hold-me {
      padding: 20px 55px 10px 25px;
      background-color: #f1f1f1;
      position: relative;
      border-right: 4px solid #f1f1f1;
      transition: all .25s; }
      .am-property_search .display-results > .row .results .result .content .hold-me:after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: calc(50% - 13px);
        right: -8px;
        content: " ";
        transition: all .25s; }
      .am-property_search .display-results > .row .results .result .content .hold-me .brand-icon {
        top: 20px;
        right: 20px;
        position: absolute; }
      .am-property_search .display-results > .row .results .result .content .hold-me h3,
      .am-property_search .display-results > .row .results .result .content .hold-me .like-h3 {
        display: block;
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 24px; }
      .am-property_search .display-results > .row .results .result .content .hold-me a:not(.button) {
        color: #434343;
        font-family: "nunito-sans";
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold; }
      .am-property_search .display-results > .row .results .result .content .hold-me .address {
        line-height: 18px; }
      .am-property_search .display-results > .row .results .result .content .hold-me .phone,
      .am-property_search .display-results > .row .results .result .content .hold-me .email {
        padding-left: 21px;
        position: relative; }
        .am-property_search .display-results > .row .results .result .content .hold-me .phone:before,
        .am-property_search .display-results > .row .results .result .content .hold-me .email:before {
          color: #8A1538;
          left: 0;
          top: 4px;
          position: absolute;
          font-family: "nunito-sans";
          font-weight: bold;
          font-size: 12px; }
      .am-property_search .display-results > .row .results .result .content .hold-me .phone:before {
        content: "P"; }
      .am-property_search .display-results > .row .results .result .content .hold-me .email:before {
        content: "E"; }
      .am-property_search .display-results > .row .results .result .content .hold-me .button {
        margin: 7px 0px 0px 0px; }

@media only screen and (max-width: 800px) {
  .am-property_search .display-results > .row .map {
    display: none; } }

.am-property_search .acf-map {
  width: 100%;
  height: 75vh; }
  .am-property_search .acf-map img.js-info-bubble-close {
    display: none !important; }

.gm-style .gm-style-iw {
  width: 282px !important;
  left: 0px !important;
  padding-left: 10px; }

.acf-map .js-info-bubble-close {
  top: 10px !important;
  right: 10px !important;
  max-width: 14px !important; }

.acf-map .gm-style .gm-style-iw-c {
  padding: 0px;
  border-radius: 0px; }

.acf-map .gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 0 1rem; }

.acf-map div[class*=" _ibani"] {
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.16); }

.acf-map img {
  transition: all .2s ease-in-out; }
  .acf-map img:hover {
    transform: scale(1.2); }

.acf-map .info-box {
  height: 100%; }
  .acf-map .info-box .marker-holder {
    display: flex;
    width: 100%;
    height: 100%; }
    .acf-map .info-box .marker-holder .image {
      flex: 0 0 45%;
      height: 100%;
      background-size: cover; }
    .acf-map .info-box .marker-holder .content {
      display: flex;
      align-items: center;
      position: relative; }
      .acf-map .info-box .marker-holder .content .close {
        position: absolute; }
      .acf-map .info-box .marker-holder .content .hold-me {
        padding: 15px 20px; }
        .acf-map .info-box .marker-holder .content .hold-me .icon {
          margin-bottom: 15px; }
        .acf-map .info-box .marker-holder .content .hold-me .title {
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 1px;
          font-size: 16px; }
        .acf-map .info-box .marker-holder .content .hold-me .small {
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 1px;
          margin-top: 6px;
          margin-bottom: 10px;
          line-height: 20px; }
        .acf-map .info-box .marker-holder .content .hold-me .button {
          margin: 0px; }

.neighborhood .top_content {
  margin-bottom: 25px; }

.neighborhood .neighborhood-features .neighborhood-feature {
  padding-top: 60%;
  width: 100%;
  background-position: center center;
  background-size: cover; }

.neighborhood .neighborhood-features .like-h4 {
  text-align: center;
  margin-top: 40px; }

.pb-timeline {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .pb-timeline {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-timeline {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-timeline .intro h2 {
    text-align: center; }
  .pb-timeline .events-wrapper {
    margin-top: 60px;
    padding-top: 30px;
    overflow: hidden; }
    .pb-timeline .events-wrapper .events .event {
      /*&:nth-child(odd) {
                    .event-info {
                        .image {
                            border-right: solid 1px $black;
                        }
                    }
                }*/ }
      .pb-timeline .events-wrapper .events .event:first-child .image {
        position: relative; }
        .pb-timeline .events-wrapper .events .event:first-child .image:after {
          content: '';
          width: 1px;
          height: 99999px;
          background: #1D252D;
          position: absolute;
          right: -1px; }
      .pb-timeline .events-wrapper .events .event:first-child .event-info .year .hold-me h3 {
        margin-top: -20px; }
      .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info {
        flex-direction: row-reverse; }
        .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info .year {
          padding-left: 0;
          padding-right: 45px;
          border-left: none;
          position: relative;
          left: 0px; }
          @media screen and (max-width: 39.9375em) {
            .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info .year {
              padding: 0 40px;
              border: none; } }
          .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info .year .hold-me {
            text-align: right; }
            .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info .year .hold-me h3:before {
              left: auto;
              right: -60px; }
          @media screen and (max-width: 39.9375em) {
            .pb-timeline .events-wrapper .events .event:nth-child(even) .event-info .year img {
              float: right; } }
      .pb-timeline .events-wrapper .events .event.has-image + .event .year {
        margin-top: -180px;
        left: 0px; }
        @media only screen and (max-width: 1200px) and (min-width: 1024px) {
          .pb-timeline .events-wrapper .events .event.has-image + .event .year {
            margin-top: -160px; } }
        @media screen and (max-width: 39.9375em) {
          .pb-timeline .events-wrapper .events .event.has-image + .event .year {
            margin-top: 0px; } }
      .pb-timeline .events-wrapper .events .event .event-info {
        margin-top: -5px; }
        @media screen and (max-width: 39.9375em) {
          .pb-timeline .events-wrapper .events .event .event-info {
            margin-top: 0px; } }
        .pb-timeline .events-wrapper .events .event .event-info .year {
          padding-left: 45px; }
          @media screen and (max-width: 39.9375em) {
            .pb-timeline .events-wrapper .events .event .event-info .year {
              padding: 0 40px;
              border: none; } }
          .pb-timeline .events-wrapper .events .event .event-info .year .hold-me h3 {
            margin-top: 40px;
            margin-bottom: 10px;
            color: #8A1538;
            position: relative; }
            @media only screen and (max-width: 1024px) {
              .pb-timeline .events-wrapper .events .event .event-info .year .hold-me h3 {
                margin-top: 90px; } }
            @media only screen and (max-width: 640px) {
              .pb-timeline .events-wrapper .events .event .event-info .year .hold-me h3 {
                margin-top: 60px; } }
            @media screen and (max-width: 39.9375em) {
              .pb-timeline .events-wrapper .events .event .event-info .year .hold-me h3 {
                margin-top: 30px;
                margin-bottom: 0px; } }
            .pb-timeline .events-wrapper .events .event .event-info .year .hold-me h3:before {
              content: '';
              width: 30px;
              height: 30px;
              border-radius: 100%;
              background: #1D252D;
              position: absolute;
              top: 10px;
              left: -60px; }
          .pb-timeline .events-wrapper .events .event .event-info .year img {
            margin-top: 20px; }
            @media only screen and (max-width: 1024px) {
              .pb-timeline .events-wrapper .events .event .event-info .year img {
                margin-top: 10px; } }
            @media only screen and (max-width: 640px) {
              .pb-timeline .events-wrapper .events .event .event-info .year img {
                margin-top: 10px;
                margin-bottom: 50px; } }
            @media screen and (max-width: 39.9375em) {
              .pb-timeline .events-wrapper .events .event .event-info .year img {
                margin-bottom: 0px; } }

.pb-content_section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .pb-content_section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-content_section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-content_section .row .columns ul:not(.tabs):not(
  .accordion):not(
  .gform_field) {
    list-style-type: disc;
    margin-left: 18px; }
    .pb-content_section .row .columns ul:not(.tabs):not(
    .accordion):not(
    .gform_field) li:not(.alm-filter--radio) {
      padding-left: 9px;
      margin-bottom: 8px; }
  .pb-content_section .row .columns ol {
    list-style-type: decimal;
    margin-left: 18px; }
    .pb-content_section .row .columns ol li {
      padding-left: 9px;
      margin-bottom: 8px; }
  .pb-content_section .contact-box a {
    font-family: "nunito-sans";
    color: #1D252D;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .pb-content_section .contact-box a strong {
      color: #8A1538;
      font-weight: 900; }

.above-footer {
  color: #fefefe;
  background-color: #57112B; }
  .above-footer .row.newsletter {
    justify-content: center; }
    .above-footer .row.newsletter > .column, .above-footer .row.newsletter > .columns {
      margin-top: -100px;
      display: flex; }
      @media only screen and (max-width: 640px) {
        .above-footer .row.newsletter > .column, .above-footer .row.newsletter > .columns {
          background-color: #57112B;
          padding-left: 10px; } }
    .above-footer .row.newsletter .angle {
      width: 100px;
      height: 100px;
      border-bottom: 100px solid #57112b;
      z-index: 5;
      position: relative; }
      @media only screen and (max-width: 640px) {
        .above-footer .row.newsletter .angle {
          display: none; } }
      .above-footer .row.newsletter .angle.left-angle {
        border-left: 100px solid transparent; }
      .above-footer .row.newsletter .angle.right-angle {
        border-right: 100px solid transparent; }
    .above-footer .row.newsletter .the-content {
      background-color: #57112B;
      position: relative;
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .above-footer .row.newsletter .the-content .like-h4 {
        margin-top: 40px;
        width: 100%;
        text-align: center;
        line-height: 18px; }
        @media only screen and (max-width: 1000px) {
          .above-footer .row.newsletter .the-content .like-h4 {
            margin-left: 0px;
            width: 100%;
            text-align: center; } }
        @media only screen and (max-width: 640px) {
          .above-footer .row.newsletter .the-content .like-h4 {
            line-height: 23px;
            font-size: 16px; } }
        .above-footer .row.newsletter .the-content .like-h4 span,
        .above-footer .row.newsletter .the-content .like-h4 a {
          font-size: 12px;
          font-weight: normal;
          letter-spacing: 0px;
          text-transform: none;
          font-style: italic; }
        .above-footer .row.newsletter .the-content .like-h4 a {
          font-weight: bold; }
      .above-footer .row.newsletter .the-content form#theForm {
        display: flex;
        position: relative;
        max-width: 302px; }
        @media only screen and (max-width: 1000px) {
          .above-footer .row.newsletter .the-content form#theForm {
            margin: 0 auto;
            float: none; } }
        .above-footer .row.newsletter .the-content form#theForm .form-footer {
          display: flex;
          margin-top: 15px; }
          .above-footer .row.newsletter .the-content form#theForm .form-footer .priv {
            width: 100%;
            font-size: 14px; }
            .above-footer .row.newsletter .the-content form#theForm .form-footer .priv a {
              color: #fefefe;
              font-weight: bold; }
        .above-footer .row.newsletter .the-content form#theForm label[for="email1"] {
          position: absolute;
          bottom: -30px;
          color: #fefefe; }
        .above-footer .row.newsletter .the-content form#theForm input {
          border: none;
          box-shadow: none; }
          .above-footer .row.newsletter .the-content form#theForm input[type=text] {
            background: rgba(255, 255, 255, 0.3);
            margin-bottom: 17px;
            padding-left: 20px;
            color: #fefefe; }
            .above-footer .row.newsletter .the-content form#theForm input[type=text]::-webkit-input-placeholder {
              color: #fefefe;
              opacity: 1;
              font-size: 13px;
              font-style: italic; }
            .above-footer .row.newsletter .the-content form#theForm input[type=text] ::-moz-placeholder {
              color: #fefefe;
              opacity: 1;
              font-size: 13px;
              font-style: italic; }
            .above-footer .row.newsletter .the-content form#theForm input[type=text] ::-ms-placeholder {
              color: #fefefe;
              opacity: 1;
              font-size: 13px;
              font-style: italic; }
            .above-footer .row.newsletter .the-content form#theForm input[type=text] ::placeholder {
              color: #fefefe;
              opacity: 1;
              font-size: 13px;
              font-style: italic; }
          .above-footer .row.newsletter .the-content form#theForm input[type=submit] {
            background: #F08200;
            padding: 10px 15px !important;
            font-family: "nunito-sans";
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            transition: .3s all; }
            .above-footer .row.newsletter .the-content form#theForm input[type=submit]:hover {
              background: #c06800;
              transition: .3s all; }

footer {
  background-color: #57112B;
  color: #fefefe;
  position: relative;
  padding-top: 80px; }
  @media only screen and (max-width: 640px) {
    footer {
      padding-top: 30px !important; } }
  footer .footer-top {
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 100px solid #57112B;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    height: 0;
    width: 990px;
    max-width: 100%;
    top: -100px;
    z-index: 2; }
    footer .footer-top .email-error {
      margin-left: auto;
      margin-right: 20px;
      font-size: 13px;
      font-style: italic;
      margin-top: 2px;
      float: right; }
      @media only screen and (max-width: 1024px) {
        footer .footer-top .email-error {
          font-size: 13px;
          font-style: italic;
          margin-top: 6px;
          width: 100%;
          text-align: center; } }
    @media only screen and (max-width: 640px) {
      footer .footer-top {
        text-align: center;
        border-bottom: 50px solid #57112B;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        top: -50px; } }
    footer .footer-top .like-h4 {
      margin-top: 40px;
      float: left;
      margin-left: 20px;
      line-height: 18px; }
      @media only screen and (max-width: 1000px) {
        footer .footer-top .like-h4 {
          margin-left: 0px;
          width: 100%;
          text-align: center; } }
      @media only screen and (max-width: 640px) {
        footer .footer-top .like-h4 {
          line-height: 23px; } }
      footer .footer-top .like-h4 span,
      footer .footer-top .like-h4 a {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        text-transform: none;
        font-style: italic; }
      footer .footer-top .like-h4 a {
        font-weight: bold; }
    footer .footer-top form {
      display: flex;
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 38px;
      position: relative;
      float: right;
      min-width: 290px; }
      @media only screen and (max-width: 1000px) {
        footer .footer-top form {
          margin: 0 auto;
          width: 50%;
          float: none; } }
      footer .footer-top form label[for="email1"] {
        position: absolute;
        bottom: -30px;
        color: #fefefe; }
      footer .footer-top form input {
        border: none;
        box-shadow: none; }
        footer .footer-top form input[type=text] {
          background: rgba(255, 255, 255, 0.3);
          margin-bottom: 0;
          padding-left: 20px;
          color: #fefefe; }
          footer .footer-top form input[type=text]::-webkit-input-placeholder {
            color: #fefefe;
            opacity: 1;
            font-size: 13px;
            font-style: italic; }
          footer .footer-top form input[type=text] ::-moz-placeholder {
            color: #fefefe;
            opacity: 1;
            font-size: 13px;
            font-style: italic; }
          footer .footer-top form input[type=text] ::-ms-placeholder {
            color: #fefefe;
            opacity: 1;
            font-size: 13px;
            font-style: italic; }
          footer .footer-top form input[type=text] ::placeholder {
            color: #fefefe;
            opacity: 1;
            font-size: 13px;
            font-style: italic; }
        footer .footer-top form input[type=submit] {
          background: #F08200;
          padding: 0 20px;
          font-family: "nunito-sans";
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 2px;
          transition: .3s all; }
          footer .footer-top form input[type=submit]:hover {
            background: #c06800;
            transition: .3s all; }
  footer .main-footer .like-h3 {
    display: inline-block; }
  footer .main-footer a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    footer .main-footer {
      padding: 40px 0 0; } }
  footer .main-footer .medium-4 {
    padding-bottom: 40px;
    border-right: none;
    padding-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      footer .main-footer .medium-4 {
        padding-right: 0; } }
    @media only screen and (max-width: 400px) {
      footer .main-footer .medium-4 {
        flex: 0 0 100%;
        max-width: 100%; } }
    footer .main-footer .medium-4 .homebuyer-link {
      background-color: #F08200;
      padding: 10px 15px !important;
      font-family: "nunito-sans";
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      transition: .3s all; }
      footer .main-footer .medium-4 .homebuyer-link:hover {
        background-color: #c46a02;
        text-decoration: none; }
  footer .medium-8 {
    padding-left: 40px;
    border-left: solid 1px #8A1538; }
    @media only screen and (max-width: 400px) {
      footer .medium-8 {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 39.9375em) {
      footer .medium-8 {
        padding-left: 15px; } }
  @media screen and (max-width: 39.9375em) {
    footer {
      padding-top: 100px; } }
  footer a,
  footer p {
    color: #fefefe;
    font-weight: 600;
    font-family: "nunito-sans";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px; }
    footer a strong,
    footer p strong {
      color: #F08200;
      font-weight: 900; }
    @media only screen and (max-width: 1024px) {
      footer a,
      footer p {
        font-size: 11px;
        letter-spacing: 1px; } }
  footer a:hover {
    color: #fefefe; }
  footer .footer-menu-1 {
    column-count: 2;
    margin-bottom: 15px; }
    footer .footer-menu-1 li ul {
      display: none; }
  footer .social-icons {
    margin-left: auto; }
    @media only screen and (min-width: 1024px) {
      footer .social-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media screen and (max-width: 39.9375em) {
      footer .social-icons {
        margin-bottom: 20px; } }
    footer .social-icons .social-link {
      flex: 0 0 50%;
      margin-bottom: 16px; }
    @media only screen and (max-width: 1200px) {
      footer .social-icons .social-link:first-child img {
        margin-left: 0px; } }
    footer .social-icons .social-link img {
      max-width: 40px; }
      footer .social-icons .social-link img:hover {
        transform: scale(1.2); }
      @media only screen and (max-width: 1200px) {
        footer .social-icons .social-link img {
          margin: 20px 20px 30px 20px; } }

.sub-footer {
  font-family: "freight-text-pro";
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    .sub-footer {
      font-size: 12px; } }
  .sub-footer .sub-footer-inner {
    padding: 15px 0;
    border-top: solid 1px #8A1538;
    font-style: italic; }
    .sub-footer .sub-footer-inner a {
      color: #fefefe;
      text-decoration: underline; }
      .sub-footer .sub-footer-inner a:hover {
        text-decoration: none; }
    .sub-footer .sub-footer-inner .aor-bug {
      font-size: 12px;
      float: right;
      margin-left: 20px;
      padding-top: 8px; }
      .sub-footer .sub-footer-inner .aor-bug img {
        width: 60px; }
      @media only screen and (max-width: 640px) {
        .sub-footer .sub-footer-inner .aor-bug {
          float: none;
          margin-left: 0; } }
    @media only screen and (max-width: 640px) {
      .sub-footer .sub-footer-inner {
        display: flex;
        flex-direction: column-reverse; } }

.am-case_study_archive {
  padding-bottom: 140px; }

.testimonial-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .testimonial-wrap {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .testimonial-wrap {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .testimonial-wrap .controller {
    bottom: 6px; }
  .testimonial-wrap .testimonials-holder {
    position: relative;
    z-index: 2; }
    .testimonial-wrap .testimonials-holder .testimonial .testimonial-content {
      padding: 30px 15px 15px 55px;
      font-size: 21px;
      font-weight: 300;
      line-height: 1.3;
      position: relative; }
      @media only screen and (min-width: 1024px) {
        .testimonial-wrap .testimonials-holder .testimonial .testimonial-content {
          font-size: 35px; } }
      .testimonial-wrap .testimonials-holder .testimonial .testimonial-content:before {
        content: '“';
        color: #8A1538;
        font-family: "libre-franklin";
        font-size: 60px;
        position: absolute;
        left: -10px;
        top: 0; }
        @media only screen and (min-width: 1024px) {
          .testimonial-wrap .testimonials-holder .testimonial .testimonial-content:before {
            font-size: 90px; } }
    .testimonial-wrap .testimonials-holder .testimonial .credit {
      padding: 15px 15px 45px 55px;
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      .testimonial-wrap .testimonials-holder .testimonial .credit img {
        border-radius: 999px;
        height: 80px;
        display: inline-block;
        margin-right: 15px;
        flex: 0 0 auto; }
      .testimonial-wrap .testimonials-holder .testimonial .credit .name-tagline {
        flex: 0 0 auto; }
        .testimonial-wrap .testimonials-holder .testimonial .credit .name-tagline .name {
          margin-bottom: 0;
          text-transform: uppercase;
          letter-spacing: 1.7px;
          font-family: "libre-franklin"; }
        .testimonial-wrap .testimonials-holder .testimonial .credit .name-tagline .tagline {
          margin-bottom: 0;
          font-size: 18px; }

.am-ajax_load_more_example {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .am-ajax_load_more_example {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .am-ajax_load_more_example {
      padding-top: 40px;
      padding-bottom: 40px; } }

#ajax-load-more {
  width: 100%; }
  #ajax-load-more .alm-reveal {
    display: flex;
    flex-flow: row wrap; }

.accordion .accordion-item {
  background: #F2F4F6;
  border: solid 1px #F2F4F6;
  position: relative; }
  .accordion .accordion-item + .accordion-item {
    margin-top: 20px; }
  .accordion .accordion-item.is-faq .accordion-content {
    color: #1D252D;
    position: relative;
    padding-left: 90px;
    padding-top: 30px;
    border: none; }
    .accordion .accordion-item.is-faq .accordion-content:after {
      content: 'A';
      height: 50px;
      width: 50px;
      left: 25px;
      top: 30px;
      color: #8A1538;
      font-weight: 600;
      position: absolute;
      font-size: 18px;
      font-family: "libre-franklin"; }
  .accordion .accordion-item.is-faq .accordion-title {
    padding-left: 90px; }
    .accordion .accordion-item.is-faq .accordion-title:after {
      content: 'Q';
      position: absolute;
      height: 50px;
      width: 50px;
      top: 30px;
      left: 25px;
      color: #8A1538;
      font-weight: 600;
      font-family: "libre-franklin"; }
  .accordion .accordion-item .accordion-title {
    font-size: 18px;
    color: #1D252D;
    position: relative;
    padding: 30px;
    padding-right: 60px;
    border: none;
    font-weight: 600; }
    .accordion .accordion-item .accordion-title:before {
      content: '';
      background: url(../img/plus.svg);
      width: 22px;
      height: 22px;
      right: 20px;
      margin-top: -10px; }
    .accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:focus {
      background: #F2F4F6; }
  .accordion .accordion-item.is-active .accordion-title:before {
    background: none;
    border-bottom: solid 2px #8A1538;
    height: 9px;
    z-index: 1; }
  .accordion .accordion-item.is-active:after {
    position: absolute;
    content: '';
    width: 63px;
    height: 78px;
    background: #fff;
    top: 0;
    right: 0; }
  .accordion .accordion-item .accordion-content {
    color: #1D252D;
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    border: none;
    /*&:after {
                content: 'A';
                height: 50px;
                width: 50px;
                left: 25px;
                top: 30px;
                color: $primary;
                font-weight: 600;
                position: absolute;
                font-size: 18px;
                font-family: $sans;
            }*/ }

.tabs .tabs-title a {
  font-size: 1rem; }

.text-center {
  text-align: center;
  margin: 0 auto; }

.am-content_feed {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .am-content_feed {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .am-content_feed {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .am-content_feed .title {
    padding-bottom: 50px; }
  .am-content_feed .view-all {
    padding-top: 60px;
    text-align: center; }
    .am-content_feed .view-all .button {
      margin-bottom: 0px;
      margin-right: 0px; }

.contact-form {
  border-top: solid 1px #E1E3E6;
  border-right: solid 1px #E1E3E6;
  padding-top: 57px;
  padding-right: 40px; }

.contact-info-box {
  border-top: solid 1px #E1E3E6;
  padding-top: 60px;
  padding-left: 50px;
  margin-left: -40px; }

.light-gray-bg .mortgage-calculator .calc .inputs .input-hold .right input {
  background-color: #e8e9ea; }

.light-gray-bg .mortgage-calculator .calc .output .month-holder {
  background-color: #fefefe; }

.mortgage-calculator {
  padding-top: 60px;
  padding-right: 60px;
  border-right: 1px solid #E1E3E6;
  border-top: 1px solid #E1E3E6; }
  .mortgage-calculator .title {
    margin-bottom: 20px; }
  .mortgage-calculator .calc .inputs .input-hold {
    display: flex;
    margin-bottom: 18px; }
    .mortgage-calculator .calc .inputs .input-hold.amount .right input {
      padding-left: 22px; }
    .mortgage-calculator .calc .inputs .input-hold .left {
      min-width: 100px;
      justify-content: flex-end;
      padding-right: 14px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      font-size: 11px;
      font-family: "libre-franklin";
      letter-spacing: 1px; }
    .mortgage-calculator .calc .inputs .input-hold .right {
      position: relative; }
      .mortgage-calculator .calc .inputs .input-hold .right .unit {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: #666;
        color: white;
        width: 42px;
        justify-content: center;
        font-family: "libre-franklin";
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: bold; }
      .mortgage-calculator .calc .inputs .input-hold .right .dollar-sign {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        width: 29px;
        justify-content: center;
        font-family: "libre-franklin";
        font-size: 11px; }
      .mortgage-calculator .calc .inputs .input-hold .right input {
        margin: 0px;
        background-color: #f1f1f1;
        border: 0px;
        width: 220px;
        box-shadow: none;
        font-family: "libre-franklin";
        font-size: 12px;
        padding-left: 12px;
        font-weight: bold; }
        .mortgage-calculator .calc .inputs .input-hold .right input:focus {
          box-shadow: none; }
  .mortgage-calculator .calc .inputs .submit {
    display: flex;
    justify-content: flex-end; }
    .mortgage-calculator .calc .inputs .submit .button {
      margin: 0px 0px 1px 0px; }
      @media only screen and (max-width: 640px) {
        .mortgage-calculator .calc .inputs .submit .button {
          margin-bottom: 20px; } }
  .mortgage-calculator .calc .output .month-holder {
    background-color: #f3f4f6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 62px 20px;
    margin-bottom: 20px; }
    .mortgage-calculator .calc .output .month-holder .dollars {
      flex: 0 0 100%;
      text-align: center;
      font-size: 45px;
      color: #8b1b3a;
      font-weight: bold;
      font-family: "libre-franklin"; }
    .mortgage-calculator .calc .output .month-holder .per-month {
      flex: 0 0 100%;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-family: "libre-franklin";
      font-size: 13px; }
  .mortgage-calculator .calc .output .disclaimer p {
    font-style: italic;
    font-size: 12px;
    line-height: 17px; }

.mortgage-contact-info {
  padding-left: 60px;
  padding-top: 60px;
  text-transform: uppercase;
  border-top: 1px solid #E1E3E6; }
  .mortgage-contact-info a {
    color: #1D252D; }
  .mortgage-contact-info h3 {
    font-size: 1.1rem;
    font-family: "libre-franklin";
    letter-spacing: 2px;
    padding: 0 0 .5rem; }
  .mortgage-contact-info p {
    font-family: "libre-franklin";
    font-size: .9rem;
    letter-spacing: 2px; }
    .mortgage-contact-info p a:hover {
      color: #8A1538; }
    .mortgage-contact-info p strong {
      color: #8A1538;
      padding-right: 1rem; }

.pb-dual_slider .dual-slider {
  position: relative; }
  .pb-dual_slider .dual-slider .content-slides {
    display: flex; }
    .pb-dual_slider .dual-slider .content-slides .content-slide {
      align-items: center;
      display: flex;
      height: 400px;
      padding: 0px; }
  .pb-dual_slider .dual-slider .image-slides {
    display: flex; }
    .pb-dual_slider .dual-slider .image-slides .image-slide {
      display: flex;
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center center;
      position: relative; }
      .pb-dual_slider .dual-slider .image-slides .image-slide .count {
        position: absolute;
        top: -1px;
        right: -1px;
        background-color: #fefefe;
        color: #8A1538;
        font-weight: bold;
        font-size: 21px;
        padding: 7px 14px; }
  .pb-dual_slider .dual-slider .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer; }

div.pb-photo_slider {
  position: relative;
  padding-top: 80px; }
  div.pb-photo_slider .slide {
    height: 50vw;
    min-height: 50vw;
    max-height: 80vh; }
    @media only screen and (max-width: 640px) {
      div.pb-photo_slider .slide {
        height: 50vh; } }
    div.pb-photo_slider .slide p {
      bottom: 30px;
      left: 30px; }
  div.pb-photo_slider .notch-wrap.notch-left {
    width: 700px; }
  div.pb-photo_slider .notch-wrap.bottom-notch .notch:after {
    border-left: none; }
  div.pb-photo_slider .notch-wrap.bottom-notch .notch:before {
    border-right: none; }

.pb-photo_gallery {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .pb-photo_gallery {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-photo_gallery {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-photo_gallery .description {
    padding-bottom: 30px; }
  .pb-photo_gallery .photos .photo h5 {
    text-align: center; }

.event-col {
  padding-left: 12px;
  padding-right: 12px;
  display: flex; }
  .event-col .event-tile {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    width: 100%; }
    .event-col .event-tile .event-image {
      margin-bottom: 24px;
      min-height: 210px;
      background-size: cover;
      background-position: center center; }
    .event-col .event-tile .event-info {
      position: relative;
      background-color: #1D252D;
      color: #fefefe;
      padding: 35px;
      flex: 1; }
      .event-col .event-tile .event-info .inner {
        margin-bottom: 35px; }
      .event-col .event-tile .event-info .title {
        border-bottom: 2px solid #979797;
        padding-bottom: 10px;
        margin-bottom: 25px; }
      .event-col .event-tile .event-info .meta {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-family: "nunito-sans";
        text-transform: uppercase;
        letter-spacing: 1.7px;
        font-weight: 700;
        font-size: 12px; }
        .event-col .event-tile .event-info .meta .meta-icon {
          flex: 0 0 auto;
          margin: 5px 15px 0 0; }
          .event-col .event-tile .event-info .meta .meta-icon.meta-icon-time {
            margin-top: 2px; }
        .event-col .event-tile .event-info .meta .meta-item {
          flex: 0 0 auto; }
      .event-col .event-tile .event-info .description {
        margin-top: 25px; }
        .event-col .event-tile .event-info .description p a {
          color: #fefefe;
          text-decoration: underline; }
          .event-col .event-tile .event-info .description p a:hover {
            text-decoration: none; }
      .event-col .event-tile .event-info .button {
        position: absolute;
        bottom: 0;
        margin-top: 15px;
        left: 35px;
        color: #fefefe; }
        .event-col .event-tile .event-info .button:after {
          background: url(../img/text-link-after-orange.svg); }
        .event-col .event-tile .event-info .button:hover:after {
          background: url(../img/text-link-after-white.svg); }
  @media only screen and (min-width: 640px) {
    .event-col.event-col-1 .event-tile {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start; }
      .event-col.event-col-1 .event-tile .event-image {
        flex: 0 0 30%;
        max-width: 30%;
        margin-bottom: 0; }
      .event-col.event-col-1 .event-tile .event-info {
        flex: 0 0 calc(70% - 24px);
        max-width: calc(70% - 24px);
        margin-left: 24px;
        padding: 35px 70px 15px 70px; }
        .event-col.event-col-1 .event-tile .event-info .inner {
          display: flex;
          flex-flow: row wrap; }
        .event-col.event-col-1 .event-tile .event-info .title {
          text-transform: none;
          letter-spacing: 1px;
          flex: 0 0 100%;
          padding-bottom: 25px; }
        .event-col.event-col-1 .event-tile .event-info .meta-info {
          flex: 0 0 auto;
          padding-right: 30px; }
        .event-col.event-col-1 .event-tile .event-info .description-wrap {
          flex: 1 1 0px;
          padding-left: 30px;
          position: relative; }
          .event-col.event-col-1 .event-tile .event-info .description-wrap:before {
            content: '';
            border-left: 1px solid #979797;
            height: calc(100% + 25px);
            position: absolute;
            left: 0;
            top: -25px; }
          .event-col.event-col-1 .event-tile .event-info .description-wrap .description {
            margin-top: 0; }
        .event-col.event-col-1 .event-tile .event-info .button {
          position: relative;
          left: 0; } }

#menu-item-4059 a:after,
#menu-item-4060 a:after {
  display: none !important; }

.cp-events,
.pb-events {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .cp-events,
    .pb-events {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .cp-events,
    .pb-events {
      padding-top: 40px;
      padding-bottom: 40px; } }

.koelbel-monogram {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.17; }
  @media only screen and (max-width: 1024px) {
    .koelbel-monogram {
      object-fit: cover;
      object-position: left center; } }
  @media only screen and (max-width: 640px) {
    .koelbel-monogram {
      display: none; } }

.mfp-bg {
  background-color: rgba(29, 37, 45, 0.97); }

.mfp-wrap .mfp-content .mfp-close {
  color: #fefefe; }

.mfp-wrap .mfp-content .mfp-img {
  padding: 40px 0 0; }

.mfp-wrap .mfp-content .mfp-figure:after {
  display: none; }

.mfp-wrap .mfp-content figcaption {
  background-color: transparent; }

.mfp-wrap .mfp-content .mfp-bottom-bar .mfp-title {
  color: #fefefe;
  font-size: 18px;
  padding: 15px 35px; }

.mfp-wrap .mfp-content .mfp-bottom-bar .mfp-counter {
  color: #fefefe;
  font-size: 14px;
  right: 35px;
  top: 15px; }

table {
  border: 1px solid #d8d8d8; }
  table thead,
  table tbody,
  table tfoot {
    border-color: #E8E9EA;
    color: #1D252D; }
    table thead td,
    table thead th,
    table tbody td,
    table tbody th,
    table tfoot td,
    table tfoot th {
      padding: 0;
      letter-spacing: 2px;
      font-size: 12px;
      font-family: "nunito-sans";
      text-transform: uppercase; }
      table thead td span,
      table thead th span,
      table tbody td span,
      table tbody th span,
      table tfoot td span,
      table tfoot th span {
        display: block;
        padding: 15px; }
      table thead td .button,
      table thead th .button,
      table tbody td .button,
      table tbody th .button,
      table tfoot td .button,
      table tfoot th .button {
        padding: 17px 15px; }
  table thead {
    background-color: #E8E9EA; }
    table thead th {
      font-weight: 900; }
      table thead th:last-child span {
        padding-left: 0; }
  table tbody {
    /*display: block;
        overflow: scroll;*/ }
    table tbody tr:nth-child(even) {
      background-color: #fefefe; }
      table tbody tr:nth-child(even) td .button {
        background-color: #57112B; }
        table tbody tr:nth-child(even) td .button:hover {
          background-color: #8A1538; }
    table tbody tr:nth-child(odd) {
      background-color: #f1f1f1; }
    table tbody td {
      border: none;
      font-weight: 600; }
      table tbody td .button {
        margin: 0;
        font-size: 12px;
        float: right; }
      table tbody td:last-child {
        text-align: left; }
        table tbody td:last-child span {
          padding: 0; }
      @media only screen and (max-width: 640px) {
        table tbody td {
          min-width: 120px; } }

.home .block p {
  color: #545b61; }

.homes > .column, .homes > .columns {
  width: 100%; }

.home-plans {
  padding: 40px 0 0; }
  .home-plans .title {
    padding-bottom: 15px; }
    .home-plans .title .button.primary:first-child {
      margin-right: .1rem; }
      .home-plans .title .button.primary:first-child ~ .button {
        background: #8e9296; }
        .home-plans .title .button.primary:first-child ~ .button:hover {
          background: #73777A; }
    @media only screen and (min-width: 640px) {
      .home-plans .title .button.primary {
        float: right;
        margin-right: 0;
        margin-left: .8rem; } }
  .home-plans .homes > .column, .home-plans .homes > .columns {
    margin-bottom: 40px; }
    @media only screen and (max-width: 640px) {
      .home-plans .homes > .column, .home-plans .homes > .columns {
        width: 100%; } }
  .home-plans .homes .home {
    padding-bottom: 87px;
    height: 100%;
    position: relative; }
    .home-plans .homes .home .buttons {
      position: absolute;
      bottom: 0px;
      left: 0; }
      .home-plans .homes .home .buttons a:first-child, .home-plans .homes .home .buttons a:nth-child(3) {
        background: #8e9296; }
        .home-plans .homes .home .buttons a:first-child:hover, .home-plans .homes .home .buttons a:nth-child(3):hover {
          background: #73777A; }
      @media only screen and (max-width: 640px) {
        .home-plans .homes .home .buttons {
          position: static;
          margin-top: 20px; } }
      .home-plans .homes .home .buttons .button {
        margin-bottom: 5px; }
    .home-plans .homes .home .slides,
    .home-plans .homes .home .controller {
      opacity: 1; }
    .home-plans .homes .home .home-title {
      margin-bottom: 0;
      margin-top: 30px; }
    .home-plans .homes .home .home-description p {
      font-weight: 400; }
    .home-plans .homes .home .features h6 {
      font-size: 13px;
      font-family: "nunito-sans";
      text-transform: uppercase;
      letter-spacing: 1.86px; }
    .home-plans .homes .home .features ul {
      font-family: "freight-text-pro";
      list-style: disc !important;
      list-style-type: disc !important;
      margin-left: 18px;
      margin-bottom: 0px; }
      .home-plans .homes .home .features ul li {
        font-size: 18px;
        padding-left: 9px; }
    .home-plans .homes .home .notch-wrap .notch {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 40px;
      background-color: white; }
      .home-plans .homes .home .notch-wrap .notch:before, .home-plans .homes .home .notch-wrap .notch:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 50%;
        box-sizing: border-box; }
      .home-plans .homes .home .notch-wrap .notch:after {
        left: 50%;
        border-bottom: 40px solid white;
        border-left: 35px solid transparent; }
    .home-plans .homes .home .slideshow {
      position: relative; }
      .home-plans .homes .home .slideshow .right-corner {
        background: #fefefe;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        display: flex;
        align-items: center; }
        .home-plans .homes .home .slideshow .right-corner .relative-wrap {
          position: relative;
          height: 40px;
          padding: 0 40px 0 40px;
          display: flex;
          align-items: center;
          width: 150px; }
          .home-plans .homes .home .slideshow .right-corner .relative-wrap:after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 40px solid #fefefe;
            border-left: 40px solid transparent;
            position: absolute;
            left: -40px;
            top: 0; }
    .home-plans .homes .home .controller {
      bottom: -3px; }
      .home-plans .homes .home .controller .slick-next,
      .home-plans .homes .home .controller .slick-prev {
        top: 30px; }
      .home-plans .homes .home .controller .slick-prev {
        left: -25px !important; }
      .home-plans .homes .home .controller .slick-next {
        right: -36px !important; }
    .home-plans .homes .home .slide {
      height: 385px;
      background-size: cover;
      background-position: center;
      align-items: center;
      display: flex;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .home-plans .homes .home .slide {
          height: 30vw; } }
      @media only screen and (max-width: 1024px) {
        .home-plans .homes .home .slide {
          height: 61vw; } }
      .home-plans .homes .home .slide .notch-wrap {
        width: 400px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px; }
        .home-plans .homes .home .slide .notch-wrap .notch {
          height: 0; }
          .home-plans .homes .home .slide .notch-wrap .notch:after {
            display: none; }
        .home-plans .homes .home .slide .notch-wrap.notch-right {
          left: auto;
          right: 0; }
          .home-plans .homes .home .slide .notch-wrap.notch-right .notch:before {
            display: none; }
          .home-plans .homes .home .slide .notch-wrap.notch-right .notch:after {
            display: block; }
      .home-plans .homes .home .slide .row {
        background-color: rgba(40, 47, 51, 0.7);
        padding: 2rem 3rem;
        max-width: 40rem; }
    .home-plans .homes .home .home-price {
      color: #8A1538;
      font-family: "freight-text-pro";
      font-weight: 100 !important;
      font-size: 18px;
      font-style: italic;
      text-transform: none;
      letter-spacing: 0; }
  .home-plans .homes .buttons {
    float: left;
    display: inline-block; }
  .home-plans .homes .button {
    margin-right: 0rem; }
    .home-plans .homes .button:last-child {
      border-right: none; }
  .home-plans .homes .button.text {
    padding-right: 30px;
    padding-left: 10px; }
    .home-plans .homes .button.text:after {
      right: 10px; }

.available-homes {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .available-homes {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .available-homes {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1024px) {
    .available-homes .title .site-map-button {
      display: flex;
      justify-content: flex-end; } }
  @media only screen and (max-width: 640px) {
    .available-homes .title .site-map-button {
      padding-left: 16px; } }
  .available-homes .title ul li {
    list-style-type: disc;
    margin-left: 20px; }
  .available-homes .homes .home {
    padding-top: 35px;
    padding-bottom: 15px;
    /*table {
                tr {
                    &:nth-child(even) {
                        .button {
                            background: $shiftnav-gray;
                            &:hover {
                                background: $gray-hover;
                            }
                        }
                    }
                }
            }*/ }
    .available-homes .homes .home .home-title {
      display: inline-block; }
    .available-homes .homes .home .home-gallery {
      display: inline-block; }
      .available-homes .homes .home .home-gallery .gallery-icon {
        vertical-align: -5px;
        height: 27px;
        margin-left: 15px; }
        .available-homes .homes .home .home-gallery .gallery-icon path {
          transition: 0.25s ease all;
          stroke: #8A1538; }
      .available-homes .homes .home .home-gallery .gallery-icon:hover path {
        stroke: #cacaca; }

.icon-block {
  margin: 35px 0; }
  .icon-block .icon {
    height: 60px;
    width: auto; }
    .icon-block .icon path {
      stroke: #8A1538; }
    .icon-block .icon.white-svg path {
      stroke: #fefefe; }
    .icon-block .icon.light-gray-svg path {
      stroke: #f1f1f1; }
    .icon-block .icon.dark-gray-svg path {
      stroke: #434343; }
    .icon-block .icon.maroon-svg path {
      stroke: #8A1538; }
  .icon-block .icon-content {
    position: relative; }
    .icon-block .icon-content .icon-title {
      margin-bottom: 5px;
      font-weight: 800;
      line-height: 1.3; }
    .icon-block .icon-content .icon-description {
      margin-bottom: 0; }

.pb-icon_blocks {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .pb-icon_blocks {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-icon_blocks {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-icon_blocks .icon-blocks-community {
    text-align: center; }
    .pb-icon_blocks .icon-blocks-community .icon-block .icon {
      margin-bottom: 15px; }
  .pb-icon_blocks .icon-blocks-pb {
    text-align: left; }
    .pb-icon_blocks .icon-blocks-pb .icon-block {
      display: flex; }
      .pb-icon_blocks .icon-blocks-pb .icon-block .icon {
        flex: 0 0 auto;
        max-width: 100%;
        margin-right: 25px; }
      .pb-icon_blocks .icon-blocks-pb .icon-block .icon-content {
        margin-left: 25px; }
        .pb-icon_blocks .icon-blocks-pb .icon-block .icon-content:before {
          content: '';
          border-left: 2px solid #cacaca;
          position: absolute;
          left: -25px;
          top: 0;
          height: 100%; }
        .pb-icon_blocks .icon-blocks-pb .icon-block .icon-content .icon-title {
          font-size: 17px;
          font-family: "libre-franklin";
          font-weight: 600; }

#faqs {
  padding: 3rem 0 0; }

.pb-featured_content_blocks {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .pb-featured_content_blocks {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-featured_content_blocks {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-featured_content_blocks + .above-footer {
    padding-bottom: 140px; }
  .pb-featured_content_blocks .block-holder:hover {
    cursor: pointer; }
  .pb-featured_content_blocks .block-holder .block {
    position: relative;
    padding-bottom: 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (min-width: 1200px) {
      .pb-featured_content_blocks .block-holder .block .buttons_hold {
        position: absolute;
        bottom: 0;
        left: 16px; } }
    @media only screen and (min-width: 1024px) {
      .pb-featured_content_blocks .block-holder .block .buttons_hold .button {
        margin-bottom: 0px; } }
    .pb-featured_content_blocks .block-holder .block .like-h4 {
      margin-top: 30px;
      margin-bottom: 4px;
      color: #1D252D;
      display: inline-block; }
    .pb-featured_content_blocks .block-holder .block .button {
      margin-top: auto;
      font-size: 12px;
      background: transparent; }
      @media only screen and (max-width: 640px) {
        .pb-featured_content_blocks .block-holder .block .button {
          bottom: -8px;
          line-height: 18px; } }
      .pb-featured_content_blocks .block-holder .block .button:hover {
        background-color: #57112B !important; }
        .pb-featured_content_blocks .block-holder .block .button:hover:after {
          background: url("../img/text-link-after-orange.svg");
          transition: .3s all; }
    .pb-featured_content_blocks .block-holder .block img {
      width: 100%; }
    .pb-featured_content_blocks .block-holder .block .hold-me {
      overflow: hidden; }
      .pb-featured_content_blocks .block-holder .block .hold-me .featured-content-image {
        padding-top: 100%;
        width: 330px;
        background-size: cover;
        background-position: center center; }
    @media only screen and (max-width: 640px) {
      .pb-featured_content_blocks .block-holder .block {
        margin-bottom: 200px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 640px) {
      .pb-featured_content_blocks .block-holder .block:last-child {
        padding-bottom: 80px; } }
    .pb-featured_content_blocks .block-holder .block ul {
      list-style: inherit;
      margin: 0 29px 30px; }
    .pb-featured_content_blocks .block-holder .block:hover {
      cursor: pointer; }
  @media only screen and (max-width: 640px) {
    .pb-featured_content_blocks .block-holder {
      flex-direction: column; } }
  @media only screen and (max-width: 640px) {
    .pb-featured_content_blocks .block-holder-6070 .button.text {
      background: #8A1538 !important; } }

.pb-content_blocks {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    .pb-content_blocks {
      padding: 30px 0; } }
  .pb-content_blocks .block .like-h4 {
    min-height: 46px; }
  .pb-content_blocks .block .button-section {
    margin-top: auto; }

.pb-logo_bar {
  padding-top: 80px;
  padding-bottom: 30px; }
  .pb-logo_bar .row-logos .title h2 {
    margin-bottom: 40px;
    text-align: center; }
  .pb-logo_bar .row-logos .logos-description {
    margin-bottom: 50px; }
  .pb-logo_bar .logos .row .columns {
    text-align: center;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pb-logo_bar .logos .row .columns img {
      max-width: 180px; }
      @media only screen and (max-width: 640px) {
        .pb-logo_bar .logos .row .columns img {
          max-width: 110px; } }

.post-single {
  padding-top: 40px;
  padding-bottom: 40px; }
  .post-single .back {
    margin-top: 40px; }

.single-team-member .sub-subpage-header .parent:after {
  display: none; }

.single-team-member .team-member-single .button.primary {
  margin-top: 20px; }

#theForm,
#theForm3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #theForm .privacy,
  #theForm3 .privacy {
    width: 100%;
    text-align: right;
    font-size: 14px;
    margin-top: 5px; }
  #theForm input,
  #theForm textarea,
  #theForm3 input,
  #theForm3 textarea {
    background: #E8E9EA;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-left: 10px !important;
    padding: 5px 4px;
    letter-spacing: normal;
    width: 100%; }
  #theForm input,
  #theForm3 input {
    height: 39px; }
  #theForm div[align="right"],
  #theForm3 div[align="right"] {
    margin-top: 19px;
    margin-left: auto; }
    @media only screen and (max-width: 640px) {
      #theForm div[align="right"],
      #theForm3 div[align="right"] {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 40px; } }
    #theForm div[align="right"] input,
    #theForm3 div[align="right"] input {
      padding: 10px 40px !important;
      font-size: 13px;
      font-weight: 700;
      background-color: #8a1438;
      color: #fefefe;
      text-transform: uppercase;
      font-family: "nunito-sans";
      letter-spacing: 2px; }
  #theForm .question,
  #theForm3 .question {
    padding-bottom: 2px;
    flex: 0 0 100%;
    margin-bottom: 22px; }
    #theForm .question label,
    #theForm3 .question label {
      font-size: 12px;
      font-family: "nunito-sans";
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 8px; }
    #theForm .question.half,
    #theForm3 .question.half {
      flex: 0 0 100%; }
      @media only screen and (min-width: 1200px) {
        #theForm .question.half,
        #theForm3 .question.half {
          flex: 0 0 49%; } }
    #theForm .question fieldset,
    #theForm3 .question fieldset {
      border: none; }
      #theForm .question fieldset input,
      #theForm3 .question fieldset input {
        display: block;
        float: left;
        height: auto;
        width: auto;
        margin-top: 5px; }
      #theForm .question fieldset label,
      #theForm3 .question fieldset label {
        float: none;
        text-align: left;
        padding-left: 5px;
        width: auto;
        font-size: 14px;
        font-family: "freight-text-pro";
        text-transform: none;
        letter-spacing: 0px; }
      #theForm .question fieldset label.error,
      #theForm .question fieldset input.submit,
      #theForm3 .question fieldset label.error,
      #theForm3 .question fieldset input.submit {
        display: none;
        float: none;
        color: red; }

#theForm3 input:focus {
  outline: none;
  border: none;
  box-shadow: none; }

.slider-wrap {
  position: relative; }
  .slider-wrap .right-corner {
    background: #fefefe;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .slider-wrap .right-corner .relative-wrap {
      position: relative;
      height: 40px;
      padding: 0 40px 0 40px;
      display: flex;
      align-items: center;
      width: 150px; }
      .slider-wrap .right-corner .relative-wrap img {
        max-height: 90%;
        max-width: 200px; }
      .slider-wrap .right-corner .relative-wrap:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 40px solid #fefefe;
        border-left: 40px solid transparent;
        position: absolute;
        left: -40px;
        top: 0; }

.controller {
  bottom: -3px; }
  .controller .slick-next,
  .controller .slick-prev {
    top: 30px; }
  .controller .slick-prev {
    left: -25px !important; }
  .controller .slick-next {
    right: -36px !important; }

.slick-arrow {
  height: 20px;
  width: 22px;
  z-index: 100;
  top: 50%;
  /*
    .caption {
        margin-top: 10px;
        text-align: right;
        font-size: 13px;
        opacity: .75;
        font-style: italic;
    } */ }
  .slick-arrow.slick-prev {
    left: 15px; }
  .slick-arrow.slick-next {
    right: 15px; }

.tenants {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .tenants {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .tenants {
      padding-top: 40px;
      padding-bottom: 40px; } }

.property-details {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .property-details {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .property-details {
      padding-top: 40px;
      padding-bottom: 40px; } }

.dev-links > a {
  background-color: #8A1538 !important;
  transition: all .25s !important; }
  .dev-links > a:hover {
    background-color: #FFF !important;
    color: #8A1538 !important; }

.pb-blog_section {
  margin-bottom: 300px; }
  .pb-blog_section .title-area {
    margin-bottom: 30px; }
    .pb-blog_section .title-area .wrapper .inner-row {
      margin-left: 0px;
      margin-right: 0px;
      border-bottom: 5px solid #efeff0; }
      .pb-blog_section .title-area .wrapper .inner-row .title {
        padding-left: 0px; }
      .pb-blog_section .title-area .wrapper .inner-row .link {
        text-align: right;
        padding-right: 0px; }
        .pb-blog_section .title-area .wrapper .inner-row .link .button {
          margin-right: 0px; }
  .pb-blog_section .posts .post {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22); }
    .pb-blog_section .posts .post .image {
      background-size: cover;
      background-position: center center;
      height: 180px;
      width: 100%;
      transition: .25s all; }
    .pb-blog_section .posts .post .hold-me {
      padding: 30px 15px;
      position: relative;
      overflow: hidden;
      transition: .25s all; }
      .pb-blog_section .posts .post .hold-me h4 {
        margin-bottom: 12px; }
      .pb-blog_section .posts .post .hold-me p.meta {
        color: #a7a7aa;
        padding-bottom: 10px;
        border-bottom: 2px solid #f3f3f3;
        font-size: 13px;
        font-weight: bold; }
      .pb-blog_section .posts .post .hold-me .categories a {
        color: #1c64a3;
        text-decoration: underline;
        font-weight: bold;
        font-size: 13px; }
      .pb-blog_section .posts .post .hold-me .button {
        position: absolute;
        bottom: -46px;
        left: 0;
        width: 100%;
        margin: 0px;
        transition: .25s all; }
    .pb-blog_section .posts .post:hover .image {
      height: 135px; }
    .pb-blog_section .posts .post:hover .hold-me {
      padding-bottom: 60px; }
      .pb-blog_section .posts .post:hover .hold-me .button {
        bottom: 8px; }

.hours-directions {
  padding-top: 30px;
  padding-bottom: 80px; }
  .hours-directions .medium-4 {
    background: #1D252D;
    color: #fefefe; }
    .hours-directions .medium-4 .hours {
      padding: 40px 30px;
      display: flex;
      flex-direction: column; }
      .hours-directions .medium-4 .hours .like-h4 {
        color: #fefefe;
        text-transform: none;
        letter-spacing: 0; }
      .hours-directions .medium-4 .hours .like-h5.days-text {
        font-weight: 800;
        margin-bottom: 0; }
      .hours-directions .medium-4 .hours .like-h5.hours-text {
        margin-bottom: 25px; }
        .hours-directions .medium-4 .hours .like-h5.hours-text + .contact-person {
          border-top: solid 1px #979797;
          margin-top: 40px; }
          .hours-directions .medium-4 .hours .like-h5.hours-text + .contact-person .like-h4 {
            margin-top: 30px; }
      .hours-directions .medium-4 .hours .contact-person .like-h4 {
        text-transform: uppercase;
        letter-spacing: 2px; }
      .hours-directions .medium-4 .hours .contact-person p {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "nunito-sans";
        /*span {
                        color: $secondary;
                        font-weight: 900;
                        padding-right: 20px;
                    }*/ }
      .hours-directions .medium-4 .hours .contact-person a {
        color: #fefefe; }
      .hours-directions .medium-4 .hours .contact-person .phone,
      .hours-directions .medium-4 .hours .contact-person .email {
        font-size: 13px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "nunito-sans";
        padding-left: 21px;
        position: relative; }
        .hours-directions .medium-4 .hours .contact-person .phone:before,
        .hours-directions .medium-4 .hours .contact-person .email:before {
          color: #F08200;
          left: 0;
          top: 0;
          position: absolute;
          font-family: "nunito-sans";
          font-weight: bold;
          font-size: 13px; }
      .hours-directions .medium-4 .hours .contact-person .phone:before {
        content: "P"; }
      .hours-directions .medium-4 .hours .contact-person .email:before {
        content: "E"; }
  .hours-directions .medium-8 .acf-map {
    margin: 0; }
  .hours-directions .directions-map {
    width: 100%;
    height: 100%;
    min-height: 500px; }
    .hours-directions .directions-map .gm-style-iw {
      border-radius: 0px;
      padding: 30px 20px 20px; }

input.error,
select.error {
  border: 2px solid #8a1a38 !important; }

/***************
FIRST MEANINGFUL PAINT
DON'T ADD ANYTHING TO THIS SECTION
UNLESS IT IS A STYLE WHICH APPLIES 
TO THE TOP PART OF THE WEBSITE (HEADER,
SLIDESHOW, BUTTONS, GLOBAL STYLES)
***************/
.white-bg {
  background-color: #fefefe !important; }

.light-gray-bg {
  background-color: #f1f1f1 !important; }

.dark-gray-bg {
  background-color: #1D252D !important;
  color: #fefefe; }

.zero-padding-top {
  padding-top: 0px !important; }

.small-padding-top {
  padding-top: 35px !important; }

.medium-padding-top {
  padding-top: 70px !important; }

.large-padding-top {
  padding-top: 105px !important; }

.custom-padding-top {
  padding-top: unset !important; }

.zero-padding-bottom {
  padding-bottom: 0px !important; }

.small-padding-bottom {
  padding-bottom: 35px !important; }

.medium-padding-bottom {
  padding-bottom: 70px !important; }

.large-padding-bottom {
  padding-bottom: 105px !important; }

.custom-padding-bottom {
  padding-bottom: unset !important; }

.zero-margin-top {
  margin-top: 0px !important; }

.small-margin-top {
  margin-top: 35px !important; }

.medium-margin-top {
  margin-top: 70px !important; }

.large-margin-top {
  margin-top: 105px !important; }

.custom-margin-top {
  margin-top: unset !important; }

.zero-margin-bottom {
  margin-bottom: 0px !important; }

.small-margin-bottom {
  margin-bottom: 35px !important; }

.medium-margin-bottom {
  margin-bottom: 70px !important; }

.large-margin-bottom {
  margin-bottom: 105px !important; }

.custom-margin-bottom {
  margin-bottom: unset !important; }

body {
  transition: transform .25s;
  padding-top: 0;
  /*
    &.menu-open {
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
        #wpadminbar {
            top: -46px;
            left: 280px;
            @include  gt-custom(782px) {
                top: -32px;
            }
        }
    }
    */ }
  body.shiftnav-open header .navigation .menu-trigger-holder .menu-trigger:before {
    content: 'Close'; }
  body.shiftnav-open header .navigation .menu-trigger-holder .menu-trigger span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%; }
  body.shiftnav-open header .navigation .menu-trigger-holder .menu-trigger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.shiftnav-open header .navigation .menu-trigger-holder .menu-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.shiftnav-open header .navigation .menu-trigger-holder .menu-trigger span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%; }
  body.admin-bar .pb-in-page_navigation.cloned {
    margin-top: 152px; }
  @media only screen and (max-width: 782px) {
    body.admin-bar header.scrolled {
      margin-top: 0px; } }

.pb-map {
  position: relative;
  padding: 0px;
  padding-bottom: 40px;
  /* fixes potential theme css conflict */ }
  .pb-map .info-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .pb-map .info-box-inner {
    color: #8A1538;
    background: #fefefe;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .pb-map .info-box-inner.kuh:before {
      border-bottom: 5px solid #7b3fc5; }
    .pb-map .info-box-inner.kuh:after {
      border-top: 15px solid #7b3fc5; }
    .pb-map .info-box-inner.kmc:before {
      border-bottom: 5px solid #19afa1; }
    .pb-map .info-box-inner.kmc:after {
      border-top: 15px solid #19afa1; }
    .pb-map .info-box-inner.kcc:before {
      border-bottom: 5px solid #2387d1; }
    .pb-map .info-box-inner.kcc:after {
      border-top: 15px solid #2387d1; }
    .pb-map .info-box-inner:before {
      content: '';
      border-bottom: 5px solid #8A1538;
      position: absolute;
      bottom: -5px;
      width: 100%; }
    .pb-map .info-box-inner:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #8A1538;
      position: absolute;
      bottom: -15px;
      right: 0;
      left: 0;
      margin: 0 auto; }
    .pb-map .info-box-inner.project-acquisition:before {
      border-color: #8A1538; }
    .pb-map .info-box-inner.project-acquisition:after {
      border-top-color: #8A1538; }
    .pb-map .info-box-inner.project-development:before {
      border-color: #8A1538; }
    .pb-map .info-box-inner.project-development:after {
      border-top-color: #8A1538; }
    .pb-map .info-box-inner .info-box-content {
      padding: 25px; }
      .pb-map .info-box-inner .info-box-content .website {
        margin-top: 10px; }
      .pb-map .info-box-inner .info-box-content .info {
        border-bottom: 1px solid #e8e8ea;
        padding-bottom: 10px;
        color: #1D252D; }
    .pb-map .info-box-inner .title {
      font-size: 20px;
      font-family: "freight-text-pro";
      font-weight: 400;
      margin-bottom: 0;
      color: #8A1538 !important;
      line-height: 21px;
      letter-spacing: .5px; }
    .pb-map .info-box-inner .city {
      font-size: 12px;
      margin-bottom: 5px;
      line-height: 18px;
      letter-spacing: 1px;
      color: #666F74;
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 5px; }
    .pb-map .info-box-inner p {
      font-size: 14px; }
  .pb-map .js-info-bubble-close {
    width: 15px;
    right: 15px !important;
    top: 15px !important;
    opacity: .35; }
  .pb-map .acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0px; }
    @media only screen and (min-width: 640px) {
      .pb-map .acf-map {
        height: 610px; } }
    @media only screen and (min-width: 1024px) {
      .pb-map .acf-map {
        height: 720px; } }
  .pb-map .acf-map img {
    max-width: inherit !important; }
  .pb-map#map {
    height: 100%;
    margin: 0px;
    padding: 0px; }

.legend > .row {
  max-width: none; }
  .legend > .row > .column, .legend > .row > .columns {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      .legend > .row > .column, .legend > .row > .columns {
        flex-direction: column; } }
    .legend > .row > .column .type, .legend > .row > .columns .type {
      position: relative;
      padding-left: 41px;
      margin-left: 22px;
      margin-right: 22px;
      font-family: "nunito-sans";
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 700;
      color: #424a51;
      font-size: 13px;
      padding-top: 9px;
      white-space: nowrap;
      padding-bottom: 13px; }
      @media only screen and (max-width: 640px) {
        .legend > .row > .column .type, .legend > .row > .columns .type {
          margin-right: 0; } }
      .legend > .row > .column .type::after, .legend > .row > .columns .type::after {
        position: absolute;
        left: 3px;
        top: 5px;
        content: ""; }
      @media only screen and (max-width: 640px) {
        .legend > .row > .column .type.kuh, .legend > .row > .columns .type.kuh {
          padding-left: 55px; } }
      .legend > .row > .column .type.kuh::after, .legend > .row > .columns .type.kuh::after {
        background-image: url("../img/brand-kuh.png");
        width: 20px;
        height: 27px; }
      @media only screen and (max-width: 640px) {
        .legend > .row > .column .type.kcc, .legend > .row > .columns .type.kcc {
          padding-left: 55px; } }
      .legend > .row > .column .type.kcc::after, .legend > .row > .columns .type.kcc::after {
        background-image: url("../img/brand-kcc.png");
        width: 23px;
        height: 26px; }
      .legend > .row > .column .type.kmc, .legend > .row > .columns .type.kmc {
        padding-left: 55px; }
        .legend > .row > .column .type.kmc::after, .legend > .row > .columns .type.kmc::after {
          background-image: url("../img/brand-kmc.png");
          width: 37px;
          height: 21px; }
      .legend > .row > .column .type.affordable, .legend > .row > .columns .type.affordable {
        padding-left: 30px; }
        @media only screen and (max-width: 640px) {
          .legend > .row > .column .type.affordable, .legend > .row > .columns .type.affordable {
            padding-left: 55px; } }
        .legend > .row > .column .type.affordable::after, .legend > .row > .columns .type.affordable::after {
          background-color: #8A1538;
          border-radius: 1000px;
          width: 13px;
          height: 13px;
          top: 11px; }
      .legend > .row > .column .type.portfolio, .legend > .row > .columns .type.portfolio {
        padding-left: 32px; }
        @media only screen and (max-width: 640px) {
          .legend > .row > .column .type.portfolio, .legend > .row > .columns .type.portfolio {
            padding-left: 55px; } }
        .legend > .row > .column .type.portfolio::after, .legend > .row > .columns .type.portfolio::after {
          background-color: #1D252D;
          border-radius: 1000px;
          width: 13px;
          height: 13px;
          top: 10px; }

.pb-circular_image_content_blocks {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 50px; }
  @media only screen and (max-width: 1024px) {
    .pb-circular_image_content_blocks {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 640px) {
    .pb-circular_image_content_blocks {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .pb-circular_image_content_blocks .title {
    margin-bottom: 20px;
    text-align: center; }
  .pb-circular_image_content_blocks .blocks .block {
    max-width: 400px; }
    @media only screen and (max-width: 640px) {
      .pb-circular_image_content_blocks .blocks .block {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 50px; } }
    .pb-circular_image_content_blocks .blocks .block:last-child .hold-me::after {
      display: none; }
    .pb-circular_image_content_blocks .blocks .block .hold-me {
      text-align: center;
      position: relative;
      max-width: 400px;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        .pb-circular_image_content_blocks .blocks .block .hold-me::after {
          position: absolute;
          content: " ";
          background-color: #f4f5f5;
          top: 91px;
          left: 50%;
          width: 100%;
          height: 2px;
          z-index: 1; } }
  @media only screen and (min-width: 640px) and (max-width: 640px) {
    .pb-circular_image_content_blocks .blocks .block .hold-me::after {
      display: none; } }
      .pb-circular_image_content_blocks .blocks .block .hold-me img {
        border-radius: 1000px;
        width: 182px;
        margin-bottom: 35px;
        position: relative;
        z-index: 2; }
      .pb-circular_image_content_blocks .blocks .block .hold-me h4 {
        margin-bottom: 11px;
        line-height: 21px; }
      .pb-circular_image_content_blocks .blocks .block .hold-me p {
        font-size: 16px;
        line-height: 23px; }

.in-page-nav {
  transition: 0.25s ease clip-path;
  background-color: #8A1538;
  width: 100%;
  clip-path: polygon(calc(0% + 45px) 0, calc(100% - 45px) 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(calc(0% + 45px) 0, calc(100% - 45px) 0, 100% 100%, 0 100%); }
  @media only screen and (max-width: 640px) {
    .in-page-nav {
      /*clip-path: polygon(calc(0% + 25px) 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(calc(0% + 25px) 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
    */
      clip-path: none;
      -webkit-clip-path: none;
      width: calc(100% + 40px);
      margin-left: -20px;
      max-width: none !important;
      left: 0 !important; } }
  .in-page-nav .drop-it {
    display: none;
    color: white;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-family: "nunito-sans";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 640px) {
      .in-page-nav .drop-it {
        display: block; } }
  .in-page-nav.is-stuck {
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, calc(0% + 45px) 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, calc(0% + 45px) 100%); }
    @media only screen and (max-width: 640px) {
      .in-page-nav.is-stuck {
        /*
            clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, calc(0% + 25px) 100%);
            -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, calc(0% + 25px) 100%); */
        clip-path: none;
        -webkit-clip-path: none;
        margin-top: 70px !important; } }
  .in-page-nav ul {
    margin: 0;
    text-align: center;
    height: auto !important; }
    @media only screen and (max-width: 640px) {
      .in-page-nav ul {
        background: #8A1538;
        padding-bottom: 20px;
        display: none; }
        .in-page-nav ul.expanded {
          display: block; } }
    .in-page-nav ul li {
      display: inline-block; }
      @media only screen and (max-width: 640px) {
        .in-page-nav ul li {
          display: block; } }
      .in-page-nav ul li a {
        display: block;
        color: #fefefe;
        padding: 20px 10px;
        font-family: "nunito-sans";
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media only screen and (max-width: 640px) {
          .in-page-nav ul li a {
            font-size: 11px;
            padding: 10px 7px;
            letter-spacing: 0px;
            display: inline-block; } }
        .in-page-nav ul li a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #fefefe;
          position: relative;
          bottom: -3px;
          transition: all ease .25s; }
        .in-page-nav ul li a:hover:after, .in-page-nav ul li a.active:after {
          width: 100%; }

header {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 600; }
  header .logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 110px solid #fefefe;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    height: 0;
    width: 410px;
    z-index: 111;
    transition: 0.25s ease all; }
    @media only screen and (max-width: 1024px) {
      header .logo img {
        padding-top: 22px; } }
    @media only screen and (max-width: 640px) {
      header .logo {
        height: 0px;
        width: 250px;
        left: 0px;
        padding: 15px 0 0 20px;
        transform: translateX(0);
        align-items: left;
        border-top: 70px solid #fefefe;
        border-right: 50px solid transparent;
        border-left: none; }
        header .logo img {
          padding: 0px 20px 0 10px; } }
    header .logo a {
      transition: 0.25s ease all;
      margin: -94px auto 0 auto; }
      header .logo a h1 {
        margin-bottom: 0px; }
      @media only screen and (max-width: 1350px) {
        header .logo a {
          margin: -43px auto 0 auto; } }
      @media only screen and (max-width: 1024px) {
        header .logo a {
          margin: -94px auto 0 auto; } }
    @media only screen and (max-width: 1350px) {
      header .logo {
        border-top: 76px solid #fefefe;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        width: 284px; } }
    @media only screen and (max-width: 1024px) {
      header .logo {
        border-top: 78px solid #fefefe;
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        width: 410px; } }
    @media only screen and (max-width: 700px) {
      header .logo {
        height: 0;
        width: 250px;
        left: 0;
        padding: 15px 0 0 20px;
        transform: translateX(0);
        align-items: left;
        border-top: 70px solid #fefefe;
        border-right: 50px solid transparent;
        border-left: none; } }
  header .header-top {
    height: 40px;
    width: 100%;
    display: flex;
    background-color: #fefefe; }
    @media only screen and (max-width: 1024px) {
      header .header-top {
        display: none; } }
    header .header-top .header-top-left {
      background: #fefefe;
      width: calc(100% - 317px);
      height: 100%;
      clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media only screen and (max-width: 1024px) {
        header .header-top .header-top-left {
          width: 100%;
          clip-path: none; } }
      header .header-top .header-top-left a {
        color: #1D252D;
        text-transform: uppercase;
        font-family: "nunito-sans";
        font-size: 13px;
        font-weight: 700;
        margin-right: 30px;
        letter-spacing: 2px;
        transition: .3s all;
        border-bottom: solid 2px transparent; }
        header .header-top .header-top-left a:hover {
          border-bottom: solid 2px #F08200;
          transition: .3s all; }
      @media only screen and (max-width: 1350px) {
        header .header-top .header-top-left {
          z-index: 120; } }
    header .header-top .header-top-right {
      background: #8A1538;
      color: #fefefe;
      height: 100%;
      width: 155px;
      clip-path: polygon(100% 100%, 100% 100%, 100% -188px, 0 100%);
      margin-left: -28px;
      display: flex;
      align-items: center;
      justify-content: end;
      transition: .3s all; }
      @media only screen and (max-width: 1024px) {
        header .header-top .header-top-right {
          display: none; } }
      header .header-top .header-top-right:hover a {
        border-bottom: solid 2px #fefefe;
        transition: .3s all; }
      header .header-top .header-top-right a {
        color: #fefefe;
        text-transform: uppercase;
        font-family: "nunito-sans";
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        border-bottom: solid 2px transparent; }
    header .header-top .header-search {
      background: #8A1538;
      color: #fefefe;
      height: 100%;
      display: flex;
      justify-content: center; }
      header .header-top .header-search .search {
        display: inline-block;
        padding-left: 30px;
        padding-right: 20px; }
        header .header-top .header-search .search i {
          color: #fefefe;
          cursor: pointer;
          bottom: -3px;
          position: relative; }
        header .header-top .header-search .search input {
          float: left;
          display: inline-block;
          width: 125px;
          height: 28px;
          border-top: 0px;
          border-left: 0px;
          border-right: 0px;
          border-bottom: 2px solid #fefefe;
          outline: 0px;
          box-shadow: none;
          font-size: 14px;
          color: #fefefe;
          font-weight: bold;
          padding-left: 0px;
          padding-top: 0px;
          padding-bottom: 0px;
          padding-right: 0px;
          transition: width .25s; }
          header .header-top .header-search .search input:focus {
            background-color: transparent; }
          header .header-top .header-search .search input::placeholder {
            color: #fefefe; }
  header .header-bottom {
    background: #1D252D;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      header .header-bottom {
        height: 70px; } }
  @media only screen and (min-width: 1024px) {
    header.scrolled .logo {
      border-top: 80px solid #fefefe;
      border-left: 72px solid transparent;
      border-right: 72px solid transparent; }
      header.scrolled .logo a {
        margin-top: -64px; }
        header.scrolled .logo a img {
          height: 37px; } }
  header .fa-times {
    display: none; }
  header .fa-bars {
    display: none; }
  @media only screen and (max-width: 1024px) {
    header .navigation {
      margin-top: 23px; } }
  @media only screen and (max-width: 640px) {
    header .navigation {
      margin-top: 0px; } }
  header .navigation .menu-trigger-holder .menu-trigger {
    display: none;
    width: 24px;
    height: 25px;
    position: relative;
    z-index: 100;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    float: right; }
    header .navigation .menu-trigger-holder .menu-trigger:focus {
      color: #fefefe; }
    @media only screen and (max-width: 640px) {
      header .navigation .menu-trigger-holder .menu-trigger {
        margin-top: 22px; } }
    header .navigation .menu-trigger-holder .menu-trigger:before {
      font-family: "nunito-sans";
      font-size: 13px;
      font-weight: 700;
      content: 'Menu';
      letter-spacing: 2px;
      text-transform: uppercase;
      position: absolute;
      right: 42px;
      bottom: 3px; }
    header .navigation .menu-trigger-holder .menu-trigger span {
      display: block;
      position: absolute;
      height: 3px;
      width: 80%;
      background: #fefefe;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
    header .navigation .menu-trigger-holder .menu-trigger span:nth-child(1) {
      top: 0; }
    header .navigation .menu-trigger-holder .menu-trigger span:nth-child(2),
    header .navigation .menu-trigger-holder .menu-trigger span:nth-child(3) {
      top: 10px; }
    header .navigation .menu-trigger-holder .menu-trigger span:nth-child(4) {
      top: 20px; }
    @media only screen and (max-width: 1024px) {
      header .navigation .menu-trigger-holder .menu-trigger {
        display: block; } }
  @media only screen and (max-width: 1024px) {
    header .navigation .menu-desktop {
      display: none; } }
  header .navigation .menu-desktop .menu-search {
    float: right; }
    header .navigation .menu-desktop .menu-search form input {
      margin-bottom: 0px; }
  header .navigation .menu-desktop .ubermenu-responsive-toggle {
    float: right;
    display: none; }
  header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-level-2 a {
    color: #fefefe; }
    header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-level-2 a:hover {
      background: #555b61;
      transition: .3s all; }
  header .navigation .menu-desktop #ubermenu-main-2 > ul {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto; }
    header .navigation .menu-desktop #ubermenu-main-2 > ul .ubermenu-search {
      margin-left: 1rem; }
    @media only screen and (max-width: 1024px) and (min-width: 640px) {
      header .navigation .menu-desktop #ubermenu-main-2 > ul {
        background-color: #fefefe; } }
    @media only screen and (max-width: 640px) {
      header .navigation .menu-desktop #ubermenu-main-2 > ul {
        width: 100%; } }
    header .navigation .menu-desktop #ubermenu-main-2 > ul > li {
      position: relative;
      padding: 0 20px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li:first-child {
        margin-left: -100px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li.pad-right {
        padding-right: 200px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li.pad-left {
        margin-left: 200px; }
        @media only screen and (max-width: 1350px) {
          header .navigation .menu-desktop #ubermenu-main-2 > ul > li.pad-left {
            margin-left: 24px; } }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li .ubermenu-search form {
        margin: 0px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li > a:hover {
        border-bottom: solid 2px #F08200;
        transition: .3s all; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-has-submenu-drop > a {
        padding-right: 20px; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-has-submenu-drop > a:hover:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          border-top: solid 10px #F08200;
          border-right: solid 10px transparent;
          border-left: solid 10px transparent;
          width: 10px;
          height: 5px; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-has-submenu-drop > a:after {
          content: '';
          border-left: solid 5px transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #d8d8d8;
          margin-top: 0;
          top: 17px;
          right: 2px;
          position: absolute; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-active > a, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current_page_item > a, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current-page-parent > a {
        border-bottom: solid 2px #F08200; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-active > a:before, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current_page_item > a:before, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current-page-parent > a:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          border-top: solid 10px #F08200;
          border-right: solid 10px transparent;
          border-left: solid 10px transparent;
          width: 10px;
          height: 5px; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-active > a:after, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current_page_item > a:after, header .navigation .menu-desktop #ubermenu-main-2 > ul > li.ubermenu-current-page-parent > a:after {
          content: '';
          border-left: solid 5px transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #d8d8d8;
          margin-top: 0;
          top: 17px;
          right: 2px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li > a {
        color: #fefefe;
        font-family: "nunito-sans";
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 5px 0;
        border-bottom: solid 2px transparent;
        transition: .3s all; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li > a > span {
          padding-top: 5px;
          padding-bottom: 5px; }
      header .navigation .menu-desktop #ubermenu-main-2 > ul > li > ul {
        position: absolute;
        background-color: #1D252D;
        z-index: 1;
        width: 220px;
        padding: 20px 0;
        left: 20px; }
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li > ul > li {
          width: 100%; }
          header .navigation .menu-desktop #ubermenu-main-2 > ul > li > ul > li.ubermenu-current-menu-item {
            background: #8A1538; }
          header .navigation .menu-desktop #ubermenu-main-2 > ul > li > ul > li > a {
            padding: 10px 25px;
            color: #fefefe;
            transition: .3s all; }
            header .navigation .menu-desktop #ubermenu-main-2 > ul > li > ul > li > a:hover {
              background: #555b61;
              transition: .3s all; }
      @media only screen and (max-width: 1350px) {
        header .navigation .menu-desktop #ubermenu-main-2 > ul > li {
          padding: 0 11px; }
          header .navigation .menu-desktop #ubermenu-main-2 > ul > li a span {
            font-size: 12px; } }

.ubermenu .ubermenu-retractor {
  display: none; }

.ubermenu .ubermenu-toggle {
  display: none; }

.controller {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 75px;
  bottom: -4px;
  z-index: 2; }
  .controller .slick-next,
  .controller .slick-prev {
    position: absolute;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent; }
    .controller .slick-next:before,
    .controller .slick-prev:before {
      display: none; }
  .controller .slick-next {
    border-left: solid 10px #57112B; }
    .controller .slick-next:hover {
      border-left: solid 10px #8A1538; }
  .controller .slick-prev {
    border-right: solid 10px #57112B; }
    .controller .slick-prev:hover {
      border-right: solid 10px #8A1538; }

.single-press header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a,
.single-case-study header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a {
  border-bottom: solid 2px #F08200; }
  .single-press header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a:before,
  .single-case-study header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: solid 10px #F08200;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    width: 10px;
    height: 5px; }
  .single-press header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a:after,
  .single-case-study header .navigation .menu-desktop #ubermenu-main-2 .ubermenu-item-580 > a:after {
    content: '';
    border-left: solid 5px transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d8d8d8;
    margin-top: 0;
    top: 17px;
    right: 2px; }

.single-press .location,
.single-case-study .location {
  text-align: center; }
  .single-press .location h4,
  .single-case-study .location h4 {
    margin-top: -25px;
    margin-bottom: 30px; }

.single-press .pb-photo_slider,
.single-case-study .pb-photo_slider {
  margin-bottom: 50px; }

.single-press .featured-image {
  margin-botton: 40px; }

.pb-mainstage_area p {
  font-size: 24px;
  line-height: 32px; }

.pb-mainstage_area .description {
  margin: 0 155px; }
  @media only screen and (max-width: 640px) {
    .pb-mainstage_area .description {
      margin: 0; } }

.pb-mainstage_area,
.pb-photo_slider {
  position: relative; }
  .pb-mainstage_area .notch-wrap,
  .pb-photo_slider .notch-wrap {
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 100%;
    margin: -80px auto 0; }
    .pb-mainstage_area .notch-wrap .notch,
    .pb-photo_slider .notch-wrap .notch {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50px;
      background-color: white; }
      .pb-mainstage_area .notch-wrap .notch:before, .pb-mainstage_area .notch-wrap .notch:after,
      .pb-photo_slider .notch-wrap .notch:before,
      .pb-photo_slider .notch-wrap .notch:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 50%;
        box-sizing: border-box; }
      .pb-mainstage_area .notch-wrap .notch:before,
      .pb-photo_slider .notch-wrap .notch:before {
        right: 50%;
        border-bottom: 40px solid white;
        border-right: 35px solid transparent; }
      .pb-mainstage_area .notch-wrap .notch:after,
      .pb-photo_slider .notch-wrap .notch:after {
        left: 50%;
        border-bottom: 40px solid white;
        border-left: 35px solid transparent; }
  .pb-mainstage_area .slide,
  .pb-photo_slider .slide {
    height: 80vh;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    position: relative;
    /*.left-corner {
            height: 40px;
            background: $white;
            position: absolute;
            bottom: 80px;
            left: 0;
            padding: 0;
            display: flex;
            align-items: center;
            .relative-wrap {
                position: relative;
                height: 40px;
                padding: 0 20px 0 40px;
                display: flex;
                align-items: center;
                .left-corner-caption {
                    font-family: $nunito;
                    font-size: 13px;
                    text-transform: uppercase;
                    margin: 0;
                    line-height: 1.2;
                    letter-spacing: 2px;
                    text-align: left;
                }
                &:after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-bottom: 40px solid $white;
                    border-right: 40px solid transparent;
                    position: absolute;
                    right: -40px;
                    top: 0;
                }
            }
        }*/ }
    @media screen and (max-width: 39.9375em) {
      .pb-mainstage_area .slide,
      .pb-photo_slider .slide {
        height: 50vh; } }
    .pb-mainstage_area .slide .notch-wrap,
    .pb-photo_slider .slide .notch-wrap {
      width: 400px;
      position: absolute;
      bottom: 80px;
      left: 0;
      height: 80px; }
      .pb-mainstage_area .slide .notch-wrap .notch,
      .pb-photo_slider .slide .notch-wrap .notch {
        height: 0; }
        .pb-mainstage_area .slide .notch-wrap .notch:after,
        .pb-photo_slider .slide .notch-wrap .notch:after {
          display: none; }
      .pb-mainstage_area .slide .notch-wrap.notch-right,
      .pb-photo_slider .slide .notch-wrap.notch-right {
        left: auto;
        right: 0; }
        .pb-mainstage_area .slide .notch-wrap.notch-right .notch:before,
        .pb-photo_slider .slide .notch-wrap.notch-right .notch:before {
          display: none; }
        .pb-mainstage_area .slide .notch-wrap.notch-right .notch:after,
        .pb-photo_slider .slide .notch-wrap.notch-right .notch:after {
          display: block; }
    .pb-mainstage_area .slide .row,
    .pb-photo_slider .slide .row {
      background-color: rgba(40, 47, 51, 0.7);
      padding: 2rem 3rem;
      max-width: 40rem; }
      .pb-mainstage_area .slide .row h1,
      .pb-mainstage_area .slide .row h2,
      .pb-mainstage_area .slide .row p,
      .pb-photo_slider .slide .row h1,
      .pb-photo_slider .slide .row h2,
      .pb-photo_slider .slide .row p {
        color: #fefefe;
        width: 100%;
        text-align: center; }
      .pb-mainstage_area .slide .row h1,
      .pb-photo_slider .slide .row h1 {
        margin-bottom: 1rem; }
      .pb-mainstage_area .slide .row h2,
      .pb-photo_slider .slide .row h2 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0px;
        font-family: "libre-franklin";
        letter-spacing: 2px; }
      .pb-mainstage_area .slide .row .button,
      .pb-photo_slider .slide .row .button {
        margin: 0 auto; }
  .pb-mainstage_area .content,
  .pb-photo_slider .content {
    position: relative;
    z-index: 500; }
    .pb-mainstage_area .content .columns,
    .pb-photo_slider .content .columns {
      margin: 0 auto;
      padding: 20px 0 60px; }
      @media screen and (max-width: 39.9375em) {
        .pb-mainstage_area .content .columns,
        .pb-photo_slider .content .columns {
          padding: 0px 20px 60px; } }
      .pb-mainstage_area .content .columns h1,
      .pb-photo_slider .content .columns h1 {
        margin-top: 30px; }
        @media only screen and (max-width: 1200px) {
          .pb-mainstage_area .content .columns h1,
          .pb-photo_slider .content .columns h1 {
            margin-top: 10px; } }
        @media only screen and (max-width: 640px) {
          .pb-mainstage_area .content .columns h1,
          .pb-photo_slider .content .columns h1 {
            margin-top: 10px;
            font-size: 40px;
            line-height: 44px; } }
        @media screen and (max-width: 39.9375em) {
          .pb-mainstage_area .content .columns h1,
          .pb-photo_slider .content .columns h1 {
            font-size: 30px;
            line-height: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .pb-mainstage_area .content .columns h4,
        .pb-photo_slider .content .columns h4 {
          margin-bottom: 0px; } }
      @media only screen and (max-width: 640px) {
        .pb-mainstage_area .content .columns h4,
        .pb-photo_slider .content .columns h4 {
          margin-bottom: 0px;
          font-size: 14px; } }
      @media screen and (max-width: 39.9375em) {
        .pb-mainstage_area .content .columns h4,
        .pb-photo_slider .content .columns h4 {
          font-size: 14px;
          line-height: 20px;
          padding: 0 30px 20px; } }
  .pb-mainstage_area .left-corner,
  .pb-photo_slider .left-corner {
    height: 40px;
    background: #fefefe;
    position: absolute;
    bottom: 80px;
    left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    /*
            .relative-wrap {
                padding: 0 0 0 20px;
                &.after {
                    right: -76px;
                }
            }
        }*/ }
    @media only screen and (max-width: 640px) {
      .pb-mainstage_area .left-corner,
      .pb-photo_slider .left-corner {
        width: calc(50% - 40px); } }
    .pb-mainstage_area .left-corner .relative-wrap,
    .pb-photo_slider .left-corner .relative-wrap {
      position: relative;
      height: 40px;
      padding: 0 20px 0 40px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        .pb-mainstage_area .left-corner .relative-wrap,
        .pb-photo_slider .left-corner .relative-wrap {
          padding: 5px 0 0 20px; } }
      .pb-mainstage_area .left-corner .relative-wrap .left-corner-caption,
      .pb-photo_slider .left-corner .relative-wrap .left-corner-caption {
        font-family: "nunito-sans";
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: left; }
        .pb-mainstage_area .left-corner .relative-wrap .left-corner-caption a,
        .pb-photo_slider .left-corner .relative-wrap .left-corner-caption a {
          font-weight: bold;
          color: #1D252D;
          text-decoration: underline; }
          .pb-mainstage_area .left-corner .relative-wrap .left-corner-caption a:hover,
          .pb-photo_slider .left-corner .relative-wrap .left-corner-caption a:hover {
            text-decoration: none; }
      .pb-mainstage_area .left-corner .relative-wrap:after,
      .pb-photo_slider .left-corner .relative-wrap:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 40px solid #fefefe;
        border-right: 40px solid transparent;
        position: absolute;
        right: -40px;
        top: 0;
        /*@include lt-md() {
                    right: -76px;
                }*/ }
  .pb-mainstage_area .right-corner,
  .pb-photo_slider .right-corner {
    background: #fefefe;
    position: absolute;
    bottom: 80px;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .pb-mainstage_area .right-corner,
      .pb-photo_slider .right-corner {
        width: calc(50% - 40px); } }
    .pb-mainstage_area .right-corner .relative-wrap,
    .pb-photo_slider .right-corner .relative-wrap {
      position: relative;
      height: 40px;
      padding: 0 40px 0 40px;
      display: flex;
      align-items: center;
      width: 150px; }
      .pb-mainstage_area .right-corner .relative-wrap img,
      .pb-photo_slider .right-corner .relative-wrap img {
        max-height: 90%;
        max-width: 200px; }
      .pb-mainstage_area .right-corner .relative-wrap:after,
      .pb-photo_slider .right-corner .relative-wrap:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 40px solid #fefefe;
        border-left: 40px solid transparent;
        position: absolute;
        left: -40px;
        top: 0; }

.home header,
.home .controller,
.home .caption-item,
.home .slides,
.home .content {
  opacity: 0; }

.mainSlideShow {
  position: relative;
  overflow: hidden;
  height: 86vh; }
  @media only screen and (max-width: 640px) {
    .mainSlideShow {
      height: 45vh; } }
  .mainSlideShow .slideshowMainStage {
    position: absolute;
    z-index: 10;
    height: 86vh;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .mainSlideShow .slideshowMainStage {
        height: 45vh; } }
    .mainSlideShow .slideshowMainStage .slide {
      height: 86vh;
      background-size: cover;
      background-position: center;
      align-items: center;
      display: flex;
      position: relative; }
      @media only screen and (max-width: 640px) {
        .mainSlideShow .slideshowMainStage .slide {
          height: 45vh; } }
    @media only screen and (max-width: 640px) {
      .mainSlideShow .slideshowMainStage .left-corner {
        display: none; } }
    @media only screen and (max-width: 640px) {
      .mainSlideShow .slideshowMainStage .right-corner {
        display: none; } }
  .mainSlideShow .caption-item {
    font-family: "nunito-sans";
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1D252D; }
    .mainSlideShow .caption-item a {
      color: #1D252D;
      text-decoration: underline;
      font-weight: bold; }
      .mainSlideShow .caption-item a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .mainSlideShow .caption-item {
        font-size: 10px;
        line-height: 11px; } }
    @media only screen and (max-width: 640px) {
      .mainSlideShow .caption-item {
        display: none; } }

.notch-wrap-mainstage {
  position: relative;
  z-index: 20;
  overflow: hidden;
  height: 80px;
  width: 100%;
  margin: -80px auto 0;
  z-index: 20px; }
  .notch-wrap-mainstage .notch {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: white; }
    .notch-wrap-mainstage .notch:before, .notch-wrap-mainstage .notch:after {
      content: '';
      position: absolute;
      bottom: 100%;
      width: 50%;
      box-sizing: border-box; }
    .notch-wrap-mainstage .notch:before {
      right: 50%;
      border-bottom: 40px solid white;
      border-right: 35px solid transparent; }
    .notch-wrap-mainstage .notch:after {
      left: 50%;
      border-bottom: 40px solid white;
      border-left: 35px solid transparent; }

.revealPanelTop, .revealPanelBot {
  position: absolute;
  z-index: 30;
  width: 100%;
  background: #fff; }

.revealPanelTop {
  height: 60%;
  top: 0; }

.revealPanelMid {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 10.1%;
  top: 45%; }
  .revealPanelMid .midWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: transparent; }
    .revealPanelMid .midWrap:before, .revealPanelMid .midWrap:after {
      content: '';
      position: absolute;
      width: 50%;
      box-sizing: border-box; }
    .revealPanelMid .midWrap:before {
      right: 50%;
      bottom: 0;
      border-bottom: 30px solid white;
      border-right: 25px solid transparent; }
    .revealPanelMid .midWrap:after {
      left: 50%;
      bottom: 0;
      border-bottom: 30px solid white;
      border-left: 25px solid transparent; }

.revealPanelBot {
  height: 45%;
  bottom: 0; }

.panelLine {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #ccc;
  z-index: 50;
  box-sizing: border-box;
  opacity: 0; }
  .panelLine:after, .panelLine:before {
    content: "";
    position: absolute; }
  .panelLine:after {
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
    top: -24px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(225deg);
    background: #fff; }
  .panelLine:before {
    height: 100%;
    top: 0;
    left: calc(50% - 25px);
    width: 20%;
    background: inherit; }

.pb-move_in_ready .property-logo {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 60px; }

.pb-move_in_ready h1 {
  margin-bottom: 90px; }

.pb-move_in_ready h2 {
  margin-bottom: 0; }

.pb-move_in_ready.light-gray-bg .home-plans .homes .home .slideshow .right-corner {
  background: #f1f1f1; }
  .pb-move_in_ready.light-gray-bg .home-plans .homes .home .slideshow .right-corner .relative-wrap:after {
    border-bottom-color: #f1f1f1; }

.pb-move_in_ready .home-plans .homes .home {
  margin-bottom: 0;
  padding-bottom: 57px; }
  .pb-move_in_ready .home-plans .homes .home .home-features {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .pb-move_in_ready .home-plans .homes .home .home-features {
        flex-wrap: wrap; } }
    .pb-move_in_ready .home-plans .homes .home .home-features > div {
      flex-basis: 20%;
      align-items: center;
      flex-direction: column;
      display: flex; }
      @media only screen and (max-width: 640px) {
        .pb-move_in_ready .home-plans .homes .home .home-features > div {
          flex-basis: 24%; } }
      .pb-move_in_ready .home-plans .homes .home .home-features > div img {
        width: 30px; }
      .pb-move_in_ready .home-plans .homes .home .home-features > div p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        font-weight: 400; }
        @media only screen and (max-width: 640px) {
          .pb-move_in_ready .home-plans .homes .home .home-features > div p {
            font-size: 9px; } }
      .pb-move_in_ready .home-plans .homes .home .home-features > div span {
        font-weight: 800;
        display: block;
        margin-top: auto;
        font-size: 13px; }

.pb-photo_slider + .content-contact {
  margin-top: -80px;
  position: relative; }

.content-contact {
  padding: 57px 0px 168px; }
  .content-contact .border .line {
    width: 100%;
    height: 1px;
    background-color: #e5e7ea;
    margin-bottom: 35px; }
  .content-contact > .row .content {
    padding-right: 35px; }
    .content-contact > .row .content .mortgage-calculator {
      padding-top: 0px;
      padding-right: 0px;
      border: 0px; }
    .content-contact > .row .content h3 {
      font-size: 33px;
      margin-bottom: 10px; }
    .content-contact > .row .content #recaptcha {
      margin-top: -72px;
      float: left; }
      .content-contact > .row .content #recaptcha.error {
        border: 2px solid #8A1538; }
      @media only screen and (max-width: 800px) {
        .content-contact > .row .content #recaptcha {
          margin-top: 27px;
          margin-bottom: 43px; } }
      @media only screen and (max-width: 640px) {
        .content-contact > .row .content #recaptcha {
          margin-top: -15px; } }
  .content-contact > .row .contact {
    position: relative;
    padding-left: 35px; }
    .content-contact > .row .contact .hold-me.live-chat {
      position: relative;
      margin-bottom: 35px;
      padding-bottom: 16px; }
      .content-contact > .row .contact .hold-me.live-chat::after {
        width: calc(100% + 35px);
        position: absolute;
        bottom: 0;
        left: -35px;
        height: 1px;
        background-color: #e5e7ea;
        content: " "; }
    .content-contact > .row .contact .line {
      height: calc(100% + 35px);
      position: absolute;
      left: 0;
      top: -35px;
      width: 1px;
      background-color: #e5e7ea; }
    .content-contact > .row .contact h5 {
      font-weight: 900;
      font-size: 16px;
      letter-spacing: 1.25px;
      margin-bottom: 16px; }
    .content-contact > .row .contact .message {
      margin-bottom: 20px; }
    .content-contact > .row .contact .same-font {
      font-family: "nunito-sans";
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px;
      font-weight: bold;
      color: #474d56;
      line-height: 23px; }
      .content-contact > .row .contact .same-font a {
        color: #474d56; }
    .content-contact > .row .contact .message a {
      color: #474d56; }
    .content-contact > .row .contact .phone,
    .content-contact > .row .contact .email {
      padding-left: 21px;
      position: relative; }
      .content-contact > .row .contact .phone a,
      .content-contact > .row .contact .email a {
        color: #474d56; }
      .content-contact > .row .contact .phone:before,
      .content-contact > .row .contact .email:before {
        color: #8A1538;
        left: 0;
        top: 0px;
        position: absolute;
        font-family: "nunito-sans";
        font-weight: bold;
        font-size: 12px; }
    .content-contact > .row .contact .phone:before {
      content: "P"; }
    .content-contact > .row .contact .email:before {
      content: "E"; }

.pb-tiled_property_archive {
  padding: 60px 0px; }
  .pb-tiled_property_archive + footer {
    margin-top: 20px; }

.commercial-tile {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer; }
  .commercial-tile .hold-me {
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 30px; }
    .commercial-tile .hold-me .zoom-wrapper {
      overflow: hidden;
      position: relative; }
      .commercial-tile .hold-me .zoom-wrapper:hover .image {
        transform: scale(1.1);
        transition: .3s transform; }
      .commercial-tile .hold-me .zoom-wrapper .term {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: #8a1438;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        padding: 5px 8px;
        font-weight: bold;
        font-family: "nunito-sans"; }
    .commercial-tile .hold-me .button {
      position: absolute;
      bottom: -4px;
      left: 0; }
    .commercial-tile .hold-me .image {
      background-color: #f1f1f1;
      background-size: cover;
      background-position: center center;
      padding-top: 120%;
      position: relative;
      transition: .3s transform; }
    .commercial-tile .hold-me .like-h4 {
      margin-top: 23px;
      display: inline-block; }
      @media only screen and (max-width: 640px) {
        .commercial-tile .hold-me .like-h4 {
          display: block;
          margin-bottom: 0; } }

.team-member-single {
  padding: 60px 0;
  margin-bottom: 40px; }
  .team-member-single img {
    padding-bottom: 30px; }

.subpage-header,
.sub-subpage-header {
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .subpage-header,
    .sub-subpage-header {
      margin-top: 70px; } }
  .subpage-header .subpage-header-top,
  .sub-subpage-header .subpage-header-top {
    height: 67vw;
    min-height: 481px;
    max-height: 86vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 640px) {
      .subpage-header .subpage-header-top,
      .sub-subpage-header .subpage-header-top {
        min-height: 330px; } }
    .subpage-header .subpage-header-top .left-corner,
    .sub-subpage-header .subpage-header-top .left-corner {
      height: 50px;
      background: #fefefe;
      position: absolute;
      bottom: 80px;
      left: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        .subpage-header .subpage-header-top .left-corner,
        .sub-subpage-header .subpage-header-top .left-corner {
          background: transparent; } }
      .subpage-header .subpage-header-top .left-corner .relative-wrap,
      .sub-subpage-header .subpage-header-top .left-corner .relative-wrap {
        position: relative;
        height: 50px;
        padding: 0 20px 0 40px;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 640px) {
          .subpage-header .subpage-header-top .left-corner .relative-wrap,
          .sub-subpage-header .subpage-header-top .left-corner .relative-wrap {
            padding: 0 0px 0 10px;
            width: 243px;
            align-items: unset; } }
        .subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption,
        .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption {
          font-family: "nunito-sans";
          font-size: 13px;
          text-transform: uppercase;
          margin: 0;
          line-height: 1.4;
          letter-spacing: 2px;
          text-align: left; }
          @media only screen and (max-width: 640px) {
            .subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption,
            .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption {
              font-size: 10px;
              margin-top: 60px;
              z-index: 30; } }
          .subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption a,
          .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption a {
            font-weight: bold;
            color: #1D252D;
            text-decoration: underline; }
            .subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption a:hover,
            .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption a:hover {
              text-decoration: none; }
        .subpage-header .subpage-header-top .left-corner .relative-wrap:after,
        .sub-subpage-header .subpage-header-top .left-corner .relative-wrap:after {
          content: '';
          width: 0;
          height: 0;
          border-bottom: 50px solid #fefefe;
          border-right: 50px solid transparent;
          position: absolute;
          right: -50px;
          top: 0; }
          @media only screen and (max-width: 640px) {
            .subpage-header .subpage-header-top .left-corner .relative-wrap:after,
            .sub-subpage-header .subpage-header-top .left-corner .relative-wrap:after {
              border: none; } }
    .subpage-header .subpage-header-top .right-corner,
    .sub-subpage-header .subpage-header-top .right-corner {
      height: 50px;
      background: #fefefe;
      position: absolute;
      bottom: 40px;
      right: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 1024px) {
        .subpage-header .subpage-header-top .right-corner.logo,
        .sub-subpage-header .subpage-header-top .right-corner.logo {
          height: 100px; }
          .subpage-header .subpage-header-top .right-corner.logo .relative-wrap,
          .sub-subpage-header .subpage-header-top .right-corner.logo .relative-wrap {
            height: 100px; }
            .subpage-header .subpage-header-top .right-corner.logo .relative-wrap:after,
            .sub-subpage-header .subpage-header-top .right-corner.logo .relative-wrap:after {
              border-bottom: 100px solid #fefefe;
              border-left: 100px solid transparent;
              left: -100px; } }
      .subpage-header .subpage-header-top .right-corner .relative-wrap,
      .sub-subpage-header .subpage-header-top .right-corner .relative-wrap {
        position: relative;
        height: 50px;
        padding: 0 40px 0 40px;
        display: flex;
        align-items: center; }
        .subpage-header .subpage-header-top .right-corner .relative-wrap img,
        .sub-subpage-header .subpage-header-top .right-corner .relative-wrap img {
          max-height: 90%; }
        .subpage-header .subpage-header-top .right-corner .relative-wrap:after,
        .sub-subpage-header .subpage-header-top .right-corner .relative-wrap:after {
          content: '';
          width: 0;
          height: 0;
          border-bottom: 50px solid #fefefe;
          border-left: 50px solid transparent;
          position: absolute;
          left: -50px;
          top: 0; }
      @media only screen and (max-width: 640px) {
        .subpage-header .subpage-header-top .right-corner.logo,
        .sub-subpage-header .subpage-header-top .right-corner.logo {
          bottom: 18px !important;
          z-index: 2;
          display: none; } }
  .subpage-header .subpage-header-bottom,
  .sub-subpage-header .subpage-header-bottom {
    padding-top: 20px; }
    .subpage-header .subpage-header-bottom .breadcrumbs,
    .sub-subpage-header .subpage-header-bottom .breadcrumbs {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 640px) {
        .subpage-header .subpage-header-bottom .breadcrumbs,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs {
          flex-direction: column; } }
      .subpage-header .subpage-header-bottom .breadcrumbs h4,
      .subpage-header .subpage-header-bottom .breadcrumbs .like-h4,
      .sub-subpage-header .subpage-header-bottom .breadcrumbs h4,
      .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4 {
        position: relative; }
        .subpage-header .subpage-header-bottom .breadcrumbs h4 a,
        .subpage-header .subpage-header-bottom .breadcrumbs .like-h4 a,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs h4 a,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4 a {
          color: #1D252D; }
        .subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent, .subpage-header .subpage-header-bottom .breadcrumbs h4.parent,
        .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent,
        .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.parent,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent {
          margin-right: 55px; }
          @media only screen and (max-width: 640px) {
            .subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent, .subpage-header .subpage-header-bottom .breadcrumbs h4.parent,
            .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent,
            .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent,
            .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent,
            .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.parent,
            .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent,
            .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent {
              margin-right: 0;
              margin-bottom: 22px; } }
          .subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent:after, .subpage-header .subpage-header-bottom .breadcrumbs h4.parent:after,
          .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent:after,
          .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent:after,
          .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent:after,
          .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.parent:after,
          .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent:after,
          .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent:after {
            width: 0;
            height: 0;
            position: absolute;
            right: -25px;
            top: 5px;
            content: '';
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #8A1538; }
            @media only screen and (max-width: 640px) {
              .subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent:after, .subpage-header .subpage-header-bottom .breadcrumbs h4.parent:after,
              .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent:after,
              .subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent:after,
              .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.grandparent:after,
              .sub-subpage-header .subpage-header-bottom .breadcrumbs h4.parent:after,
              .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.grandparent:after,
              .sub-subpage-header .subpage-header-bottom .breadcrumbs .like-h4.parent:after {
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
                border-top: 6px solid #8A1538;
                top: 30px;
                left: 50%;
                transform: translateX(-50%); } }
      .subpage-header .subpage-header-bottom .breadcrumbs.community-commercial h4.parent,
      .subpage-header .subpage-header-bottom .breadcrumbs.community-commercial .like-h4.parent,
      .sub-subpage-header .subpage-header-bottom .breadcrumbs.community-commercial h4.parent,
      .sub-subpage-header .subpage-header-bottom .breadcrumbs.community-commercial .like-h4.parent {
        margin-right: 0; }
        .subpage-header .subpage-header-bottom .breadcrumbs.community-commercial h4.parent:after,
        .subpage-header .subpage-header-bottom .breadcrumbs.community-commercial .like-h4.parent:after,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs.community-commercial h4.parent:after,
        .sub-subpage-header .subpage-header-bottom .breadcrumbs.community-commercial .like-h4.parent:after {
          display: none; }
    .subpage-header .subpage-header-bottom .text-wrap,
    .sub-subpage-header .subpage-header-bottom .text-wrap {
      max-width: 50rem;
      margin: 0 auto 40px; }
      .subpage-header .subpage-header-bottom .text-wrap p,
      .sub-subpage-header .subpage-header-bottom .text-wrap p {
        font-size: 24px;
        line-height: 36px; }

.subpage-header .subpage-header-top .left-corner,
.subpage-header .subpage-header-top .right-corner {
  bottom: 80px; }

.single-commercial .sub-subpage-header .subpage-header-top .left-corner,
.single-commercial .sub-subpage-header .subpage-header-top .right-corner,
.single-community .sub-subpage-header .subpage-header-top .left-corner,
.single-community .sub-subpage-header .subpage-header-top .right-corner {
  bottom: 80px; }
  @media only screen and (min-width: 640px) {
    .single-commercial .sub-subpage-header .subpage-header-top .left-corner,
    .single-commercial .sub-subpage-header .subpage-header-top .right-corner,
    .single-community .sub-subpage-header .subpage-header-top .left-corner,
    .single-community .sub-subpage-header .subpage-header-top .right-corner {
      max-width: 36%; } }

@media only screen and (min-width: 1024px) {
  .single-commercial .sub-subpage-header .subpage-header-top .left-corner,
  .single-community .sub-subpage-header .subpage-header-top .left-corner {
    max-width: 41%; } }

@media only screen and (max-width: 640px) {
  .single-commercial .sub-subpage-header .subpage-header-top .left-corner .relative-wrap,
  .single-community .sub-subpage-header .subpage-header-top .left-corner .relative-wrap {
    width: 175px; } }

.single-commercial .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption,
.single-community .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption {
  font-size: 13px;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .single-commercial .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption,
    .single-community .sub-subpage-header .subpage-header-top .left-corner .relative-wrap .left-corner-caption {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      text-transform: inherit; } }

.single-commercial .sub-subpage-header .subpage-header-top .right-corner,
.single-community .sub-subpage-header .subpage-header-top .right-corner {
  height: 85px; }
  @media only screen and (max-width: 640px) {
    .single-commercial .sub-subpage-header .subpage-header-top .right-corner,
    .single-community .sub-subpage-header .subpage-header-top .right-corner {
      height: 57px; } }
  .single-commercial .sub-subpage-header .subpage-header-top .right-corner .relative-wrap,
  .single-community .sub-subpage-header .subpage-header-top .right-corner .relative-wrap {
    height: 85px;
    padding: 20px 40px 0 25px; }
    @media only screen and (max-width: 640px) {
      .single-commercial .sub-subpage-header .subpage-header-top .right-corner .relative-wrap,
      .single-community .sub-subpage-header .subpage-header-top .right-corner .relative-wrap {
        height: 54px;
        padding: 5px 25px 15px 15px; } }
    .single-commercial .sub-subpage-header .subpage-header-top .right-corner .relative-wrap img,
    .single-community .sub-subpage-header .subpage-header-top .right-corner .relative-wrap img {
      max-height: 100%; }
    .single-commercial .sub-subpage-header .subpage-header-top .right-corner .relative-wrap:after,
    .single-community .sub-subpage-header .subpage-header-top .right-corner .relative-wrap:after {
      border-bottom-width: 85px;
      border-left-width: 65px;
      left: -65px; }
      @media only screen and (max-width: 640px) {
        .single-commercial .sub-subpage-header .subpage-header-top .right-corner .relative-wrap:after,
        .single-community .sub-subpage-header .subpage-header-top .right-corner .relative-wrap:after {
          display: none; } }

#community-single .mobile-logo {
  text-align: center;
  padding-top: 30px; }
  #community-single .mobile-logo img {
    max-width: 250px; }
  @media only screen and (min-width: 640px) {
    #community-single .mobile-logo {
      display: none; } }

.single-commercial .community-single .available-homes {
  margin-top: 80px; }

.page-id-1055 .event-col .event-tile {
  flex-direction: row;
  align-items: flex-start; }
  @media only screen and (max-width: 640px) {
    .page-id-1055 .event-col .event-tile {
      flex-direction: column; } }
  .page-id-1055 .event-col .event-tile .event-image {
    width: 360px;
    margin-bottom: 0;
    margin-right: 24px; }
    @media only screen and (max-width: 640px) {
      .page-id-1055 .event-col .event-tile .event-image {
        width: 100%; } }

.page-id-296 .pb-contact .refer-a-friend {
  background-color: #1D252D !important;
  color: #fefefe;
  padding: 20px 20px 10px;
  margin-top: 20px; }
  .page-id-296 .pb-contact .refer-a-friend .button {
    margin-top: 10px; }

.page-id-296 .pb-contact.white-bg .light-gray-bg {
  background: #fefefe !important;
  margin-bottom: -113px; }
  .page-id-296 .pb-contact.white-bg .light-gray-bg h3 {
    display: none; }

.notch-wrap {
  position: absolute;
  overflow: hidden;
  height: 80px;
  width: 100%;
  bottom: 0; }
  .notch-wrap .notch {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: white; }
    .notch-wrap .notch:before, .notch-wrap .notch:after {
      content: '';
      position: absolute;
      bottom: 100%;
      width: 50%;
      box-sizing: border-box; }
    .notch-wrap .notch:before {
      right: 50%;
      border-bottom: 40px solid white;
      border-right: 35px solid transparent; }
    .notch-wrap .notch:after {
      left: 50%;
      border-bottom: 40px solid white;
      border-left: 35px solid transparent; }

.sub-subpage-header .notch-wrap {
  bottom: 0; }

.team-member-single h1 {
  margin-bottom: 10px; }

.error404 .sub-subpage-header .subpage-header-bottom .text-wrap {
  margin-bottom: 0; }

.error404 h1 {
  margin-bottom: 0; }

.error404 .error {
  text-align: center; }
  .error404 .error .button {
    margin-top: 10px;
    margin-right: 0; }

.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "libre-franklin";
  margin-top: 0px; }

h1,
.like-h1 {
  font-size: 44px;
  margin-bottom: 28px;
  line-height: 56px;
  font-weight: 800; }

h2,
.like-h2 {
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 44px; }

h3,
.like-h3 {
  font-size: 34px;
  font-family: "freight-text-pro";
  margin-bottom: 21px;
  line-height: 38px; }

h4,
.like-h4 {
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block; }

h5,
.like-h5 {
  font-size: 13px;
  font-family: "nunito-sans";
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase; }

h6,
.like-h6 {
  font-size: 12px;
  font-family: "nunito-sans";
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  font-size: 18px;
  font-family: "freight-text-pro";
  line-height: 27px; }
  p.large-text, p.large {
    font-size: 24px;
    line-height: 32px; }
  p.caption {
    font-size: 14px;
    line-height: 16;
    font-style: italic; }

ul,
ol {
  font-size: 18px; }

i,
em {
  font-family: "frieght-text-pro-italic"; }

.slick-dots {
  display: none !important; }

.button {
  background-color: #8A1538;
  color: #fefefe;
  font-size: 12px;
  font-weight: 700;
  font-family: "nunito-sans";
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: .8rem;
  padding: 0.85em 2em; }
  .button:hover {
    background-color: #57112B !important; }
  @media only screen and (max-width: 640px) {
    .button {
      padding: .85em 12px; } }
  .button.done {
    display: none !important; }
  .button.text {
    background: transparent;
    position: relative;
    color: #8A1538;
    padding-left: 0; }
    @media only screen and (max-width: 640px) {
      .button.text {
        line-height: 1.5;
        margin-top: 20px;
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
        position: static !important; } }
    .button.text:after {
      position: absolute;
      content: '';
      width: 13px;
      height: 9px;
      right: 6px;
      top: 13px;
      background: url("../img/text-link-after.svg");
      transition: .3s all; }
      @media only screen and (max-width: 640px) {
        .button.text:after {
          display: none; } }
    .button.text:hover {
      background-color: transparent !important; }
      .button.text:hover:after {
        background: url("../img/text-link-after-orange.svg");
        transition: .3s all; }

@media only screen and (max-width: 600px) {
  html.shiftnav-nogap {
    padding-top: 46px; } }

body.admin-bar .shiftnav {
  margin-top: 46px; }

.shiftnav {
  top: 70px !important;
  background-color: #8A1538; }
  .shiftnav::after {
    opacity: .5; }
  .shiftnav .shiftnav-inner {
    background-color: #1D252D; }
    .shiftnav .shiftnav-inner .shiftnav-contact {
      color: #fefefe;
      text-transform: uppercase;
      display: block;
      margin-top: 25px;
      margin-left: 25px;
      font-family: "nunito-sans";
      font-weight: bold;
      font-size: 13px;
      letter-spacing: 2px; }
    .shiftnav .shiftnav-inner .small-search {
      display: block;
      margin-top: 25px;
      margin-left: 25px;
      font-family: "nunito-sans";
      font-weight: bold;
      font-size: 13px;
      letter-spacing: 2px; }
      .shiftnav .shiftnav-inner .small-search input {
        width: 240px;
        padding: 0 10px;
        background-color: #fefefe; }
      .shiftnav .shiftnav-inner .small-search ::placeholder {
        color: #1D252D; }
    .shiftnav .shiftnav-inner .shiftnav-nav {
      margin-top: 20px; }
      .shiftnav .shiftnav-inner .shiftnav-nav > ul > li.menu-item {
        margin: 0 25px;
        border-bottom: solid 1px #8e9296; }
        .shiftnav .shiftnav-inner .shiftnav-nav > ul > li.menu-item.shiftnav-active {
          padding-bottom: 20px; }
          .shiftnav .shiftnav-inner .shiftnav-nav > ul > li.menu-item.shiftnav-active > ul.sub-menu {
            overflow: visible; }
        .shiftnav .shiftnav-inner .shiftnav-nav > ul > li.menu-item .shiftnav-submenu-activation i.fa {
          color: #8e9296;
          transform: rotate(-90deg);
          margin-top: -14px;
          margin-left: 14px;
          font-size: 22px; }
        .shiftnav .shiftnav-inner .shiftnav-nav > ul > li.menu-item .shiftnav-submenu-activation-close i.fa {
          transform: rotate(180deg) !important;
          display: block; }
      .shiftnav .shiftnav-inner .shiftnav-nav > ul > li > a {
        color: #fefefe;
        font-family: "nunito-sans";
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 15px 0 !important;
        /*&:hover {
                            background-color: $white;
                            color: $primary;
                        }*/ }
      .shiftnav .shiftnav-inner .shiftnav-nav > ul > li > ul > li.current_page_item a {
        background: rgba(142, 146, 150, 0.5);
        transform: translateX(-25px);
        width: calc(100% + 50px);
        text-indent: 25px; }
      .shiftnav .shiftnav-inner .shiftnav-nav > ul > li > ul > li > a {
        color: #fefefe;
        padding: 5px 0 !important; }

.shiftnav-open.shiftnav-open-right .shiftnav-wrap {
  transform: none !important; }

.hide-me {
  display: none !important; }

.alert_bar_wrap {
  display: flex;
  flex-direction: column; }
  .alert_bar_wrap .alert-bar {
    order: 2; }
    .alert_bar_wrap .alert-bar.global {
      order: 1; }

.alert-bar {
  padding: 13px 25px;
  position: relative; }
  .alert-bar.gray {
    background-color: #d8d8d8; }
    .alert-bar.gray div p {
      font-family: "nunito-sans" !important;
      color: #8a1438 !important; }
    .alert-bar.gray div a {
      color: #8a1438 !important; }
    .alert-bar.gray .alert_close {
      position: absolute;
      right: 10px;
      font-size: 30px;
      top: calc(50% - 24px);
      color: #8a1438 !important; }
      .alert-bar.gray .alert_close:hover {
        cursor: pointer; }
  .alert-bar.red {
    background-color: #8a1438; }
  .alert-bar .alert_close {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: calc(50% - 24px);
    color: #fefefe; }
    .alert-bar .alert_close:hover {
      cursor: pointer; }
  .alert-bar div {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 640px) {
      .alert-bar div {
        flex-wrap: wrap;
        text-align: center; } }
    .alert-bar div p {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "nunito-sans" !important;
      font-weight: normal; }
      @media only screen and (max-width: 640px) {
        .alert-bar div p {
          width: 100%; } }
    .alert-bar div a,
    .alert-bar div p {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "nunito-sans" !important;
      line-height: 18px;
      margin: 0;
      color: #fefefe !important; }
      @media only screen and (max-width: 640px) {
        .alert-bar div a,
        .alert-bar div p {
          font-size: 14px !important;
          line-height: 24px !important; } }
    .alert-bar div a {
      margin-left: 5px;
      text-decoration: underline; }
      @media only screen and (max-width: 640px) {
        .alert-bar div a {
          margin-left: 0; } }

/*****************************
END OF FIRST MEANINGFUL PAINT
DONT ADD ANYTHING BELOW THIS SECTION
*****************************/
.am-resources {
  padding-bottom: 160px; }

.single-resource .title {
  text-align: center;
  margin-bottom: 40px; }
  .single-resource .title h1 {
    font-family: "freight-text-pro"; }
  .single-resource .title h4 {
    font-weight: 500; }

.single-resource .text-wrap,
.single-resource .breadcrumbs {
  margin-bottom: 0px; }

.single-resource .post-single {
  padding-top: 0px;
  padding-bottom: 140px; }

.single-resource .sub-subpage-header {
  background-color: #fefefe;
  padding: 0px; }
  .single-resource .sub-subpage-header .subpage-header-top {
    height: 36vw;
    display: block; }

.single-resource .hold_content p:first-of-type {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 34px; }

.single-resource figure {
  float: none;
  max-width: 140%;
  width: 140% !important;
  margin-left: -20% !important;
  border: 0px;
  margin-top: 40px !important;
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 1200px) {
    .single-resource figure {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0px !important; } }
  .single-resource figure figcaption {
    background-color: transparent;
    margin: 0 auto;
    font-style: italics;
    max-width: 877px;
    text-align: left;
    font-style: italic;
    font-size: 14px; }

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