@charset "UTF-8";
/** Exports to ../css/style.css **/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
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 {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  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.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.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.3333333333%;
  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.6666666667%;
  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.2857142857%;
  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.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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;
  }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #cc2026;
}

.main-area {
  background-color: #fff;
  max-width: 2100px;
  margin: 0 auto;
}
@media screen and (min-width: 2100px) {
  .main-area {
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 800px) {
  .mainstuff {
    padding-right: 2rem;
  }
}
svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: currentColor;
}

::-moz-selection {
  background: #cc2026;
  color: #fff;
}

::selection {
  background: #cc2026;
  color: #fff;
}

/** Elements **/
header {
  position: relative;
}

/* Header Sticky */
.header-holder {
  height: auto;
  background-color: #000;
}

header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  animation: showHeader 0.5s 1 ease;
}

@keyframes showHeader {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Header Top Bar */
header .top {
  background-color: #cc2026;
  border-bottom: 2px solid #FFF;
  color: #FFFFFF;
  position: relative;
  z-index: 99;
}
header .top.commercial-nav {
  background-color: #000;
}

header .contain .flex {
  width: 100%;
}
@supports (display: flex) {
  header .contain .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .below .toggler {
  display: block;
  fill: #FFF;
  width: 100%;
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -50%;
  transition: 0.5s width ease, 0.5s margin ease, 0.5s top ease, 0.5s border-color ease, 0.5s background-color ease, 0.5s box-shadow ease, 0.1s background-color ease;
  border-color: transparent;
}
header .below .toggler:focus {
  outline: none;
}
header .below .toggler svg {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  transition: 0.5s transform ease, 0.25s top ease 0.25s;
}

header .below .toggler.toggled {
  padding: 5px;
  top: 100%;
  left: 50%;
  margin-top: -2px;
  margin-left: -20px;
  width: 40px;
  border: 2px solid #FFF;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s top ease, 0.5s border-color ease 0.5s, 0.5s background-color ease 0.5s, 0.5s box-shadow ease 0.5s;
  z-index: -1;
}

header .below .toggler.toggled svg {
  transform: rotate(180deg);
}

header .below .bing {
  position: relative;
  height: 30px;
  zoom: 1;
  font-size: 0;
  transition: 0.5s all ease;
  background-color: rgba(28, 28, 28, 0.8);
  border-bottom: 2px solid transparent;
}

header .below .bing .contain {
  opacity: 0;
  height: 0;
  zoom: 1;
  font-size: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header .below .bing.show .contain {
  transition: 0.5s all ease 0.25s;
}

header .below .bing.show {
  height: 50px;
  zoom: 1;
  font-size: 0;
  border-bottom-color: #FFF;
}

header .below .bing.show .contain {
  opacity: 1;
  height: 50px;
  zoom: 1;
  font-size: 0;
  visibility: visible;
  background-color: black;
}

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

/* Social */
header .top .social {
  float: left;
  margin: 0 10px 0 -15px;
}

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

header .top .social li a {
  display: block;
  padding: 30px 20px 30px 56px;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  line-height: 20px;
  position: relative;
  transition: 0.5s all ease;
}

header .top .social li a:hover,
header .top .social li a:focus {
  background-color: #b61d22;
}

header .top .social li a svg {
  fill: #FFF;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 20px;
}

header .top .social li a:hover svg {
  fill: #FFF;
}

@media screen and (max-width: 74em) {
  header .top .social li a {
    padding: 30px 15px 30px 51px;
  }
  header .top .social li a svg {
    left: 15px;
  }
}
/* Search */
header .top .search-field {
  float: left;
  position: relative;
  margin: 10px 0;
  padding: 5px 0;
}

header .top .search-field input[type=search] {
  background: none;
  background-color: transparent;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  padding: 0px 36px 0px 0px;
  width: 100px;
  height: 46px;
  transition: 0.5s all ease;
  cursor: pointer;
}
header .top .search-field input[type=search]:focus {
  outline: none;
  border-color: #FFF;
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
  background-color: #FFF;
  color: #000;
  padding: 0px 50px 0px 14px;
  width: 120px;
  cursor: default;
}
header .top .search-field input[type=search]:focus::-webkit-input-placeholder {
  color: #000;
}
header .top .search-field input[type=search]:focus:-moz-placeholder {
  color: #000;
}
header .top .search-field input[type=search]:focus::-moz-placeholder {
  color: #000;
}
header .top .search-field input[type=search]:focus:-ms-input-placeholder {
  color: #000;
}
header .top .search-field input[type=search]:focus + button {
  right: 16px;
}
header .top .search-field input[type=search]:focus + button svg {
  fill: #000;
}
header .top .search-field input[type=search]:focus + button:hover svg, header .top .search-field input[type=search]:focus + button:focus svg {
  fill: #cc2026;
}
header .top .search-field input[type=search]::-webkit-input-placeholder {
  color: #FFF;
}
header .top .search-field input[type=search]:-moz-placeholder {
  color: #FFF;
}
header .top .search-field input[type=search]::-moz-placeholder {
  color: #FFF;
}
header .top .search-field input[type=search]:-ms-input-placeholder {
  color: #FFF;
}

header .top .search-field button {
  position: absolute;
  top: 50%;
  right: 0px;
  background: none;
  border: none;
  padding: 0 !important;
  margin: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transition: 0.5s all ease;
  cursor: pointer;
}
header .top .search-field button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
  transition: 0.5s all ease;
}

header .top .phone {
  display: inline-block;
  background-color: #cc2026;
  color: #FFF;
  font-weight: bold;
  padding: 0 20px 0 46px;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  border: 2px solid #cc2026;
  line-height: 40px;
}
header .top .phone:hover {
  background-color: #cc2026;
  border-color: #cc2026;
}

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

/* Above nav */
header .top nav {
  float: left;
  margin: 0 20px;
}

header .top nav li {
  float: left;
  position: relative;
}

header .top nav li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  line-height: 20px;
  padding: 30px 20px;
  transition: 0.5s all ease;
}

@media screen and (max-width: 74em) {
  header .top nav li a {
    padding: 30px 15px;
  }
}
header .top nav li.current a {
  font-weight: bold;
}

header .top nav li a:hover {
  background-color: rgb(181.9576271186, 28.5423728814, 33.8940677966);
}

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

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

header .top nav li ul li {
  display: block;
  margin: 0;
  float: none;
}

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

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

header .top nav li ul li a:focus,
header .top nav li ul li a:hover {
  color: #FFF;
}

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

header .top nav li ul li ul li {
  margin: 0;
}

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

/* Below */
header .below {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 10px rgba(28, 28, 28, 0.25);
}
header .below:after {
  content: "";
  display: table;
  clear: both;
}

@supports (display: flex) {
  header .below .contain {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Buttons */
header .button {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  color: #FFF;
  display: block;
  padding: 1px 1px;
  padding-top: 3px;
  padding-left: 6px;
  border: 2px solid #FFF;
  text-decoration: none;
  position: relative;
  margin: 6.5px 0 4px 10px;
}
header .button.shortlist {
  padding-right: 50px;
}

header .button:hover,
header .button:focus {
  background-color: #cc2026;
  border-color: #FFF;
  color: #FFF;
}

header .button:first-child {
  margin-left: 0;
}

header .button .amount {
  display: block;
  width: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  background-color: #cc2026;
  border: 2px solid #FFF;
  color: #FFF;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 3px;
}

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

/* Logo */
header a.logo {
  display: block;
  text-decoration: none;
  float: left;
  position: relative;
  margin: 8px 0;
  background-color: #cc2026;
}

header .commercial-nav a.logo {
  background-color: transparent !important;
}

header a.logo img {
  display: block;
  width: 60px;
  border: 2px solid #FFFFFF;
}

/* temporary logo - START */
header a.logo.sixtyyearsstrong img {
  border: none;
  width: 175px;
}

/* temporary logo - END */
@media screen and (max-width: 64em) {
  header .below,
  header .top nav,
  header .right-items {
    display: none;
  }
  header a.logo {
    margin: 10px 0;
  }
}
/* Main Nav */
.primary-nav {
  float: left;
  text-align: left;
  font-size: 0;
  margin-left: 80px;
}
@supports (display: flex) {
  .primary-nav {
    position: relative;
    width: auto;
  }
}

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

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

.primary-nav li a {
  color: #FFF;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  white-space: nowrap;
  position: relative;
  padding: 10px 20px;
}

@media screen and (max-width: 74em) {
  .primary-nav li a {
    padding: 25px 15px;
  }
}
.primary-nav li:hover > a {
  background: #cc2026;
}

.primary-nav li a svg {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
  fill: #FFF;
}

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

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

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

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

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

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

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

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

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

/* Show/Hide */
.menu-btn {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  display: block;
  padding: 16px 0px 16px 0px;
  margin: 10px 0;
  border: 2px solid #FFF;
  text-decoration: none;
  position: relative;
  line-height: 24px;
  margin-left: auto;
  text-indent: 100%;
  overflow: hidden;
  height: 60px;
  width: 60px;
  display: none;
}

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

.menu-btn:hover,
.menu-btn:focus {
  color: #cc2026;
  background-color: #FFF;
  outline: none;
}
.menu-btn:hover .icon span,
.menu-btn:focus .icon span {
  background-color: #cc2026;
}

@media screen and (max-width: 64em) {
  .primary-nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}
footer {
  background-color: #000;
  padding: 60px 0 120px 0;
}

footer p {
  color: #c5c5c5;
  margin: 10px 0;
}

footer .logo {
  display: inline-block;
  border: 2px solid #fff;
  width: 100px;
  margin: 20px 0 10px 0;
}

/* temporary logo - START */
footer a.logo.sixtyyearsstrong {
  border: 0.1px solid #fff;
  width: 180px;
  padding-right: 5px;
}

/* temporary logo - END */
footer .logo:hover {
  background-color: #cc2026;
}

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

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

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

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

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

/* Footer nav */
footer a.ft-logo {
  display: inline-block;
}

footer a.ft-logo img {
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
  width: 206px;
}

footer h3 {
  color: #ffffff;
  margin: 20px 0 20px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.3rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

footer nav li {
  margin: 20px 0;
  line-height: 18px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

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

@media screen and (min-width: 64em) {
  footer .align-right {
    text-align: right;
  }
  footer .social {
    text-align: right;
  }
  footer .social li {
    margin: 0 0 1rem 1rem;
  }
}
@media screen and (max-width: 42em) {
  footer {
    padding: 30px 0 60px 0;
  }
}
/* Message for no results */
.no-results {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  background: #f3f7f7;
  border: 1px solid #ced6d8;
  color: #202f39;
  border-radius: 5px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.listings {
  background-color: #fff;
  padding: 3em 0;
}

.sec-title {
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-family: "League Spartan", sans-serif;
}

.sec-title a {
  float: right;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  padding: 15px 15px 13px;
  font-weight: bold;
  text-transform: unset;
  border-color: #fefefe;
  background-color: #cc2026;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.sec-title a:hover,
.sec-title a:focus {
  background-color: #000;
}

.sec-title.agent-listing-title h3,
.sec-title.agent-listing-title ul,
.sec-title.agent-listing-title ul li {
  display: inline-block;
  vertical-align: top;
}

.sec-title.agent-listing-title a {
  margin: 0.25rem 0 0.25rem 0.75rem;
  border: 2px solid #cc2026;
}

.sec-title.agent-listing-title ul li a:not(.active) {
  background: #fff;
  color: #cc2026;
}

@media screen and (max-width: 670px) {
  .sec-title.agent-listing-title a {
    float: none;
    display: inline-block;
  }
}
.listing {
  display: block;
  text-decoration: none;
  margin: 15px 0;
  position: relative;
  transition: all 0.3s ease;
}

.listing a.link {
  display: block;
  text-decoration: none;
  background-color: #fff;
}

.listing .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

.listing .actions a {
  float: left;
  display: block;
  height: 48px;
  width: 48px;
  padding: 10px;
  border-left: 1px solid #ced2d5;
  position: relative;
}

.listing .actions a svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}

.listing .actions a:hover {
  background-color: #cc2026;
}

.listing .actions a:hover svg {
  fill: #fff;
}

.save,
.shortlisted {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.save svg.pre,
.shortlisted svg.pre,
.save svg.post,
.shortlisted svg.post {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  transition: 0.5s all ease;
}

.save svg.pre {
  fill: rgba(0, 0, 0, 0.75);
  opacity: 1;
  visibility: visible;
}

.shortlisted svg.pre {
  opacity: 0;
  visibility: hidden;
}

.save svg.post {
  opacity: 0;
  visibility: hidden;
}

.shortlisted svg.post {
  fill: rgba(204, 32, 38, 0.85);
  opacity: 1;
  visibility: visible;
}

.save:focus,
.shortlisted:focus {
  outline: none;
}

/* */
.listing:hover,
.listing:focus {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.25);
}

.listing .image {
  position: relative;
  padding-bottom: 66.625%;
  overflow: hidden;
}

.loader {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  text-align: center;
}

.loader .icon {
  fill: #cc2026;
  width: 60px;
  height: 60px;
  animation: bounce 1.5s infinite;
}

.listing .loader .icon {
  background-color: rgb(133.4644067797, 20.9355932203, 24.8610169492);
}

.loader .shadow {
  width: 40px;
  height: 5px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 auto;
  animation: bounceshadow 1.5s infinite;
}

.listing .loader .shadow {
  background-color: rgb(168.7322033898, 26.4677966102, 31.4305084746);
}

@keyframes bounceshadow {
  0%, 20%, 50%, 80%, 100% {
    width: 40px;
  }
  40% {
    width: 20px;
  }
  60% {
    width: 30px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-50px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.listing .image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing .image .sold {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0px 0px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.listing .image .sold:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/sold-image-overlay.png");
  background-size: 100%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.listing .image .leased:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/leased-image-overlay.png");
  background-size: 100%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.listing .suburb {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  background-color: #cc2026;
  color: #fff;
  z-index: 2;
  font-weight: bold;
}

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

.listing .property-info {
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  height: 180px;
}

.listing .property-info .title {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

.listing .property-info .price,
.listing .property-info .when {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  line-height: 1.25;
}

.listing .property-info span {
  font-weight: bold;
}

.listing .property-info span.size {
  /* color: $red; */
}

.listing .sub .details {
  font-size: 16px;
  font-size: 1rem;
  color: #162a48;
  padding: 10px;
  padding: 0.675rem;
  border-top: 1px solid #ced2d5;
  min-height: 48px;
  min-height: 3rem;
}

.listing .sub .details span {
  display: inline-block;
  line-height: 24px;
  margin: 0 10px 0 0;
  position: relative;
  padding-left: 22px;
  color: #000;
  font-weight: bold;
}

.listing .sub .details svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  fill: #000;
}

.home-banner {
  position: relative;
  background-color: #000;
  height: 453px;
}
.home-banner .Wallop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-banner.loading .loader {
  display: block;
  opacity: 1;
  visibility: visible;
}
.home-banner-wrapper .home-banner {
  height: auto;
}
.home-banner-wrapper .home-banner video {
  width: 100%;
  display: block;
}

@media screen and (max-width: 64em) {
  .home-banner {
    padding-top: 0;
    height: auto;
  }
  .home-banner .Wallop {
    position: relative;
    top: auto;
    left: auto;
  }
}
.home-slide {
  height: 453px;
  background-position: center;
  background-size: cover;
}

.home-banner .home-slide .caption {
  opacity: 0;
  visibility: 0;
  bottom: auto;
  top: 100%;
}

/* Overlay */
.home-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 2;
  padding: 120px 0 40px 0;
}
@supports (display: flex) {
  .home-banner .overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@supports (display: flex) {
  .home-banner .overlay .overlay-content {
    animation: fade-in 1 0.6s ease-in-out;
  }
}

@keyframes fade-in {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Banner Caption */
.home-banner .caption {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  line-height: 25px;
  white-space: nowrap;
  text-align: right;
  z-index: 3;
  transition: 0.5s all ease;
}
.home-banner .caption:hover {
  opacity: 0.5;
}

.home-banner .caption .address {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.home-banner .overlay .overlay-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@supports (display: flex) {
  .home-banner .overlay .overlay-content {
    position: static;
    transform: none;
  }
}

.home-banner .logo {
  display: block;
  width: 112px;
  border: 2px solid #fff;
  margin: 0 auto 15px auto;
}

.home-banner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  margin: 0 0 20px 0;
}

.home-banner p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin: 12px 0 20px 0;
}

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

.home-banner a.button {
  color: white;
  text-decoration: none;
  display: inline-block;
}
.home-banner a.button:hover {
  background-color: #cc2026;
}

.home-banner .Wallop-buttonPrevious,
.home-banner .Wallop-buttonNext {
  position: absolute;
  bottom: 50px;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s all ease;
  z-index: 3;
  border: 2px solid #fff;
}
.home-banner .Wallop-buttonPrevious:hover,
.home-banner .Wallop-buttonNext:hover {
  background-color: #cc2026;
}
.home-banner .Wallop-buttonPrevious {
  left: 50px;
}
.home-banner .Wallop-buttonNext {
  left: 98px;
}
.home-banner .Wallop-buttonPrevious svg,
.home-banner .Wallop-buttonNext svg {
  width: 25px;
  height: 46px;
  fill: #ffffff;
  display: block;
  margin: 0 auto;
}
/* Form */
@supports (display: flex) {
  .home-banner form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1%;
  }
}

.home-banner form label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 4px 0;
  margin: 0 0 0.25rem 0;
}

.home-banner form .field {
  margin: 10px 1%;
  float: left;
  width: 23%;
}
@supports (display: flex) {
  .home-banner form .field {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    margin: 10px 1%;
    width: auto;
  }
}

.home-banner form .field.larger {
  margin: 10px 1%;
  float: left;
  width: 48%;
}
@supports (display: flex) {
  .home-banner form .field.larger {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 10px 1%;
    width: auto;
  }
}

.home-banner form .extra-fields {
  text-align: left;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@supports (display: flex) {
  .home-banner form .extra-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.home-banner form .extra-fields.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.home-banner form .field.showmore {
  width: 98%;
}
@supports (display: flex) {
  .home-banner form .field.showmore {
    width: auto;
  }
}

.home-banner form input,
.home-banner form select,
.home-banner form button[type=submit] {
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 15px;
  background: #fff;
  border: 2px solid #fff;
  height: 54px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  color: #000;
}

.home-banner form input[type=text]:focus,
.home-banner form select:focus {
  border-color: #55d0ff;
  outline: none;
  box-shadow: 0px 0px 20px rgba(85, 208, 255, 0.35);
}

.home-banner form button[type=submit] {
  background-color: #cc2026;
  color: #fff;
  font-weight: bold;
}
.home-banner form button[type=submit]:hover {
  background-color: #000;
}

.home-banner form button.moreoptions {
  font-weight: bold;
  position: relative;
  padding: 10px 36px 10px 10px;
  line-height: 20px;
  line-height: 1.25rem;
}

.home-banner form button.moreoptions:focus {
  outline: none;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  transition: 0.5s all ease;
}

.home-banner form button.moreoptions .less {
  display: none;
}

.home-banner form button.moreoptions.toggled .less {
  display: inline;
}

.home-banner form button.moreoptions.toggled .more {
  display: none;
}

.home-banner form button.moreoptions.toggled svg {
  transform: rotate(180deg);
}

.home-banner form button.moreoptions svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.home-banner form button.moreoptions:hover svg {
  animation: flow 1 0.5s ease;
}

.home-banner form button.moreoptions.toggled:hover svg {
  animation: none;
}

@keyframes flow {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(20px);
    opacity: 0;
  }
  51% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 64em) {
  .home-banner .overlay {
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .home-banner .overlay .overlay-content {
    position: static;
    transform: none;
  }
  .home-banner .Wallop,
  .home-banner .Wallop-list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-banner .Wallop-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-slide {
    padding: 0;
    height: 300px;
  }
  .home-banner-custom .overlay {
    position: absolute;
    top: 0;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 74em) {
  .home-banner .logo {
    display: none;
  }
}
@media screen and (max-width: 42em) {
  .home-banner form .field,
  .home-banner form .field.larger {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
  }
  .home-banner form .field.search-button {
    -ms-flex-order: 3;
    order: 3;
  }
  .home-banner .overlay {
    padding: 100px 40px 140px 40px;
  }
  .home-banner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
  @supports (display: flex) {
    .home-banner form .extra-fields {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .home-banner form button.moreoptions {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px;
    text-align: left;
  }
  .home-banner form button.moreoptions svg {
    right: 15px;
  }
}
@media screen and (max-width: 36em) {
  .home-banner .overlay {
    padding: 50px 40px 120px 40px;
  }
}
.offcanvas {
  display: none;
}

@media screen and (max-width: 820px) {
  .offcanvas {
    display: block;
    background-color: #2b2b2b;
    list-style: none;
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    padding: 2rem;
    margin: 0;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .offcanvas.left {
    left: -400px;
  }
  .offcanvas.left.open {
    left: 0;
  }
  .offcanvas.right {
    left: 100%;
  }
  .offcanvas.right.open {
    left: 25%;
  }
  .offcanvas-site-wrap {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
  }
  .offcanvas-site-wrap.open.left {
    left: 400px;
  }
  .offcanvas-site-wrap.open.right {
    left: -75%;
  }
  .offcanvas-site-wrap, .offcanvas {
    transition: left 0.4s;
  }
}
/* Menus */
.offcanvas nav {
  margin-bottom: 1rem;
}

/* Big Menu */
.offcanvas nav.big li a {
  font-size: 2rem;
  color: #FFF;
  text-decoration: none;
  display: block;
}

.offcanvas nav.big li a:hover {
  color: #cc2026;
}

/* Small Menu */
.offcanvas nav.small li a {
  font-size: 1rem;
  color: #b7b7b7;
  text-decoration: none;
}

.offcanvas nav.small li a:hover {
  color: #cc2026;
}

/* Social */
.offcanvas .social {
  font-size: 0px;
  margin-bottom: 1rem;
}

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

.offcanvas .social li a {
  display: block;
}

.offcanvas .social li a svg {
  fill: #b7b7b7;
  display: block;
  width: 24px;
  height: 24px;
}

.offcanvas .social li a:hover svg {
  fill: #d8d8d8;
}

/* Open Button */
.nav-button {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  background: #7f3f98;
  border-radius: 5px;
  text-decoration: none;
  background-color: #cc2026;
  z-index: 4;
  cursor: pointer;
  display: none;
}

.nav-button .label {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -100px;
  left: -100px;
}

.nav-button .icon {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}

.nav-button .icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  margin: 0.5rem 0;
}

@media screen and (max-width: 820px) {
  .nav-button {
    display: block;
  }
}
/* Sub */
.offcanvas .sub {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #FFF;
}

.home {
  background-color: #fff;
}

/* Home Call to actions */
.home-blog {
  margin: 100px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 42em) {
  .home-blog {
    margin: 50px 0;
  }
}
.home-blog .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0 0 32px 0;
  margin: 0 0 2rem 0;
}

.home-blog .title a {
  display: block;
  float: right;
  padding: 15px 15px 13px;
  font-weight: bold;
  text-transform: unset;
  background-color: #cc2026;
  border: 2px solid #fefefe;
  color: #fff;
  margin: 0 0 0 12px;
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.home-blog .title a:hover,
.home-blog .title a:focus {
  background-color: #000;
  border-color: #fefefe;
}

.home-blog .image {
  display: block;
}

.home-blog .image:hover {
  opacity: 0.75;
}

.home-blog .hb-content h2 {
  font-size: 1.8rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  margin: 20px 0 10px 0;
}

@media screen and (max-width: 42em) {
  .home-blog .hb-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-blog .hb-content h2 a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  display: inline-block;
}
.home-blog .hb-content h2 a:hover, .home-blog .hb-content h2 a:focus {
  color: #cc2026;
}

.home-blog .hb-content .date {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  color: #757575;
  font-weight: bold;
}

.home-blog .hb-content p {
  font-size: 16px;
  font-size: 1rem;
}

.home-blog .hb-content .cat {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

.home-blog .hb-content .cat a {
  color: #757575;
  text-decoration: none;
}

.home-blog .hb-content .cat a:hover {
  color: #cc2026;
}

/* Blog Feature */
.blog-feature {
  margin-bottom: 30px;
}

/* Blog Listing */
.home-blog .blog-listing {
  position: relative;
  padding-left: 207px;
  margin-bottom: 30px;
  min-height: 129px;
}

.home-blog .blog-listing .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
}

@media screen and (max-width: 42em) {
  .home-blog .blog-listing {
    min-height: 107px;
    padding-left: 175px;
  }
  .home-blog .blog-listing .image {
    width: 160px;
  }
}
@media screen and (max-width: 36em) {
  .home-blog .blog-listing {
    padding-left: 0;
  }
  .home-blog .blog-listing .image {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 10px 0;
  }
}
.home-blog .blog-listing h3 {
  font-size: 1.3rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
}

.home-blog .blog-listing h3 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.home-blog .blog-listing h3 a:hover {
  color: #cc2026;
}

.home-blog .blog-listing .cat {
  text-transform: uppercase;
  margin: 5px 0 0 0;
  color: #757575;
  font-weight: bold;
}

/* Something */
.home-today {
  margin: 100px 0;
  text-align: center;
}

.home-today h2 {
  font-size: 32px;
  font-size: 1.8rem;
  font-family: "League Spartan", sans-serif;
  margin: 0 0 30px 0;
}

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

.homebit {
  float: left;
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #ced2d5;
}
.homebit:nth-child(2n-1) {
  border-right: 1px solid #ced2d5;
}
.homebit:last-child, .homebit:nth-last-child(2) {
  border-bottom: none;
}

.homebit a.go {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 60px 60px 60px 210px;
}

.homebit .read {
  display: inline-block;
  padding: 2px 10px;
  font-weight: bold;
  text-transform: unset;
  background-color: #cc2026;
  border: 2px solid #fefefe;
  color: #fff;
  margin: 12px 0 0 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.homebit .read:hover {
  background-color: #000;
}

.homebit .icon {
  perspective: 1000px;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 120px;
  height: 120px;
  /* flip the pane when hovered */
  /* back, initially hidden pane */
}
.homebit .icon .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.homebit .icon:hover .flipper {
  transform: rotateY(180deg);
}
.homebit .icon .front,
.homebit .icon .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.homebit .icon .front {
  background-color: #f2f2f2;
  border-radius: 50%;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.homebit .icon .front svg {
  fill: #000;
}
.homebit .icon .back {
  background-color: #cc2026;
  border-radius: 50%;
  transform: rotateY(180deg);
}
.homebit .icon .back svg {
  fill: #fff;
}
.homebit .icon svg {
  display: block;
  width: 120px;
  height: 120px;
}

.homebit h3 {
  font-weight: bold;
  font-size: 1.3rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: #000;
}

.homebit p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 60em) {
  .homebit {
    width: 100%;
    border-right: none;
  }
  .homebit:nth-child(2n-1) {
    border-right: none;
  }
  .homebit:last-child {
    border-bottom: none;
  }
  .homebit:nth-last-child(2) {
    border-bottom: 1px solid #ced2d5;
  }
  .homebit a.go {
    padding: 60px 0 60px 150px;
  }
  .homebit .icon {
    left: 0px;
  }
}
@media screen and (max-width: 42em) {
  .home-today {
    margin: 50px 0;
  }
  .home-today h2 {
    margin: 0;
  }
  .homebit a.go {
    padding: 60px 0;
    text-align: center;
  }
  .homebit .icon {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 30px auto;
  }
}
/* Recent Properties */
.recent-properties {
  padding: 0;
  background: #fff;
  padding: 100px 0;
}

@media screen and (max-width: 64em) {
  .recent-properties {
    padding: 50px 0;
  }
}
/* Home Gallery Section */
.home-gallery {
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 42em) {
  .home-gallery {
    padding: 50px 0;
  }
}
.home-gallery h2 {
  font-size: 32px;
  font-size: 1.8rem;
  font-family: "League Spartan", sans-serif;
  margin: 0 0 30px 0;
}

/* Find Agent or Office */
.find-office {
  background-color: #f2f2f2;
  padding: 0;
}

.find-office .contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-office .icon {
  width: 140px;
  height: 140px;
  margin: -60px 0;
  background-color: #000;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.find-office .icon svg {
  display: block;
  width: 120px;
  height: 120px;
  margin: 10px;
  fill: #ffffff;
}

.find-office .field {
  float: left;
  margin: 30px 0;
  padding: 0 15px;
}
@supports (display: flex) {
  .find-office .field {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@supports (display: flex) {
  .find-office .field.larger {
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
}

@supports (display: flex) {
  .find-office .field.largest {
    -ms-flex-positive: 20;
    flex-grow: 20;
  }
}

.find-office label {
  display: block;
  padding: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
}

.find-office input[type=text] {
  line-height: 36px;
  padding: 10px 18px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #fff;
  width: 100%;
  transition: 0.5s all ease;
}

.find-office input[type=text]:focus {
  border-color: #55d0ff;
  outline: none;
  box-shadow: 0px 0px 20px rgba(85, 208, 255, 0.35);
}

.find-office input[type=submit] {
  line-height: 36px;
  padding: 12px 15px 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
  background-color: #cc2026;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100%;
  height: 60px;
}

.find-office input[type=submit]:hover,
.find-office input[type=submit]:focus {
  background-color: #000;
}

@media screen and (max-width: 60em) {
  .find-office {
    padding: 10px 0;
  }
  @supports (display: flex) {
    .find-office .contain {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .find-office .field {
    margin: 10px 0;
    padding: 0;
  }
  .find-office .field.larger,
  .find-office .field.largest {
    padding-left: 155px;
  }
  @supports (display: flex) {
    .find-office .field.larger,
    .find-office .field.largest {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  }
}
@media screen and (max-width: 46em) {
  .find-office .icon {
    margin: -60px 0 0 0;
  }
  .find-office label {
    text-align: center;
  }
  .find-office .field.larger,
  .find-office .field.largest {
    padding-left: 0;
  }
}
/* Newsletter Subscription*/
.newsletter_subscription {
  background-color: #000;
  padding: 0;
  margin-bottom: 3rem;
}

.newsletter_subscription .contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter_subscription .icon {
  width: 140px;
  height: 140px;
  margin: -60px 0;
  background-color: #000;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.newsletter_subscription .icon svg {
  display: block;
  width: 120px;
  height: 120px;
  margin: 10px;
  fill: #ffffff;
}

.newsletter_subscription .field {
  float: left;
  margin: 20px 0;
  padding: 0 5px;
}
@supports (display: flex) {
  .newsletter_subscription .field {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@supports (display: flex) {
  .newsletter_subscription .field.larger {
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
}

@supports (display: flex) {
  .newsletter_subscription .field.largest {
    -ms-flex-positive: 20;
    flex-grow: 20;
  }
}

.newsletter_subscription label {
  display: block;
  line-height: 36px;
  padding: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  color: #fefefe;
}

.newsletter_subscription input[type=email] {
  line-height: 36px;
  padding: 10px 18px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #fff;
  width: 100%;
  transition: 0.5s all ease;
}

.newsletter_subscription input[type=email]:focus {
  border-color: #55d0ff;
  outline: none;
  box-shadow: 0px 0px 20px rgba(85, 208, 255, 0.35);
}

.newsletter_subscription input[type=submit] {
  line-height: 36px;
  padding: 10px 18px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
  background-color: #000;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100%;
}

.newsletter_subscription input[type=submit]:hover,
.newsletter_subscription input[type=submit]:focus {
  background-color: #cc2026;
}

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

@media screen and (max-width: 60em) {
  .newsletter_subscription {
    padding: 10px 0;
  }
  @supports (display: flex) {
    .newsletter_subscription .contain {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .newsletter_subscription .field {
    margin: 10px 0;
    padding: 0;
  }
  .newsletter_subscription .field.larger,
  .newsletter_subscription .field.largest {
    padding-left: 155px;
  }
  @supports (display: flex) {
    .newsletter_subscription .field.larger,
    .newsletter_subscription .field.largest {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  }
}
@media screen and (max-width: 46em) {
  .newsletter_subscription .icon {
    margin: -60px 0 0 0;
  }
  .newsletter_subscription label {
    text-align: center;
  }
  .newsletter_subscription .field.larger,
  .newsletter_subscription .field.largest {
    padding-left: 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: 1px solid #dddddd;
  list-style: none;
  padding: 0;
}

.sidebar-nav ul li.current > a {
  font-weight: bold;
  color: #cc2026;
}

.sidebar-nav ul li.section > a {
  font-weight: bold;
  color: #cc2026;
  border-bottom: 1px solid #cc2026;
}

.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.4;
  transition: all 100ms ease 0s;
  position: relative;
  left: 0px;
}
.sidebar-nav ul li a:hover {
  color: #cc2026;
}

.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: #cc2026;
}

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

.sidebar-nav ul li ul li a {
  background: none;
  color: #555555;
  padding: 6px 12px;
}
.sidebar-nav ul li ul li a:hover {
  background-color: transparent;
  color: #cc2026;
}

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

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

.promo {
  background-position: center;
  background-size: cover;
  text-align: center;
  background-color: #000;
  border-top: 2px solid #fff;
}

.promo .overlay {
  padding: 170px 0;
}

.promo h2 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-family: "League Spartan", sans-serif;
}

.promo a.button {
  display: inline-block;
  padding: 15px 15px 13px;
  text-transform: unset;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #fff;
  margin: 0 0 10px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.promo a.button:hover,
.promo a.button:focus {
  border-color: #cc2026;
  background-color: #cc2026;
}

@media screen and (max-width: 42em) {
  .promo .overlay {
    padding: 60px 0;
  }
  .promo h2 {
    font-size: 1.6rem;
  }
  .promo a.button {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* Page Banner */
.page-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* */
.basic-area {
  padding: 30px 0;
}

.property-banner {
  position: relative;
  background-color: #000;
}

@media only screen and (min-width: 481px) {
  .property-banner .overlay {
    position: absolute;
    bottom: -4px;
  }
}
.property-banner .overlay {
  position: absolute;
  bottom: 5rem;
  right: 10vw;
  color: #fff;
  z-index: 5;
}

.property-banner h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  margin: 0 0 8px 0;
}

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

.property-banner button {
  float: right;
  width: 52px;
  position: relative;
  color: #fff;
  margin-left: 10px;
}

.property-banner button:focus {
  outline: none;
}

.property-banner button span {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 56px;
  line-height: 1.4;
  text-transform: unset;
  opacity: 0.5;
  transition: 0.5s all ease;
}

.property-banner button:hover span,
.property-banner button:focus span {
  opacity: 0.8;
}

.property-banner button.save svg.pre,
.property-banner button.save svg.post,
.property-banner button.shortlisted svg.pre,
.property-banner button.shortlisted svg.post {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 64em) {
  .property-banner .overlay {
    bottom: 1rem;
    right: 5vw;
  }
  .property-banner h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .property-banner p {
    font-size: 16px;
    font-size: 1rem;
  }
  .property-banner button svg {
    height: 32px;
    width: 32px;
  }
  .property-banner button span {
    font-size: 9px;
    margin-top: 4px;
    line-height: 1.3;
  }
}
/* Property Details */
.property-top {
  padding-bottom: 20px;
}

@media screen and (max-width: 64em) {
  .property-top {
    padding-bottom: 15px;
  }
}
.property-top .property-info {
  line-height: 24px;
  font-size: 16px;
  font-size: 1rem;
}

.property-top .property-info .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.property-top .property-info .title span {
  font-weight: bold;
}
.property-top .property-info .title span.size {
  color: #cc2026;
}

.property-top .details {
  font-size: 18px !important;
  color: #162a48;
  margin-top: 10px;
}

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

@media screen and (max-width: 40em) {
  .property-top .details {
    text-align: left;
  }
  .property-top .details span {
    margin: 0 15px 0 0;
  }
}
.property-top .details svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  fill: #000;
}

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

@media screen and (max-width: 64em) {
  .property-content {
    padding: 20px 0 50px;
  }
}
.description .desc-content {
  position: relative;
  max-height: 200px;
  transition: 0.5s all ease;
  overflow: hidden;
}

.description .desc-content.show {
  max-height: 800px;
}

.description .desc-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white);
  transition: 0.5s all ease;
}

.description .desc-content.show:after {
  height: 0px;
}

.description .toggler {
  font-weight: bold;
  color: #cc2026;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
}

.description .toggler:hover,
.description .toggler:focus {
  opacity: 0.75;
}

.info-table {
  display: table;
  margin: 50px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.info-table .ir-row {
  display: table-row;
  width: 100%;
}

.ir-it {
  display: table;
  width: 100%;
  padding: 10px 10px 10px 0;
}

.info-table .ir-row > div {
  display: table-cell;
  width: 50%;
}

.strong {
  font-weight: bold;
}

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

.side-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.side-content {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.side-content .add {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 0;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.side-content .add svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.calendar-btn {
  padding: 1rem;
  background: #dddee0;
  width: 100%;
}
.calendar-btn:hover {
  background: #000;
  color: #ffffff;
}

.side + .downloads {
  margin-top: 30px;
}

.downloads {
  margin: 20px 0;
}

a.down-button {
  background-color: #dddee0;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 16px 10px;
  text-decoration: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  transition: 0.5s all ease;
  font-weight: bold;
  position: relative;
}
a.down-button span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

svg#line-document {
  padding: 10px;
}

a.list-inspect {
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 2px 6px;
  margin: 8px 0 0 0;
  transition: 0.5s background-color ease;
}

a.list-inspect:hover {
  background-color: #cc2026;
}

a.down-button svg {
  fill: #fff;
  display: block;
  width: 52px;
  height: 52px;
}

a.down-button:hover {
  background-color: #000;
  color: #ffffff;
}

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

.share .title {
  font-size: 16px;
  font-size: 1rem;
  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: #000;
  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: #cc2026;
}

@media screen and (min-width: 64em) {
  .pc-move {
    padding-right: 70px;
  }
}
/* Gallery */
.property-gallery {
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #fff;
}

.property-gallery .gallery .slide .mask:before,
.property-gallery .gallery .slide .mask:after {
  background-color: transparent;
  border: none;
}

/* Less than 3 images */
.not-many-images {
  background-color: #000;
}

.not-many-images .image-holder {
  float: left;
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.not-many-images .image-holder:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.not-many-images .image-holder .image {
  padding-top: 66.625%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 40em) {
  .not-many-images .image-holder {
    width: 100%;
    float: none;
  }
  .not-many-images .image-holder:first-child:before {
    top: 100%;
    left: 0;
    margin-top: -1px;
    margin-left: 0px;
    width: 100%;
    height: 2px;
  }
}
/* Map */
.responsive-map {
  height: 520px;
}

@media screen and (max-width: 64em) {
  .responsive-map {
    height: 320px;
  }
}
.map-marker {
  width: 60px;
  height: 85px;
  background: url("../img/marker.svg");
}

.location-title {
  font-size: 24px;
  line-height: 1.4;
}

.location-title a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.location-title a:hover,
.location-title a:focus {
  color: #cc2026;
}

/* Agents */
.agents {
  padding: 80px 0;
  background-color: #f2f2f2;
  color: #000;
}
.agents .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agents .row .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 64em) {
  .agents {
    padding: 50px 0;
  }
}
@media screen and (max-width: 42em) {
  .agents {
    padding: 20px 0;
  }
}
.agents .title {
  margin: 15px 0 30px 0;
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
}

.agents .side {
  margin: 15px 0 30px 0;
  color: #000;
}

.agents .info {
  font-size: 16px;
  line-height: 1.4;
  font-size: 1rem;
  margin: 10px 0;
}

.agents .info strong {
  font-weight: bold;
}

.agents .go-button {
  display: block;
  text-decoration: none;
  background-color: #cc2026;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  padding: 10px 18px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
  position: relative;
  font-weight: bold;
  text-align: center;
  transition: 0.5s all ease;
}
.agents .go-button span {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
.agents .go-button svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.agents .go-button:hover, .agents .go-button:focus {
  background-color: #000;
}

.agents .agent-logo {
  display: inline-block;
  background-color: #cc2026;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
  width: 72px;
  height: 72px;
  padding: 14px;
}
.agents .agent-logo svg {
  display: block;
  width: 44px;
  height: 44px;
  fill: #fff;
}
.agents .agent-logo .name {
  color: #cc2026;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  width: 16rem;
}

.agents .agent {
  margin: 15px 0;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.agents .agent-mini {
  margin: 15px 0;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0.3s ease;
}

.agents .agent:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.25);
}

.agents .agent-mini:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.25);
}

.agents .agent .image {
  display: block;
  background-color: #000;
  background-position: center;
  background-size: cover;
  padding-top: 66.625%;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.agents .agent .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}

.agents .agent-mini .image {
  display: block;
  background-color: #000;
  background-position: center;
  background-size: cover;
  padding-top: 66.625%;
  position: relative;
  overflow: hidden;
  min-height: 170px;
  filter: grayscale(1);
}
.agents .agent-mini .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}

.agents .agent .cont {
  position: relative;
  border-top: none;
}

.agents .agent-mini .cont {
  position: relative;
  border: 1px solid #ced2d5;
  border-top: none;
}

.agents .agent .cont .text-holder {
  padding: 20px 20px 5px 20px;
  height: 180px;
}

.agents .agent-mini .cont .text-holder {
  padding: 30px 30px 5px 30px;
  height: 132px;
}

.agents .agent .cont .button-holder {
  padding: 5px 20px 30px 20px;
  font-size: 0;
}

.agents .agent-mini .cont .button-holder {
  padding: 5px 30px 30px 30px;
  font-size: 0;
}

.agents .agent .name {
  font-size: 1.25rem;
  font-weight: bold;
}
.agents .agent .name a {
  color: #000;
  text-decoration: none;
}
.agents .agent .name a:hover {
  color: #cc2026;
}

.agents .agent-mini .name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
}
.agents .agent-mini .name a {
  color: #000;
  text-decoration: none;
}
.agents .agent-mini .name a:hover {
  color: #cc2026;
}

/*.agent.iseeyou .button-holder .agent-button {
    padding: 15px 15px 13px;
    margin-top: 1rem;
}
.agent.iseeyou .button-holder .custom-button {
	padding: 15px 15px 13px;
	margin-top: 1rem;
}*/
.agent-content .button-holder .custom-button {
  padding: 15px 15px 13px;
  margin-top: 1rem;
}

.agent.iseeyou .pos {
  width: 100%;
  text-overflow: ellipsis;
}

.agent-contact {
  font-size: 20px;
  font-size: 1.15rem;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin: 0.75rem 0 0.5rem;
}

.agent-contact a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
  font-size: 1rem;
}

.agent-contact a:hover,
.agent-contact a:focus {
  color: #cc2026;
}

.agent-contact .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.agent-contact .icon svg {
  width: 24px;
  height: 24px;
}

.button-holder .agent-button {
  font-family: "League Spartan", sans-serif;
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 15px 13px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #cc2026;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.button-holder .agent-button span {
  display: inline-block;
}
.button-holder .agent-button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.button-holder .agent-button:hover, .button-holder .agent-button:focus {
  background-color: #000;
  color: #fefefe;
  border-color: #fefefe;
  box-shadow: none;
}
.button-holder .agent-button:hover svg, .button-holder .agent-button:focus svg {
  fill: #fefefe;
}

.button-holder .custom-button {
  font-family: "League Spartan", sans-serif;
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 18px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.button-holder .custom-button span {
  display: inline-block;
}
.button-holder .custom-button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.button-holder .custom-button:hover, .button-holder .custom-button:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
  box-shadow: none;
}
.button-holder .custom-button:hover svg, .button-holder .custom-button:focus svg {
  fill: #000;
}

.button-holder .agent-button.withicon {
  padding: 10px 18px 10px 46px;
}

.button-holder .custom-button.withicon {
  padding: 10px 18px 10px 46px;
}

.iseeyou {
  opacity: 1 !important;
}

.details p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.loadingText {
  color: white;
  text-align: center;
  min-height: 178px;
}

.loadingText span {
  background: url(../img/logo.svg);
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-color: #cc2026;
  animation: bounce 1.5s infinite;
}

.loader .shadow {
  margin-top: 25px;
  background-color: #1f1f1f;
}

.fadein {
  opacity: 0;
  transition: 0s;
}

.show {
  opacity: 1;
  transition: opacity 0.5s;
}

#addeventatc1-drop.selected {
  opacity: 1;
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999;
  display: block;
}

#addeventatc1-drop {
  width: 230px;
  position: absolute;
  left: auto;
  top: -50px;
  right: 5px;
  padding: 6px 0px 0px 0px;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: 1;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#addeventatc1-drop a {
  color: #b53a1b;
  background-size: 22px 100%;
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  transition: background-color 0.3s;
}
#addeventatc1-drop a span {
  padding: 14px 10px 14px 25px;
  display: block;
}
#addeventatc1-drop a :hover {
  background: #eee;
}

.success-message {
  font-size: 40px;
  color: green;
  border: 1px green;
  background-color: #cfc;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.success-message small {
  font-size: 60%;
}

.office {
  margin: 15px 0;
}

.office-info {
  padding: 30px;
  border: 1px solid #ced2d5;
  border-top: none;
  height: 252px;
}

.office-info h2 {
  color: #000;
  font-size: 24px;
  font-size: 1.8rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  margin: 0;
}
.office-info h2 a {
  color: #000;
  text-decoration: none;
}
.office-info h2 a:hover, .office-info h2 a:focus {
  color: #cc2026;
}

.office-content p {
  margin: 10px 0;
}

.office-links a {
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  padding: 10px 18px;
  margin: 10px 10px 0 0;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #cc2026;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.office-links a span {
  display: inline-block;
}
.office-links a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.office-links a:hover, .office-links a:focus {
  background-color: #fff;
  color: #cc2026;
  border-color: #cc2026;
}
.office-links a:hover svg, .office-links a:focus svg {
  fill: #cc2026;
}

.office-links a.withicon {
  padding: 10px 18px 10px 46px;
}

/* Agent Page */
.agent-img {
  margin: 15px 0;
}

.agent-img img {
  display: block;
  width: 100%;
}

.agent-content h1 {
  margin: 15px 0 10px 0;
  font-size: 2.5rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: #000;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
}

.agent-content .pos {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.agent-content .desc {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 32px;
  position: relative;
}
.agent-content .desc svg {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  fill: #000;
}
.agent-content .desc a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.agent-content .desc a:hover,
.agent-content .desc a:focus {
  color: #cc2026;
}

.office-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sitemap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  padding-bottom: 100px;
}
#sitemap > li:first-of-type {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#sitemap > li {
  -ms-flex: 1 1 19%;
  flex: 1 1 19%;
  list-style: none;
  padding: 1rem 0.25rem;
  margin: 0;
  background: #eaebed;
  font-size: 1.5rem;
  text-align: center;
}
#sitemap > li ul, #sitemap > li ol {
  text-align: left;
}
#sitemap > li ul li, #sitemap > li ol li {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #sitemap > li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.page-banner {
  background-color: #000;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.page-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 250px 0 90px 0;
}

@media screen and (max-width: 64em) {
  .page-banner .overlay {
    padding: 60px 0 60px 0;
  }
}
.page-banner h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  margin: 0;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.page-banner .break {
  height: 2px;
  width: 100px;
  background-color: #cc2026;
  background: linear-gradient(to right, #cc2026 0%, #cc2026 100%);
  margin: 20px auto 20px auto;
}

.page-banner .breadcrumbs {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  margin: 15px 0 0 0;
}

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

.page-banner .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.main-breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-breadcrumb .breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.main-breadcrumb .breadcrumbs a {
  color: #000;
}
.main-breadcrumb .breadcrumbs a:hover {
  color: #cc2026;
}

* {
  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 {
  color: #000;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 15px;
}
.content h1 {
  font-size: 2.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 40rem) {
  .content h1 {
    font-size: 2rem;
  }
}
.content h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 40rem) {
  .content h2 {
    font-size: 1.875rem;
  }
}
.content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content h4 {
  font-size: 1.375rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content h6 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content img {
  margin: 1.125rem 0;
  max-width: 100%;
}
.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: #000;
  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.5rem 0;
}
.content ul > li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin: 0.5rem 0 0.5rem 2rem;
}
.content ul > li > * {
  margin: 0;
}
.content ol {
  list-style: decimal;
  counter-reset: item;
}
.content ol > li {
  counter-increment: item;
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0.5rem 2rem;
}
.content ol > li > * {
  margin: 0;
}
.content ol > li::marker {
  content: counters(item, ".") ". ";
}
.content ul li p,
.content ol li p {
  font-size: 1rem;
}
.content table {
  max-width: 100%;
  margin: 8px 0;
  color: #000;
  line-height: 1.8rem;
  border-width: 1px;
  border-color: #000;
  border-collapse: collapse;
}
.content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #000;
  text-align: left;
  font-weight: bold;
}
.content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #000;
}
.content .left,
.content .leftAlone {
  float: left;
  clear: left;
  max-width: 99%;
  margin-right: auto;
}
.content .right,
.content .rightAlone {
  float: right;
  clear: right;
  max-width: 99%;
  margin-left: auto;
}
.content .leftAlone,
.content .rightAlone,
.content .center {
  display: block;
  clear: both;
  float: none;
}
.content .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.content .left img,
.content .right img {
  float: none;
  margin: 0;
}
.content img.left,
.content .captionImage.left,
.content img.floatleft {
  float: left;
  max-width: 96%;
  margin: 1.125rem 4% 1.125rem 0;
}
.content img.right,
.content .captionImage.right,
.content img.floatright {
  float: right;
  max-width: 96%;
  margin: 1.125rem 0 1.125rem 4%;
}
.content .captionImage,
.content .embed,
.content .media {
  position: relative;
  max-width: 100%;
}
.content .captionImage img,
.content .embed img,
.content .media img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0;
}
.content .captionImage p.caption,
.content .embed p.caption,
.content .media p.caption {
  font-style: italic;
  color: white;
  background: #8a8a8a;
  font-size: 1rem;
  padding: 0 10px 5px;
  margin: 0;
  width: 100%;
  max-width: unset;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.content .media,
.content .embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  /* overflow: hidden; */ /* Can't hide overflow because might be caption */
  width: 100% !important; /* CMS forces inline style 600px */
  margin: 1rem 0;
}
.content .media iframe,
.content .media object,
.content .media embed,
.content .embed iframe,
.content .embed object,
.content .embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-content {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 800px) {
  .mainstuff {
    padding-left: 2rem;
  }
}
.userform .checkboxset legend.left,
.userform .optionset legend.left {
  float: none;
  font-size: 1.25rem;
}

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

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

/* Enquiry Form */
.custom-form {
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #222222;
}

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

/* Messages (eg. Validation Messages) */
.custom-form label.error {
  display: none !important;
}
.custom-form .message {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  background: #e3eff2;
  border: 1px solid #abc3ca;
  color: rgb(4, 70, 111);
  border-radius: 5px;
  float: left;
  width: 100%;
}
.custom-form .message.good, .custom-form .message.success {
  background: rgb(225, 245, 225);
  color: darkgreen;
  border-color: rgb(156, 210, 156);
}
.custom-form .message.bad, .custom-form .message.error, .custom-form .message.required, .custom-form .message.validation {
  background: #fae4e8;
  color: rgb(126, 7, 20);
  border-color: #d29ca6;
}

.custom-form:not(:has(.userform)) .message.error {
  display: none !important;
}

.custom-form {
  /* Middle Column - Basic Styles */
  /* Field Labels */
  /* Fields */
  /* Checkboxes and Radios */
  /* Inputs */
  /* Select fields */
  /* End of form */
  /* Submit Buttons */
  /* Reset Buttons */
  /* Content in forms */
}
.custom-form .middleColumn {
  position: relative;
  /* Validation Errors */
}
.custom-form .middleColumn .message.required {
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0.925;
  width: auto;
}
.custom-form .middleColumn .message.required:after, .custom-form .middleColumn .message.required:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.custom-form .middleColumn .message.required:after {
  border-color: rgba(250, 228, 232, 0);
  border-bottom-color: #fae4e8;
  border-width: 10px;
  margin-left: -10px;
}
.custom-form .middleColumn .message.required:before {
  border-color: rgba(210, 156, 166, 0);
  border-bottom-color: #d29ca6;
  border-width: 11px;
  margin-left: -11px;
}
.custom-form label {
  color: #222222;
  display: block;
  padding: 0px 0px 12px 0px;
  font-size: 16px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
.custom-form .requiredField > label:after {
  content: " *";
  color: rgb(48, 126, 192);
}
.custom-form .field {
  float: left;
  width: 100%;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}
.custom-form .field.half {
  width: 48.5%;
  margin-right: 3%;
}
.custom-form .field.half.last {
  margin-right: 0;
}
.custom-form .field.third {
  width: 31.333333%;
  margin-right: 3%;
}
.custom-form .field.third.last {
  margin-right: 0;
}
.custom-form ul {
  margin: 0;
  padding: 0;
}
.custom-form ul.optionset li,
.custom-form .optionset .middleColumn > div {
  list-style: none;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
}
.custom-form ul label,
.custom-form .contact-options label,
.custom-form .field.checkbox label,
.custom-form .optionset .middleColumn > div > label {
  float: none;
  text-align: left;
  color: #555555;
  padding: 0 0 0 30px;
}
.custom-form .radio-field label,
.custom-form .checkbox-field label {
  margin: 0;
  padding: 0;
  color: #6d717b;
  font-weight: normal;
  position: relative;
}
.custom-form .radio-field label:hover,
.custom-form .checkbox-field label:hover {
  color: #343b41;
}
.custom-form input[type=radio],
.custom-form input[type=checkbox] {
  margin: 6px 0 2px 0;
  padding: 0;
  float: left;
}
.custom-form input[type=text],
.custom-form input[type=password],
.custom-form input[type=email],
.custom-form input[type=tel],
.custom-form input[type=file],
.custom-form textarea {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 1px solid #9fafba;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 12px;
  margin: 0;
  transition: border 0.5s;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* Placeholder */
}
.custom-form input[type=text]:disabled,
.custom-form input[type=password]:disabled,
.custom-form input[type=email]:disabled,
.custom-form input[type=tel]:disabled,
.custom-form input[type=file]:disabled,
.custom-form textarea:disabled {
  background-color: #e5ebef;
  opacity: 0.5;
}
.custom-form input[type=text].required,
.custom-form input[type=password].required,
.custom-form input[type=email].required,
.custom-form input[type=tel].required,
.custom-form input[type=file].required,
.custom-form textarea.required {
  border-color: #d34151;
  box-shadow: 0 0 2px rgba(229, 128, 139, 0.5);
}
.custom-form input[type=text].valid,
.custom-form input[type=password].valid,
.custom-form input[type=email].valid,
.custom-form input[type=tel].valid,
.custom-form input[type=file].valid,
.custom-form textarea.valid {
  border-color: #53c74b;
  box-shadow: 0 0 2px rgba(128, 242, 115, 0.5);
  color: darkgreen;
}
.custom-form input[type=text].valid:focus, .custom-form input[type=text].required:focus, .custom-form input[type=text]:focus,
.custom-form input[type=password].valid:focus,
.custom-form input[type=password].required:focus,
.custom-form input[type=password]:focus,
.custom-form input[type=email].valid:focus,
.custom-form input[type=email].required:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=tel].valid:focus,
.custom-form input[type=tel].required:focus,
.custom-form input[type=tel]:focus,
.custom-form input[type=file].valid:focus,
.custom-form input[type=file].required:focus,
.custom-form input[type=file]:focus,
.custom-form textarea.valid:focus,
.custom-form textarea.required:focus,
.custom-form textarea:focus {
  outline: none;
  border: 1px solid #23b7fb;
  box-shadow: 0 0 3px rgb(98, 206, 255);
}
.custom-form input[type=text]::-webkit-input-placeholder,
.custom-form input[type=password]::-webkit-input-placeholder,
.custom-form input[type=email]::-webkit-input-placeholder,
.custom-form input[type=tel]::-webkit-input-placeholder,
.custom-form input[type=file]::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
  color: #becad2;
}
.custom-form input[type=text]:-moz-placeholder,
.custom-form input[type=password]:-moz-placeholder,
.custom-form input[type=email]:-moz-placeholder,
.custom-form input[type=tel]:-moz-placeholder,
.custom-form input[type=file]:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
  color: #becad2;
}
.custom-form input[type=text]::-moz-placeholder,
.custom-form input[type=password]::-moz-placeholder,
.custom-form input[type=email]::-moz-placeholder,
.custom-form input[type=tel]::-moz-placeholder,
.custom-form input[type=file]::-moz-placeholder,
.custom-form textarea::-moz-placeholder {
  color: #becad2;
}
.custom-form input[type=text]:-ms-input-placeholder,
.custom-form input[type=password]:-ms-input-placeholder,
.custom-form input[type=email]:-ms-input-placeholder,
.custom-form input[type=tel]:-ms-input-placeholder,
.custom-form input[type=file]:-ms-input-placeholder,
.custom-form textarea:-ms-input-placeholder {
  color: #becad2;
}
.custom-form textarea {
  overflow: auto;
  resize: vertical;
}
.custom-form select {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  height: auto;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  outline: none;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  margin: 0;
  position: relative;
  border: 1px solid #9fafba;
  box-shadow: 0px 1px 3px rgba(199, 201, 218, 0.15);
  background: rgb(240, 242, 244);
  background: linear-gradient(to bottom, rgb(240, 242, 244) 0%, rgb(231, 235, 238) 100%);
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='%23222222'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 17px;
}
.custom-form select:hover {
  background: rgb(241, 243, 245);
  background: linear-gradient(to bottom, rgb(241, 243, 245) 0%, rgb(233, 236, 239) 100%);
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='%23222222'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 17px;
}
.custom-form select.valid:focus, .custom-form select.required:focus, .custom-form select:focus {
  outline: none;
  border: 1px solid #23b7fb;
  box-shadow: 0 0 3px rgba(98, 206, 255, 0.5);
}
.custom-form .Actions:after {
  content: "";
  display: table;
  clear: both;
}
.custom-form input[type=submit],
.custom-form input[type=button],
.custom-form button {
  display: inline-block;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  padding: 20px 24px;
  padding: 15px 15px 13px;
  border: solid 2px #fefefe;
  outline: none;
  color: #ffffff;
  min-width: 180px;
  text-align: center;
  background-color: #cc2026;
  border-radius: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.custom-form input[type=submit]:hover,
.custom-form input[type=button]:hover,
.custom-form button:hover {
  background-color: #000;
}
.custom-form input[type=reset] {
  font-size: 16px;
  font-size: 1rem;
  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;
}
.custom-form input[type=reset]:hover {
  opacity: 0.75;
}
.custom-form p {
  color: #4a4b4d;
  font-size: 1em;
  line-height: 1.65em;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}
.custom-form h1,
.custom-form h2,
.custom-form h3,
.custom-form h4,
.custom-form h5,
.custom-form h6 {
  color: #222222;
  font-size: 1.25em;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: 700;
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}
.custom-form h1,
.custom-form h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 1.5em;
}
.custom-form p#ForgotPassword {
  padding: 16px 0px 0px 0px;
}
.custom-form a {
  color: #128eb7;
  text-decoration: none;
  position: relative;
}
.custom-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: 1rem;
}
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;
}

/* Multi Step Progress */
.userform-progress .current-step-number,
.userform-progress .total-step-number {
  font-weight: bold;
}
.userform-progress .progress {
  position: relative;
  height: 0.5em !important;
  background: #eee;
  border-radius: 0.25em;
}
.userform-progress .progress-bar {
  position: absolute;
  height: 0.5em !important;
  background: #cc2026 !important;
  border-radius: 0.25em;
}
.userform-progress .step-buttons {
  margin: 0.75rem 0;
  margin-left: 0;
  position: relative;
  font-size: 0;
}
@supports (display: flex) {
  .userform-progress .step-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.userform-progress .step-buttons li {
  position: relative;
}
.userform-progress .step-buttons li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 25px;
  width: 70px;
  height: 2px;
  background-color: #eee;
}
.userform-progress .step-buttons li + li.current:before {
  background-color: rgba(204, 32, 38, 0.5);
}
.userform-progress .step-buttons button {
  width: 50px;
  height: 50px;
  min-width: 0px;
  line-height: 50px;
  padding: 0;
  margin: 10px;
  margin: 0.75rem;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  opacity: 1;
  left: auto !important;
  margin-left: 0 !important;
}
.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  background: #cc2026;
  color: #fff;
}
.userform-progress .step-button-jump {
  background: #eee;
  color: #cc2026;
}

.step-navigation .step-buttons {
  margin-left: 0;
}
.step-navigation .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

@media all and (max-width: 40.063em) {
  form .field.half,
  form .field.third {
    width: 100%;
    margin-right: 0;
  }
}
.userform .field label.right {
  color: #555;
  font-weight: 400;
  font-size: 1rem;
}

/* Loading */
.loading {
  padding-top: 66.625%;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}

/* Top */
.results-top {
  margin: 0 0 15px 0;
}

.results-top .rt-left {
  float: left;
}

.results-top .rt-right {
  float: right;
  text-align: right;
  line-height: 32px;
}

.results-top button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  margin: 0 8px 0 0;
  color: #929699;
  outline: none;
}
.results-top button svg {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  fill: #929699;
}

.results-top .rt-right label {
  font-size: 16px;
  font-size: 1rem;
  float: left;
  line-height: 32px;
  margin: 0 10px 0 0;
}

.results-top select {
  display: block;
  width: auto;
  width: 140px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  height: 32px;
  color: #000;
}

.results-top button.active,
.results-top button:hover,
.results-top button:focus {
  color: #000;
}
.results-top button.active svg,
.results-top button:hover svg,
.results-top button:focus svg {
  fill: #cc2026;
}

/* Filters */
.search-filters {
  /* removed for client  */
  /*background: linear-gradient(to top, #4b4f52 0%, #29292a 100%);*/
  border-bottom: 2px solid #FFF;
  position: relative;
  background-size: cover;
  background-position: center;
}
.search-filters .overlay {
  padding: 102px 0 0 0;
}

.nosearch .search-filters {
  display: none;
}

.content-above {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 64em) {
  .content-above {
    margin: 30px 0 0 0;
  }
}
/* Form */
.search-filters form {
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
@supports (display: flex) {
  .search-filters form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -1%;
  }
}
.search-filters form #suggestions {
  position: absolute;
  width: calc(100% + 1.5px);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  max-height: 200px;
  overflow-y: auto;
}
.search-filters form #suggestions .suggestion-item {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
}

