@charset "UTF-8";
/** Exports to ../css/style.css **/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/** Foundation **/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

body {
  background-color: #202a38;
  font-family: 'niveau-grotesk', sans-serif; }

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

::-moz-selection {
  background: #d73981;
  color: #FFF; }

::selection {
  background: #d73981;
  color: #FFF; }

.main-area {
  background-color: #FFF; }

svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: currentColor; }

/** Elements **/
header {
  -webkit-box-shadow: 0 1px 2px rgba(92, 97, 99, 0.25);
  box-shadow: 0 1px 2px rgba(92, 97, 99, 0.25);
  position: relative; }

/* Header Top Bar */
header .below {
  background-color: #f5f6f7;
  color: #FFFFFF;
  padding: 0.375rem; }

/* Right aligned items */
@supports (display: flex) {
  .header-above-right {
    margin-left: auto; } }

/* Social */
header .below .social {
  float: right;
  margin: 22px 0 10px 20px; }

header .below .social li {
  float: left; }

header .below .social li a {
  display: block;
  padding: 0.375rem; }

header .below .social li a svg {
  fill: #3e4a5a;
  display: block;
  width: 16px;
  height: 16px; }

header .below .social li a:hover svg {
  fill: #d73981; }

/* Search */
header .below .search-field {
  float: right;
  position: relative; }

header .below .search-field input[type="search"] {
  border-radius: 30px;
  background: #f7f8fa;
  color: #FFFFFF;
  border: 2px solid #3e4a5a;
  font-size: 1rem;
  line-height: 2.85rem;
  padding: 0 40px 0 20px;
  width: 180px;
  background: #3e4a5a;
  line-height: 40px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  header .below .search-field input[type="search"]:focus {
    outline: none;
    border-color: #3583cc;
    -webkit-box-shadow: 0px 0px 3px #3583cc;
    box-shadow: 0px 0px 3px #3583cc; }
  header .below .search-field input[type="search"]::-webkit-input-placeholder {
    color: #FFF; }
  header .below .search-field input[type="search"]:-moz-placeholder {
    color: #FFF; }
  header .below .search-field input[type="search"]::-moz-placeholder {
    color: #FFF; }
  header .below .search-field input[type="search"]:-ms-input-placeholder {
    color: #FFF; }

header .below .search-field button {
  position: absolute;
  top: 50%;
  right: 1rem;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px; }
  header .below .search-field button svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #FFFFFF; }

/* Below */
header .below {
  padding: 0;
  background-color: #FFF;
  position: relative; }
  header .below:after {
    content: '';
    display: table;
    clear: both; }

header .below .right-items {
  text-align: right;
  float: right; }

header .below .phone {
  display: inline-block;
  background-color: #d73981;
  color: #FFF;
  font-weight: bold;
  padding: 0 20px 0 46px;
  margin-right: 15px;
  text-decoration: none;
  position: relative;
  border-radius: 30px;
  font-size: 1.125rem;
  border: 2px solid #d73981;
  line-height: 40px; }
  header .below .phone:hover {
    background-color: #3583cc;
    border-color: #3583cc; }

header .contain {
  position: relative; }

header .below .phone svg {
  fill: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 20px; }

/* Logo */
header a.logo {
  display: block;
  text-decoration: none;
  float: left;
  position: relative;
  margin: 40px 0;
  padding-right: 90px; }

header a.logo .tagline {
  color: #435158;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  right: 20px;
  font-size: 14px; }

header a.logo img {
  display: block;
  width: 340px; }

/* Secondary Nav */
header .below nav {
  text-align: right;
  font-size: 0;
  float: right;
  margin: 22px 0 10px 0; }

header .below nav ul {
  position: relative;
  margin: 0; }

header .below nav li {
  display: inline-block;
  margin: 0px 0 0px 18px;
  list-style: none;
  position: relative; }

header .below nav li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #ced2d5;
  border-radius: 50%; }

header .below nav li a {
  color: #203140;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 28px;
  white-space: nowrap;
  position: relative; }

header .below nav li a:hover,
header .below nav li.current a {
  color: #d73981; }

/* Main Nav */
header .primary-nav {
  background: -webkit-gradient(linear, left bottom, left top, from(#202a38), to(#3e4a5a));
  background: -webkit-linear-gradient(bottom, #202a38 0%, #3e4a5a 100%);
  background: linear-gradient(to top, #202a38 0%, #3e4a5a 100%); }

header .primary-nav nav {
  text-align: left;
  font-size: 0; }

header .primary-nav nav ul {
  position: relative;
  margin: 0; }
  @supports (display: flex) {
    header .primary-nav nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

header .primary-nav nav li {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  list-style: none;
  position: relative; }
  @supports (display: flex) {
    header .primary-nav nav li {
      -ms-flex-preferred-size: 1;
      flex-basis: 1; } }

header .primary-nav nav li a {
  color: #FFFFFF;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  padding: 12px 20px; }

header .primary-nav nav li a:hover,
header .primary-nav nav li.current a {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1); }

/* Dropdown */
header .primary-nav nav li .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background-color: #FFF;
  -webkit-transition: 0.2s margin-top ease, 0.2s opacity ease;
  transition: 0.2s margin-top ease, 0.2s opacity ease;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: left;
  margin: 0;
  z-index: 3; }

header .primary-nav nav li:hover .dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease 0.2s;
  transition: 0.2s opacity ease 0.2s; }

header .primary-nav nav li ul li {
  display: block;
  margin: 0; }

header .primary-nav nav li ul li:not(:last-child) {
  margin: 0 0 0.25rem; }

header .primary-nav nav li ul li a {
  display: block;
  text-align: left;
  font-size: 1rem;
  padding: 10px;
  color: #000;
  white-space: normal; }

header .primary-nav nav li ul li a:focus,
header .primary-nav nav li ul li a:hover {
  color: #000; }

/* Third Level */
header .primary-nav nav li ul li ul {
  padding: 0;
  position: static; }

header .primary-nav nav li ul li ul li {
  margin: 0; }

header .primary-nav nav li ul li ul li a {
  font-size: 1rem; }

/* Bottom border */
.bottomborder {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#e05896), to(#3583cc));
  background: -webkit-linear-gradient(left, #e05896 0%, #3583cc 100%);
  background: linear-gradient(to right, #e05896 0%, #3583cc 100%); }

@media screen and (max-width: 64em) {
  header .primary-nav,
  header .below .search-field,
  header .below nav,
  header .below .social,
  header .below .phone {
    display: none; } }

footer {
  background-color: #202a38;
  padding: 30px 0; }

footer .footer-bit,
footer a.footer-logo {
  display: block;
  margin: 30px 0; }

footer p {
  color: #959fac; }

/* Social */
footer .social {
  font-size: 0;
  text-align: left; }

footer .social li {
  display: inline-block;
  margin: 0 1rem 1rem 0; }

footer .social li a {
  display: block;
  padding: 0.375rem; }

footer .social li a svg {
  fill: #ffffff;
  display: block;
  width: 26px;
  height: 26px; }

footer .social li a:hover svg {
  fill: #d73981; }

/* Footer nav */
footer h3 {
  color: #ffffff;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
  line-height: 18px; }

footer nav li {
  margin: 1rem 0;
  line-height: 18px; }

footer nav li a {
  color: #ffffff;
  text-decoration: none; }
  footer nav li a:hover, footer nav li a:focus {
    color: #3583cc; }

.category-listing .category {
  margin: 1rem 0;
  position: relative; }

.category-listing .category a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1; }
  .category-listing .category a:hover, .category-listing .category a:focus {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5); }

.category-listing .category a:hover,
.category-listing .category a:focus {
  opacity: 0.75; }

.category-listing .category .image-holder {
  padding-top: 60%;
  position: relative;
  background-color: #202a38; }

.category-listing .category .image-holder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  fill: #334258; }

.category-listing .category img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.category-listing .category .text {
  display: block;
  text-decoration: none;
  padding: 32px;
  padding: 2rem;
  color: #222;
  border: 1px solid #CCC;
  border-top: none; }

.category-listing .category .title {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  height: 4rem;
  color: #3583cc; }

@media screen and (max-width: 40em) {
  .category-listing .category .title {
    height: auto; } }

/* Listings */
.listings {
  background-color: #FFF;
  padding: 3em 0; }

.sec-title {
  font-size: 22px;
  color: #d73981;
  font-weight: bold;
  text-transform: uppercase; }

.sec-title a {
  float: right;
  color: #3583cc;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal; }

a.listing {
  display: block;
  text-decoration: none;
  margin: 1em 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a.listing:hover,
a.listing:focus {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.5); }

a.listing .image {
  position: relative; }
  a.listing .image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, rgba(22, 30, 32, 0.65)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(22, 30, 32, 0.65));
    background: linear-gradient(180deg, transparent 0, rgba(22, 30, 32, 0.65)); }

a.listing .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 2; }

a.listing .title {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #fff; }

a.listing .sub {
  border: 1px solid #CCC;
  border-top: none; }

a.listing .property-info {
  padding: 20px;
  font-size: 1.125rem;
  color: #161e20; }

a.listing .property-info span.price {
  color: #d73981;
  font-weight: bold; }

a.listing .sub .details {
  font-size: 1.125rem;
  margin-top: 1.25em;
  color: #162a48;
  padding: 20px;
  border-top: 1px solid #CCC; }

a.listing .sub .details span {
  display: inline-block;
  line-height: 24px;
  margin: 0 1em 0 0;
  position: relative;
  padding-left: 30px; }

a.listing .sub .details svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  fill: #3583cc; }

.home-banner {
  position: relative;
  overflow: hidden; }
  .home-banner.loading .loader {
    display: block;
    opacity: 1;
    visibility: visible; }

.home-banner .loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 2; }

/* Home Slider */
.slide {
  position: relative;
  background-color: #EFEFEF; }

.home-banner .slide {
  height: 480px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @supports (display: flex) {
    .home-banner .slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media screen and (min-width: 1600px) {
  .home-banner .slide {
    padding: 0;
    height: 800px; } }

.slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  width: 100%;
  -webkit-animation: show 1s ease 1;
  animation: show 1s ease 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  padding: 100px 0 0 0; }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.slide .caption {
  padding: 3rem 0;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  white-space: normal; }

.slide .caption .break {
  height: 2px;
  width: 100px;
  background-color: #3583cc;
  background: -webkit-gradient(linear, left top, right top, from(#d73981), to(#3583cc));
  background: -webkit-linear-gradient(left, #d73981 0%, #3583cc 100%);
  background: linear-gradient(to right, #d73981 0%, #3583cc 100%);
  margin: 20px 0 20px 0; }

.slide .caption h2 {
  font-size: 3.5rem; }

.slide .caption p {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.5rem; }

.slide .caption a.go {
  display: inline-block;
  text-align: center;
  padding: 16px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1rem;
  background-color: #3583cc; }

.home-banner .prev,
.home-banner .next {
  position: absolute;
  bottom: 0px;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 3; }

.home-banner .prev:hover,
.home-banner .next:hover {
  background-color: #3583cc; }

.home-banner .prev {
  right: 50px; }

.home-banner .next {
  right: 0; }

.home-banner .next svg,
.home-banner .prev svg {
  width: 25px;
  height: 50px;
  fill: #FFFFFF;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 56em) {
  .slide .caption h2 {
    font-size: 3rem; } }

@media screen and (max-width: 48em) {
  .home-banner .slide {
    padding: 0;
    height: 320px; }
  .slide .caption {
    padding: 2rem 0; }
  .slide .caption h2 {
    font-size: 2rem; }
  .slide .caption p {
    font-size: 1rem; } }

/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
.menu-btn {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  display: block;
  padding: 20px 24px 20px 56px;
  margin: 0;
  background: -webkit-linear-gradient(45deg, #e05896 0%, #3583cc 100%);
  background: linear-gradient(45deg, #e05896 0%, #3583cc 100%);
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  right: 0;
  line-height: 26px;
  margin-left: auto;
  display: none;
  overflow: hidden; }

.menu-btn .icon {
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -15px;
  height: 30px;
  width: 20px; }
  .menu-btn .icon span {
    height: 2px;
    background-color: #FFF;
    display: block;
    margin: 6px 0;
    border-radius: 1px; }

@media screen and (max-width: 64em) {
  .menu-btn {
    display: block; } }

@media screen and (max-width: 40em) {
  .menu-btn {
    display: block;
    text-indent: 100%;
    width: 60px;
    padding: 20px 0; }
    .menu-btn .icon {
      left: 20px; } }

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #1c1c1c;
  border-right: 2px solid #FFF;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  /* Search */ }
  .pushy .primary a {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0; }
  .pushy .primary ul a {
    font-size: 18px;
    font-size: 1.125reml; }
  .pushy .primary a:hover {
    background-color: #3583cc; }
  .pushy .sub {
    margin: 20px 0;
    font-size: 0;
    padding: 0 20px; }
    .pushy .sub li {
      display: inline-block; }
    .pushy .sub a {
      color: #c5c5c5;
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none;
      padding: 10px; }
    .pushy .sub a:hover {
      color: #FFF; }
  .pushy .social {
    font-size: 0;
    text-align: left;
    margin: 30px 0 20px 0;
    padding: 0 30px; }
  .pushy .social li {
    display: inline-block;
    margin: 0 1rem 1rem 0; }
  .pushy .social li a {
    display: block;
    padding: 0; }
  .pushy .social li a svg {
    fill: #ffffff;
    display: block;
    width: 20px;
    height: 20px; }
  .pushy .social li a:hover svg {
    fill: #3583cc; }
  .pushy .search-field {
    position: relative;
    margin: 0 0 20px 0; }
  .pushy .search-field input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #1c1c1c;
    border: none;
    font-size: 1rem;
    line-height: 2.85rem;
    padding: 5px 90px 5px 30px;
    width: 100%;
    height: 44px; }
    .pushy .search-field input[type="search"]:focus {
      outline: none;
      border-color: #3583cc;
      -webkit-box-shadow: 0px 0px 3px #3583cc;
      box-shadow: 0px 0px 3px #3583cc; }
    .pushy .search-field input[type="search"]::-webkit-input-placeholder {
      color: #1c1c1c; }
    .pushy .search-field input[type="search"]:-moz-placeholder {
      color: #1c1c1c; }
    .pushy .search-field input[type="search"]::-moz-placeholder {
      color: #1c1c1c; }
    .pushy .search-field input[type="search"]:-ms-input-placeholder {
      color: #1c1c1c; }
  .pushy .search-field button {
    position: absolute;
    top: 50%;
    right: 30px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    float: none;
    min-width: 0;
    color: currentColor; }
    .pushy .search-field button svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #1c1c1c; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(320px, 0, 0);
  -ms-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(320px, 0, 0);
  -ms-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu > a {
    position: relative; }
  .pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none; }

/* Home accordion */
.home-accordion .title-bar {
  padding: 32px 0;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EFEFEF));
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EFEFEF 100%);
  background: linear-gradient(to top, #FFFFFF 0%, #EFEFEF 100%); }

.home-accordion .title-bar h2 {
  padding: 10px 0;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #202a38; }

.home-accordion .title-bar h2 a {
  text-decoration: none;
  color: #d73981; }

.home-accordion .title-bar a.button {
  display: block;
  padding: 10px 16px;
  line-height: 24px;
  color: #3583cc;
  background-color: #d73981;
  color: #FFF;
  text-decoration: none;
  float: right; }
  .home-accordion .title-bar a.button:hover {
    background-color: #3583cc; }

.home-accordion a.accordion-element {
  display: block;
  background-color: #ccc;
  overflow: hidden;
  position: relative; }

.home-accordion a.accordion-element img {
  display: block;
  width: 100%; }

.home-accordion a.accordion-element .overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 30px;
  color: #FFF;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  visibility: hidden;
  opacity: 0; }

.home-accordion a.accordion-element .name {
  font-size: 24px;
  margin-bottom: 10px; }

.home-accordion a.accordion-element:hover .overlay {
  bottom: 0px;
  visibility: visible;
  opacity: 1; }

.home-accordion .slick-prev,
.home-accordion .slick-next {
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 3;
  -webkit-background-size: 25px, 46px;
  background-size: 25px, 46px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 105%;
  overflow: hidden;
  white-space: nowrap; }

.home-accordion .slick-prev:hover,
.home-accordion .slick-next:hover {
  background-color: #3583cc; }

.home-accordion .slick-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjMsMjVMMzAuMiw5LjFsNS42LDUuNUwyNS40LDI1bDEwLjQsMTAuNGwtNS42LDUuNUwxNC4zLDI1eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  left: 0; }

.home-accordion .slick-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwMS41IDUwMS41Ij48Zz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTk5LjMzIDQxMC42MjJsLTU1Ljc3LTU1LjUwOEwyNDcuNDI1IDI1MC43NSAxNDMuNTYgMTQ2LjM4NGw1NS43Ny01NS41MDdMMzU4LjQ0IDI1MC43NXoiLz48L2c+PC9zdmc+DQo=");
  right: 0; }

/* Home Call to actions */
.home {
  padding: 5em 0;
  background-color: #FFFFFF; }

.home .image {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.1);
  margin: 40px 20px 20px 0; }
  .home .image:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 75%;
    height: 100%;
    background: -webkit-linear-gradient(315deg, #d73981 0%, #3583cc 100%);
    background: linear-gradient(135deg, #d73981 0%, #3583cc 100%); }

@media screen and (max-width: 40em) {
  .home {
    padding: 2em 0; } }

.home-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

a.homebit {
  width: 33.333%;
  display: block;
  text-decoration: none;
  padding: 60px 60px 60px 140px;
  position: relative;
  border-bottom: 1px solid #ced2d5; }
  a.homebit:nth-child(3n - 1), a.homebit:nth-child(3n - 2) {
    border-right: 1px solid #ced2d5; }

@media screen and (max-width: 64em) {
  a.homebit {
    width: 50%; }
    a.homebit:nth-child(3n - 1), a.homebit:nth-child(3n - 2) {
      border-right: none; }
    a.homebit:nth-child(2n-1) {
      border-right: 1px solid #ced2d5; } }

@media screen and (max-width: 48em) {
  a.homebit {
    width: 100%; }
    a.homebit:nth-child(2n-1) {
      border-right: none; } }

.homebit:hover {
  background-color: #202a38;
  color: #FFF; }

.homebit .icon {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 60px;
  height: 60px; }
  .homebit .icon svg {
    display: block;
    width: 60px;
    height: 60px;
    fill: #3583cc; }

.homebit:hover .icon svg {
  fill: #FFF; }

.homebit h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #d73981; }

.homebit:hover h3 {
  color: #FFF; }

.homebit p {
  color: #6d7073;
  font-size: 1.125em;
  line-height: 1.6; }

.homebit:hover p {
  color: #FFF; }

/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative; }

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden; }

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative; }

/**
 * wallop--fade.css
 *
 * @fileoverview Fade animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  -webkit-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

/*
  In order to fade out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  z-index: 2; }

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  z-index: 1; }

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.property-banner {
  height: 480px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative; }

@media screen and (min-width: 1600px) {
  .property-banner {
    padding: 0;
    height: 800px; } }

.property-banner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(0%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent);
  color: #FFF; }

.property-banner h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 5px 0; }

.property-banner p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2; }

@media screen and (max-width: 64em) {
  .property-banner {
    padding-top: 0;
    height: 480px; }
  .property-banner .overlay {
    padding: 30px 0; }
  .property-banner h1 {
    font-size: 32px;
    font-size: 2rem; }
  .property-banner p {
    font-size: 20px;
    font-size: 1.25rem; } }

@media screen and (max-width: 42em) {
  .property-banner {
    height: 320px; } }

/* Content */
.property-content {
  padding: 50px 0; }

@media screen and (max-width: 64em) {
  .property-content {
    padding: 40px 0; } }

.description .desc-content {
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }

.strong {
  font-weight: bold; }

/* Sidebar */
.side {
  margin: 10px 0; }

.side-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 5px 0; }
  .side-title span {
    font-weight: bold; }

.side-point {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px 0; }

.downloads {
  margin: 20px 0; }

a.down-button {
  background-color: #d73981;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 16px 10px;
  text-decoration: none;
  border: 2px solid #d73981;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: bold;
  position: relative; }
  a.down-button span {
    position: relative;
    display: inline-block;
    padding-left: 46px; }

a.down-button svg {
  fill: #FFF;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0; }

a.down-button:hover {
  border-color: #1c1c1c;
  background-color: #1c1c1c; }

/* Share */
.share {
  font-size: 0;
  margin: 10px 0; }

.share .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 10px 0; }

.share li {
  display: inline-block;
  margin: 0 1rem 1rem 0; }

.share li a {
  display: block;
  padding: 0; }

.share li a svg {
  fill: #1c1c1c;
  display: block;
  width: 32px;
  height: 32px; }

.share li a.facebook svg {
  fill: #3b5998; }

.share li a.twitter svg {
  fill: #55acee; }

.share li a.message svg {
  fill: #707b83; }

.share li a.linkedin svg {
  fill: #0077B5; }

.share li a:hover svg {
  fill: #d73981; }

.property-details {
  margin: 10px 0;
  font-size: 32px;
  font-size: 2rem;
  color: #162a48; }

.property-details span {
  display: inline-block;
  line-height: 32px;
  margin: 0 15px 0 0;
  position: relative;
  padding-left: 36px;
  color: #161e20;
  font-weight: bold; }

.property-details svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  fill: #3583cc; }

/* Search Box  */
.search-box {
  margin: 10px 0px;
  margin: 0.75rem 0rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 3px; }

.search-box h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.search-box form {
  padding: 8px 0 0 0;
  padding: 0.5rem 0 0 0;
  margin: 8px 0 0 0;
  margin: 0.5rem 0 0 0;
  background-color: transparent;
  border: none; }

.search-box form .field {
  margin: 8px 0px;
  margin: 0.5rem 0rem; }

.search-box form label {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0; }

.search-box form select,
.search-box form input {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem; }

.search-box form input[type="submit"],
.search-box form input[type="button"],
.search-box form button {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  min-width: 0px; }

/* Search */
.searchResults .whatResults {
  padding: 32px;
  padding: 2rem;
  margin: 1rem 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #BEC5CA; }
  .searchResults .whatResults h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.2;
    color: #d73981;
    margin: 0; }
  .searchResults .whatResults p {
    font-size: 20px;
    font-size: 1.25em;
    line-height: 1.4;
    margin: 0; }

.searchResults ul {
  padding: 0; }
  .searchResults ul li {
    list-style: none;
    margin: 0;
    padding: 32px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px dotted #d4dde4; }
    .searchResults ul li:last-child {
      padding-bottom: 0px;
      border-bottom: none; }

.searchResults ul li h4 {
  padding: 0;
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  color: #d73981;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: bold; }
  .searchResults ul li h4 a {
    color: #d73981;
    text-decoration: none; }
  .searchResults ul li h4 a:hover,
  .searchResults ul li h4 a:focus {
    text-decoration: underline; }

.searchResults ul li p {
  padding: 0;
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.4; }

.searchResults ul li a.readMoreLink {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 12px 8px 12px;
  background-color: #d73981;
  color: #FFFFFF;
  font-weight: bold; }
  .searchResults ul li a.readMoreLink:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #d73981; }

.offices .office li {
  position: relative;
  padding-left: 40px;
  color: #6d7073;
  font-size: 1.125em;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em; }

.offices .office li .icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #bcbec1; }

.offices .office li a {
  color: #d73981;
  text-decoration: none;
  word-break: break-all; }
  .offices .office li a:hover, .offices .office li a:focus {
    text-decoration: underline; }

.map {
  height: 360px;
  margin-top: 2em;
  margin-bottom: 2em; }

.map-marker {
  width: 60px;
  height: 85px;
  background: url("../img/marker.svg"); }

/* Resources */
.resources .title {
  color: #3583cc;
  font-size: 1.675em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.resources .grid {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0 -15px;
  margin: 0 -0.9375rem; }
  .resources .grid::before, .resources .grid::after {
    content: ' ';
    display: table; }
  .resources .grid::after {
    clear: both; }

.resources .grid li {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0.9375rem 0; }
  @media screen and (min-width: 40em) {
    .resources .grid li {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .resources .grid li:last-child:not(:first-child) {
    float: right; }

.resources .grid li:last-child:not(:first-child) {
  float: left; }

.resources {
  margin: 16px 0;
  margin: 1em 0; }
  .resources li a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #DFE3E5;
    color: #5d6d74;
    line-height: 1.6;
    padding: 20px 20px 20px 112px;
    position: relative;
    min-height: 120px;
    text-decoration: none; }
    .resources li a .title {
      font-size: 18px;
      font-size: 1.125em;
      font-weight: bold;
      color: #3583cc;
      line-height: 1.25em;
      margin: 0px 0px 4px 0px;
      word-wrap: break-word; }
    .resources li a:hover {
      text-decoration: none;
      background-color: #d73981;
      border: 1px solid #3583cc;
      color: #FFFFFF; }
      .resources li a:hover .title {
        color: #FFFFFF; }
    .resources li a .icon {
      height: 80px;
      width: 72px;
      position: absolute;
      left: 20px;
      top: 20px;
      background-image: url("../img/files.png");
      background-position: 0px 0px; }
  .resources li.pdf a .icon {
    background-position: -72px; }
  .resources li.doc a .icon {
    background-position: -144px; }
  .resources li.xls a .icon {
    background-position: -216px; }
  .resources li.ppt a .icon {
    background-position: -288px; }
  .resources li.jpg a .icon {
    background-position: -360px; }
  .resources li.png a .icon {
    background-position: -432px; }
  .resources li.zip a .icon {
    background-position: -504px; }

.promo {
  background-color: #171e28;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center; }

.promo .overlay {
  padding: 4em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 74, 90, 0.75)), to(rgba(32, 42, 56, 0.85)));
  background: -webkit-linear-gradient(top, rgba(62, 74, 90, 0.75) 0%, rgba(32, 42, 56, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(62, 74, 90, 0.75) 0%, rgba(32, 42, 56, 0.85) 100%); }

.promo h2 {
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 20px 0; }

.promo a.button {
  display: inline-block;
  padding: 12px 24px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  border-left: 2px solid #d73981;
  border-right: 2px solid #3583cc;
  margin: 0 0 10px 0;
  position: relative; }
  .promo a.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#d73981), to(#3583cc));
    background: -webkit-linear-gradient(left, #d73981 0%, #3583cc 100%);
    background: linear-gradient(to right, #d73981 0%, #3583cc 100%); }
  .promo a.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#d73981), to(#3583cc));
    background: -webkit-linear-gradient(left, #d73981 0%, #3583cc 100%);
    background: linear-gradient(to right, #d73981 0%, #3583cc 100%); }

.promo a.button:hover,
.promo a.button:focus {
  background: -webkit-gradient(linear, left top, right top, from(#d73981), to(#3583cc));
  background: -webkit-linear-gradient(left, #d73981 0%, #3583cc 100%);
  background: linear-gradient(to right, #d73981 0%, #3583cc 100%); }

/* Sidebar banner */
a.sidebar-banner {
  display: block;
  text-decoration: none;
  margin: 30px 0 10px 0; }

a.sidebar-banner img {
  display: block;
  border-radius: 3px; }

a.sidebar-banner .title {
  margin-top: 10px;
  color: #3e4a5a;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }

a.sidebar-banner:hover .title,
a.sidebar-banner:focus .title {
  color: #d73981; }

.prompt {
  margin: 10px 0px;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  background: #E3EFF2;
  border: 1px solid #ABC3CA;
  color: #04466f;
  border-radius: 5px;
  font-size: 20px;
  font-size: 1.25rem; }
  .prompt p {
    margin: 10px 0px; }

.client-area form select, .client-area form input[type="text"], .client-area form input[type="password"], .client-area form input[type="email"], .client-area form input[type="tel"], .client-area form input[type="file"], .client-area form textarea {
  border: 1px solid #000102; }

.client-area form input[type="submit"], .client-area form input[type="button"], .client-area form button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background: #d73981;
  min-width: 0px; }

.client-area form {
  margin: 10px 0px;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#202a38), to(#3e4a5a));
  background: -webkit-linear-gradient(bottom, #202a38 0%, #3e4a5a 100%);
  background: linear-gradient(to top, #202a38 0%, #3e4a5a 100%); }
  .client-area form h1, .client-area form h2, .client-area form h3, .client-area form h4, .client-area form h5, .client-area form h6, .client-area form label, .client-area form p {
    color: #FFFFFF; }

.page-banner {
  background-color: #000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #FFF;
  overflow: hidden;
  text-align: center; }

.page-banner .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 74, 90, 0.75)), to(rgba(32, 42, 56, 0.85)));
  background: -webkit-linear-gradient(top, rgba(62, 74, 90, 0.75) 0%, rgba(32, 42, 56, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(62, 74, 90, 0.75) 0%, rgba(32, 42, 56, 0.85) 100%);
  padding: 4em 0; }

.page-banner h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.15;
  margin: 0; }

.page-banner .break {
  height: 2px;
  width: 100px;
  background-color: #3583cc;
  background: -webkit-gradient(linear, left top, right top, from(#d73981), to(#3583cc));
  background: -webkit-linear-gradient(left, #d73981 0%, #3583cc 100%);
  background: linear-gradient(to right, #d73981 0%, #3583cc 100%);
  margin: 1em auto 0 auto; }

/* Breadcrumbs */
.breadcrumbs {
  color: #3e4a5a;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  padding: 0.75em 0;
  text-align: center;
  background: #EFEFEF;
  font-size: 12px;
  font-size: 0.75rem; }

.breadcrumbs span {
  opacity: 0.75;
  margin: 0 10px; }

.breadcrumbs a {
  color: #3e4a5a;
  text-decoration: none; }
  .breadcrumbs a:hover {
    color: #d73981; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif; }

/* Content */
.content {
  margin: 0;
  /* Responsive iFrame Embed */ }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content h1, .content h2, .content h3 {
    line-height: 1.2;
    color: #3583cc; }
  .content h4, .content h5, .content h6 {
    font-weight: 600; }
  .content h1 {
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 0.55em;
    margin-bottom: 0.55em; }
  .content h2 {
    font-size: 2em;
    font-weight: 600;
    margin-top: 0.67em;
    margin-bottom: 0.67em; }
  .content h3 {
    font-size: 1.675em;
    font-weight: 600;
    margin-top: 0.9em;
    margin-bottom: 0.9em; }
  .content h4 {
    font-size: 1.45em;
    margin-top: 1em;
    margin-bottom: 1em; }
  .content h5 {
    font-size: 1.25em;
    margin-top: 1.33em;
    margin-bottom: 1.33em; }
  .content h6 {
    font-size: 1.125em;
    margin-top: 1.67em;
    margin-bottom: 1.67em; }
  .content p {
    color: #6d7073;
    font-size: 1.125em;
    line-height: 1.6;
    margin-top: 1em;
    margin-bottom: 1em; }
  .content img {
    margin: 1.125em 0em;
    max-width: 100%; }
  .content img.left,
  .content .captionImage.left,
  .content img.floatleft {
    float: left;
    max-width: 96%;
    margin: 1.125em 4% 1.125em 0; }
  .content img.right,
  .content .captionImage.right,
  .content img.floatright {
    float: right;
    max-width: 96%;
    margin: 1.125em 0 1.125em 4%; }
  .content .captionImage,
  .content .captionImage.left,
  .content .captionImage.right {
    position: relative; }
  .content .captionImage img {
    margin: 0;
    float: none;
    max-width: 100%;
    padding: 0; }
  .content .captionImage p.caption {
    font-style: italic;
    color: #737373;
    font-size: 1em;
    padding: 10px 0 0 0; }
  .content b,
  .content strong {
    font-weight: bold; }
  .content i,
  .content em {
    font-style: italic; }
  .content q,
  .content blockquote {
    font-style: italic; }
  .content a,
  .content a:link,
  .content a:visited {
    color: #d73981;
    font-weight: 600;
    text-decoration: none;
    position: relative; }
  .content a:hover,
  .content a:focus {
    text-decoration: underline; }
  .content a:active,
  .content a:focus {
    color: #008ae0;
    text-decoration: none;
    outline: none; }
  .content ul {
    margin: 0.5em 0em; }
    .content ul li {
      font-size: 1.125em;
      line-height: 1.5em;
      color: #6d7073;
      margin: 0.5em 0em 0.5em 2em;
      list-style: disc; }
  .content ol {
    list-style: decimal; }
    .content ol li {
      color: #6d7073;
      font-size: 1.125em;
      line-height: 1.5em;
      margin: 0.5em 0em 0.5em 2em; }
  .content ul li p,
  .content ol li p {
    font-size: 1em; }
  .content table {
    max-width: 100%;
    margin: 8px 0;
    color: #6d7073;
    line-height: 1.8em;
    border-width: 1px;
    border-color: #6d7073;
    border-collapse: collapse; }
    .content table th {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #6d7073;
      text-align: left;
      font-weight: bold; }
    .content table td {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #6d7073; }
  .content .left {
    float: left;
    max-width: 99%; }
  .content .right {
    float: right;
    max-width: 99%; }
  .content .left img,
  .content .right img {
    float: none;
    margin: 0; }
  .content .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 1em 0em; }
  .content .media iframe,
  .content .media object,
  .content .media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 800px) {
  .mainstuff {
    padding-left: 2rem; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif; }

/* Enquiry Form */
form {
  margin: 16px 0;
  margin: 1rem 0;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  color: #222222;
  border-radius: 3px; }

.notop form {
  border: none;
  padding: 0; }

/* Overrides Foundation */
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: auto; }

/* Messages (eg. Validation Messages) */
form .message {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  background: #E3EFF2;
  border: 1px solid #ABC3CA;
  color: #04466f;
  border-radius: 5px;
  float: left;
  width: 100%; }
  form .message.good {
    background: #e1f5e1;
    color: darkgreen;
    border-color: #9cd29c; }
  form .message.bad, form .message.required {
    background: #FAE4E8;
    color: #7e0714;
    border-color: #D29CA6; }

form {
  /* Middle Column - Basic Styles */
  /* Field Labels */
  /* Fields */
  /* Checkboxes and Radios */
  /* Inputs */
  /* Select fields */
  /* End of form */
  /* Submit Buttons */
  /* Reset Buttons */
  /* Content in forms */ }
  form .middleColumn {
    position: relative;
    /* Validation Errors */ }
    form .middleColumn .message.required {
      position: absolute;
      top: 100%;
      left: 0px;
      opacity: 0.925;
      width: auto; }
      form .middleColumn .message.required:after, form .middleColumn .message.required:before {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      form .middleColumn .message.required:after {
        border-color: rgba(250, 228, 232, 0);
        border-bottom-color: #FAE4E8;
        border-width: 10px;
        margin-left: -10px; }
      form .middleColumn .message.required:before {
        border-color: rgba(210, 156, 166, 0);
        border-bottom-color: #D29CA6;
        border-width: 11px;
        margin-left: -11px; }
  form label {
    color: #222222;
    display: block;
    padding: 0px 0px 12px 0px;
    font-size: 18px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600; }
  form .requiredField > label:after {
    content: ' *';
    color: #307ec0; }
  form .field {
    float: left;
    width: 100%;
    margin: 12px 0px;
    margin: 0.75rem 0rem; }
    form .field.half {
      width: 48.5%;
      margin-right: 3%; }
      form .field.half.last {
        margin-right: 0; }
    form .field.third {
      width: 31.333333%;
      margin-right: 3%; }
      form .field.third.last {
        margin-right: 0; }
  form ul {
    margin: 0;
    padding: 0; }
  form ul.optionset li {
    list-style: none;
    padding: 8px 0px;
    padding: 0.5rem 0rem; }
  form ul label,
  form .contact-options label,
  form .field.checkbox label {
    float: none;
    text-align: left;
    color: #555555;
    padding: 0 0 0 30px; }
  form .radio-field label,
  form .checkbox-field label {
    margin: 0;
    padding: 0;
    color: #6d717b;
    font-weight: normal;
    position: relative; }
  form .radio-field label:hover,
  form .checkbox-field label:hover {
    color: #343b41; }
  form input[type="radio"],
  form input[type="checkbox"] {
    margin: 6px 0 2px 0;
    padding: 0;
    float: left; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="file"],
  form textarea {
    width: 100%;
    font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    border: 1px solid #9FAFBA;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px;
    margin: 0;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* Placeholder */ }
    form input[type="text"]:disabled,
    form input[type="password"]:disabled,
    form input[type="email"]:disabled,
    form input[type="tel"]:disabled,
    form input[type="file"]:disabled,
    form textarea:disabled {
      background-color: #E5EBEF;
      opacity: 0.5; }
    form input[type="text"].required,
    form input[type="password"].required,
    form input[type="email"].required,
    form input[type="tel"].required,
    form input[type="file"].required,
    form textarea.required {
      border-color: #D34151;
      -webkit-box-shadow: 0 0 2px rgba(229, 128, 139, 0.5);
      box-shadow: 0 0 2px rgba(229, 128, 139, 0.5); }
    form input[type="text"].valid,
    form input[type="password"].valid,
    form input[type="email"].valid,
    form input[type="tel"].valid,
    form input[type="file"].valid,
    form textarea.valid {
      border-color: #53C74B;
      -webkit-box-shadow: 0 0 2px rgba(128, 242, 115, 0.5);
      box-shadow: 0 0 2px rgba(128, 242, 115, 0.5);
      color: darkgreen; }
    form input[type="text"].valid:focus, form input[type="text"].required:focus, form input[type="text"]:focus,
    form input[type="password"].valid:focus,
    form input[type="password"].required:focus,
    form input[type="password"]:focus,
    form input[type="email"].valid:focus,
    form input[type="email"].required:focus,
    form input[type="email"]:focus,
    form input[type="tel"].valid:focus,
    form input[type="tel"].required:focus,
    form input[type="tel"]:focus,
    form input[type="file"].valid:focus,
    form input[type="file"].required:focus,
    form input[type="file"]:focus,
    form textarea.valid:focus,
    form textarea.required:focus,
    form textarea:focus {
      outline: none;
      border: 1px solid #23b7fb;
      -webkit-box-shadow: 0 0 3px #62ceff;
      box-shadow: 0 0 3px #62ceff; }
    form input[type="text"]::-webkit-input-placeholder,
    form input[type="password"]::-webkit-input-placeholder,
    form input[type="email"]::-webkit-input-placeholder,
    form input[type="tel"]::-webkit-input-placeholder,
    form input[type="file"]::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder {
      color: #BECAD2; }
    form input[type="text"]:-moz-placeholder,
    form input[type="password"]:-moz-placeholder,
    form input[type="email"]:-moz-placeholder,
    form input[type="tel"]:-moz-placeholder,
    form input[type="file"]:-moz-placeholder,
    form textarea:-moz-placeholder {
      color: #BECAD2; }
    form input[type="text"]::-moz-placeholder,
    form input[type="password"]::-moz-placeholder,
    form input[type="email"]::-moz-placeholder,
    form input[type="tel"]::-moz-placeholder,
    form input[type="file"]::-moz-placeholder,
    form textarea::-moz-placeholder {
      color: #BECAD2; }
    form input[type="text"]:-ms-input-placeholder,
    form input[type="password"]:-ms-input-placeholder,
    form input[type="email"]:-ms-input-placeholder,
    form input[type="tel"]:-ms-input-placeholder,
    form input[type="file"]:-ms-input-placeholder,
    form textarea:-ms-input-placeholder {
      color: #BECAD2; }
  form textarea {
    overflow: auto;
    resize: vertical; }
  form select {
    font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #222222;
    height: auto;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    outline: none;
    width: 100%;
    padding: 12px;
    padding: 0.75rem;
    margin: 0;
    position: relative;
    border: 1px solid #9FAFBA;
    -webkit-box-shadow: 0px 1px 3px rgba(199, 201, 218, 0.15);
    box-shadow: 0px 1px 3px rgba(199, 201, 218, 0.15);
    background: #f0f2f4;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f2f4), color-stop(100%, #e7ebee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f2f4 0%, #e7ebee 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f2f4), to(#e7ebee));
    background: linear-gradient(to bottom, #f0f2f4 0%, #e7ebee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#e7ebee',GradientType=0 );
    /* IE6-9 */ }
    form select:hover {
      background: #f1f3f5;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f3f5), color-stop(100%, #e9ecef));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f1f3f5 0%, #e9ecef 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#e9ecef));
      background: linear-gradient(to bottom, #f1f3f5 0%, #e9ecef 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#e9ecef',GradientType=0 );
      /* IE6-9 */ }
    form select.valid:focus, form select.required:focus, form select:focus {
      outline: none;
      border: 1px solid #23b7fb;
      -webkit-box-shadow: 0 0 3px rgba(98, 206, 255, 0.5);
      box-shadow: 0 0 3px rgba(98, 206, 255, 0.5); }
  form .Actions:after {
    content: "";
    display: table;
    clear: both; }
  form input[type="submit"],
  form input[type="button"],
  form button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    margin: 12px 0px;
    margin: 0.75rem 0rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    border: none;
    outline: none;
    color: #FFFFFF;
    float: right;
    min-width: 180px;
    text-align: center;
    background-color: #3583cc;
    border-radius: 3px; }
    form input[type="submit"]:hover,
    form input[type="button"]:hover,
    form button:hover {
      opacity: 0.75; }
  form input[type="reset"] {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    margin: 12px 0px;
    margin: 0.75rem 0rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    border: none;
    outline: none;
    color: #222222;
    float: none;
    text-align: center;
    background-color: #EFEFEF;
    border-radius: 3px; }
    form input[type="reset"]:hover {
      opacity: 0.75; }
  form p {
    color: #6d7073;
    font-size: 1.125em;
    line-height: 1.6;
    margin-top: 1em;
    margin-bottom: 1em; }
  form h1, form h2, form h3, form h4, form h5, form h6 {
    color: #3583cc;
    border-bottom: 1px solid #EDEDED;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    margin: 12px 0px;
    margin: 0.75rem 0rem; }
  form p#ForgotPassword {
    padding: 16px 0px 0px 0px; }
  form a {
    color: #128eb7;
    text-decoration: none;
    position: relative; }
  form a:hover {
    text-decoration: underline; }

/* Table */
form table {
  margin: 0px;
  width: 100%;
  background-color: #f7f9fa;
  border: 1px solid #dee0e3; }
  form table .field {
    margin: 0px;
    padding: 0px; }
  form table th {
    font-weight: bold;
    background-color: #2C3134;
    color: #FFFFFF;
    padding: 0.5rem 0.625rem; }
  form table td {
    font-size: 1.125em; }
  form table a {
    color: #222222;
    font-weight: bold; }
  form table .total {
    border-top: 1px solid #dee0e3; }
    form table .total td {
      font-weight: bold;
      font-size: 1.25em;
      padding-top: 1rem;
      padding-bottom: 1rem; }

@media all and (max-width: 40.063em) {
  form .field.half,
  form .field.third {
    width: 100%;
    margin-right: 0; } }

/*  Sidebar Navigation */
.sidebar-nav {
  margin: 10px 0px;
  padding: 0px;
  position: relative; }

/* First Level */
.sidebar-nav ul {
  padding: 0; }

.sidebar-nav ul li {
  border-bottom: 2px solid #dddddd;
  list-style: none; }

.sidebar-nav ul li.current > a,
.sidebar-nav ul li.section > a {
  font-weight: bold;
  color: #3583cc;
  border-bottom: 2px solid #3583cc; }

.sidebar-nav ul li a {
  display: block;
  text-decoration: none;
  padding: 16px 0;
  padding: 1rem 0;
  color: #222222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
  position: relative;
  left: 0px; }
  .sidebar-nav ul li a:hover {
    color: #3583cc; }

.sidebar-nav ul li a.open {
  position: relative; }

.sidebar-nav ul li a.open:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  height: 0;
  width: 0;
  right: 12px;
  border-top: 8px solid #FFFFFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* Second level */
.sidebar-nav ul li ul {
  padding: 6px 0px;
  background: #f8f7f7; }

.sidebar-nav ul li ul li {
  border: none; }

.sidebar-nav ul li ul li.current > a {
  font-weight: 600;
  background-color: transparent;
  color: #3583cc; }

.sidebar-nav ul li ul li.section > a {
  color: #3583cc;
  font-weight: 600;
  background-color: transparent;
  border-bottom: none; }

.sidebar-nav ul li ul li a {
  background: none;
  color: #555555;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1rem; }
  .sidebar-nav ul li ul li a:hover {
    background-color: transparent;
    color: #3583cc; }

.sidebar-nav ul li ul li a.open:after {
  border-top: 8px solid #3583cc; }

/* Third level and beyond */
.sidebar-nav ul li ul li ul {
  padding: 0px 0px 0px 12px;
  margin: 0; }

.sidebar-nav ul li ul li ul li {
  position: relative; }

/* With children */
.sidebar-nav ul li.haschildren {
  position: relative; }

.sidebar-nav ul li.haschildren > a {
  padding: 16px 40px 16px 16px; }

/* Tabs */
.accordion .tab-controls:after {
  content: '';
  display: block;
  clear: both; }

.accordion .tab-controls li {
  float: left;
  margin: 0px 2px 2px 0px; }

.accordion .tab-controls li button {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px;
  padding: 1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#202a38), to(#3e4a5a));
  background: -webkit-linear-gradient(bottom, #202a38 0%, #3e4a5a 100%);
  background: linear-gradient(to top, #202a38 0%, #3e4a5a 100%); }

.accordion .tab-controls li.on button {
  background: #3583cc;
  color: #FFFFFF; }

/* Accordion */
.acc-ind .acc-content {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.acc-ind.active .acc-content {
  opacity: 1;
  visibility: visible;
  position: static; }

/* Accordion Title */
.acc-title button {
  border-top: 2px solid #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px;
  padding: 1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#202a38), to(#3e4a5a));
  background: -webkit-linear-gradient(bottom, #202a38 0%, #3e4a5a 100%);
  background: linear-gradient(to top, #202a38 0%, #3e4a5a 100%);
  color: #FFF;
  width: 100%;
  text-align: left;
  position: relative; }

.acc-title button .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.acc-title button .icon span:first-child {
  height: 2px;
  width: 20px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px; }

.acc-title button .icon span:last-child {
  height: 20px;
  width: 2px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -1px; }

.acc-ind.active .acc-title button {
  background: #3583cc;
  color: #FFFFFF; }

.acc-ind.active .acc-title button .icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* FAQ */
.faq {
  margin: 10px 0;
  margin: 0.75rem 0; }

.faq ul.tab-controls {
  display: none; }

/* Property Tab */
.property-tabs {
  margin: 10px 0;
  margin: 0.75rem 0; }

.property-tabs .acc-title {
  display: none; }

.property-tabs .acc-content {
  padding: 10px 30px;
  background-color: #EFEFEF; }

.property-tabs form {
  padding: 0;
  border: none;
  background: none; }
  .property-tabs form h1, .property-tabs form h2, .property-tabs form h3, .property-tabs form h4, .property-tabs form h5, .property-tabs form h6 {
    border-bottom: 1px solid #9FAFBA; }
  .property-tabs form input[type="reset"] {
    background: -webkit-gradient(linear, left bottom, left top, from(#202a38), to(#3e4a5a));
    background: -webkit-linear-gradient(bottom, #202a38 0%, #3e4a5a 100%);
    background: linear-gradient(to top, #202a38 0%, #3e4a5a 100%);
    color: #FFF; }

/* Pagination */
.pagination {
  margin: 15px 0 30px 0;
  text-align: center; }

.pagination .showing span {
  font-weight: bold; }

.pagination ul {
  margin: 20px 0 0 0;
  font-size: 0; }

.pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #222222;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem; }
  .pagination li:after {
    content: none; }

.pagination li a {
  display: block;
  padding: 12px 8px;
  color: #d73981;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ced2d5;
  border-right: none;
  min-width: 40px; }
  .pagination li a:hover {
    background-color: #d73981;
    color: #FFFFFF; }

.pagination li:last-child a {
  border-right: 1px solid #ced2d5; }

.pagination li.selected a,
.pagination li.selected a:hover {
  background-color: transparent;
  color: #1c1c1c;
  cursor: auto; }

.pagination li.prev a,
.pagination li.next a {
  color: #d73981;
  padding: 12px 16px;
  min-width: 140px;
  cursor: pointer;
  text-decoration: none; }

.pagination li.arrow.unavailable a {
  background-color: #EFEFEF;
  color: #9ca1a5;
  cursor: auto; }
  .pagination li.arrow.unavailable a:hover {
    background-color: #EFEFEF;
    color: #9ca1a5;
    cursor: auto; }

.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #d73981;
  color: #FFFFFF; }

@media screen and (max-width: 920px) {
  .pagination li {
    display: none; }
  .pagination li.prev,
  .pagination li.next {
    display: block; }
  .pagination .showing .these {
    float: none;
    padding: 8px 0; }
  .pagination .showing .of {
    float: none;
    border: none;
    border-top: 1px solid #dddddd;
    padding: 8px 0; }
  .pagination li a {
    border: 1px solid #ced2d5; } }

@media screen and (max-width: 600px) {
  .pagination li.prev,
  .pagination li.next {
    width: 100%; } }

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #3583cc; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.visually-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

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

.desktop-clear {
  clear: both; }

a.grad-button {
  display: inline-block;
  padding: 16px 20px;
  background: -webkit-linear-gradient(45deg, #e05896 0%, #3583cc 100%);
  background: linear-gradient(45deg, #e05896 0%, #3583cc 100%);
  color: #FFF !important;
  text-decoration: none;
  font-size: 1.25em;
  margin: 1em 0;
  text-decoration: none !important; }

/*# sourceMappingURL=maps/style.css.map */
