/*! 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"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 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.
 */
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;
}

@import 'foundation/components/block_grid';
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:48em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.0625em)/";
  width: 48.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:48.0625em) and (max-width:60em)/";
  width: 48.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:60.0625em)/";
  width: 60.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:60.0625em) and (max-width:71.875em)/";
  width: 60.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:71.9375em)/";
  width: 71.9375em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html, body {
  height: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img, .mqa-display img, #map_canvas embed, .map_canvas embed, .mqa-display embed, #map_canvas object, .map_canvas object, .mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.column + .column:last-child, .columns + .columns:last-child {
  float: right;
}
.column + .column.end, .columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width:48.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width:60.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered, .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered, .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:71.9375em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered, .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:48.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, [data-clearing]:before, .clearing-thumbs:after, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}
.clearing-blackout {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.clearing-touch-label {
  color: #aaa;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  background: #333;
  bottom: 0;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}
.clearing-close {
  color: #ccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}
.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width:40.0625em) {
  .clearing-main-prev, .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span, .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.range-slider {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #fafafa;
}
.range-slider.vertical-range {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #008cba;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #008cba;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider.disabled, .range-slider[disabled] {
  background: #fafafa;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008cba;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}
.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008cba;
}
.range-slider-handle:hover {
  background: #007ba4;
}
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, .45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active > a, .tabs .tab-title.active > a {
  background-color: #fff;
  color: #222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}
@media only screen and (min-width:40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
}
button:hover, .button:hover, button:focus, .button:focus {
  background-color: #007095;
}
button:hover, .button:hover, button:focus, .button:focus {
  color: #fff;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}
button.secondary:hover, .button.secondary:hover, button.secondary:focus, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, .button.secondary:hover, button.secondary:focus, .button.secondary:focus {
  color: #333;
}
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
  color: #fff;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
button.warning:hover, .button.warning:hover, button.warning:focus, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, .button.warning:hover, button.warning:focus, .button.warning:focus {
  color: #fff;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
button.info:hover, .button.info:hover, button.info:focus, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, .button.info:hover, button.info:focus, .button.info:focus {
  color: #fff;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, .button.disabled, button[disabled], .button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  background-color: #007095;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  background-color: #008cba;
}
button.disabled.secondary, .button.disabled.secondary, button[disabled].secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  color: #333;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, .button.disabled.success, button[disabled].success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  background-color: #43ac6a;
}
button.disabled.alert, .button.disabled.alert, button[disabled].alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, .button.disabled.warning, button[disabled].warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, .button.disabled.warning:hover, button[disabled].warning:hover, .button[disabled].warning:hover, button.disabled.warning:focus, .button.disabled.warning:focus, button[disabled].warning:focus, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, .button.disabled.warning:hover, button[disabled].warning:hover, .button[disabled].warning:hover, button.disabled.warning:focus, .button.disabled.warning:focus, button[disabled].warning:focus, .button[disabled].warning:focus {
  color: #fff;
}
button.disabled.warning:hover, .button.disabled.warning:hover, button[disabled].warning:hover, .button[disabled].warning:hover, button.disabled.warning:focus, .button.disabled.warning:focus, button[disabled].warning:focus, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, .button.disabled.info, button[disabled].info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, .button.disabled.info:hover, button[disabled].info:hover, .button[disabled].info:hover, button.disabled.info:focus, .button.disabled.info:focus, button[disabled].info:focus, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, .button.disabled.info:hover, button[disabled].info:hover, .button[disabled].info:hover, button.disabled.info:focus, .button.disabled.info:focus, button[disabled].info:focus, .button[disabled].info:focus {
  color: #fff;
}
button.disabled.info:hover, .button.disabled.info:hover, button[disabled].info:hover, .button[disabled].info:hover, button.disabled.info:focus, .button.disabled.info:focus, button[disabled].info:focus, .button[disabled].info:focus {
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width:40.0625em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}
/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column, form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem;
}
/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #ccc;
}
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #ccc;
}
/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}
input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #ddd;
  cursor: default;
}
input:not([type])[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="color"][disabled], textarea[disabled], input:not([type])[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="date"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="month"][readonly], input[type="week"][readonly], input[type="email"][readonly], input[type="number"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="time"][readonly], input[type="url"][readonly], input[type="color"][readonly], textarea[readonly], fieldset[disabled] input:not([type]), fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="color"], fieldset[disabled] textarea {
  background-color: #ddd;
  cursor: default;
}
input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}
form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}
/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999;
}
select:disabled {
  background-color: #ddd;
  cursor: default;
}
select[multiple] {
  height: auto;
}
/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
.error input, .error textarea, .error select {
  margin-bottom: 0;
}
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label, .error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}
input.error, textarea.error, select.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.top-bar {
  background: #333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form, .top-bar input, .top-bar select {
  margin-bottom: 0;
}
.top-bar input, .top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333;
}
.top-bar-section ul li > a {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #fff;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #fff;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #fff;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333;
}
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #fff;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #fff;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555;
  color: #fff;
  background: #222;
}
.top-bar-section ul li.active > a {
  background: #008cba;
  color: #fff;
}
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #fff;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, .4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #fff;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.js-generated {
  display: block;
}
@media only screen and (min-width:40.0625em) {
  .top-bar {
    background: #333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input, .top-bar select, .top-bar .button, .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button, .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555;
    background: #222;
    color: #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555;
    background: #222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008cba;
    color: #fff;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #fff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, .4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333;
    color: #fff;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333;
    color: #fff;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555;
    color: #fff;
    background: #222;
  }
  .top-bar-section .dropdown li label {
    background: #333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555;
    background: #222;
    color: #fff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #fff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) and (max-width:48em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:48.0625em) and (max-width:60em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:48.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:60.0625em) and (max-width:71.875em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:60.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:71.9375em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:71.9375em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
/* Default Link Styles */
a {
  color: #008cba;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0078a0;
}
a img {
  border: none;
}
/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.6875rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit;
}
strong, b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/* Lists */
ul, ol, dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}
ul {
  margin-left: 1.1rem;
}
/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul, ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul, .no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}
/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
}
/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, .7);
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
ul.off-canvas-list li a:active {
  background: #242424;
}
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu, .offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, .05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
/* #{$current-visibility-breakpoint} displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:48.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:60.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:71.9375em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape, th.hide-for-landscape, td.show-for-portrait, th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, th.show-for-landscape, td.hide-for-portrait, th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, th.show-for-portrait, td.hide-for-landscape, th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
/* Print visibility */
.print-only, .show-for-print {
  display: none !important;
}
@media print {
  .print-only, .show-for-print {
    display: block !important;
  }
  .hide-on-print, .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;
  }
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}