.search-filters form label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0;
  color: #FFF;
}

.search-filters form .field {
  margin: 10px 1%;
  float: left;
  width: 14.666666%;
}
@supports (display: flex) {
  .search-filters form .field {
    -ms-flex-preferred-size: 14.666666%;
    flex-basis: 14.666666%;
    margin: 10px 1%;
    width: auto;
  }
}

.search-filters form .extra-fields .field {
  width: 17.6%;
  margin: 10px 1.2%;
}
@supports (display: flex) {
  .search-filters form .extra-fields .field {
    -ms-flex-preferred-size: 17.6%;
    flex-basis: 17.6%;
  }
}

.search-filters form .field.larger {
  margin: 10px 1%;
  float: left;
  width: 64.666666%;
}
@supports (display: flex) {
  .search-filters form .field.larger {
    -ms-flex-preferred-size: 64.666666%;
    flex-basis: 64.666666%;
    margin: 10px 1%;
    width: auto;
  }
}

.search-filters form .extra-fields {
  text-align: left;
  width: 83.333333%;
}
@supports (display: flex) {
  .search-filters form .extra-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-filters form input,
.search-filters form select,
#dateFilter,
#purposeFilter,
.search-filters form button[type=submit] {
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 15px;
  background: #fff;
  border: 2px solid #ddd;
  height: 54px;
  color: #000;
}

.search-filters form input:focus,
.search-filters form select:focus {
  border-color: #55d0ff;
  outline: none;
  box-shadow: 0px 0px 20px rgba(85, 208, 255, 0.35);
}

.search-filters form button[type=submit] {
  background-color: #cc2026;
  color: #FFF;
  font-weight: bold;
}

.search-filters form .field.showmore {
  text-align: center;
  width: 26%;
  display: none;
}
@supports (display: flex) {
  .search-filters form .field.showmore {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    margin: 10px 1%;
    width: auto;
  }
}

.search-filters .showmore button.moreoptions {
  background-color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  top: 100%;
  left: 0;
  line-height: 20px;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 10px;
  height: 54px;
  color: #fff;
}

.search-filters .showmore button.moreoptions:hover,
.search-filters .showmore button.moreoptions:focus {
  background-color: #cc2026;
  color: #FFF;
}

.search-filters .showmore button.moreoptions .center {
  position: relative;
  padding-right: 20px;
}

.search-filters .showmore button.moreoptions:focus {
  outline: none;
  transition: 0.5s all ease;
}

.search-filters .showmore button.moreoptions .less {
  display: none;
}

.search-filters .showmore button.moreoptions.toggled .less {
  display: inline;
}

.search-filters .showmore button.moreoptions.toggled .more {
  display: none;
}

.search-filters .showmore button.moreoptions.toggled svg {
  transform: rotate(180deg);
}

.search-filters .showmore button.moreoptions svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.search-filters .showmore button.moreoptions:hover svg {
  animation: flow 1 0.5s ease;
}

.search-filters .showmore button.moreoptions.toggled:hover svg {
  animation: none;
}

@media screen and (max-width: 64em) {
  .search-filters form .field.showmore {
    display: block;
  }
  @supports (display: flex) {
    .search-filters form .field.showmore {
      display: -ms-flexbox;
      display: flex;
    }
  }
  .search-filters form .extra-fields {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    transition: 0.5s height ease, 0.5s opacity ease;
  }
  .search-filters form .extra-fields.show {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .search-filters form .extra-fields .field {
    width: 18%;
    margin: 8px 1%;
  }
  @supports (display: flex) {
    .search-filters form .extra-fields .field {
      -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
    }
  }
  .search-filters .overlay {
    padding: 0;
  }
  .search-filters form .field {
    margin: 8px 1%;
    width: 26%;
  }
  @supports (display: flex) {
    .search-filters form .field {
      -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
      width: auto;
    }
  }
  .search-filters form .field.search-field {
    margin: 8px 1% 8px auto;
    width: 26%;
  }
  @supports (display: flex) {
    .search-filters form .field.search-field {
      -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
      width: auto;
    }
  }
  .search-filters form .field.larger {
    width: 42%;
    margin: 8px 1%;
  }
  @supports (display: flex) {
    .search-filters form .field.larger {
      -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
      width: auto;
    }
  }
}
@media screen and (max-width: 48em) {
  .search-filters form .extra-fields.show .field {
    width: 31.333333%;
    margin: 5px 1%;
  }
  @supports (display: flex) {
    .search-filters form .extra-fields.show .field {
      -ms-flex-preferred-size: 31.333333%;
      flex-basis: 31.333333%;
      width: auto;
    }
  }
  .search-filters form .field,
  .search-filters form .field.larger {
    width: 98%;
    margin: 5px 1%;
  }
  @supports (display: flex) {
    .search-filters form .field,
    .search-filters form .field.larger {
      -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
      width: auto;
    }
  }
  .search-filters form .field.showmore,
  .search-filters form .field.search-field {
    margin: 8px 1%;
    width: 48%;
  }
  @supports (display: flex) {
    .search-filters form .field.showmore,
    .search-filters form .field.search-field {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      width: auto;
    }
  }
}
@media screen and (max-width: 28em) {
  .search-filters form .extra-fields.show .field {
    width: 98%;
    margin: 5px 1%;
  }
  @supports (display: flex) {
    .search-filters form .extra-fields.show .field {
      -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
      width: auto;
    }
  }
}
/* 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: #cc2026;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ced2d5;
  border-right: none;
  min-width: 40px;
}
.pagination li a:hover {
  background-color: #cc2026;
  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: #000;
  cursor: auto;
}

.pagination li.prev a,
.pagination li.next a {
  color: #cc2026;
  padding: 12px 16px;
  min-width: 130px;
  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: #cc2026;
  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%;
  }
}
/* Search */
.searchResults .whatResults {
  padding: 32px;
  padding: 2rem;
  margin: 1rem 0;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #bec5ca;
}
.searchResults .whatResults h1 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: #cc2026;
  margin: 0;
  font-family: "League Spartan", sans-serif;
}
.searchResults .whatResults h2,
.searchResults .whatResults h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: #cc2026;
  margin: 0;
  font-family: "League Spartan", sans-serif;
}
.searchResults .whatResults p {
  font-size: 16px;
  font-size: 1rem;
  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: #cc2026;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
}
.searchResults ul li h4 a {
  color: #cc2026;
  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: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.searchResults ul li a.readMoreLink {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 1;
  text-transform: unset;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 15px 15px 13px;
  border: 2px solid #cc2026;
  color: #cc2026;
  font-weight: bold;
}
.searchResults ul li a.readMoreLink:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #cc2026;
}