@media screen{
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../system/modules/rhyme_photoswipe/vendor/photoswipe/4.1.0/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face {
  font-family: 'socialsearch';
  src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.eot?41402525');
  src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.eot?41402525#iefix') format('embedded-opentype'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.woff2?41402525') format('woff2'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.woff?41402525') format('woff'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.ttf?41402525') format('truetype'),
       url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.svg?41402525#socialsearch') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'socialsearch';
    src: url('../../files/assets/fonts/fontello/socialsearch/font/socialsearch.svg?41402525#socialsearch') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "socialsearch";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-cancel-1:before { content: '\2715'; } /* '✕' */
.icon-spin5:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-mail-alt:before { content: '\e803'; } /* '' */
.icon-camera:before { content: '\e804'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-cancel-circled:before { content: '\e806'; } /* '' */
.icon-plus:before { content: '\e807'; } /* '' */
.icon-minus-circled:before { content: '\e808'; } /* '' */
.icon-attention:before { content: '\e809'; } /* '' */
.icon-calendar:before { content: '\e80a'; } /* '' */
.icon-block:before { content: '\e80b'; } /* '' */
.icon-resize-full-alt:before { content: '\e80c'; } /* '' */
.icon-dot-circled:before { content: '\e80d'; } /* '' */
.icon-facebook:before { content: '\e80e'; } /* '' */
.icon-instagram:before { content: '\e80f'; } /* '' */
.icon-twitter:before { content: '\e810'; } /* '' */
.icon-youtube:before { content: '\e811'; } /* '' */
.icon-cancel:before { content: '\e812'; } /* '' */
.icon-info:before { content: '\e813'; } /* '' */
.icon-down-open-big:before { content: '\e814'; } /* '' */
.icon-left-open-big:before { content: '\e815'; } /* '' */
.icon-right-open-big:before { content: '\e816'; } /* '' */
.icon-up-open-big:before { content: '\e817'; } /* '' */
.icon-anchor:before { content: '\e81a'; } /* '' */
.icon-comment:before { content: '\e81b'; } /* '' */
.icon-note:before { content: '\e81c'; } /* '' */
.icon-twitter-bird:before { content: '\e81d'; } /* '' */
.icon-right-dir:before { content: '\e81e'; } /* '' */
.icon-left-dir:before { content: '\e81f'; } /* '' */
.icon-pinterest-squared:before { content: '\e820'; } /* '' */
.icon-googleplus-rect:before { content: '\e821'; } /* '' */
.icon-linkedin-squared:before { content: '\e822'; } /* '' */
.icon-left-open:before { content: '\e823'; } /* '' */
.icon-right-open:before { content: '\e824'; } /* '' */
.icon-left-open-1:before { content: '\e825'; } /* '' */
.icon-right-open-1:before { content: '\e826'; } /* '' */
.icon-export:before { content: '\e827'; } /* '' */
.icon-docs:before { content: '\e828'; } /* '' */
.icon-leftswirl:before { content: '\e82f'; } /* '' */
.icon-rightswirl:before { content: '\e830'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-houzz:before { content: '\f27c'; } /* '' */
@import "../_master/master";@import "../_master/mixins";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;font-size:100%;background:transparent;outline:none;border:none}img{border:none}ins{background-color:#ff9;text-decoration:none;color:#000}mark{background-color:#ff9;font-weight:bold;font-style:italic;color:#000}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;display:block;margin:1em 0;padding:0;border:0;border-top:1px solid #ccc}input,select{vertical-align:middle}.invisible{width:0px;height:0px;left:-10000px;position:absolute;display:none;font-size:0.1px;line-height:0.1px}.clear{clear:both}@-webkit-keyframes colorchange{0%{fill:red}25%{fill:yellow}50%{fill:blue}75%{fill:green}100%{fill:red}}@-moz-keyframes colorchange{0%{fill:red}25%{fill:yellow}50%{fill:blue}75%{fill:green}100%{fill:red}}@-ms-keyframes colorchange{0%{fill:red}25%{fill:yellow}50%{fill:blue}75%{fill:green}100%{fill:red}}@-o-keyframes colorchange{0%{fill:red}25%{fill:yellow}50%{fill:blue}75%{fill:green}100%{fill:red}}@keyframes colorchange{0%{fill:red}25%{fill:yellow}50%{fill:blue}75%{fill:green}100%{fill:red}}@font-face{font-family:'Times Sans Serif Regular';font-style:normal;font-weight:normal;src:local('Times Sans Serif Regular'), url('../../files/assets/fonts/web-fonts/times-sans-serif-cufonfonts-webfont/TIMESS__.woff') format('woff');}@font-face{font-family:'UnBatang Regular';font-style:normal;font-weight:normal;src:local('UnBatang Regular'), url('../../files/assets/fonts/web-fonts/unbatang-cufonfonts-webfont/UnBatang.woff') format('woff');}@font-face{font-family:'UnBatang Bold';font-style:normal;font-weight:normal;src:local('UnBatang Bold'), url('../../files/assets/fonts/web-fonts/unbatang-cufonfonts-webfont/UnBatangBold.woff') format('woff');}@media screen and (min-width:0px){.col-wrapper-grid{display:grid;column-gap:25px;grid-auto-columns:fit-content()}.col-wrapper-grid .col-sm{grid-row:1}.col-wrapper-grid .col-full-width{grid-column:span 2}.col-wrapper-grid.align-top{align-self:start}.col-wrapper-flex{display:flex}}@media screen and (min-width:600px){.rs-columns{display:flex;justify-content:center;margin:5vh 5vw;width:calc(100% - 10vw)}.rs-columns .rs-column{float:none;clear:none;margin:0 5vw;align-self:center}.rs-columns .rs-column:first-of-type{margin-left:0}.rs-columns .rs-column:last-of-type{margin-right:0}.rs-columns.imageLeft{flex-direction:row-reverse}.rs-columns.imageLeft .rs-column:first-of-type{margin-right:0}.rs-columns.imageLeft .rs-column:last-of-type{margin-left:0}.rs-columns.imageRight .rs-column:first-of-type{margin-left:0}.rs-columns.imageRight .rs-column:last-of-type{margin-right:0}}@media screen and (min-width:641px){.col-wrapper-grid .col-md{grid-row:1}}@media screen and (min-width:961px){.col-wrapper-grid .col-lg{grid-row:1}}body{background-color:#150f0f;font-family:'Roboto Condensed', Arial, sans-serif;color:#000;font-size:1rem}#container{background-color:#fff}img{width:100%;height:auto}.image_container{line-height:0}a,button,.button{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}a:focus,a:hover{opacity:1}iframe{width:100%}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}p{margin:1rem 0;font-size:15px;line-height:120%;font-family:'Roboto Condensed', Arial, sans-serif}.maxWidth{max-width:1350px;margin:0 auto}.centered{text-align:center}button,.button,a.button{height:auto;color:#fff;border:0;background-color:transparent;padding:0;font-size:21px;font-family:'Roboto Condensed', Arial, sans-serif;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px}button:hover,.button:hover,a.button:hover{background-color:transparent}button a,.button a,a.button a{color:#fff;padding:15px 30px;display:inline-block;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px}button a:hover,.button a:hover,a.button a:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}button.red a,.button.red a,a.button.red a{background-color:#000;color:#fff}button.gray a,.button.gray a,a.button.gray a{background-color:#dedede}button.darkGray a,.button.darkGray a,a.button.darkGray a{background-color:#65686c}@media screen and (min-width:0px){h1{font-size:26px;line-height:125%;margin-bottom:20px;font-family:'Roboto Condensed', Arial, sans-serif}h2{font-size:22px;line-height:125%;margin-bottom:20px;font-family:'Roboto Condensed', Arial, sans-serif}h3{font-size:18px;line-height:125%;margin-bottom:20px;font-family:'Roboto Condensed', Arial, sans-serif}h4{font-size:16px;line-height:125%;margin-bottom:20px;font-family:'Roboto Condensed', Arial, sans-serif}.draft h1,.draft h2,.draft h3,.draft h5{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:641px){h1{font-size:34px}h2{font-size:25px}h3{font-size:20px}h4{font-size:18px}}@media screen and (min-width:961px){h1{font-size:40px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}}@media screen and (min-width:1201px){h1{font-size:43px}h2{font-size:35px}h3{font-size:29px}h4{font-size:24px}}.lds-ring{display:inline-block;position:relative;width:64px;height:64px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border:6px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-0.45s}.lds-ring div:nth-child(2){animation-delay:-0.3s}.lds-ring div:nth-child(3){animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#spinner{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.75);display:none;overflow:hidden}#spinner .lds-ring{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}#spinner.loading{display:block}@media screen and (min-width:0px){.ie11 #header .inside,.ed15 #header .inside,.ed16 #header .inside,.ed17 #header .inside,.ed18 #header .inside{-ms-grid-columns:2fr 2fr;-ms-grid-rows:max-content;flex-wrap:wrap;display:grid;display:-ms-grid}.ie11 #logo,.ed15 #logo,.ed16 #logo,.ed17 #logo,.ed18 #logo{-ms-grid-column:1;-ms-grid-column-span:1;background-image:url('../../files/assets/layout/ie-logo-bg.png');background-repeat:no-repeat;background-size:cover;width:290px;height:220px}.ie11 #logo .image_container,.ed15 #logo .image_container,.ed16 #logo .image_container,.ed17 #logo .image_container,.ed18 #logo .image_container{max-width:70%}.ie11 #logo:after,.ed15 #logo:after,.ed16 #logo:after,.ed17 #logo:after,.ed18 #logo:after{content:'';display:none;clip-path:none !important;background-image:url('../../files/assets/layout/ie-logo-bg.png');background-repeat:no-repeat;background-size:cover;width:350px;height:220px}.ie11 #mainNav,.ed15 #mainNav,.ed16 #mainNav,.ed17 #mainNav,.ed18 #mainNav{-ms-grid-column:2;-ms-grid-column-span:1}.ie11 #mainNav ul.level_1,.ed15 #mainNav ul.level_1,.ed16 #mainNav ul.level_1,.ed17 #mainNav ul.level_1,.ed18 #mainNav ul.level_1{display:block}.ie11 #mainNav ul.level_1 > li,.ed15 #mainNav ul.level_1 > li,.ed16 #mainNav ul.level_1 > li,.ed17 #mainNav ul.level_1 > li,.ed18 #mainNav ul.level_1 > li{display:inline-block;padding:0 10px}.ie11 #homeFamily,.ed15 #homeFamily,.ed16 #homeFamily,.ed17 #homeFamily,.ed18 #homeFamily{-ms-grid-columns:3fr 2fr;-ms-grid-rows:max-content}.ie11 #homeFamily .ce_image,.ed15 #homeFamily .ce_image,.ed16 #homeFamily .ce_image,.ed17 #homeFamily .ce_image,.ed18 #homeFamily .ce_image{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.ie11 #homeFamily .textWrapper,.ed15 #homeFamily .textWrapper,.ed16 #homeFamily .textWrapper,.ed17 #homeFamily .textWrapper,.ed18 #homeFamily .textWrapper{-ms-grid-column:2;-ms-grid-row-span:1;-ms-grid-column-align:center;-ms-grid-row-align:center}.ie11 #footer .col-wrapper-grid,.ed15 #footer .col-wrapper-grid,.ed16 #footer .col-wrapper-grid,.ed17 #footer .col-wrapper-grid,.ed18 #footer .col-wrapper-grid{display:-ms-grid;-ms-grid-columns:4fr 2fr 60px}.ie11 #logoNAHB,.ed15 #logoNAHB,.ed16 #logoNAHB,.ed17 #logoNAHB,.ed18 #logoNAHB{-ms-grid-column:3}.ie11 #signupForm .formbody,.ed15 #signupForm .formbody,.ed16 #signupForm .formbody,.ed17 #signupForm .formbody,.ed18 #signupForm .formbody{display:-ms-grid;-ms-grid-columns:2fr 2fr}.ie11 #signupForm .formbody .widget,.ed15 #signupForm .formbody .widget,.ed16 #signupForm .formbody .widget,.ed17 #signupForm .formbody .widget,.ed18 #signupForm .formbody .widget{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;padding-right:10px !important}.ie11 #signupForm .formbody .submit_container,.ed15 #signupForm .formbody .submit_container,.ed16 #signupForm .formbody .submit_container,.ed17 #signupForm .formbody .submit_container,.ed18 #signupForm .formbody .submit_container{-ms-grid-column:2;-ms-grid-row-span:1}.ie11 #activeCommunities .col-wrapper-grid,.ed15 #activeCommunities .col-wrapper-grid,.ed16 #activeCommunities .col-wrapper-grid,.ed17 #activeCommunities .col-wrapper-grid,.ed18 #activeCommunities .col-wrapper-grid,.ie11 #currentListings .col-wrapper-grid,.ed15 #currentListings .col-wrapper-grid,.ed16 #currentListings .col-wrapper-grid,.ed17 #currentListings .col-wrapper-grid,.ed18 #currentListings .col-wrapper-grid{-ms-grid-columns:1fr 1fr;-ms-grid-rows:1fr 1fr}.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting,.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting,.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting,.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting,.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting,.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting,.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting,.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting,.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting,.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4){-ms-grid-row:2}.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4){-ms-grid-column:2}.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:first-of-type,.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(3){margin-right:10px}.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(2),.ie11 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #activeCommunities .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ie11 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed15 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed16 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed17 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4),.ed18 #currentListings .col-wrapper-grid .ce_elite_communitylisting:nth-of-type(4){margin-left:10px}.ie11 #previousCommunities .col-wrapper-grid,.ed15 #previousCommunities .col-wrapper-grid,.ed16 #previousCommunities .col-wrapper-grid,.ed17 #previousCommunities .col-wrapper-grid,.ed18 #previousCommunities .col-wrapper-grid,.ie11 #previousListings .col-wrapper-grid,.ed15 #previousListings .col-wrapper-grid,.ed16 #previousListings .col-wrapper-grid,.ed17 #previousListings .col-wrapper-grid,.ed18 #previousListings .col-wrapper-grid{-ms-grid-columns:1fr 1fr 1fr;-ms-grid-rows:1fr 1fr}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery,.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery,.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery,.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery,.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery,.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery,.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery,.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery,.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery,.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5){-ms-grid-row:2}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5){-ms-grid-column:2}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3){-ms-grid-column:3}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:first-of-type,.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(4),.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5){margin-right:10px}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(2){margin-left:10px}.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(3),.ie11 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousCommunities .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ie11 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed15 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed16 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed17 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5),.ed18 #previousListings .col-wrapper-grid .ce_elite_communitylistinggallery:nth-of-type(5){margin-left:10px}.ie11 #teamBios .col-wrapper-grid,.ed15 #teamBios .col-wrapper-grid,.ed16 #teamBios .col-wrapper-grid,.ed17 #teamBios .col-wrapper-grid,.ed18 #teamBios .col-wrapper-grid{-ms-grid-columns:1fr 1fr 1fr 1fr;-ms-grid-rows:1fr}.ie11 #teamBios .col-wrapper-grid .ce_elite_text_image_bg,.ed15 #teamBios .col-wrapper-grid .ce_elite_text_image_bg,.ed16 #teamBios .col-wrapper-grid .ce_elite_text_image_bg,.ed17 #teamBios .col-wrapper-grid .ce_elite_text_image_bg,.ed18 #teamBios .col-wrapper-grid .ce_elite_text_image_bg{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;margin-left:10px;margin-right:10px}.ie11 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(2),.ed15 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(2),.ed16 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(2),.ed17 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(2),.ed18 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(2){-ms-grid-column:2}.ie11 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(3),.ed15 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(3),.ed16 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(3),.ed17 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(3),.ed18 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(3){-ms-grid-column:3}.ie11 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(4),.ed15 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(4),.ed16 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(4),.ed17 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(4),.ed18 #teamBios .col-wrapper-grid .ce_elite_text_image_bg:nth-of-type(4){-ms-grid-column:4}.ie11.contactPage .col-wrapper-grid,.ed15.contactPage .col-wrapper-grid,.ed16.contactPage .col-wrapper-grid,.ed17.contactPage .col-wrapper-grid,.ed18.contactPage .col-wrapper-grid{-ms-grid-columns:2fr 2fr;display:-ms-grid}.ie11.contactPage .col-wrapper-grid .ce_text,.ed15.contactPage .col-wrapper-grid .ce_text,.ed16.contactPage .col-wrapper-grid .ce_text,.ed17.contactPage .col-wrapper-grid .ce_text,.ed18.contactPage .col-wrapper-grid .ce_text{-ms-grid-column:1}.ie11.contactPage .col-wrapper-grid .ce_form,.ed15.contactPage .col-wrapper-grid .ce_form,.ed16.contactPage .col-wrapper-grid .ce_form,.ed17.contactPage .col-wrapper-grid .ce_form,.ed18.contactPage .col-wrapper-grid .ce_form{-ms-grid-column:2}}@media screen and (min-width:641px){.ie11 .col-wrapper-grid,.ed15 .col-wrapper-grid,.ed16 .col-wrapper-grid,.ed17 .col-wrapper-grid,.ed18 .col-wrapper-grid{display:grid;display:-ms-grid;-ms-grid-rows:max-content;flex-wrap:wrap}.ie10 .ieFlexColumns .row{display:grid;display:-ms-grid;-ms-grid-columns:calc(50% - 20px) calc(50% + 20px);-ms-grid-rows:max-content;flex-wrap:wrap;grid-template-columns:repeat(2, 1fr)}.ie10 .ieFlexColumns .row .col{max-width:100%}.ie10 .ieFlexColumns .row .col:nth-child(1){-ms-grid-column:1;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(3){-ms-grid-column:1;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(4){-ms-grid-column:2;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(5){-ms-grid-column:1;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(6){-ms-grid-column:2;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(7){-ms-grid-column:1;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(8){-ms-grid-column:2;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(9){-ms-grid-column:1;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(10){-ms-grid-column:2;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(11){-ms-grid-column:1;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(12){-ms-grid-column:2;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(13){-ms-grid-column:1;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(14){-ms-grid-column:2;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(15){-ms-grid-column:1;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(16){-ms-grid-column:2;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(17){-ms-grid-column:1;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(18){-ms-grid-column:2;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(19){-ms-grid-column:1;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(20){-ms-grid-column:2;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(21){-ms-grid-column:1;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(22){-ms-grid-column:2;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(23){-ms-grid-column:1;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(24){-ms-grid-column:2;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(25){-ms-grid-column:1;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(26){-ms-grid-column:2;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(27){-ms-grid-column:1;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(28){-ms-grid-column:2;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(29){-ms-grid-column:1;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(30){-ms-grid-column:2;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(31){-ms-grid-column:1;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(32){-ms-grid-column:2;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(33){-ms-grid-column:1;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(34){-ms-grid-column:2;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(35){-ms-grid-column:1;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(36){-ms-grid-column:2;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(37){-ms-grid-column:1;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(38){-ms-grid-column:2;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(39){-ms-grid-column:1;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(40){-ms-grid-column:2;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(41){-ms-grid-column:1;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(42){-ms-grid-column:2;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(43){-ms-grid-column:1;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(44){-ms-grid-column:2;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(45){-ms-grid-column:1;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(46){-ms-grid-column:2;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(47){-ms-grid-column:1;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(48){-ms-grid-column:2;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(49){-ms-grid-column:1;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(50){-ms-grid-column:2;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(51){-ms-grid-column:1;-ms-grid-row:26}.ie10 .ieFlexColumns .row .col:nth-child(52){-ms-grid-column:2;-ms-grid-row:26}.ie10 .ieFlexColumns .row .col:nth-child(53){-ms-grid-column:1;-ms-grid-row:27}.ie10 .ieFlexColumns .row .col:nth-child(54){-ms-grid-column:2;-ms-grid-row:27}.ie10 .ieFlexColumns .row .col:nth-child(55){-ms-grid-column:1;-ms-grid-row:28}.ie10 .ieFlexColumns .row .col:nth-child(56){-ms-grid-column:2;-ms-grid-row:28}.ie10 .ieFlexColumns .row .col:nth-child(57){-ms-grid-column:1;-ms-grid-row:29}.ie10 .ieFlexColumns .row .col:nth-child(58){-ms-grid-column:2;-ms-grid-row:29}.ie10 .ieFlexColumns .row .col:nth-child(59){-ms-grid-column:1;-ms-grid-row:30}.ie10 .ieFlexColumns .row .col:nth-child(60){-ms-grid-column:2;-ms-grid-row:30}.ie10 .ieFlexColumns .row .col:nth-child(61){-ms-grid-column:1;-ms-grid-row:31}.ie10 .ieFlexColumns .row .col:nth-child(62){-ms-grid-column:2;-ms-grid-row:31}.ie10 .ieFlexColumns .row .col:nth-child(63){-ms-grid-column:1;-ms-grid-row:32}.ie10 .ieFlexColumns .row .col:nth-child(64){-ms-grid-column:2;-ms-grid-row:32}.ie10 .ieFlexColumns .row .col:nth-child(65){-ms-grid-column:1;-ms-grid-row:33}.ie10 .ieFlexColumns .row .col:nth-child(66){-ms-grid-column:2;-ms-grid-row:33}.ie10 .ieFlexColumns .row .col:nth-child(67){-ms-grid-column:1;-ms-grid-row:34}.ie10 .ieFlexColumns .row .col:nth-child(68){-ms-grid-column:2;-ms-grid-row:34}.ie10 .ieFlexColumns .row .col:nth-child(69){-ms-grid-column:1;-ms-grid-row:35}.ie10 .ieFlexColumns .row .col:nth-child(70){-ms-grid-column:2;-ms-grid-row:35}.ie10 .ieFlexColumns .row .col:nth-child(71){-ms-grid-column:1;-ms-grid-row:36}.ie10 .ieFlexColumns .row .col:nth-child(72){-ms-grid-column:2;-ms-grid-row:36}.ie10 .ieFlexColumns .row .col:nth-child(73){-ms-grid-column:1;-ms-grid-row:37}.ie10 .ieFlexColumns .row .col:nth-child(74){-ms-grid-column:2;-ms-grid-row:37}.ie10 .ieFlexColumns .row .col:nth-child(75){-ms-grid-column:1;-ms-grid-row:38}.ie10 .ieFlexColumns .row .col:nth-child(76){-ms-grid-column:2;-ms-grid-row:38}.ie10 .ieFlexColumns .row .col:nth-child(77){-ms-grid-column:1;-ms-grid-row:39}.ie10 .ieFlexColumns .row .col:nth-child(78){-ms-grid-column:2;-ms-grid-row:39}.ie10 .ieFlexColumns .row .col:nth-child(79){-ms-grid-column:1;-ms-grid-row:40}.ie10 .ieFlexColumns .row .col:nth-child(80){-ms-grid-column:2;-ms-grid-row:40}.ie10 .ieFlexColumns .row .col:nth-child(81){-ms-grid-column:1;-ms-grid-row:41}.ie10 .ieFlexColumns .row .col:nth-child(82){-ms-grid-column:2;-ms-grid-row:41}.ie10 .ieFlexColumns .row .col:nth-child(83){-ms-grid-column:1;-ms-grid-row:42}.ie10 .ieFlexColumns .row .col:nth-child(84){-ms-grid-column:2;-ms-grid-row:42}.ie10 .ieFlexColumns .row .col:nth-child(85){-ms-grid-column:1;-ms-grid-row:43}.ie10 .ieFlexColumns .row .col:nth-child(86){-ms-grid-column:2;-ms-grid-row:43}.ie10 .ieFlexColumns .row .col:nth-child(87){-ms-grid-column:1;-ms-grid-row:44}.ie10 .ieFlexColumns .row .col:nth-child(88){-ms-grid-column:2;-ms-grid-row:44}.ie10 .ieFlexColumns .row .col:nth-child(89){-ms-grid-column:1;-ms-grid-row:45}.ie10 .ieFlexColumns .row .col:nth-child(90){-ms-grid-column:2;-ms-grid-row:45}.ie10 .ieFlexColumns .row .col:nth-child(91){-ms-grid-column:1;-ms-grid-row:46}.ie10 .ieFlexColumns .row .col:nth-child(92){-ms-grid-column:2;-ms-grid-row:46}.ie10 .ieFlexColumns .row .col:nth-child(93){-ms-grid-column:1;-ms-grid-row:47}.ie10 .ieFlexColumns .row .col:nth-child(94){-ms-grid-column:2;-ms-grid-row:47}.ie10 .ieFlexColumns .row .col:nth-child(95){-ms-grid-column:1;-ms-grid-row:48}.ie10 .ieFlexColumns .row .col:nth-child(96){-ms-grid-column:2;-ms-grid-row:48}.ie10 .ieFlexColumns .row .col:nth-child(97){-ms-grid-column:1;-ms-grid-row:49}.ie10 .ieFlexColumns .row .col:nth-child(98){-ms-grid-column:2;-ms-grid-row:49}.ie10 .ieFlexColumns .row .col:nth-child(99){-ms-grid-column:1;-ms-grid-row:50}}@media screen and (min-width:961px){.ie10 .ieFlexColumns .row{-ms-grid-columns:calc(100% / 3) calc(100% / 3) calc(100% / 3);grid-template-columns:repeat(3, 1fr)}.ie10 .ieFlexColumns .row .col:nth-child(1){-ms-grid-column:1;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(3){-ms-grid-column:3;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(4){-ms-grid-column:2;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(5){-ms-grid-column:1;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(6){-ms-grid-column:3;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(7){-ms-grid-column:1;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(8){-ms-grid-column:2;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(9){-ms-grid-column:3;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(10){-ms-grid-column:2;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(11){-ms-grid-column:1;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(12){-ms-grid-column:3;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(13){-ms-grid-column:1;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(14){-ms-grid-column:2;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(15){-ms-grid-column:3;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(16){-ms-grid-column:2;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(17){-ms-grid-column:1;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(18){-ms-grid-column:3;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(19){-ms-grid-column:1;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(20){-ms-grid-column:2;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(21){-ms-grid-column:3;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(22){-ms-grid-column:2;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(23){-ms-grid-column:1;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(24){-ms-grid-column:3;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(25){-ms-grid-column:1;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(26){-ms-grid-column:2;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(27){-ms-grid-column:3;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(28){-ms-grid-column:2;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(29){-ms-grid-column:1;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(30){-ms-grid-column:3;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(31){-ms-grid-column:1;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(32){-ms-grid-column:2;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(33){-ms-grid-column:3;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(34){-ms-grid-column:2;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(35){-ms-grid-column:1;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(36){-ms-grid-column:3;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(37){-ms-grid-column:1;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(38){-ms-grid-column:2;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(39){-ms-grid-column:3;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(40){-ms-grid-column:2;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(41){-ms-grid-column:1;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(42){-ms-grid-column:3;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(43){-ms-grid-column:1;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(44){-ms-grid-column:2;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(45){-ms-grid-column:3;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(46){-ms-grid-column:2;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(47){-ms-grid-column:1;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(48){-ms-grid-column:3;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(49){-ms-grid-column:1;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(50){-ms-grid-column:2;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(51){-ms-grid-column:3;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(52){-ms-grid-column:2;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(53){-ms-grid-column:1;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(54){-ms-grid-column:3;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(55){-ms-grid-column:1;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(56){-ms-grid-column:2;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(57){-ms-grid-column:3;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(58){-ms-grid-column:2;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(59){-ms-grid-column:1;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(60){-ms-grid-column:3;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(61){-ms-grid-column:1;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(62){-ms-grid-column:2;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(63){-ms-grid-column:3;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(64){-ms-grid-column:2;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(65){-ms-grid-column:1;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(66){-ms-grid-column:3;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(67){-ms-grid-column:1;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(68){-ms-grid-column:2;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(69){-ms-grid-column:3;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(70){-ms-grid-column:2;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(71){-ms-grid-column:1;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(72){-ms-grid-column:3;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(73){-ms-grid-column:1;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(74){-ms-grid-column:2;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(75){-ms-grid-column:3;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(76){-ms-grid-column:2;-ms-grid-row:26}.ie10 .ieFlexColumns .row .col:nth-child(77){-ms-grid-column:1;-ms-grid-row:26}.ie10 .ieFlexColumns .row .col:nth-child(78){-ms-grid-column:3;-ms-grid-row:26}.ie10 .ieFlexColumns .row .col:nth-child(79){-ms-grid-column:1;-ms-grid-row:27}.ie10 .ieFlexColumns .row .col:nth-child(80){-ms-grid-column:2;-ms-grid-row:27}.ie10 .ieFlexColumns .row .col:nth-child(81){-ms-grid-column:3;-ms-grid-row:27}.ie10 .ieFlexColumns .row .col:nth-child(82){-ms-grid-column:2;-ms-grid-row:28}.ie10 .ieFlexColumns .row .col:nth-child(83){-ms-grid-column:1;-ms-grid-row:28}.ie10 .ieFlexColumns .row .col:nth-child(84){-ms-grid-column:3;-ms-grid-row:28}.ie10 .ieFlexColumns .row .col:nth-child(85){-ms-grid-column:1;-ms-grid-row:29}.ie10 .ieFlexColumns .row .col:nth-child(86){-ms-grid-column:2;-ms-grid-row:29}.ie10 .ieFlexColumns .row .col:nth-child(87){-ms-grid-column:3;-ms-grid-row:29}.ie10 .ieFlexColumns .row .col:nth-child(88){-ms-grid-column:2;-ms-grid-row:30}.ie10 .ieFlexColumns .row .col:nth-child(89){-ms-grid-column:1;-ms-grid-row:30}.ie10 .ieFlexColumns .row .col:nth-child(90){-ms-grid-column:3;-ms-grid-row:30}.ie10 .ieFlexColumns .row .col:nth-child(91){-ms-grid-column:1;-ms-grid-row:31}.ie10 .ieFlexColumns .row .col:nth-child(92){-ms-grid-column:2;-ms-grid-row:31}.ie10 .ieFlexColumns .row .col:nth-child(93){-ms-grid-column:3;-ms-grid-row:31}.ie10 .ieFlexColumns .row .col:nth-child(94){-ms-grid-column:2;-ms-grid-row:32}.ie10 .ieFlexColumns .row .col:nth-child(95){-ms-grid-column:1;-ms-grid-row:32}.ie10 .ieFlexColumns .row .col:nth-child(96){-ms-grid-column:3;-ms-grid-row:32}.ie10 .ieFlexColumns .row .col:nth-child(97){-ms-grid-column:1;-ms-grid-row:33}.ie10 .ieFlexColumns .row .col:nth-child(98){-ms-grid-column:2;-ms-grid-row:33}.ie10 .ieFlexColumns .row .col:nth-child(99){-ms-grid-column:3;-ms-grid-row:33}}@media screen and (min-width:1200px){.ie10 .ieFlexColumns .row{-ms-grid-columns:calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(100% / 4);-ms-grid-rows:max-content;flex-wrap:wrap;grid-template-columns:repeat(4, 1fr)}.ie10 .ieFlexColumns .row .col:nth-child(1){-ms-grid-column:1;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(3){-ms-grid-column:3;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(4){-ms-grid-column:4;-ms-grid-row:1}.ie10 .ieFlexColumns .row .col:nth-child(5){-ms-grid-column:1;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(6){-ms-grid-column:2;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(7){-ms-grid-column:3;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(8){-ms-grid-column:4;-ms-grid-row:2}.ie10 .ieFlexColumns .row .col:nth-child(9){-ms-grid-column:1;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(10){-ms-grid-column:2;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(11){-ms-grid-column:3;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(12){-ms-grid-column:4;-ms-grid-row:3}.ie10 .ieFlexColumns .row .col:nth-child(13){-ms-grid-column:1;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(14){-ms-grid-column:2;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(15){-ms-grid-column:3;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(16){-ms-grid-column:4;-ms-grid-row:4}.ie10 .ieFlexColumns .row .col:nth-child(17){-ms-grid-column:1;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(18){-ms-grid-column:2;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(19){-ms-grid-column:3;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(20){-ms-grid-column:4;-ms-grid-row:5}.ie10 .ieFlexColumns .row .col:nth-child(21){-ms-grid-column:1;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(22){-ms-grid-column:2;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(23){-ms-grid-column:3;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(24){-ms-grid-column:4;-ms-grid-row:6}.ie10 .ieFlexColumns .row .col:nth-child(25){-ms-grid-column:1;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(26){-ms-grid-column:2;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(27){-ms-grid-column:3;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(28){-ms-grid-column:4;-ms-grid-row:7}.ie10 .ieFlexColumns .row .col:nth-child(29){-ms-grid-column:1;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(30){-ms-grid-column:2;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(31){-ms-grid-column:3;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(32){-ms-grid-column:4;-ms-grid-row:8}.ie10 .ieFlexColumns .row .col:nth-child(33){-ms-grid-column:1;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(34){-ms-grid-column:2;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(35){-ms-grid-column:3;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(36){-ms-grid-column:4;-ms-grid-row:9}.ie10 .ieFlexColumns .row .col:nth-child(37){-ms-grid-column:1;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(38){-ms-grid-column:2;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(39){-ms-grid-column:3;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(40){-ms-grid-column:4;-ms-grid-row:10}.ie10 .ieFlexColumns .row .col:nth-child(41){-ms-grid-column:1;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(42){-ms-grid-column:2;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(43){-ms-grid-column:3;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(44){-ms-grid-column:4;-ms-grid-row:11}.ie10 .ieFlexColumns .row .col:nth-child(45){-ms-grid-column:1;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(46){-ms-grid-column:2;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(47){-ms-grid-column:3;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(48){-ms-grid-column:4;-ms-grid-row:12}.ie10 .ieFlexColumns .row .col:nth-child(49){-ms-grid-column:1;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(50){-ms-grid-column:2;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(51){-ms-grid-column:3;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(52){-ms-grid-column:4;-ms-grid-row:13}.ie10 .ieFlexColumns .row .col:nth-child(53){-ms-grid-column:1;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(54){-ms-grid-column:2;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(55){-ms-grid-column:3;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(56){-ms-grid-column:4;-ms-grid-row:14}.ie10 .ieFlexColumns .row .col:nth-child(57){-ms-grid-column:1;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(58){-ms-grid-column:2;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(59){-ms-grid-column:3;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(60){-ms-grid-column:4;-ms-grid-row:15}.ie10 .ieFlexColumns .row .col:nth-child(61){-ms-grid-column:1;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(62){-ms-grid-column:2;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(63){-ms-grid-column:3;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(64){-ms-grid-column:4;-ms-grid-row:16}.ie10 .ieFlexColumns .row .col:nth-child(65){-ms-grid-column:1;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(66){-ms-grid-column:2;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(67){-ms-grid-column:3;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(68){-ms-grid-column:4;-ms-grid-row:17}.ie10 .ieFlexColumns .row .col:nth-child(69){-ms-grid-column:1;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(70){-ms-grid-column:2;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(71){-ms-grid-column:3;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(72){-ms-grid-column:4;-ms-grid-row:18}.ie10 .ieFlexColumns .row .col:nth-child(73){-ms-grid-column:1;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(74){-ms-grid-column:2;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(75){-ms-grid-column:3;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(76){-ms-grid-column:4;-ms-grid-row:19}.ie10 .ieFlexColumns .row .col:nth-child(77){-ms-grid-column:1;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(78){-ms-grid-column:2;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(79){-ms-grid-column:3;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(80){-ms-grid-column:4;-ms-grid-row:20}.ie10 .ieFlexColumns .row .col:nth-child(81){-ms-grid-column:1;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(82){-ms-grid-column:2;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(83){-ms-grid-column:3;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(84){-ms-grid-column:4;-ms-grid-row:21}.ie10 .ieFlexColumns .row .col:nth-child(85){-ms-grid-column:1;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(86){-ms-grid-column:2;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(87){-ms-grid-column:3;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(88){-ms-grid-column:4;-ms-grid-row:22}.ie10 .ieFlexColumns .row .col:nth-child(89){-ms-grid-column:1;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(90){-ms-grid-column:2;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(91){-ms-grid-column:3;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(92){-ms-grid-column:4;-ms-grid-row:23}.ie10 .ieFlexColumns .row .col:nth-child(93){-ms-grid-column:1;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(94){-ms-grid-column:2;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(95){-ms-grid-column:3;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(96){-ms-grid-column:4;-ms-grid-row:24}.ie10 .ieFlexColumns .row .col:nth-child(97){-ms-grid-column:1;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(98){-ms-grid-column:2;-ms-grid-row:25}.ie10 .ieFlexColumns .row .col:nth-child(99){-ms-grid-column:3;-ms-grid-row:25}}@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm){.parallaxImage:not(*:root){background-size:cover;width:100%;height:auto;display:block;}}@media screen and (min-width:0px){#newsletterSignup{display:block;position:relative}#newsletterSignup .bgImage{position:relative}#newsletterSignup .bgImage:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1;background-color:rgba(0, 0, 0, 0.6)}#newsletterSignup #signupForm.inner{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;z-index:2;text-align:center;margin:0 auto;display:block;padding:0 5vw}#newsletterSignup #signupForm.inner h3{font-family:'Roboto Condensed', Arial, sans-serif;color:#fff}.draft #newsletterSignup #signupForm.inner h3{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:961px){#newsletterSignup h3{margin-bottom:60px}}@media screen and (min-width:1201px){#newsletterSignup h3{font-size:34px;margin-bottom:80px}}@supports (-webkit-touch-callout: none){.parallaxImage{background-attachment:scroll !important}}@media screen and (min-width:0px){.parallaxImage{background-size:auto 100%;background-attachment:fixed;min-height:75vh;background-repeat:no-repeat;background-position:center center;position:relative;display:block;margin-bottom:5vh;height:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.parallaxImage h2,.parallaxImage h3,.parallaxImage h4{color:#fff}.parallaxImage .textWrapper{padding:5vh 5vw;color:#fff}.parallaxImage .parallaxText{left:5vw;right:5vw;background-color:rgba(0, 0, 0, 0.2);z-index:2;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:641px){.parallaxImage{min-height:75vh}}@media screen and (min-width:961px){.parallaxImage{background-size:100% auto}}@media screen and (min-width:0px){#topImage{position:relative}#topImage:after{content:'';position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block;background-color:rgba(0, 0, 0, 0.3)}#topImage .caption,#topImage h1{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;color:#fff;padding:15px 10px;margin:0 auto;z-index:2;text-align:center;max-width:75%;font-family:'Roboto Condensed', Arial, sans-serif;font-size:19px;line-height:120%}#topImage .caption:before,#topImage h1:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:-1;clip-path:polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);background-color:#000}#topImage p.back{display:none}.home2020 #topImage .ce_image{position:relative;height:100%}.home2020 #topImage .ce_image:after{content:'';display:block;width:100%;height:60px;position:absolute;bottom:0;left:0;right:0;z-index:1;background:-webkit-linear-gradient(top, transparent, #fff);background:-o-linear-gradient(top, transparent, #fff);background:-ms-linear-gradient(top, transparent, #fff)}.home2020 #topImage .textWrapper{max-width:100%;z-index:2;left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;position:absolute;padding:calc(5vh / 2) calc(5vw / 2)}.home2020 #topImage .caption{display:none;max-width:100%;font-size:25px;text-indent:-100000em;color:#fff;position:relative;left:auto;right:auto;bottom:20px;z-index:3;top:auto;padding:0;font-family:'Roboto Condensed', Arial, sans-serif;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;background-size:cover;width:340px;height:60px;background-position:top center;background-repeat:no-repeat}.home2020 #topImage .caption:before{display:none}.home2020.draft #topImage .caption{height:58px;background-image:url('../../files/assets/pages/home/content_blocks/header-text-v6.png')}.insidePage #topImage,.landingPage #topImage{margin-bottom:15vh}.insidePage #topImage h1,.landingPage #topImage h1,.insidePage #topImage .caption,.landingPage #topImage .caption{color:#fff;transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;position:absolute;bottom:0;top:auto;font-size:25px}.insidePage #topImage h1:before,.landingPage #topImage h1:before,.insidePage #topImage .caption:before,.landingPage #topImage .caption:before{display:none;background-color:#fff}.landingPage #topImage:after,.eliteReader #topImage:after{background-color:rgba(0, 0, 0, 0.1)}.casaBuilders.home2020 #topImage .caption,.home2020 #topImage h1{background-image:url('../../files/assets/pages/casa_builders/pages/home/content-blocks/casa-builders-header-text-v2.png');width:243px;height:70px}}@media screen and (min-width:641px){#topImage .caption,.insidePage #topImage .caption,.landingPage #topImage .caption,#topImage h1,.insidePage #topImage h1,.landingPage #topImage h1{max-width:100%;padding-left:5vw;padding-right:5vw}#topImage h1.insideHeadline,.insidePage #topImage h1.insideHeadline,.landingPage #topImage h1.insideHeadline,#topImage h1 span.text,.insidePage #topImage h1 span.text,.landingPage #topImage h1 span.text{width:100%;display:block}.home2020 #topImage .caption,.home2020 #topImage h1{font-size:33px;width:445px;height:79px}.casaBuilders.home2020 #topImage .caption,.home2020 #topImage h1{width:293px;height:83px;left:12%}.home2020.draft #topImage .caption{height:74px}}@media screen and (min-width:769px){#topImage .caption,.insidePage .caption,.landingPage .caption,#topImage h1,.insidePage h1,.landingPage h1{font-size:40px}.casaBuilders.home2020 #topImage .caption,.home2020 #topImage h1{width:425px;height:121px;left:auto}}@media screen and (min-width:961px){#topImage .caption,.insidePage #topImage .caption,.landingPage #topImage .caption,#topImage h1,.insidePage #topImage h1,.landingPage #topImage h1{font-size:60px}.home2020 #topImage .caption{font-size:60px;padding:15px 0;width:580px;height:103px}.casaBuilders.home2020 #topImage .caption,.home2020 #topImage h1{width:475px;height:136px}.home2020.draft #topImage .caption{height:99px}}@media screen and (min-width:1201px){.insidePage #topImage,.landingPage #topImage{margin-bottom:15vh}.casaBuilders.home2020 #topImage .caption,.home2020 #topImage h1{width:605px;height:172px}}@media screen and (min-width:1351px){.home2020 #topImage .caption{width:680px;height:121px}.home2020.draft #topImage .caption{height:113px}}@media screen and (min-width:0px){.ce_elite_homefeaturedblock{position:relative;overflow:hidden}.ce_elite_homefeaturedblock a,.ce_elite_homefeaturedblock button{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.ce_elite_homefeaturedblock a:hover button{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.ce_elite_homefeaturedblock .textWrapper{z-index:2;max-width:50%;position:absolute;top:0;left:0;padding:calc(5vh / 2) 0 calc(5vh / 2) 5vw}.ce_elite_homefeaturedblock .image_container{line-height:0}.ce_elite_homefeaturedblock h2{color:#fff;font-size:20px}.ce_elite_homefeaturedblock p{color:#000}.ce_elite_homefeaturedblock button{font-family:'Roboto Condensed', Arial, sans-serif;color:#fff;text-transform:none;padding:7px 17px 10px;font-size:15px;margin-top:0;margin-bottom:0}.ce_elite_homefeaturedblock.style_one{min-height:220px;background:#000;background:-webkit-linear-gradient(top, #000, #36312a);background:-o-linear-gradient(top, #000, #36312a);background:-ms-linear-gradient(top, #000, #36312a)}.ce_elite_homefeaturedblock.style_one button{background-color:#fff;color:#000}.ce_elite_homefeaturedblock.style_three button{background-color:#000;color:#fff}.ce_elite_homefeaturedblock.style_two p:first-of-type{margin-top:0}.ce_elite_homefeaturedblock.style_two button{background-color:#65686c}.ce_elite_homefeaturedblock.style_one .image_container{max-width:50%;display:block;margin-left:auto;position:relative;margin-right:-15%;-webkit-transform:skewX(20deg) skewY(-20deg);-moz-transform:skewX(20deg) skewY(-20deg);-ms-transform:skewX(20deg) skewY(-20deg);-o-transform:skewX(20deg) skewY(-20deg);transform:skewX(20deg) skewY(-20deg)}.ce_elite_homefeaturedblock.style_three .textWrapper{display:grid;column-gap:20px;max-width:100%}.ce_elite_homefeaturedblock.style_three .textWrapper .main{grid-column:1;max-width:60%}.ce_elite_homefeaturedblock.style_three .textWrapper .feature{grid-column:2}.ce_elite_homefeaturedblock.style_three .textWrapper .feature .icon{max-width:100px}.ce_elite_homefeaturedblock.style_three .image_container{position:relative}.ce_elite_homefeaturedblock.style_three .image_container:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:-webkit-linear-gradient(top, #000, transparent);background:-o-linear-gradient(top, #000, transparent);background:-ms-linear-gradient(top, #000, transparent)}.ce_elite_homefeaturedblock.style_three .image_container img{position:relative;z-index:0}}@media screen and (min-width:769px){.ce_elite_homefeaturedblock .textWrapper{padding-left:calc(5vw / 2);padding-right:0;max-width:100%}.ce_elite_homefeaturedblock h2{font-size:17px;margin-bottom:5px}.ce_elite_homefeaturedblock button{margin-top:0;padding:5px 15px 7px;font-size:11px}.ce_elite_homefeaturedblock.style_one .textWrapper{max-width:65%}.ce_elite_homefeaturedblock.style_one .image_container{bottom:-70px;max-width:50%}.ce_elite_homefeaturedblock.style_three .textWrapper{column-gap:10px}.ce_elite_homefeaturedblock.style_three .textWrapper .main{max-width:100%}}@media screen and (min-width:961px){.ce_elite_homefeaturedblock h2{font-size:21px}.ce_elite_homefeaturedblock button{padding:7px 20px 10px;font-size:14px}}@media screen and (min-width:1101px){.ce_elite_homefeaturedblock h2{font-size:25px}.ce_elite_homefeaturedblock button{font-size:15px}}@media screen and (min-width:1201px){.ce_elite_homefeaturedblock .textWrapper{padding-left:calc(5vw / 2)}.ce_elite_homefeaturedblock h2{font-size:28px}.ce_elite_homefeaturedblock p{font-size:18px}.ce_elite_homefeaturedblock button{font-size:18px}}@media screen and (min-width:1px){#homeFeatured .ce_elite_homefeaturedblock p{color:#fff}#homeFeatured .ce_elite_homefeaturedblock.style_two{background-color:#4f4f4f}#homeFeatured .ce_elite_homefeaturedblock.style_three{background-color:#000}.landingPage #homeFeatured{margin-bottom:calc(5vh * 2)}.casaBuilders #homeFeatured .ce_elite_homefeaturedblock.style_one{background:-webkit-linear-gradient(top, #000, #36312a);background:-o-linear-gradient(top, #000, #36312a);background:-ms-linear-gradient(top, #000, #36312a)}.casaBuilders #homeFeatured .ce_elite_homefeaturedblock.style_one button{background-color:#fff;color:#000}.casaBuilders #homeFeatured .ce_elite_homefeaturedblock.style_three{background-color:#000}.casaBuilders #homeFeatured .ce_elite_homefeaturedblock.style_three button{background-color:#000;color:#fff}.casaBuilders #homeFeatured .ce_elite_homefeaturedblock.style_three .image_container:after{background:-webkit-linear-gradient(top, #000, transparent);background:-o-linear-gradient(top, #000, transparent);background:-ms-linear-gradient(top, #000, transparent)}}@media screen and (min-width:769px){#homeFeatured{display:flex}#homeFeatured .ce_elite_homefeaturedblock{height:280px;width:33.33333%}#homeFeatured .ce_elite_homefeaturedblock.style_two .image_container,#homeFeatured .ce_elite_homefeaturedblock.style_three .image_container{position:absolute;bottom:0}#homeFeatured .ce_elite_homefeaturedblock.style_one .image_container{bottom:-150px}#homeFeatured .ce_elite_homefeaturedblock.style_three .textWrapper .main{max-width:65%}}@media screen and (min-width:961px){#homeFeatured .ce_elite_homefeaturedblock{height:300px}}@media screen and (min-width:1201px){#homeFeatured .ce_elite_homefeaturedblock{height:350px}}@media screen and (min-width:0px){#footer{background-color:#9c9d9d;padding:5vh 5vw;justify-items:stretch}#logoNAHB{width:40px;text-align:center;margin:calc(2.5vh) auto;display:block}.casaBuilders #footer .col-wrapper-grid{display:flex;flex-wrap:wrap}.casaBuilders #footer .footerLogos{display:flex;max-width:100%;align-items:center;margin-bottom:0;margin-left:auto;margin-right:auto}.casaBuilders #footer .socialIcons{width:100%;text-align:center;margin:10px 0}.casaBuilders #footer #logoNAHB,.casaBuilders #footer #logoNAR,.casaBuilders #footer #logoRACM{width:calc(33% - 20px);margin-right:10px;margin-left:10px}.casaBuilders #footer #logoNAHB .image_container,.casaBuilders #footer #logoNAR .image_container,.casaBuilders #footer #logoRACM .image_container{margin-left:auto;margin-right:auto}.casaBuilders #footer #logoNAR .image_container,.casaBuilders #footer #logoRACM .image_container{max-width:100px}.casaBuilders #footer #logoNAHB .image_container{max-width:75px}.casaBuilders #footer #footerAddress{text-align:center;width:100%}}@media screen and (min-width:641px){#footer .col-wrapper-grid{grid-template-columns:auto 123px 40px}.elitelayout #footer .col-wrapper-grid{grid-template-columns:auto 263px 40px}#logoNAHB{justify-self:end;margin:0}.casaBuilders #footer .footerLogos{max-width:50%;margin-bottom:20px}}@media screen and (min-width:961px){.casaBuilders #footer .footerLogos{max-width:80%}.casaBuilders #footer #logoNAR .image_container,.casaBuilders #footer #logoRACM .image_container{max-width:210px}.casaBuilders #footer #logoNAHB .image_container{max-width:115px}.elitelayout #footer .col-wrapper-grid{grid-template-columns:auto 500px 40px}}@media screen and (min-width:1201px){#footer{padding-top:8vh;padding-bottom:8vh}#footer .col-wrapper-grid{grid-template-columns:auto 200px 60px}#logoNAHB{width:60px}}@media screen and (min-width:0px){#footerAddress{text-align:center}#footerAddress p{font-size:14px;color:#fff}}@media screen and (min-width:641px){#footerAddress{text-align:right}}@media screen and (min-width:1201px){#footerAddress p{font-size:17px}}fieldset,legend{display:block;padding:0;margin:0;border:none;font-size:initial}input[type="tel"],input[type="email"],input[type="url"]{-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;padding:10px;line-height:20px;font-size:16px;font-weight:inherit;border-radius:5px}input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus{outline:none}input[type="text"],input[type="password"],input[type="tel"],input[type="email"],input[type="url"],select,.textarea{-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;padding:10px;line-height:20px;font-size:16px;font-weight:inherit;border-radius:5px}.widget{padding:5px 0}.widget-submit{padding:10px 0;text-align:right}.widget-recaptcha-not-a-robot{margin:5px 0}.widget-recaptcha-invisible{display:none}.grecaptcha-badge{display:none}.ce_form:not(#signupForm){margin-bottom:40px}.ce_form:not(#signupForm) .submit_container input.submit{border:0;background-color:#000;color:#fff;padding:15px 30px;margin:20px 0;font-family:'Roboto Condensed', Arial, sans-serif;font-size:21px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.ce_form:not(#signupForm) .submit_container input.submit:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:0px){#eliteContactForm .widget{padding:0}#eliteContactForm .row{display:flex;margin:0}#eliteContactForm .row .column{float:none;padding:0}#eliteContactForm .row .column:first-of-type{padding-right:10px}#eliteContactForm .row .column:last-of-type{padding-left:10px}}form p.error{color:#f81b00;margin:0;padding:4px;display:inline-block;font-size:12px;font-style:italic}form label.error{color:#f81b00}form input.error{background-color:rgba(248, 27, 0, 0.1);border-color:#f81b00}@media screen and (min-width:0px){#signupForm .formbody{display:grid;column-gap:20px;grid-auto-columns:fit-content();max-width:500px;margin-right:auto;margin-left:auto}#signupForm .formbody .widget{grid-column:1;width:100%}#signupForm .formbody .widget.column{float:none;padding:0;width:100%}#signupForm .formbody .widget input.text{display:block;border:0;padding:22px 20px;margin:0;float:none;z-index:2;width:100%;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}#signupForm .formbody .submit_container{grid-column:2}#signupForm .formbody .submit_container.column{float:none;padding:0;width:100%}#signupForm .formbody .submit_container input.submit{padding:10px;display:block;border:1px solid #fff;color:#fff;background-color:transparent;text-align:center;margin-left:auto;margin-right:0;width:100%;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#signupForm .formbody .submit_container input.submit.column{float:none;width:100%}#signupForm .formbody .submit_container input.submit:hover{background-color:#36312a}}@media screen and (min-width:1201px){#signupForm .formbody{max-width:575px}#signupForm .formbody .submit_container input.submit{font-size:20px}#signupForm .formbody .widget input.text{font-size:20px;padding-top:26px;padding-bottom:26px}}@media screen and (min-width:0px){#formRequestInfo .widget{padding:0}#formRequestInfo .row{display:flex;margin:0}#formRequestInfo .row .column{float:none;padding:0}#formRequestInfo .row .column:first-of-type{padding-right:10px}#formRequestInfo .row .column:last-of-type{padding-left:10px}}@media screen and (min-width:641px){}@media screen and (min-width:0px){#header{position:absolute;left:0;top:0;width:100%;z-index:2}#header:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;opacity:0.8;display:block;background:-webkit-linear-gradient(bottom, transparent, #000);background:-o-linear-gradient(bottom, transparent, #000);background:-ms-linear-gradient(bottom, transparent, #000)}#header .inside{display:grid;grid-template-columns:33% 0}}@media screen and (min-width:961px){#header .inside{grid-template-columns:250px auto}}@media screen and (min-width:1301px){#header .inside{grid-template-columns:300px auto}}@media screen and (min-width:0px){#logo{grid-column-start:1;position:relative;padding:20px 0 0 20px}#logo:after{content:'';position:absolute;left:0;top:0;background-color:#000;display:block;height:300%;width:170%;z-index:-2;-webkit-clip-path:polygon(0 0, 0% 100%, 100% 0);-moz-clip-path:polygon(0 0, 0% 100%, 100% 0);clip-path:polygon(0 0, 0% 100%, 100% 0)}.casaBuilders #logo{padding-right:20px}.casaBuilders #logo:after{height:230%;background-color:#fff}.logo2021#logo:after{height:220%;width:200%}}@media screen and (min-width:641px){.logo2021#logo{padding:20px 25px 20px 20px;max-width:190px}.logo2021#logo:after{width:180%;height:190%}}@media screen and (min-width:769px){#logo{padding:20px}#logo:after{width:140%}.casaBuilders #logo{padding-right:60px}.casaBuilders #logo:after{height:220%;width:160%}.logo2021#logo{padding:20px 30px;max-width:220px}.logo2021#logo:after{width:160%;height:200%}}@media screen and (min-width:961px){#logo:after{width:140%}.logo2021#logo{max-width:240px}.logo2021#logo:after{width:160%}}@media screen and (min-width:1251px){.logo2021#logo{max-width:250px}.logo2021#logo:after{width:165%}}@media screen and (min-width:0px){#hamburger{position:absolute;left:0;top:0;color:#fff;padding:15px;font-size:20px}}@media screen and (min-width:0px){#prismAward{position:absolute !important;z-index:100;right:15px;top:calc(100vw - 45%);width:100px;height:auto !important}#prismAward:after{content:none !important}}@media screen and (min-width:500px){#prismAward{top:calc(100vw - 75%);width:100px}}@media screen and (min-width:640px){#prismAward{top:calc(100vw - 120%);width:150px}}@media screen and (min-width:769px){#prismAward{top:calc(100vw - 80%);width:150px}}@media screen and (min-width:961px){#prismAward{--adjust:calc(100vw - 1300px);--halfAdjust:calc(var(--adjust) / 2);top:calc(100vw - 125%);width:180px;right:calc(var(--halfAdjust) + 100px)}}@media screen and (min-width:1251px){#prismAward{--adjust:calc(100vw - 1300px);--halfAdjust:calc(var(--adjust) / 2);top:calc(100vw - 155%);width:180px;right:calc(var(--halfAdjust) + 150px)}}@media screen and (min-width:0px){.mod_cfg_instagram .item{display:inline-block;overflow:hidden;position:relative;vertical-align:top;box-sizing:border-box;padding:5px 10px}.mod_cfg_instagram .item a.image{width:100%;height:150px;display:block;background-size:cover;background-position:center center}.mod_cfg_instagram .item .inner{position:relative}.mod_cfg_instagram .item a,.mod_cfg_instagram .item img{line-height:0;display:block;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.mod_cfg_instagram .item figcaption{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99;box-sizing:border-box;font-size:12px;line-height:140%;color:#fff;background-color:rgba(0, 0, 0, 0.85);padding:10px;opacity:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}.mod_cfg_instagram .item figcaption span.inner-wrap{display:block;position:relative;height:100%}.mod_cfg_instagram .item figcaption span.inner-wrap span{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mod_cfg_instagram .item a:hover figcaption{opacity:1}}@media screen and (min-width:481px){.mod_cfg_instagram .item{width:50%}.mod_cfg_instagram .item:nth-child(odd){clear:both}.mod_cfg_instagram .item a.image{height:180px}}@media screen and (min-width:641px){.mod_cfg_instagram .item figcaption{font-size:14px}.mod_cfg_instagram .item a.image{height:250px}}@media screen and (min-width:961px){.mod_cfg_instagram .item{width:25%}.mod_cfg_instagram .item a.image{height:290px}.mod_cfg_instagram .item figcaption{font-size:14px;padding:20px}.mod_cfg_instagram .item:nth-child(odd){clear:none}}@media screen and (min-width:1024px){.mod_cfg_instagram .item a.image{height:320px}}@media screen and (min-width:1500px){.mod_cfg_instagram .item a.image{height:300px}}@media screen and (min-width:0px){#homeInstagram{padding:5vh 25px}#homeInstagram .row.instagramRow{max-width:1500px}#homeInstagram #instagramFeed .item{margin-bottom:calc(5vh / 2);padding:20px 15px 0}#homeInstagram h3{text-align:center}#homeInstagram h3 a{color:#000;text-decoration:underline}}@media screen and (min-width:481px){#homeInstagram #instagramFeed{display:grid;grid-column-gap:25px}#homeInstagram #instagramFeed .item{grid-row:1}}@media screen and (min-width:1201px){#homeInstagram{padding-top:8vh;padding-bottom:8vh}#homeInstagram h3{font-size:29px;margin-bottom:40px}#homeInstagram #instagramFeed{column-gap:55px}}.overlay{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0, 0, 0, 0.9);-o-backdrop-filter:blur(10px);-ms-backdrop-filter:blur(10px);-moz-backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay .overlay-close{width:80px;height:80px;position:absolute;right:20px;top:20px;overflow:hidden;border:none;background:url(../../files/noho/assets/img/layout/cross.png) no-repeat center center;text-indent:200%;color:transparent;outline:none;z-index:100}.overlay nav{text-align:center;position:relative;top:50%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent}.overlay ul{list-style:none;padding:0;margin:0 auto;display:inline-block;height:100%;position:relative}.overlay ul li{display:block;height:20%;height:calc(100% / 5);min-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.overlay ul li a{font-size:54px;font-weight:300;display:block;color:#fff;-webkit-transition:color 0.1s;transition:color 0.1s}.overlay ul li a:hover,.overlay ul li a:focus{color:#f0f0f0}.overlay-genie{background:transparent;visibility:hidden;opacity:0;-webkit-transition:opacity 0.2s 0.1s, visibility 0s 0.5s;transition:opacity 0.2s 0.1s, visibility 0s 0.5s}.overlay-genie.open{visibility:visible;opacity:1;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.overlay-genie svg{position:absolute;top:0;left:0}.overlay-genie .overlay-path{fill:rgba(0, 0, 0, 0.9)}.overlay-genie nav{opacity:0;-webkit-transform:scale(0.8) translateY(-48%);transform:scale(0.8) translateY(-48%);-webkit-transition:opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s;transition:opacity 0.2s 0.2s, transform 0.2s 0.2s}.overlay-genie .overlay-close{opacity:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.overlay-genie.open nav,.overlay-genie.open .overlay-close{opacity:1;-webkit-transition-delay:0.2s;transition-delay:0.2s}.overlay-genie.open nav{-webkit-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%)}.overlay-genie.close nav,.overlay-genie.close .overlay-close{-webkit-transition-delay:0s;transition-delay:0s}@media screen and (max-height:30.5em){.overlay nav{height:70%;font-size:34px}.overlay ul li{min-height:34px}}@media screen and (min-width:0px){#mainNav{grid-column-start:2;justify-self:end;padding-top:25px;padding-right:80px}#mainNav ul{display:grid;column-gap:25px;grid-auto-columns:fit-content()}#mainNav ul ul{text-align:left;display:none;position:absolute;left:-20px;margin-top:5px;padding:4px;width:260px;background:#fff;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;z-index:99999}#mainNav ul ul li{display:block;clear:both;margin:0;text-align:left;}#mainNav ul ul li a,#mainNav ul ul li span,#mainNav ul ul li a.first,#mainNav ul ul li span.first{border:0;color:#5b6773;padding:4px 6px;display:block;width:100%;font-size:15px;margin-left:0}#mainNav ul ul li a:hover,#mainNav ul ul li a.active{color:#000;text-decoration:underline}#mainNav ul ul li ul{left:250px;top:auto;margin-top:-36px;margin-left:-13px}#mainNav ul li{grid-row:1;text-align:right;font-size:16px;position:relative}#mainNav ul li:hover > a:before{visibility:visible;transform:scaleX(1)}#mainNav ul li a,#mainNav ul li strong{color:#fff}#mainNav ul li a{position:relative}#mainNav ul li a:hover:before,#mainNav ul li a.trail:before,#mainNav ul li a:focus:before{visibility:visible;transform:scaleX(1)}#mainNav ul li a:before{content:'';position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:#fff;visibility:hidden;transform:scaleX(0);transition:all 0.3s ease-in-out 0s}.draft #mainNav ul li a{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:1201px){#mainNav ul li{font-size:18px}}@media screen and (min-width:0px){#offcanvas-mainnav,#offcanvas-extranav{margin:calc(5vh / 2) calc(5vw / 2);text-align:center}#offcanvas-mainnav ul li,#offcanvas-extranav ul li{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;padding:8px 0;position:relative;left:50px;opacity:0}#offcanvas-mainnav ul li:nth-child(1),#offcanvas-extranav ul li:nth-child(1){transition-delay:100ms}#offcanvas-mainnav ul li:nth-child(2),#offcanvas-extranav ul li:nth-child(2){transition-delay:200ms}#offcanvas-mainnav ul li:nth-child(3),#offcanvas-extranav ul li:nth-child(3){transition-delay:300ms}#offcanvas-mainnav ul li:nth-child(4),#offcanvas-extranav ul li:nth-child(4){transition-delay:400ms}#offcanvas-mainnav ul li:nth-child(5),#offcanvas-extranav ul li:nth-child(5){transition-delay:500ms}#offcanvas-mainnav ul li:nth-child(6),#offcanvas-extranav ul li:nth-child(6){transition-delay:600ms}#offcanvas-mainnav ul li:nth-child(7),#offcanvas-extranav ul li:nth-child(7){transition-delay:700ms}#offcanvas-mainnav ul li:nth-child(8),#offcanvas-extranav ul li:nth-child(8){transition-delay:800ms}#offcanvas-mainnav ul li:nth-child(9),#offcanvas-extranav ul li:nth-child(9){transition-delay:900ms}#offcanvas-mainnav ul li:nth-child(10),#offcanvas-extranav ul li:nth-child(10){transition-delay:1000ms}#offcanvas-mainnav ul li:nth-child(11),#offcanvas-extranav ul li:nth-child(11){transition-delay:1100ms}#offcanvas-mainnav ul li:nth-child(12),#offcanvas-extranav ul li:nth-child(12){transition-delay:1200ms}#offcanvas-mainnav ul li:nth-child(13),#offcanvas-extranav ul li:nth-child(13){transition-delay:1300ms}#offcanvas-mainnav ul li:nth-child(14),#offcanvas-extranav ul li:nth-child(14){transition-delay:1400ms}#offcanvas-mainnav ul li:nth-child(15),#offcanvas-extranav ul li:nth-child(15){transition-delay:1500ms}#offcanvas-mainnav ul li:nth-child(16),#offcanvas-extranav ul li:nth-child(16){transition-delay:1600ms}#offcanvas-mainnav ul li:nth-child(17),#offcanvas-extranav ul li:nth-child(17){transition-delay:1700ms}#offcanvas-mainnav ul li:nth-child(18),#offcanvas-extranav ul li:nth-child(18){transition-delay:1800ms}#offcanvas-mainnav ul li:nth-child(19),#offcanvas-extranav ul li:nth-child(19){transition-delay:1900ms}#offcanvas-mainnav ul li:nth-child(20),#offcanvas-extranav ul li:nth-child(20){transition-delay:2000ms}#offcanvas-mainnav ul li:nth-child(21),#offcanvas-extranav ul li:nth-child(21){transition-delay:2100ms}#offcanvas-mainnav ul li:nth-child(22),#offcanvas-extranav ul li:nth-child(22){transition-delay:2200ms}#offcanvas-mainnav ul li:nth-child(23),#offcanvas-extranav ul li:nth-child(23){transition-delay:2300ms}#offcanvas-mainnav ul li:nth-child(24),#offcanvas-extranav ul li:nth-child(24){transition-delay:2400ms}#offcanvas-mainnav ul li:nth-child(25),#offcanvas-extranav ul li:nth-child(25){transition-delay:2500ms}#offcanvas-mainnav ul li:nth-child(26),#offcanvas-extranav ul li:nth-child(26){transition-delay:2600ms}#offcanvas-mainnav ul li:nth-child(27),#offcanvas-extranav ul li:nth-child(27){transition-delay:2700ms}#offcanvas-mainnav ul li:nth-child(28),#offcanvas-extranav ul li:nth-child(28){transition-delay:2800ms}#offcanvas-mainnav ul li:nth-child(29),#offcanvas-extranav ul li:nth-child(29){transition-delay:2900ms}#offcanvas-mainnav ul li:nth-child(30),#offcanvas-extranav ul li:nth-child(30){transition-delay:3000ms}#offcanvas-mainnav ul li:nth-child(31),#offcanvas-extranav ul li:nth-child(31){transition-delay:3100ms}#offcanvas-mainnav ul li:nth-child(32),#offcanvas-extranav ul li:nth-child(32){transition-delay:3200ms}#offcanvas-mainnav ul li:nth-child(33),#offcanvas-extranav ul li:nth-child(33){transition-delay:3300ms}#offcanvas-mainnav ul li:nth-child(34),#offcanvas-extranav ul li:nth-child(34){transition-delay:3400ms}#offcanvas-mainnav ul li:nth-child(35),#offcanvas-extranav ul li:nth-child(35){transition-delay:3500ms}#offcanvas-mainnav ul li:nth-child(36),#offcanvas-extranav ul li:nth-child(36){transition-delay:3600ms}#offcanvas-mainnav ul li:nth-child(37),#offcanvas-extranav ul li:nth-child(37){transition-delay:3700ms}#offcanvas-mainnav ul li:nth-child(38),#offcanvas-extranav ul li:nth-child(38){transition-delay:3800ms}#offcanvas-mainnav ul li:nth-child(39),#offcanvas-extranav ul li:nth-child(39){transition-delay:3900ms}#offcanvas-mainnav ul li:nth-child(40),#offcanvas-extranav ul li:nth-child(40){transition-delay:4000ms}#offcanvas-mainnav ul li:nth-child(41),#offcanvas-extranav ul li:nth-child(41){transition-delay:4100ms}#offcanvas-mainnav ul li:nth-child(42),#offcanvas-extranav ul li:nth-child(42){transition-delay:4200ms}#offcanvas-mainnav ul li:nth-child(43),#offcanvas-extranav ul li:nth-child(43){transition-delay:4300ms}#offcanvas-mainnav ul li:nth-child(44),#offcanvas-extranav ul li:nth-child(44){transition-delay:4400ms}#offcanvas-mainnav ul li:nth-child(45),#offcanvas-extranav ul li:nth-child(45){transition-delay:4500ms}#offcanvas-mainnav ul li:nth-child(46),#offcanvas-extranav ul li:nth-child(46){transition-delay:4600ms}#offcanvas-mainnav ul li:nth-child(47),#offcanvas-extranav ul li:nth-child(47){transition-delay:4700ms}#offcanvas-mainnav ul li:nth-child(48),#offcanvas-extranav ul li:nth-child(48){transition-delay:4800ms}#offcanvas-mainnav ul li:nth-child(49),#offcanvas-extranav ul li:nth-child(49){transition-delay:4900ms}#offcanvas-mainnav ul li:nth-child(50),#offcanvas-extranav ul li:nth-child(50){transition-delay:5000ms}#offcanvas-mainnav ul li a,#offcanvas-extranav ul li a{font-size:30px;color:#000;position:relative}#offcanvas-mainnav ul li a:hover:before,#offcanvas-extranav ul li a:hover:before{visibility:visible;transform:scaleX(1)}#offcanvas-mainnav ul li a:before,#offcanvas-extranav ul li a:before{content:'';position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:#000;visibility:hidden;transform:scaleX(0);transition:all 0.3s ease-in-out 0s}#offcanvas-mainnav ul li.active a:before,#offcanvas-extranav ul li.active a:before{visibility:visible;transform:scaleX(1)}.move-left .fixed.off-canvas-fixed #offcanvas-mainnav ul li,.move-left .fixed.off-canvas-fixed #offcanvas-extranav ul li{left:0;opacity:1}.draft #offcanvas-mainnav ul li a,.draft #offcanvas-extranav ul li a{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:0px){#footerNav ul li{font-size:16px}#footerNav ul li a{color:#fff;position:relative}#footerNav ul li a:before{content:'>';display:inline-block;margin-right:10px}#footerNav ul li a:after{content:'';position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:#fff;visibility:hidden;transform:scaleX(0);transition:all 0.3s ease-in-out 0s}#footerNav ul li a:hover:after{visibility:visible;transform:scaleX(1)}.draft #footerNav li{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:1201px){#footerNav ul li{font-size:20px}}@media screen and (min-width:0px){#newsDetails{padding:0 0 5vh}#newsDetails p,#newsDetails ul li,#newsDetails ol li{font-size:16px;line-height:140%}#newsDetails ul li,#newsDetails ol li{margin-bottom:0}#newsDetails ul li + li,#newsDetails ol li + li{margin-top:10px}#newsDetails #introText,#newsDetails #lastText,#newsDetails .info,#newsDetails .ce_text,#newsDetails .rs-columns,#newsDetails p.back{margin-left:5vw;margin-right:5vw}#newsDetails .info{padding:calc(5vh / 2) 5vw;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-ms-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0}#newsDetails .info p{font-size:20px;line-height:120%;color:#5b6773;margin:0 auto;font-family:'Roboto Condensed', Arial, sans-serif}#newsDetails #introText{padding:0 5vw;margin-bottom:5vh;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-ms-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px}#newsDetails #lastText{margin-top:5vh;margin-bottom:5vh}#newsDetails #introText p{font-size:20px;margin-top:0}#newsDetails .info p,#newsDetails #introText p,#newsDetails #lastText p{font-weight:700}#newsDetails p.back{margin-top:50px;margin-bottom:20px}#newsDetails p.back a{height:auto;color:#fff;background-color:#65686c;border:0;font-size:21px;font-family:'Roboto Condensed', Arial, sans-serif;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;padding:15px 30px}#newsDetails p.back a:hover{background-color:#dedede;color:#36312a}#newsDetails .rs-columns{margin-top:5vh;margin-bottom:5vh;width:calc(100% - 10vw)}#newsDetails .rs-columns .ce_text{margin-right:0;margin-left:0}#newsDetails .rs-columns#threeCallouts,#newsDetails .rs-columns.threeCallouts,#newsDetails .rs-columns#fourCallouts,#newsDetails .rs-columns.fourCallouts{margin:5vh 0;width:100%}#newsDetails .rs-columns#threeCallouts .rs-column,#newsDetails .rs-columns.threeCallouts .rs-column,#newsDetails .rs-columns#fourCallouts .rs-column,#newsDetails .rs-columns.fourCallouts .rs-column{margin:0 0 5vh;width:auto}#newsDetails .rs-columns#threeCallouts .rs-column:first-of-type,#newsDetails .rs-columns.threeCallouts .rs-column:first-of-type,#newsDetails .rs-columns#fourCallouts .rs-column:first-of-type,#newsDetails .rs-columns.fourCallouts .rs-column:first-of-type,#newsDetails .rs-columns#threeCallouts .rs-column:last-of-type,#newsDetails .rs-columns.threeCallouts .rs-column:last-of-type,#newsDetails .rs-columns#fourCallouts .rs-column:last-of-type,#newsDetails .rs-columns.fourCallouts .rs-column:last-of-type{margin-right:0;margin-left:0}#newsDetails .rs-columns#threeCallouts .callout a,#newsDetails .rs-columns.threeCallouts .callout a,#newsDetails .rs-columns#fourCallouts .callout a,#newsDetails .rs-columns.fourCallouts .callout a{color:#000;display:block;text-align:center;position:relative;height:100%;overflow:hidden;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#newsDetails .rs-columns#threeCallouts .callout a:before,#newsDetails .rs-columns.threeCallouts .callout a:before,#newsDetails .rs-columns#fourCallouts .callout a:before,#newsDetails .rs-columns.fourCallouts .callout a:before{content:'';position:absolute;top:0;height:100%;width:100%;display:block;background-color:transparent}#newsDetails .rs-columns#threeCallouts .callout a:hover .bgOverlay,#newsDetails .rs-columns.threeCallouts .callout a:hover .bgOverlay,#newsDetails .rs-columns#fourCallouts .callout a:hover .bgOverlay,#newsDetails .rs-columns.fourCallouts .callout a:hover .bgOverlay{right:100%;top:100%;opacity:0.5}#newsDetails .rs-columns#threeCallouts .callout a:hover figure.image_container,#newsDetails .rs-columns.threeCallouts .callout a:hover figure.image_container,#newsDetails .rs-columns#fourCallouts .callout a:hover figure.image_container,#newsDetails .rs-columns.fourCallouts .callout a:hover figure.image_container{opacity:0.5}#newsDetails .rs-columns#threeCallouts .callout a:hover .caption,#newsDetails .rs-columns.threeCallouts .callout a:hover .caption,#newsDetails .rs-columns#fourCallouts .callout a:hover .caption,#newsDetails .rs-columns.fourCallouts .callout a:hover .caption{color:#000}#newsDetails .rs-columns#threeCallouts .callout .textWrapper,#newsDetails .rs-columns.threeCallouts .callout .textWrapper,#newsDetails .rs-columns#fourCallouts .callout .textWrapper,#newsDetails .rs-columns.fourCallouts .callout .textWrapper{position:absolute;padding:40px 40px 40px;z-index:10;bottom:0;left:0;width:100%;height:100%}#newsDetails .rs-columns#threeCallouts .callout .innerWrapper,#newsDetails .rs-columns.threeCallouts .callout .innerWrapper,#newsDetails .rs-columns#fourCallouts .callout .innerWrapper,#newsDetails .rs-columns.fourCallouts .callout .innerWrapper{position:relative;width:100%;height:100%;z-index:20;display:flex;align-items:flex-end}#newsDetails .rs-columns#threeCallouts .callout .caption,#newsDetails .rs-columns.threeCallouts .callout .caption,#newsDetails .rs-columns#fourCallouts .callout .caption,#newsDetails .rs-columns.fourCallouts .callout .caption{left:0;right:0;padding:10px;color:#fff;font-weight:bold;font-size:22px;line-height:150%;font-family:'Roboto Condensed', Arial, sans-serif;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#newsDetails .rs-columns#threeCallouts .callout .bgOverlay,#newsDetails .rs-columns.threeCallouts .callout .bgOverlay,#newsDetails .rs-columns#fourCallouts .callout .bgOverlay,#newsDetails .rs-columns.fourCallouts .callout .bgOverlay{width:100%;height:100%;position:absolute;right:0;top:0;opacity:1;background:rgba(0, 0, 0, 0.4);-webkit-transition:all 0.75s ease;-moz-transition:all 0.75s ease;-o-transition:all 0.75s ease;-ms-transition:all 0.75s ease;transition:all 0.75s ease}#newsDetails .rs-columns#threeCallouts .callout figure.image_container,#newsDetails .rs-columns.threeCallouts .callout figure.image_container,#newsDetails .rs-columns#fourCallouts .callout figure.image_container,#newsDetails .rs-columns.fourCallouts .callout figure.image_container{opacity:0.95;position:relative;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}#newsDetails .rs-columns#threeCallouts .callout figure.image_container img,#newsDetails .rs-columns.threeCallouts .callout figure.image_container img,#newsDetails .rs-columns#fourCallouts .callout figure.image_container img,#newsDetails .rs-columns.fourCallouts .callout figure.image_container img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}@media screen and (min-width:600px){#newsDetails .rs-columns{display:flex;justify-content:center}#newsDetails .rs-columns.imageLeft{flex-direction:row-reverse}#newsDetails .rs-columns.imageLeft .rs-column:first-of-type{margin-right:0}#newsDetails .rs-columns.imageLeft .rs-column:last-of-type{margin-left:0}#newsDetails .rs-columns.imageLeft .rs-column .ce_image .image_container{margin-left:0}#newsDetails .rs-columns#threeCallouts,#newsDetails .rs-columns.threeCallouts,#newsDetails .rs-columns#fourCallouts,#newsDetails .rs-columns.fourCallouts{display:grid}#newsDetails .rs-columns#threeCallouts.twoColumns,#newsDetails .rs-columns.threeCallouts.twoColumns,#newsDetails .rs-columns#fourCallouts.twoColumns,#newsDetails .rs-columns.fourCallouts.twoColumns{grid-template-columns:1fr 1fr}#newsDetails .rs-columns#threeCallouts .callout .textWrapper,#newsDetails .rs-columns.threeCallouts .callout .textWrapper,#newsDetails .rs-columns#fourCallouts .callout .textWrapper,#newsDetails .rs-columns.fourCallouts .callout .textWrapper{padding-left:20px;padding-right:20px}#newsDetails .rs-columns#threeCallouts .callout .caption,#newsDetails .rs-columns.threeCallouts .callout .caption,#newsDetails .rs-columns#fourCallouts .callout .caption,#newsDetails .rs-columns.fourCallouts .callout .caption{font-size:15px}#newsDetails .rs-columns#threeCallouts,#newsDetails .rs-columns.threeCallouts{grid-template-columns:1fr 1fr 1fr;column-gap:5vw}#newsDetails .rs-columns#fourCallouts,#newsDetails .rs-columns.fourCallouts{grid-template-columns:1fr 1fr 1fr 1fr;column-gap:calc(5vw / 2)}#newsDetails .rs-columns.imageRight .rs-column:first-of-type{margin-left:0}#newsDetails .rs-columns.imageRight .rs-column:last-of-type{margin-right:0}#newsDetails .rs-columns.imageRight .rs-column .ce_image .image_container{margin-right:0}#newsDetails .rs-columns .rs-column{float:none;clear:none;margin:0 5vw;align-self:center}#newsDetails .rs-columns .ce_image .image_container{position:relative;z-index:0;margin:0 auto}#newsDetails .rs-columns .ce_image .image_container img{-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;border-radius:40px}}@media screen and (min-width:769px){#newsDetails #introText p,#newsDetails .info p{max-width:75%;margin-left:auto;margin-right:auto}#newsDetails p{position:relative;z-index:2}}@media screen and (min-width:961px){#newsDetails p,#newsDetails ul li,#newsDetails ol li{font-size:18px;line-height:160%}#newsDetails .rs-columns{margin-top:10vh;margin-bottom:10vh}#newsDetails .rs-columns#threeCallouts .callout .caption,#newsDetails .rs-columns.threeCallouts .callout .caption,#newsDetails .rs-columns#fourCallouts .callout .caption,#newsDetails .rs-columns.fourCallouts .callout .caption{font-size:22px}#newsDetails h2{font-size:31px}}@media screen and (min-width:0px){#insideNewsList{margin:0 auto;padding:0 calc(5vw / 2) 5vh}#insideNewsList .layout_latest{background-color:rgba(101, 104, 108, 0.1);margin-bottom:40px;border:1px solid #dedede;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px}#insideNewsList .layout_latest .inner{padding:10px 20px}#insideNewsList .layout_latest figure.image_container.mainImage{margin:0 auto;display:block;max-width:100%;padding:0;overflow:hidden;-webkit-border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-ms-border-radius:20px 20px 0 0;border-radius:20px 20px 0 0}#insideNewsList .layout_latest h3{font-family:'Roboto Condensed', Arial, sans-serif;font-size:24px;font-weight:700;margin-bottom:7px;width:75%}#insideNewsList .layout_latest h3 a{color:#000;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}#insideNewsList .layout_latest h3 a:hover{color:#000;text-decoration:underline}#insideNewsList .layout_latest h4{font-family:'Roboto Condensed', Arial, sans-serif;font-size:16px;font-weight:700;color:#000;margin-bottom:5px}#insideNewsList .layout_latest p.info{color:#5b6773}#insideNewsList .layout_latest figure.image_container{max-width:150px;padding:10px 0}#insideNewsList .layout_latest div.teaser p{font-size:14px;line-height:130%}#insideNewsList .layout_latest p.more a{display:inline-block;background-color:#fff;color:#000;font-size:12px;padding:8px 12px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px}#insideNewsList .layout_latest p.more a:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}}@media screen and (min-width:641px){#insideNewsList{display:flex;flex-wrap:wrap;justify-content:space-evenly}#insideNewsList .layout_latest{width:48%;box-sizing:border-box}#insideNewsList .layout_latest h3{font-size:28px}#insideNewsList .layout_latest h4{font-size:18px}#insideNewsList .layout_latest div.teaser p{font-size:16px}}@media screen and (min-width:1151px){#insideNewsList .layout_latest{width:31%}}@media screen and (min-width:1201px){#insideNewsList .layout_latest div.teaser p{font-size:17px}#insideNewsList .layout_latest p.more a{font-size:16px}}@media screen and (min-width:1501px){#insideNewsList .layout_latest{width:23%}}@media screen and (min-width:0px){.custom{position:relative;z-index:10}.move-left > .inner-wrap{transform:none}.move-left .exit-off-canvas{z-index:5}.fixed.off-canvas-fixed{width:100%;height:100%;left:0;top:-100%;transform:none;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-ms-transition:all 0.25ss ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;background-color:rgba(255, 255, 255, 0.9);opacity:0}.move-left .fixed.off-canvas-fixed{top:0;opacity:1}.move-left .fixed.off-canvas-fixed #offcanvascontent a.close-button{display:block;opacity:1;position:relative;z-index:2;right:0;text-align:right}.right-off-canvas-menu{transform:none;background-color:#fff}#offcanvascontent{width:100%;background-color:transparent;-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);-moz-box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3)}#offcanvascontent a.close-button{padding:7px;position:fixed;top:10px;right:10px;color:#000;font-size:26px;display:none;opacity:0;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}#offcanvascontent .row.mainContent{height:100%;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto}#offcanvascontent .row.mainContent:before,#offcanvascontent .row.mainContent:after{display:none}}@media screen and (min-width:0px){#offcanvas-logo{margin:calc(5vh / 2) calc(5vw / 2)}}@media screen and (min-width:0px){.insidePage #container #main .pagination{display:block;clear:both;width:100%}.insidePage #container #main .pagination p{display:inline-block;vertical-align:top;margin:0;padding-right:10px;border-right:1px solid #000}.insidePage #container #main .pagination ul{display:inline-block;vertical-align:top;list-style-type:none;margin:0;overflow:hidden}.insidePage #container #main .pagination ul li{margin:0;padding:0 11px 0 5px;display:inline-block;vertical-align:top;font-size:15px;line-height:120%;border-right:1px solid #000}.insidePage #container #main .pagination ul li a{border-right:0;border-left:0;border-bottom:0;border-top:0;color:#000;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;text-decoration:underline}.insidePage #container #main .pagination ul li span.current{color:#65686c}}@media screen and (min-width:0px){#main #sitemap{text-align:center;margin-bottom:13vh}#main #sitemap ol li,#main #sitemap ul li{font-size:21px}#main #sitemap ol li:before,#main #sitemap ul li:before{font-size:18px}#main #sitemap ol li a,#main #sitemap ul li a{color:#000;text-decoration:underline}}@media screen and (min-width:641px){#main #sitemap ol li,#main #sitemap ul li{font-size:24px}}@media screen and (min-width:961px){#main #sitemap ol li,#main #sitemap ul li{font-size:28px}}@media screen and (min-width:0px){.slick-slider{text-align:center;background-color:#65686c}.slick-slider button.slick-arrow{z-index:9;color:#fff;font-size:30px;-webkit-transition:ease all 0.5s;-moz-transition:ease all 0.5s;-o-transition:ease all 0.5s;-ms-transition:ease all 0.5s;transition:ease all 0.5s;position:absolute;height:auto;margin:0;padding:0 10px;border:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slick-slider button.slick-arrow.slick-next{right:0;text-align:right}.slick-slider button.slick-arrow.slick-prev{left:0;text-align:left}.slick-slider button.slick-arrow:hover{opacity:0.6}.slick-slider button.slick-arrow [class^="icon-"]:before,.slick-slider button.slick-arrow [class*=" icon-"]:before{margin:0;width:auto;height:auto}}@media screen and (min-width:0px){#homeCommunities .slider-nav{background-color:#fff;padding:0;margin-bottom:40px}#homeCommunities .slider-nav .slick-track{position:relative;height:100%}#homeCommunities .slider-nav .trigger{padding:0 10px;display:inline-block;float:none;vertical-align:middle}#homeCommunities .slider-nav .trigger img{width:auto}#homeCommunities .slider-nav button.slick-arrow{background-color:#36312a;padding:4px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;outline:none}#homeCommunities .slider-for button.slick-arrow{background-color:#36312a;padding:2px 9px;font-size:20px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;outline:none}#homeCommunities .communityslide a{position:relative;display:grid;grid-row:2;color:#000}#homeCommunities .communityslide a:hover .link button{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#homeCommunities .communityslide .textWrapper{z-index:2;width:calc(100% - 70px);background-color:rgba(255, 255, 255, 0.9);left:0;right:0;padding:25px 30px;margin:20px 30px 50px 35px;display:block;position:relative;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px}#homeCommunities .communityslide .text{margin-bottom:30px;text-align:center}#homeCommunities .communityslide .text p{font-size:17px;line-height:140%}#homeCommunities .communityslide .link{position:absolute;left:0;right:0;display:block;margin-left:auto;margin-right:auto}#homeCommunities .communityslide .link button{font-size:19px;padding:15px 30px;text-transform:none;background-color:#000;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#homeCommunities .communityslide .imageBg{position:absolute;width:100%;height:100%;top:0;left:0;display:grid;grid-row:1;z-index:1}#homeCommunities .communityslide .imageBg .imageLeft{position:relative;overflow:hidden;width:100%;height:100%}#homeCommunities .communityslide .imageBg .imageLeft .imageContainer{width:100%;height:100%;position:relative;background-size:cover;opacity:0.85}#homeCommunities .communityslide .imageBg .imageRight{position:relative;overflow:hidden;width:100%;height:100%}#homeCommunities .communityslide .imageBg .imageRight .imageContainer{width:100%;height:100%;z-index:2;position:absolute;background-size:cover;background-position:center center;opacity:0;-webkit-transition:opacity 2s ease;-moz-transition:opacity 2s ease;-o-transition:opacity 2s ease;-ms-transition:opacity 2s ease;transition:opacity 2s ease}#homeCommunities .communityslide .imageBg .imageRight .imageContainer.show{opacity:1}}@media screen and (min-width:769px){#homeCommunities .communityslide a{grid-row:1}#homeCommunities .communityslide a .textWrapper{grid-column:1;z-index:2;width:calc(50% - 100px);margin:20px 50px 50px}#homeCommunities .communityslide a .imageBg{grid-column:1;grid-row:1;z-index:1}#homeCommunities .communityslide a .imageBg .imageLeft{grid-column:1}#homeCommunities .communityslide a .imageBg .imageRight{grid-column:2}}@media screen and (min-width:961px){#homeCommunities .slider-for .slick-list{min-height:400px}#homeCommunities .slider-for .slick-list .communityslide a{min-height:400px}#homeCommunities .communityslide .textWrapper{padding:20px;margin-top:0;margin-bottom:0;align-self:center}#homeCommunities .communityslide .text p{font-size:17px}#homeCommunities .communityslide h2{font-size:24px}}@media screen and (min-width:1101px){#homeCommunities .communityslide a .textWrapper{grid-column:1;z-index:2;width:calc(50% - 120px);margin:70px 60px 90px}#homeCommunities .communityslide .textWrapper{padding:25px}#homeCommunities .communityslide .text p{font-size:16px}#homeCommunities .communityslide h2{font-size:24px}}@media screen and (min-width:1201px){#homeCommunities .slider-nav{margin-bottom:80px}#homeCommunities .slider-nav .trigger{padding:0 2vw}#homeCommunities .slider-for button.slick-arrow{padding:5px 20px;font-size:30px}#homeCommunities .communityslide .textWrapper{padding:30px}#homeCommunities .communityslide h2{font-size:24px}#homeCommunities .communityslide .text p{font-size:17px}#homeCommunities .communityslide .link{bottom:-40px}}@media screen and (min-width:1251px){#homeCommunities .communityslide a .textWrapper{grid-column:1;z-index:2;width:calc(50% - 100px);margin:75px 50px 105px}}@media screen and (min-width:1401px){#homeCommunities .slider-nav .trigger{padding:0 calc(5vw / 2)}#homeCommunities .communityslide .textWrapper{padding:35px}#homeCommunities .communityslide h2{font-size:27px}#homeCommunities .communityslide .text p{font-size:17px}#homeCommunities .communityslide .link button{font-size:16px}}@media screen and (min-width:1551px){#homeCommunities .slider-for .slick-list{min-height:500px}#homeCommunities .slider-for .slick-list .communityslide a{min-height:500px}}@media screen and (min-width:0px){.socialIcons span{display:none}.socialIcons i:before{font-size:20px}}@media screen and (min-width:0px){#footer .socialIcons{text-align:center;margin:5vh 0 calc(5vh / 2)}#footer .socialIcons a{color:#fff}#footer .socialIcons a:hover i:before{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#footer .socialIcons i:before{font-size:40px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}@media screen and (min-width:641px){#footer .socialIcons{text-align:right;margin-top:0}#footer .socialIcons.col-md{justify-self:end}#footer .socialIcons i:before{font-size:40px}}@media screen and (min-width:961px){#footer .socialIcons i:before{font-size:60px}}@media screen and (min-width:0px){#offcanvascontent .socialIcons{text-align:center;margin:calc(5vh / 2) 0 calc(5vh / 2)}#offcanvascontent .socialIcons a{color:#000}#offcanvascontent .socialIcons a:hover i:before{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#offcanvascontent .socialIcons i:before{font-size:60px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}}@media screen and (min-width:0px){#header .tab-bar{z-index:9999;position:absolute;top:0;right:-5px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#header .tab-bar .menu-icon{color:#fff}#header .tab-bar .menu-icon a{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease}#header .tab-bar .menu-icon a:hover{color:#000}#header .tab-bar .menu-icon span:after{content:'\f0c9';font-family:'socialsearch';color:#fff;font-size:25px;top:-3px;right:0;left:-30px;margin-top:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}#header .tab-bar .right-small{top:13px;border-left:0}#header .tab-bar:hover .menu-icon{color:#fff}#header .tab-bar:hover .menu-icon span:after{content:'\f0c9';font-family:'socialsearch';color:#fff}.move-left #header .tab-bar .menu-icon > span::after{color:#fff !important}}@media screen and (min-width:641px){#header .tab-bar .right-small{top:20px}}@media screen and (min-width:769px){#header .tab-bar{top:6px;right:10px;}#header .tab-bar .right-small{top:10px}}@media screen and (min-width:1201px){#header .tab-bar{top:9px}}@media screen and (min-width:0px){#main .ce_text p a,#main .ce_text ul li a,#main .ce_text ol li a{color:#000;text-decoration:underline}}@media screen and (min-width:0px){.ce_elite_text_image_bg{margin:0 5vw}.ce_elite_text_image_bg > h1,.ce_elite_text_image_bg > h2,.ce_elite_text_image_bg > h3,.ce_elite_text_image_bg > h4,.ce_elite_text_image_bg > h5,.ce_elite_text_image_bg > h6{display:none}.dividerImage{margin:5vh 0;position:relative}.dividerImage .elementWrapper{position:relative;height:100%}.dividerImage.center .textWrapper{left:0;right:0;margin-right:auto;margin-left:auto}.dividerImage .textWrapper{max-width:60%;z-index:2;padding:calc(5vh / 2) calc(5vw / 2);background-color:rgba(255, 255, 255, 0.5);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.dividerImage .textWrapper .inner{padding:20px}.dividerImage .textWrapper h2{font-size:20px}.dividerImage .textWrapper h2,.dividerImage .textWrapper h3,.dividerImage .textWrapper h4,.dividerImage .textWrapper p,.dividerImage .textWrapper li{color:#000}.dividerImage .textWrapper a.button{display:inline-block;background-color:#000;color:#fff !important;text-decoration:none !important;margin-left:auto;margin-right:auto;padding:10px 20px}}@media screen and (min-width:769px){.ce_elite_text_image_bg{margin:0;position:relative}.ce_elite_text_image_bg .elementWrapper{position:relative;height:100%}.ce_elite_text_image_bg .elementWrapper.float_left .textWrapper{right:5vw}.ce_elite_text_image_bg .elementWrapper.float_right .textWrapper{left:5vw}.ce_elite_text_image_bg .elementWrapper .textWrapper{max-width:60%;background-color:rgba(255, 255, 255, 0.8);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ce_elite_text_image_bg .elementWrapper .textWrapper .inner{padding:20px}.ce_elite_text_image_bg h2{font-size:20px}}@media screen and (min-width:1201px){.ce_elite_text_image_bg .elementWrapper .textWrapper{max-width:60%}.ce_elite_text_image_bg .elementWrapper .textWrapper .inner{padding:5vh 5vw}.ce_elite_text_image_bg h2{font-size:25px}.dividerImage .textWrapper .inner{padding:5vh 5vw}.dividerImage .textWrapper h2{font-size:25px}}@media screen and (min-width:0px){.columns-wrapper.rs-columns{margin:5vh 5vw;width:calc(100% - 10vw)}.columns-wrapper.rs-columns .ce_text{margin-right:0;margin-left:0}}@media screen and (min-width:600px){.columns-wrapper.rs-columns{display:flex;justify-content:center}.columns-wrapper.rs-columns.imageLeft{flex-direction:row-reverse}.columns-wrapper.rs-columns.imageLeft .rs-column:first-of-type{margin-right:0;margin-left:5vw}.columns-wrapper.rs-columns.imageLeft .rs-column:last-of-type{margin-left:0;margin-right:5vw}.columns-wrapper.rs-columns.imageRight .rs-column:first-of-type{margin-left:0;margin-right:5vw}.columns-wrapper.rs-columns.imageRight .rs-column:last-of-type{margin-right:0;margin-left:5vw}.columns-wrapper.rs-columns .rs-column{float:none;clear:none;margin:0 5vw;align-self:center}.columns-wrapper.rs-columns.align-top .rs-column{align-self:flex-start}}@media screen and (min-width:961px){.columns-wrapper.rs-columns{margin-top:10vh;margin-bottom:10vh}}@media screen and (min-width:0px){.home #container{background-color:#fff}.home #container #main .inside{max-width:10000px}}@media screen and (min-width:0px){#homeFamily{margin:0 auto 5vh;padding:0 0 5vh;text-align:center}#homeFamily .textWrapper{margin-top:calc(5vh / 2);padding:0 5vw;text-align:center}#homeFamily .textWrapper .col-wrapper-grid{column-gap:10px}#homeFamily h2{color:#000;font-size:70px;font-weight:900;text-align:right;margin-bottom:0}#homeFamily h3{color:#000;font-size:30px;font-family:'Roboto Condensed', Arial, sans-serif;text-align:left;align-self:center;margin-bottom:0}#homeFamily p{margin:0;font-size:18px}#homeFamily p + p{margin-top:20px}#homeFamily .button{margin-top:3.5vh;display:block;text-transform:none;font-size:21px;margin-left:auto;margin-right:auto}}@media screen and (min-width:641px){#homeFamily{text-align:left;align-items:center;margin-top:20px;margin-right:auto;margin-left:auto;padding-bottom:0;max-width:1300px}#homeFamily .textWrapper{max-width:380px;margin-top:0}#homeFamily h2{text-align:left}#homeFamily h3{font-size:25px}}@media screen and (min-width:961px){#homeFamily{margin-top:0}}@media screen and (min-width:1201px){#homeFamily h2{font-size:82px}#homeFamily p{font-size:19px;line-height:130%}#homeFamily a.button{font-size:18px}#homeFamily .textWrapper{max-width:480px}}@media screen and (min-width:1351px){#homeFamily p{font-size:22px}}@media screen and (min-width:0px){#homeTicker{background-color:#fff;position:relative;margin:-5vh 5vw 5vh;max-width:675px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;padding:calc(5vh / 2) 5vw 5vh}#homeTicker .tickerItem{text-align:center;margin-bottom:calc(5vh / 2)}#homeTicker .tickerItem h3{color:#000;font-size:47px;font-weight:900;align-self:center;margin-bottom:0}#homeTicker .tickerItem p{margin:0;font-size:30px}#homeTicker .tickerItem:last-of-type{margin-bottom:0}}@media screen and (min-width:641px){#homeTicker{margin-left:auto;margin-right:auto;margin-bottom:0;padding-bottom:calc(5vh / 2)}#homeTicker .tickerItem{text-align:left;display:inline-grid;margin-bottom:0;column-gap:20px}#homeTicker .tickerItem h3{grid-column:1;text-align:right}#homeTicker .tickerItem p{grid-column:2;align-self:center}}@media screen and (min-width:961px){#homeTicker{max-width:750px}#homeTicker .tickerItem h3{font-size:55px}}@media screen and (min-width:1201px){#homeTicker{max-width:900px}#homeTicker .tickerItem{column-gap:15px}#homeTicker .tickerItem h3{font-size:65px}#homeTicker .tickerItem p{font-size:32px}}@media screen and (min-width:0px){#homeNews{background-color:#dedede;padding:5vh 5vw}#homeNews .flexWrapper{max-width:1350px;margin:0 auto 40px}#homeNews h2{color:#000;font-size:26px}#homeNews #readAllButton a{font-family:'Roboto Condensed', Arial, sans-serif;font-weight:700;font-size:16px;line-height:18px;display:inline-block;padding:10px 20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;color:#fff;background-color:#65686c;text-transform:none;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}#homeNews #readAllButton a:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}#homeNews .mod_homenewslist{max-width:1350px;margin:0 auto}#homeNews .mod_homenewslist .layout_latest{padding:10px 20px;background-color:rgba(255, 255, 255, 0.2);margin-bottom:40px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px}#homeNews .mod_homenewslist .layout_latest h3{font-family:'Roboto Condensed', Arial, sans-serif;font-size:24px;font-weight:700;margin-bottom:7px;width:75%}#homeNews .mod_homenewslist .layout_latest h3 a{color:#000;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease}#homeNews .mod_homenewslist .layout_latest h3 a:hover{color:#000;text-decoration:underline}#homeNews .mod_homenewslist .layout_latest h4{font-family:'Roboto Condensed', Arial, sans-serif;font-size:16px;font-weight:700;color:#000;margin-bottom:5px}#homeNews .mod_homenewslist .layout_latest figure.image_container{max-width:150px;padding:10px 0}#homeNews .mod_homenewslist .layout_latest div.teaser p{font-size:14px;line-height:130%}#homeNews .mod_homenewslist .layout_latest p.more a{display:inline-block;background-color:#fff;color:#000;font-size:12px;padding:8px 12px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px}#homeNews .mod_homenewslist .layout_latest p.more a:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.draft #homeNews .mod_homenewslist .layout_latest h3{font-family:'Work Sans', Helvetica, serif}}@media screen and (min-width:641px){#homeNews .flexWrapper{display:flex;justify-content:space-between}#homeNews .mod_homenewslist{display:flex;flex-wrap:wrap;justify-content:space-between}#homeNews .mod_homenewslist .layout_latest{width:48%;box-sizing:border-box}#homeNews .mod_homenewslist .layout_latest h3{font-size:28px}#homeNews .mod_homenewslist .layout_latest h4{font-size:18px}#homeNews .mod_homenewslist .layout_latest div.teaser p{font-size:16px}}@media screen and (min-width:769px){#homeNews{padding:5vh calc(5vw / 2)}}@media screen and (min-width:1151px){#homeNews .mod_homenewslist .layout_latest{width:23%}}@media screen and (min-width:1201px){#homeNews{padding-top:8vh;padding-bottom:8vh}#homeNews #readAllButton a{font-size:20px}#homeNews h2{font-size:33px}#homeNews .mod_homenewslist .layout_latest div.teaser p{font-size:17px}#homeNews .mod_homenewslist .layout_latest p.more a{font-size:16px}}@media screen and (min-width:0px){#homeCommunities{background-color:#fff}#homeCommunities h2.ce_headline{text-align:center;position:relative;top:-25px;z-index:1;max-width:75%;padding:25px 10px;margin:0 auto;color:#000}#homeCommunities h2.ce_headline:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:-1;clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);background-color:#fff}}@media screen and (min-width:769px){#homeCommunities h2.ce_headline{max-width:60%}}@media screen and (min-width:1201px){#homeCommunities h2.ce_headline{font-size:42px;padding-top:30px;padding-bottom:30px}}