@media screen and (min-width: 760px) {
  section.basic-area .row .large-12 {
    position: relative;
  }
  section.basic-area .row .large-12 #Content.searchResults .rt-right {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    z-index: 1;
  }
  .sec-title.agent-listing-title {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .sec-title .sec-title.agent-listing-title ul li:first-child a {
    margin-left: 0;
  }
}
.map-area {
  padding-top: 30px;
  padding-left: 400px;
  padding-bottom: 30px;
  position: relative;
}
.map-area .property-info {
  max-height: 180px;
  height: unset;
}

.map-left {
  padding: 0 0.9375rem;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: calc(100% - 30px);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.map-left > div#propContainer {
  height: 100%;
  width: calc(100% + 15px);
  padding-right: 5px;
  overflow-y: scroll;
}
.map-left > div#propContainer::-webkit-scrollbar {
  width: 10px;
  background-color: #d3d8d9;
}
.map-left > div#propContainer::-webkit-scrollbar-thumb {
  background-color: #566266;
  border-radius: 5px;
}
.map-left > div#propContainer .pagination {
  margin-bottom: 0;
}

.map-area .responsive-map {
  height: 800px;
  height: calc(100vh - 292px);
  min-height: 620px;
}

@media screen and (max-width: 52em) {
  .map-area .responsive-map {
    height: 320px;
  }
  .map-area {
    padding-left: 0;
  }
  .map-left {
    padding-top: 0.9375rem;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .map-left > div#propContainer {
    overflow: visible;
    width: 100%;
    padding-right: 0;
  }
}
.breadcrumb-area {
  background: linear-gradient(to top, #4b4f52 0%, #29292a 100%);
  padding: 65px 0 15px 0;
}

@media screen and (max-width: 64em) {
  .breadcrumb-area {
    padding: 15px 0;
  }
}
.breadcrumb-area .breadcrumbs {
  color: #fff;
}

.breadcrumb-area .breadcrumbs span {
  opacity: 0.375;
  margin: 0 10px;
}

.breadcrumb-area .breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s all ease;
}
.breadcrumb-area .breadcrumbs a:hover, .breadcrumb-area .breadcrumbs a:focus {
  opacity: 0.85;
}

/* Blog Banner */
.blog-banner {
  position: relative;
  background: #000;
  overflow: hidden;
}

.article-image {
  margin: 30px 0 15px 0;
}

.article-image img {
  display: block;
  width: 100%;
}

.blog-banner .blg-text {
  margin: 15px 0;
}

.blog-banner .entry-thumbnail {
  margin: 15px 0;
}

.blog-banner .background {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: cover;
  background-position: center;
  filter: blur(6px);
}

.blog-banner .overlay {
  padding: 120px 0 90px 0;
  color: #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.blog-banner .overlay h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
}
.blog-banner .overlay h1 a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .blog-banner .overlay h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.blog-banner .entry-body {
  margin-left: 180px;
}

.blog-banner .entry-meta {
  color: rgba(255, 255, 255, 0.65);
}

.blog-banner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 10px 0;
}

.blog-banner .cat-links {
  font-size: 0;
  margin: 10px 0 0 0;
}

.blog-banner .cat-links a {
  padding: 0 14px;
  margin: 8px 8px 0 0;
  display: inline-block;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.blog-banner .cat-links a:hover, .blog-banner .cat-links a:focus {
  background-color: #cc2026;
  color: #fff;
}

/* Blog Listing */
.articles {
  margin-bottom: 30px;
}

.entry {
  padding: 30px 0;
  border-bottom: 1px solid #ced2d5;
}

.entry .entry-thumbnail {
  display: block;
  position: relative;
  float: left;
  width: 150px;
  height: 100px;
  margin: 0 15px 0 0;
  overflow: hidden;
  background: #d8dade;
}

.entry .entry-thumbnail img {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: -999px;
  right: -999px;
  bottom: -999px;
  left: -999px;
  min-width: 100%;
  max-width: 120%;
  min-height: 100%;
  margin: auto;
}

.entry .entry-thumbnail img:hover {
  transform: scale(1.05);
}

.entry .entry-body {
  margin-left: 180px;
}

.entry .entry-meta {
  color: #979da7;
}

.entry h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: #000;
  margin: 5px 0;
}

.entry h2 a {
  color: #000;
  text-decoration: none;
}
.entry h2 a:hover, .entry h2 a:focus {
  color: #cc2026;
}

.entry p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.entry .cat-links {
  font-size: 0;
  margin: 10px 0 0 0;
}

.entry .cat-links a {
  padding: 0 10px;
  margin: 8px 8px 0 0;
  display: inline-block;
  color: #3c475b;
  background: #eaebed;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
}
.entry .cat-links a:hover, .entry .cat-links a:focus {
  background-color: #cc2026;
  color: #fff;
}

.cat-links a.active,
.blog-categories a.active {
  background: #cc2026;
  color: white;
}

/* Blog */
.blog-categories {
  font-size: 0;
  margin: 15px 0;
}

.blog-categories .title {
  font-size: 16px;
  font-size: 1rem;
}

.blog-categories a {
  padding: 0 14px;
  margin: 8px 8px 0 0;
  display: inline-block;
  color: #3c475b;
  background: #eaebed;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.blog-categories a:hover, .blog-categories a:focus {
  background-color: #cc2026;
  color: #fff;
}

.recent-articles {
  background: #f2f2f2;
  padding: 15px 30px;
  margin: 30px 0 15px 0;
}

.rp-title {
  color: #000;
  padding: 15px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;
}

.rp-entry {
  color: #000;
  padding: 15px 0;
  border-bottom: 1px solid #ced2d5;
}

.rp-entry:last-child {
  border-bottom: none;
}

.rp-entry h3 {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

.rp-entry a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.rp-entry a:hover,
.rp-entry a:focus {
  color: #cc2026;
}

/* Article */
.article-title h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
}

@media screen and (max-width: 40em) {
  .article-title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-banner .overlay {
    padding: 60px 0 30px 0;
  }
}
/* Share */
.share {
  margin: 1em 0;
  text-align: left;
}

.share > div {
  list-style: none;
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  vertical-align: top;
}

.share .label {
  line-height: 30px;
  color: #AAA;
}

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

.share .twitter a svg {
  fill: #1da1f2;
}

.share a {
  fill: #000;
  width: 30px;
  height: 30px;
}

.share a svg {
  width: 30px;
  height: 30px;
}

.share li a:hover {
  fill: #ffffff;
}

/* Map */
.map-listing {
  width: 310px;
  background-color: #FFF;
  position: relative;
  z-index: 99;
  cursor: pointer;
  margin-bottom: 12px;
  border: none;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.35);
  font-family: "Montserrat", sans-serif;
}

.map-listing.listing .sub {
  border: none;
}

.map-listing:after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}

.map-listing .close-marker {
  position: absolute;
  top: -15px;
  left: -15px;
  height: 30px;
  width: 30px;
  background-color: #cc2026;
  border-radius: 50%;
  color: #FFF;
  z-index: 3;
}

.map-listing .close-marker .text {
  color: #cc2026;
}

.map-listing .close-marker .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}

.map-listing .close-marker .icon:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 2px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
  background-color: #FFF;
}

.map-listing .close-marker .icon:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 16px;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #FFF;
}

/* Marker */
.property-marker {
  position: relative;
  opacity: 1;
  transition: 1s all ease;
  width: 64px;
  height: 90px;
  background-image: url("../img/marker.svg");
  background-size: 100% auto;
  cursor: pointer;
}

.property-marker.sold {
  background-image: url("../img/marker-sold.svg");
}

.property-smallmarker {
  position: relative;
  opacity: 1;
  transition: 1s all ease;
  width: 32px;
  height: 45px;
  background-image: url("../img/marker.svg");
  background-size: 100% auto;
  cursor: pointer;
}

.property-smallmarker.sold {
  background-image: url("../img/marker-sold.svg");
}

.property-dot {
  position: relative;
  opacity: 0.85;
  transition: 1s all ease;
  width: 10px;
  height: 10px;
  background-color: rgba(204, 32, 38, 0.85);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s all ease;
}

.property-dot:hover {
  background-color: #cc2026;
}

.property-dot.sold {
  background-color: rgba(255, 207, 64, 0.85);
}

.property-dot.sold:hover {
  background-color: #ffcf40;
}

.tooltip--tip {
  position: absolute;
  z-index: -1;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  transition: transform 200ms ease-out;
}

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

.desktop-clear {
  clear: both;
}

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

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease;
}

.mfp-ready.mfp-bg {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0px;
  text-align: right;
  padding-right: 16px;
  width: auto;
}

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* BHR Styles */
button.mfp-close {
  width: auto;
  padding: 0;
  margin: 0;
}
button.mfp-close:hover, button.mfp-close:focus {
  background: none;
}

button.mfp-arrow {
  height: 40px;
  width: 40px;
  margin: -20px 0px 0px 0px;
  opacity: 1;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid #FFFFFF;
}
button.mfp-arrow:before, button.mfp-arrow:after {
  content: none;
}
button.mfp-arrow.mfp-arrow-left {
  left: 30px;
  transform: rotate(-45deg);
}
button.mfp-arrow.mfp-arrow-right {
  right: 30px;
  transform: rotate(135deg);
}

button.mfp-arrow:hover,
button.mfp-arrow:focus {
  border-color: #cc2026;
  background: none;
}

button.mfp-arrow:active {
  margin: -21px 0px 0px 0px;
}

/* Custom Stuff */
ul.dots {
  text-align: center;
}

ul.dots li {
  display: inline-block;
}

ul.dots li .thumb {
  cursor: pointer;
  opacity: 0.5;
}

ul.dots li .thumb:hover {
  opacity: 0.75;
}

ul.dots li.active .thumb {
  opacity: 1;
}

.mfp-title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 32px;
}

.mfp-content-container,
.mfp-figure,
.mfp-figure figure {
  /*
  pointer-events: none;
  */
}

.mfp-header {
  /*
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  */
  color: #FFFFFF;
  line-height: 1;
  pointer-events: none;
}

.mfp-header .mfp-top-left *,
.mfp-header .mfp-top-right * {
  pointer-events: all;
}

.mfp-header .title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

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

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

.mfp-top-right a.button {
  float: right;
  margin: 0;
}

.mfp-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
}

/* Dark Popup */
.dark-popup {
  max-width: 460px;
  margin: 80px auto;
  margin: 5rem auto;
  position: relative;
}

.dark-popup .mfp-close {
  color: #cc2026;
  opacity: 1;
  top: 10px;
  right: 20px;
  height: 24px;
  line-height: 24px;
}

/**
 * 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;
  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  ==========*/
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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 {
  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.text-center img {
  margin-left: auto;
  margin-right: auto;
}

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

/* Styling */
.gallery {
  width: 100%;
  position: relative;
}

.gallery .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.gallery .slide:after {
  content: "";
  display: block;
  height: 100%;
  padding-bottom: 66.625%;
}

.gallery .apartments-gallery-controls {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.slick-slide {
  opacity: 0.65;
  transition: 0.5s all ease;
}

.slick-current.slick-active {
  z-index: 2;
  opacity: 1;
}

@media screen and (min-width: 375px) {
  /* Controls */
  .gallery .slick-prev,
  .gallery .slick-next {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9;
    cursor: pointer;
    width: 420px;
    height: 100%;
    transition: width 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 481px) {
  .gallery .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .gallery .slick-dots li {
    margin: 0;
    padding: 0;
  }
  .gallery .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    top: 0;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
  }
  .gallery .slide .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  .gallery .slide .mask:before,
  .gallery .slide .mask:after {
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    transform: translateY(0px);
  }
  .gallery .slide .mask:before {
    top: 0px;
    transition: all 0.5s ease;
    border-bottom: 2px solid #FFF;
  }
  .gallery .slide .mask:after {
    bottom: 0px;
    transition: all 0.5s ease;
    border-top: 2px solid #FFF;
  }
  /*insert CSS ti add the for sale sign*/
  .property-banner .property-gallery .image-holder .leased:after,
  .gallery .slide .mask .leased:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    transition: all 0.5s ease;
    border-top: 2px solid #FFF;
    background-image: url(../img/leased-image-overlay.png);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
  .property-banner .property-gallery .image-holder .sold:after,
  .gallery .slide .mask .sold:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    transition: all 0.5s ease;
    border-top: 2px solid #FFF;
    background-image: url(../img/sold-image-overlay.png);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
  .gallery .slide.slick-current .mask:before {
    transform: translateY(-50px);
  }
  .gallery .slide.slick-current .mask:after {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 3000px) {
  .gallery .slick-prev,
  .gallery .slick-next {
    width: 360px;
  }
}
@media screen and (max-width: 3000px) and (max-width: 1601px) {
  .gallery .slick-prev,
  .gallery .slick-next {
    width: 280px;
  }
}
@media screen and (max-width: 3000px) and (max-width: 1000px) {
  .gallery .slick-prev,
  .gallery .slick-next {
    width: 60px;
  }
}
@media screen and (max-width: 3000px) {
  .gallery .slick-prev:hover:before,
  .gallery .slick-prev:focus:before,
  .gallery .slick-next:hover:before,
  .gallery .slick-next:focus:before {
    text-shadow: 2px 2px 10px #000;
  }
  .gallery .slick-prev:before,
  .gallery .slick-next:before {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
  }
  .gallery .slick-prev:after,
  .gallery .slick-next:after {
    font-size: 8px;
    color: #f69438;
    position: absolute;
    top: 50%;
    margin-top: -25px;
  }
  .gallery .slick-prev {
    left: 0;
  }
  .gallery .slick-prev:before {
    right: 16px;
    z-index: 2;
    font-family: FontAwesome;
    color: #fff;
    content: "\f104";
    font-size: 340%;
  }
  .gallery .slick-next {
    right: 0;
  }
  .gallery .slick-next:before {
    left: 16px;
    font-family: FontAwesome;
    color: #fff;
    content: "\f105";
    font-size: 340%;
  }
  .gallery .slick-dots span {
    display: block;
    width: 80px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    background-position: no-repeat;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    border: 2px solid #FFF;
    overflow: hidden;
    position: relative;
  }
  .gallery .slick-dots li.slick-active span {
    border-color: #cc2026;
  }
}
.gallery .slide .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  transition: 0.5s all ease;
  padding: 96px 32px 32px 32px;
  padding: 6rem 2rem 2rem 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  opacity: 0;
}

.gallery .slide.slick-current .overlay {
  opacity: 1;
}

.gallery .slide .overlay .title {
  font-size: 24px;
  font-size: 1.5rem;
}

.gallery .slide.slick-current:hover .overlay .title {
  opacity: 0.6;
}

.gallery .slide .video-embed {
  position: relative;
  padding-bottom: 66.625%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.gallery .slide .video-embed iframe,
.gallery .slide .video-embed object,
.gallery .slide .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -40px;
  width: 0px;
  height: 0px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 120px solid rgba(255, 255, 255, 0.8);
  transition: 0.5s all ease;
}

.gallery .slide.play-video:after {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s all ease;
}

.play-video:hover:before {
  border-left-color: rgb(255, 255, 255);
}

.gallery .slide.play-video:hover:after {
  background: rgba(0, 0, 0, 0.375);
}

@media screen and (max-width: 374px) {
  .gallery .slick-prev:before {
    right: 20rem;
  }
  .gallery .slick-next:before {
    left: 20rem;
  }
}
/*! 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 Appearance */
.pushy {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #000;
  border-right: 2px solid #FFF;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  /* Search */
}
.pushy .primary button, .pushy .primary a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 30px;
  text-decoration: none;
  outline: 0;
}
.pushy .primary a:hover {
  background-color: #cc2026;
}
.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: #cc2026;
}
.pushy .search-field {
  position: relative;
  margin: 0 0 20px 0;
}
.pushy .search-field input[type=search] {
  box-sizing: border-box;
  background: #FFFFFF;
  color: #000;
  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: #cc2026;
  box-shadow: 0px 0px 3px #cc2026;
}
.pushy .search-field input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.pushy .search-field input[type=search]:-moz-placeholder {
  color: #000;
}
.pushy .search-field input[type=search]::-moz-placeholder {
  color: #000;
}
.pushy .search-field input[type=search]:-ms-input-placeholder {
  color: #000;
}
.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;
}
.pushy .search-field button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #000;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

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

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

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

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

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

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: 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);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  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;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

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

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

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

/* Show Things */
.iseeyou,
.iseeyou {
  opacity: 0;
}

.iseeyou.active,
.iseeyou.active {
  animation: showThing 0.5s ease 1;
  opacity: 1;
}

@keyframes showThing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enquiry-modal {
  /* Demo Styles */
}
.enquiry-modal .custom-form input[type=submit],
.enquiry-modal .custom-form input[type=button],
.enquiry-modal .custom-form button {
  margin-top: -10px !important;
}
.enquiry-modal .modal-window h1 {
  text-align-last: center !important;
  font-size: 170%;
}
@media screen and (max-width: 500px) {
  .enquiry-modal .modal-window h1 {
    font-size: 130% !important;
  }
}
@media screen and (max-width: 1024px) {
  .enquiry-modal .custom-form .field {
    width: 80%;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-modal textarea {
    max-height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-modal .custom-form {
    padding: 0px;
    border: 0px;
    overflow: scroll;
  }
}
.enquiry-modal .modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.541);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.enquiry-modal .modal-window.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.enquiry-modal .modal-window > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  max-height: 90%;
  overflow: scroll;
  max-width: 60%;
}
@media screen and (max-width: 500px) {
  .enquiry-modal .modal-window > div {
    max-width: 98% !important;
  }
}
.enquiry-modal .modal-window header {
  font-weight: bold;
}
.enquiry-modal .modal-window h1 {
  font-size: 2.5rem;
  margin: 0 0 15px;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.enquiry-modal .modal-close {
  color: rgb(32, 32, 32);
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.enquiry-modal .modal-close:hover {
  color: black;
}
.enquiry-modal a {
  color: inherit;
}
.enquiry-modal .container {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.enquiry-modal .modal-window > div {
  border-radius: 1rem;
}
.enquiry-modal .modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
.enquiry-modal small {
  color: lightgray;
}
.enquiry-modal .btn {
  background-color: white;
  padding: 1em 1.5em;
  border-radius: 1rem;
  text-decoration: none;
}
.enquiry-modal .btn i {
  padding-right: 0.3em;
}

@media screen and (max-width: 1024px) {
  .enquiry-modal .custom-form .field {
    width: 90% !important;
  }
  .enquiry-modal .modal-window > div {
    max-width: 90% !important;
  }
  .enquiry-modal .custom-form {
    padding: 0px;
    border: 0px;
    overflow: scroll;
    /* max-width: 300px !important; */
    /* max-height: 560px !important; */
  }
}
@media screen and (max-width: 360px) {
  .modal-window > div {
    max-width: 98% !important;
  }
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 42em) {
  .section {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.pt-0,
.no-padding-top {
  padding-top: 0 !important;
}

.pb-0,
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.h-auto {
  height: auto !important;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mt-30 {
  margin-top: 30px;
}

button[type=submit],
input[type=submit],
a.down-button {
  padding: 15px 15px 13px !important;
  font-size: 1rem;
  text-transform: none;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  border-radius: 0px;
  border: solid 2px #fff;
}

.newsletter_subscription input[type=submit] {
  padding: 12px 15px 8px !important;
}

.description .desc-content.show {
  max-height: 1600px;
}

.listing .image .leased:after,
.listing .image .sold:after {
  display: none;
}

.listing .image .label-status {
  background-color: #000;
  padding: 6px 10px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  font-size: 1rem;
}

.listing .suburb,
.listing .image .sold {
  position: relative;
  width: auto;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
}

.group-label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}

.group-label .current .label-status {
  display: none;
}

.gallery .slide .label-status {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  display: none;
  padding: 6px 10px;
  font-weight: bold;
  text-transform: capitalize;
}

.gallery .slide .current {
  display: none;
}

.homebit .read {
  padding: 15px 15px 13px;
}

.home-blog .title a {
  margin: 0 0 20px 12px;
}

.custom-form label {
  font-size: 1rem;
  line-height: 1rem;
}
.custom-form label.error {
  padding: 0.5rem 0.75rem;
  margin: 0.75rem 0rem;
  margin-bottom: 0;
  background: #fae4e8;
  color: rgb(126, 7, 20);
  border: solid 1px #d29ca6;
  border-radius: 5px;
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
}

.custom-form legend {
  font-size: 1rem !important;
  line-height: 1;
  padding-bottom: 5px;
}

.custom-form input[type=radio],
.custom-form input[type=checkbox] {
  margin: 1px 10px 2px 0;
}
.custom-form input[type=radio] ~ label,
.custom-form input[type=checkbox] ~ label {
  font-weight: 400;
}

.office-links a,
.more-button,
.agent-button,
.go-button,
.sec-title a,
.button,
.read {
  padding: 15px 15px 13px;
  font-size: 1rem;
  text-transform: none;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -0.07em;
  border-radius: 0px;
  border: solid 2px #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.custom-carousel {
  overflow: hidden;
}
.custom-carousel .slick-slide {
  opacity: 1;
}
.custom-carousel .slick-next, .custom-carousel .slick-prev {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s ease-out;
  font-size: 3.5rem;
  cursor: pointer;
}
.custom-carousel .slick-next:hover, .custom-carousel .slick-prev:hover {
  color: #cc2026;
}
.custom-carousel .slick-next {
  right: 2rem;
}
.custom-carousel .slick-prev {
  left: 2rem;
}
.custom-carousel .slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 42em) {
  .custom-carousel .slick-next, .custom-carousel .slick-prev {
    font-size: 2rem;
  }
  .custom-carousel .slick-next {
    right: 0.5rem;
  }
  .custom-carousel .slick-prev {
    left: 0.5rem;
  }
}

.details p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.list-carousel .slick-slide,
.text-carousel-3 .slick-slide,
.text-carousel-4 .slick-slide {
  opacity: 1;
}
.list-carousel .slick-next, .list-carousel .slick-prev,
.text-carousel-3 .slick-next,
.text-carousel-3 .slick-prev,
.text-carousel-4 .slick-next,
.text-carousel-4 .slick-prev {
  position: absolute;
  z-index: 1;
  color: #cc2026;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s ease-out;
  font-size: 3.5rem;
  cursor: pointer;
}
.list-carousel .slick-next:hover, .list-carousel .slick-prev:hover,
.text-carousel-3 .slick-next:hover,
.text-carousel-3 .slick-prev:hover,
.text-carousel-4 .slick-next:hover,
.text-carousel-4 .slick-prev:hover {
  color: #cc2026;
}
.list-carousel .slick-next,
.text-carousel-3 .slick-next,
.text-carousel-4 .slick-next {
  right: 0;
}
.list-carousel .slick-prev,
.text-carousel-3 .slick-prev,
.text-carousel-4 .slick-prev {
  left: 0;
}
.list-carousel .slick-disabled,
.text-carousel-3 .slick-disabled,
.text-carousel-4 .slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.list-carousel .slick-dots,
.text-carousel-3 .slick-dots,
.text-carousel-4 .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  gap: 0.4rem;
}
.list-carousel .slick-dots li button,
.text-carousel-3 .slick-dots li button,
.text-carousel-4 .slick-dots li button {
  display: block;
  color: transparent;
  width: 10px;
  height: 10px;
  background: #ced2d5;
  border-radius: 50%;
  overflow: hidden;
  transition: background 0.2s ease-out;
}
.list-carousel .slick-dots li.slick-active button,
.text-carousel-3 .slick-dots li.slick-active button,
.text-carousel-4 .slick-dots li.slick-active button {
  background-color: #cc2026;
}
@media screen and (max-width: 42em) {
  .list-carousel .slick-next, .list-carousel .slick-prev,
  .text-carousel-3 .slick-next,
  .text-carousel-3 .slick-prev,
  .text-carousel-4 .slick-next,
  .text-carousel-4 .slick-prev {
    font-size: 2rem;
  }
  .list-carousel .slick-next,
  .text-carousel-3 .slick-next,
  .text-carousel-4 .slick-next {
    right: 0.5rem;
  }
  .list-carousel .slick-prev,
  .text-carousel-3 .slick-prev,
  .text-carousel-4 .slick-prev {
    left: 0.5rem;
  }
  .list-carousel .slick-dots,
  .text-carousel-3 .slick-dots,
  .text-carousel-4 .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 0.4rem;
  }
  .list-carousel .slick-dots li button,
  .text-carousel-3 .slick-dots li button,
  .text-carousel-4 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.list-carousel .listing,
.text-carousel-3 .listing,
.text-carousel-4 .listing {
  margin: 0;
}
.list-carousel.flex-list-carousel .slick-track,
.text-carousel-3.flex-list-carousel .slick-track,
.text-carousel-4.flex-list-carousel .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
}
.list-carousel.flex-list-carousel .slick-slide,
.text-carousel-3.flex-list-carousel .slick-slide,
.text-carousel-4.flex-list-carousel .slick-slide {
  height: inherit !important;
}
.list-carousel.flex-list-carousel .slick-slide .custom-agent,
.text-carousel-3.flex-list-carousel .slick-slide .custom-agent,
.text-carousel-4.flex-list-carousel .slick-slide .custom-agent {
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .text-carousel-3 .slick-list,
  .text-carousel-4 .slick-list {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.text-carousel-3 .slick-slide,
.text-carousel-4 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .text-carousel-3 .slick-slide,
  .text-carousel-4 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.icon-center {
  margin-bottom: 20px;
}
.icon-center img {
  margin-left: auto;
  margin-right: auto;
}

.list-carousel {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 820px) {
  .list-carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.form-wrapper .userform {
  margin-top: 0.9375rem;
}
.form-wrapper .userform .userformsstep {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.form-wrapper .userform .userformsstep > .field {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  .form-wrapper .userform .userformsstep > .field.w-half {
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
}
.form-wrapper .userform .userformsstep > .field.checkboxset > .middleColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-wrapper .userform .userformsstep > .field.checkboxset > .middleColumn > legend {
  -ms-flex-order: -1;
  order: -1;
}
.form-wrapper .userform .userformsstep > .field label {
  display: inline-block;
  font-weight: 400;
}
.form-wrapper .userform .userformsstep > .field .middleColumn {
  width: 100%;
}
.form-wrapper .userform .userformsstep > .field .form-control,
.form-wrapper .userform .userformsstep > .field input.js-autocomplete-address,
.form-wrapper .userform .userformsstep > .field .select-dropdown {
  width: 100%;
  min-height: 45px;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  border: 1px solid #ced2d5;
  outline: none;
}
.form-wrapper .userform .userformsstep > .field textarea {
  min-height: 150px;
}
.form-wrapper .userform .mt-2rem {
  margin-top: 1.875rem;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 42em) {
  .form-wrapper .userform .mt-2rem {
    margin-top: 1.25rem;
  }
}
.form-wrapper .userform .mt-2rem .button {
  background-color: #cc2026;
  color: #fff;
  min-width: 120px;
}
.form-wrapper .userform .mt-2rem .button:hover {
  background-color: #000;
}

.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.responsive-embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  color: #cc2026;
  margin-bottom: 0.3125rem;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}
.button-group .button {
  background-color: #cc2026;
  color: #fff;
  text-decoration: none;
}
.button-group .button:hover {
  background-color: #000;
}

.text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text-content > *:last-child {
  margin-bottom: 0;
}
.text-content h3 {
  margin-bottom: 0.625rem;
  font-size: 1.1875rem;
  font-weight: bold;
}
.text-content p {
  margin-bottom: 1.25rem;
}
.text-content-update h1,
.text-content-update h2,
.text-content-update h3,
.text-content-update h4,
.text-content-update h5,
.text-content-update h6 {
  font-family: "League Spartan", sans-serif;
}
.text-content-update h1,
.text-content-update h2,
.text-content-update h3,
.text-content-update h4,
.text-content-update h5,
.text-content-update h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.text-content-update h2 {
  font-size: 1.375rem;
}
.text-content-update h4 {
  font-size: 1.0625rem;
}
.text-content-update h5 {
  font-size: 1rem;
}
.text-content-update h6 {
  font-size: 0.9375rem;
}
.text-content-update p {
  line-height: 1.4;
}
.text-content.text-center {
  -ms-flex-align: center;
  align-items: center;
}
.text-content.text-center .button-group {
  -ms-flex-pack: center;
  justify-content: center;
}
.text-content.text-right {
  -ms-flex-align: end;
  align-items: flex-end;
}
.text-content.text-right .button-group {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.875rem;
}
.row-flex .columns,
.row-flex .column {
  float: none;
}

.flex-list-carousel .columns,
.flex-list-carousel .column {
  float: none;
}

.image-black-and-white img {
  filter: grayscale(100%);
}

.float-none {
  float: none !important;
}

.image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.image-wrapper > img {
  width: 100%;
  height: auto;
}
.image-wrapper.modal {
  position: relative;
  cursor: pointer;
}
.image-wrapper.modal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23ffffff'%20height%3D'200px'%20width%3D'200px'%20version%3D'1.1'%20id%3D'Capa_1'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%20viewBox%3D'0%200%2060%2060'%20xml%3Aspace%3D'preserve'%3E%3Cg%20id%3D'SVGRepo_bgCarrier'%20stroke-width%3D'0'%3E%3C%2Fg%3E%3Cg%20id%3D'SVGRepo_tracerCarrier'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3C%2Fg%3E%3Cg%20id%3D'SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath%20d%3D'M45.563%2C29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205%2C14.289%2C22%2C14.629%2C22%2C15v30%20c0%2C0.371%2C0.205%2C0.711%2C0.533%2C0.884C22.679%2C45.962%2C22.84%2C46%2C23%2C46c0.197%2C0%2C0.394-0.059%2C0.563-0.174l22-15%20C45.836%2C30.64%2C46%2C30.331%2C46%2C30S45.836%2C29.36%2C45.563%2C29.174z%20M24%2C43.107V16.893L43.225%2C30L24%2C43.107z'%3E%3C%2Fpath%3E%3Cpath%20d%3D'M30%2C0C13.458%2C0%2C0%2C13.458%2C0%2C30s13.458%2C30%2C30%2C30s30-13.458%2C30-30S46.542%2C0%2C30%2C0z%20M30%2C58C14.561%2C58%2C2%2C45.439%2C2%2C30%20S14.561%2C2%2C30%2C2s28%2C12.561%2C28%2C28S45.439%2C58%2C30%2C58z'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-reveal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.custom-reveal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.custom-reveal .overlay {
  background: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-reveal .inner {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1050px;
  height: auto;
  max-height: 90%;
}
.custom-reveal .reveal-close-button {
  position: absolute;
  font-size: 60px;
  color: white;
  bottom: 100%;
  right: 0;
  z-index: 2;
  line-height: 0.8;
}

.custom-agent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.custom-agent .cont {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-agent .cont .text-holder {
  height: auto !important;
}
.custom-agent .cont .button-holder {
  margin-top: auto;
}

.gallery-wrapper .gallery .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.9375rem;
}
.gallery-wrapper .gallery .item > .image-wrapper, .gallery-wrapper .gallery .item > a {
  display: block;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.gallery-wrapper .gallery .item > .image-wrapper > img, .gallery-wrapper .gallery .item > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-wrapper .gallery-carousel .slick-slide img {
  width: 100%;
  height: auto;
}
.gallery-wrapper .gallery-carousel .slick-next, .gallery-wrapper .gallery-carousel .slick-prev {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s ease-out;
  font-size: 3.5rem;
  cursor: pointer;
}
.gallery-wrapper .gallery-carousel .slick-next:hover, .gallery-wrapper .gallery-carousel .slick-prev:hover {
  color: #cc2026;
}
.gallery-wrapper .gallery-carousel .slick-next {
  right: 2rem;
}
.gallery-wrapper .gallery-carousel .slick-prev {
  left: 2rem;
}
.gallery-wrapper .gallery-carousel .slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 42em) {
  .gallery-wrapper .gallery-carousel .slick-next, .gallery-wrapper .gallery-carousel .slick-prev {
    font-size: 2rem;
  }
  .gallery-wrapper .gallery-carousel .slick-next {
    right: 0.5rem;
  }
  .gallery-wrapper .gallery-carousel .slick-prev {
    left: 0.5rem;
  }
}

.map-multiple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f2f2f2;
  border: solid 1px #ced2d5;
  height: 750px;
}
.map-multiple-container {
  width: 60%;
}
.map-multiple-container .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: gainsboro;
}
.map-multiple-container .inner > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-multiple-aside {
  width: 40%;
  padding: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
}
.map-multiple-form {
  position: relative;
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.map-multiple-form .input {
  border-radius: 0;
  border: solid 1px #000;
  border-right: 0;
  padding: 10px 16px;
  width: calc(100% - 130px);
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
}
.map-multiple-form .input:-ms-input-placeholder {
  color: #000;
}
.map-multiple-form .input::placeholder {
  color: #000;
}
.map-multiple-form .button {
  background: #cc2026;
  color: white;
  width: 130px;
  border: 0;
}
.map-multiple-form .button:hover, .map-multiple-form .button:focus {
  background-color: #000;
}
.map-multiple-list {
  height: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
}
.map-multiple-list .item {
  padding: 1.875rem;
  background: white;
  border: solid 1px #ced2d5;
  cursor: pointer;
}
.map-multiple-list .item.active {
  border: solid 2px #cc2026;
}
.map-multiple-list .item h3 {
  font-size: 1.875rem;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 0.5rem;
}
.map-multiple-list .item p {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.map-multiple-list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.5rem;
  color: #000;
  font-weight: 400;
}
.map-multiple-list .item a svg {
  width: 22px;
  height: 24px;
}
.map-multiple-list .item a:hover {
  color: #cc2026;
}
@media screen and (max-width: 64em) {
  .map-multiple {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-multiple-container {
    width: 100%;
  }
  .map-multiple-container .inner {
    padding-bottom: 80%;
  }
  .map-multiple-aside {
    width: 100%;
    max-height: 500px;
    row-gap: 0.9375rem;
    padding: 1.25rem;
  }
  .map-multiple-list {
    row-gap: 0.625rem;
  }
  .map-multiple-list .item {
    padding: 1.125rem;
  }
  .map-multiple-list .item p {
    margin-bottom: 0.625rem;
  }
}
.map-single-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 310px;
}
.map-single-content .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.map-single-content .title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 25%;
}
.map-single-content .title h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.875rem;
}
.map-single-content p {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.map-single-content .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}
.map-single-content .links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.5rem;
  color: #000;
  text-decoration: none;
}
.map-single-content .links a.underline {
  text-decoration: underline;
}
.map-single-content .links a:hover {
  color: #cc2026;
}
.map-single-content .links a svg {
  width: 18px;
  height: 18px;
}
.map-single-content .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}
.map-single-content .buttons .button {
  background: #cc2026;
  color: white;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.5rem;
  height: 56px;
}
.map-single-content .buttons .button:hover {
  background-color: #000;
}
.map-single-content .buttons .button svg {
  width: 18px;
  height: 18px;
  margin-bottom: 0.25rem;
}
.map-single-container {
  width: 100%;
}
.map-single-container .inner {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  background: gainsboro;
}
.map-single-container .inner > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .map-single-content {
    max-width: 450px;
    margin-bottom: 1.5625rem;
  }
}
.map-style .gm-style-iw-ch {
  display: none !important;
}
.map-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: 180px !important;
}
.map-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 0 !important;
}
.map-style .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.map-style .gm-ui-hover-effect > span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  background-color: #c0c0c0 !important;
}
.map-style .map-popup {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.map-style .map-popup h2 {
  font-size: 1rem;
  font-weight: 700;
}
.map-style .map-popup span {
  display: block;
  font-size: 0.875rem;
}
.map-style .map-popup a {
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (min-width: 64em) {
  .recent-properties.table .row.list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .recent-properties.table .row.list::before .recent-properties.table .row.list::after {
    display: none;
  }
  .recent-properties.table .row.list .shortlistbox {
    width: 100% !important;
  }
  .recent-properties.table .row.list .shortlistbox .listing {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .recent-properties.table .row.list .shortlistbox .listing a.link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
}
@media screen and (min-width: 64em) and (max-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing a.link {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .image {
    position: relative;
    width: 17%;
    min-width: 200px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .image {
    width: 150px;
    min-width: unset;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .image img {
    position: static;
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .recent-properties.table .row.list .shortlistbox .listing .sub {
    width: 83%;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    padding-right: 330px;
  }
}
@media screen and (min-width: 64em) and (max-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .sub {
    padding-right: 165px;
  }
}
@media screen and (min-width: 64em) and (max-width: 42em) {
  .recent-properties.table .row.list .shortlistbox .listing .sub {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 120px;
  }
  .recent-properties.table .row.list .shortlistbox .listing .sub > * {
    width: 100% !important;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .save,
  .recent-properties.table .row.list .shortlistbox .listing .shortlisted {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 64em) and (max-width: 42em) {
  .recent-properties.table .row.list .shortlistbox .listing .save,
  .recent-properties.table .row.list .shortlistbox .listing .shortlisted {
    top: 0.625rem;
    transform: unset;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .property-info {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .property-info {
    padding: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .property-info .price {
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .property-info .size {
    position: absolute;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    width: 18%;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .actions {
    top: 50%;
    right: 60px;
    bottom: unset;
    transform: translateY(-50%);
    height: auto;
  }
}
@media screen and (min-width: 64em) and (max-width: 42em) {
  .recent-properties.table .row.list .shortlistbox .listing .actions {
    top: 78%;
    right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .recent-properties.table .row.list .shortlistbox .listing .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 0;
  }
}

.dark-theme .sec-title,
.dark-theme .map-single-content,
.dark-theme .map-single-content .title h3,
.dark-theme .map-single-content .links a,
.dark-theme .form-wrapper,
.dark-theme .homebit h3,
.dark-theme .homebit p,
.dark-theme .subtitle,
.dark-theme .text-content,
.dark-theme .text-content a:not(.button),
.dark-theme .gallery-wrapper .gallery .item, .dark-theme.home-blog .blog-listing h3 a, .dark-theme.home-blog .blog-listing h3 a:hover, .dark-theme.home-blog .hb-content, .dark-theme.home-blog .hb-content .cat a, .dark-theme.home-blog .hb-content .cat a:hover, .dark-theme.home-blog .hb-content h2 a,
.dark-theme .propertiesContainer .text-center {
  color: #fefefe;
}
.dark-theme .form-wrapper .userform .userformsstep > .field .form-control,
.dark-theme .form-wrapper .userform .userformsstep > .field input.js-autocomplete-address,
.dark-theme .form-wrapper .userform .userformsstep > .field .select-dropdown {
  color: #000;
}
.dark-theme .listing a.link {
  background-color: #fefefe;
}

.slick-container {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.row.prevent-flex {
  display: block !important;
}
.row.prevent-flex .pagination {
  clear: both;
}
.row#agent-pagination > div:not([class]), .row#agent-pagination > .pagination {
  width: 100%;
}
.row#agent-pagination > div:not([class]) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row#agent-pagination .agent-mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 30px);
}
.row#agent-pagination .agent-mini .cont {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row#agent-pagination .agent-mini .cont .text-holder {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
}

.desktop-video {
  display: block !important;
}
@media screen and (max-width: 64em) {
  .desktop-video {
    display: none !important;
  }
}

.mobile-video {
  display: none !important;
}
@media screen and (max-width: 64em) {
  .mobile-video {
    display: block !important;
  }
}

.select-wrapper {
  display: -ms-flexbox;
  display: flex;
  column-gap: 15px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown-group {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (max-width: 64em) {
  .dropdown-group {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .dropdown-group select {
    min-width: 200px;
  }
}
.dropdown-group select {
  height: 40px;
  padding: 5px 10px;
  border-radius: 0;
}

.fluid-content {
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .fluid-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fluid-content .row::before, .fluid-content .row::after {
  display: none;
}
.fluid-content .image-desktop {
  display: none;
}
.fluid-content .image-mobile {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.fluid-content .form-content {
  margin-top: 30px;
  margin-bottom: 0;
}
.fluid-content .form-content.custom-form {
  border: unset;
  padding: 0;
}
.fluid-content .btn {
  display: inline-block;
  margin-top: 30px;
  font-family: "League Spartan", sans-serif;
  float: left;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 15px 13px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #cc2026;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.fluid-content .btn span {
  display: inline-block;
}
.fluid-content .btn svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.fluid-content .btn:hover, .fluid-content .btn:focus {
  background-color: #000;
  color: #fefefe;
  border-color: #fefefe;
  box-shadow: none;
}
.fluid-content .btn:hover svg, .fluid-content .btn:focus svg {
  fill: #fefefe;
}
@media screen and (min-width: 64em) {
  .fluid-content {
    position: relative;
    min-height: 550px;
  }
  .fluid-content .text {
    padding-bottom: 30px;
  }
  .fluid-content .text .sec-title {
    margin-bottom: 15px;
  }
  .fluid-content .image-mobile {
    display: none;
  }
  .fluid-content .image-desktop {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 15px);
    height: 100%;
  }
  .fluid-content .image-desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fluid-content.reversed {
  padding-top: 45px;
  padding-bottom: 45px;
}
.fluid-content.reversed .row {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .fluid-content.reversed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fluid-content.reversed .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fluid-content.reversed .text {
    margin-left: 65px;
  }
  .fluid-content.reversed .image-desktop {
    left: 0;
    right: unset;
    transform: translateY(-50%);
    width: calc(50% - 15px);
    height: 100%;
  }
  .fluid-content.reversed .image-desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 64em) {
  .seo-layout .sec-title {
    margin-bottom: 30px;
  }
}
.seo-layout .listing {
  margin-top: 0;
}
.seo-layout .agents .agent .image {
  min-height: unset;
  filter: grayscale(1);
}

.service-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 1.25rem;
}
.service-item .image {
  width: 70px;
  height: 70px;
}
.service-item .image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-item .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8125rem;
}
.service-item .text > * {
  margin: 0;
}
.service-item .text h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.service-item .text p {
  font-size: 0.875rem;
}

.client-item {
  border: 1px solid #ced2d5;
  background-color: #fff;
}
.client-item .text {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.client-item .text h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.8;
}
.client-item .text small {
  color: #414040;
}
.client-item .text .rating {
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
  color: gold;
  margin-top: 15px;
}
.client-item .text p {
  margin-top: 10px;
}
.client-item .text a {
  margin-top: 10px;
}

.bg-grey {
  background-color: #f2f2f2;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs {
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ced2d5;
}

.tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-bottom: solid 3px;
  border-color: transparent;
  transition: all 0.2s ease;
}
.tab-btn.active {
  border-color: #cc2026;
}
.tab-content {
  display: none;
  margin-top: 20px;
}
.tab-content.active {
  display: block;
}
.tab-content .row {
  row-gap: 7px;
}
.tab-content .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
}
.tab-content .columns a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
.tab-content .columns a:hover {
  color: #cc2026;
}

.userform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.userform .userformsstep {
  float: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1.25rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .userform .userformsstep {
    row-gap: 1.875rem;
  }
}
.userform .userformsstep > .field {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .userform .userformsstep > .field.w-half {
    width: calc(50% - 8px);
  }
}
.userform .userformsstep > .field label.left {
  font-size: 0.9375rem;
  line-height: 1.2;
  padding-bottom: 0;
}

.py-0 .fluid-content .large-5 {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .py-0 .fluid-content .large-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 639px) {
  .property-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 639px) {
  .property-big .info-table,
  .property-big .property-info,
  .property-big .details {
    display: none;
  }
}
.property-small .info-table,
.property-small .property-info,
.property-small .details {
  display: none;
}
@media (max-width: 639px) {
  .property-small .info-table {
    display: table;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .property-small .property-info {
    display: block;
    margin-bottom: 10px;
  }
  .property-small .property-info .title {
    font-size: 1rem;
    font-weight: bold;
  }
  .property-small .property-info .title span {
    font-weight: bold;
  }
  .property-small .property-info .title span.size {
    color: #cc2026;
  }
  .property-small .details {
    display: block;
    font-size: 18px;
    color: #162a48;
    margin-bottom: 15px;
  }
  .property-small .details span {
    display: inline-block;
    line-height: 32px;
    margin: 0 15px 0 0;
    position: relative;
    padding-left: 36px;
    color: #000;
    font-weight: bold;
    text-align: left;
  }
  .property-small .details svg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    fill: #000;
  }
}

@media (min-width: 640px) {
  .fixed-info {
    display: none;
  }
}
@media (max-width: 639px) {
  .fixed-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fixed-info .btn-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
  }
  .fixed-info .btn-list .go-button {
    margin: 0;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=maps/style.css.map */
