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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td, th {
  padding: 0; }

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

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

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

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

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

/*clearfix*/
.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
  font-family: 'Slide-icons';
  src: url('../fonts/Slide-icons.eot'); }

@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** / End of font-icons /**/
.light-gallery {
  overflow: hidden !important; }

#lg-gallery img {
  border: none !important; }

#lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: #0d0d0d; }

#lg-outer .lg-slide {
  position: relative; }

/*lightGallery starting effects*/
#lg-gallery.opacity {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s; }

#lg-gallery.opacity .thumb-cont {
  opacity: 1; }

#lg-gallery.fade-m {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s; }

/*lightGallery starting effects*/
/*lightGallery core*/
#lg-gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s; }

/**/
#lg-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap; }

/**/
#lg-slider .lg-slide {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%; }

#lg-slider .lg-slide.complete {
  background-image: none; }

#lg-gallery.show-after-load .lg-slide > * {
  opacity: 0; }

#lg-gallery.show-after-load .lg-slide.complete > * {
  opacity: 1; }

#lg-slider.slide .lg-slide, #lg-slider.use-left .lg-slide {
  position: absolute;
  opacity: 0.4; }

#lg-slider.fade-m .lg-slide {
  position: absolute;
  left: 0;
  opacity: 0; }

#lg-slider.animate .lg-slide {
  position: absolute;
  left: 0; }

#lg-slider.fade-m .current {
  opacity: 1;
  z-index: 9; }

#lg-slider .lg-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#lg-gallery.opacity .lg-slide .object {
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1); }

.lg-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; }

#lg-gallery.fade-m .lg-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5); }

#lg-slider.fade-m.on .current {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s; }

#lg-slider.fade-m .lg-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s; }

#lg-slider.slide .lg-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px); }

#lg-slider.slide.on .lg-slide {
  opacity: 0; }

#lg-slider.slide .lg-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important; }

#lg-slider.slide .lg-slide.prev-slide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px); }

#lg-slider.slide .lg-slide.next-slide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px); }

#lg-slider.use-left .lg-slide {
  left: 100%; }

#lg-slider.use-left.on .lg-slide {
  opacity: 0; }

#lg-slider.use-left .lg-slide.current {
  opacity: 1 !important;
  left: 0% !important; }

#lg-slider.use-left .lg-slide.prev-slide {
  opacity: 0;
  left: -100%; }

#lg-slider.use-left .lg-slide.next-slide {
  opacity: 0;
  left: 100%; }

#lg-slider.slide.on .lg-slide, #lg-slider.slide.on .current, #lg-slider.slide.on .prev-slide, #lg-slider.slide.on .next-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

#lg-slider.speed .lg-slide, #lg-slider.speed .current, #lg-slider.speed .prev-slide, #lg-slider.speed .next-slide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important; }

#lg-slider.timing .lg-slide, #lg-slider.timing .current, #lg-slider.timing .prev-slide, #lg-slider.timing .next-slide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important; }

#lg-slider .lg-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#lg-gallery .thumb-cont .thumb-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

.lg-slide .object.right-end {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lg-slide .object.left-end {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

/*lightGallery core*/
/*action*/
#lg-action {
  bottom: 20px;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  -webkit-backface-visibility: hidden; }

#lg-action.has-thumb {
  margin-left: -46px; }

#lg-action a {
  margin: 0 3px 0 0 !important;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer; }

#lg-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important; }

#lg-action a:hover, #lg-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

#lg-action a#lg-prev:before, #lg-action a#lg-next:after {
  left: 5px;
  bottom: 3px;
  position: absolute; }

#lg-action a#lg-prev:before {
  content: "\e01d"; }

#lg-action a#lg-next:after {
  content: "\e01b"; }

#lg-action a.cl-thumb:after {
  font-family: 'Slide-icons';
  content: "\e01c";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute; }

/*action*/
/*counter*/
#lg-counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF; }

/*lightGallery Thumb*/
#lg-gallery .thumb-cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0; }

#lg-gallery.open .thumb-cont {
  max-height: 350px; }

#lg-gallery .thumb-cont .thumb-inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
  box-sizing: content-box; }

#lg-gallery .thumb-cont .thumb-info {
  background-color: #333;
  padding: 7px 20px; }

#lg-gallery .thumb-cont .thumb-info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px; }

#lg-gallery .thumb-cont .thumb-info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 28px;
  position: relative;
  height: 28px;
  border-radius: 2px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer; }

#lg-gallery .thumb-cont .thumb-info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px; }

#lg-gallery .thumb-cont .thumb-info .close i:after, #lg-close:after {
  content: "\e01a";
  font-family: 'Slide-icons';
  font-style: normal;
  font-size: 16px; }

#lg-gallery .thumb-cont .thumb-info .close:hover {
  text-decoration: none;
  background-color: #000;
  background-color: black; }

#lg-gallery .thumb-cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  height: 50px;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border-color linear .2s, opacity linear .2s;
  transition: border-color linear .2s, opacity linear .2s; }

@media (min-width: 800px) {
  #lg-gallery .thumb-cont .thumb {
    width: 94px;
    height: 94px; } }

#lg-gallery .thumb-cont .thumb > img {
  height: auto;
  max-width: 100%; }

#lg-gallery .thumb-cont .thumb.active, #lg-gallery .thumb-cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff; }

/*lightGallery Thumb*/
/*lightGallery Video*/
#lg-slider .video-cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#lg-slider .video-cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#lg-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#lg-slider .video .object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

/*lightGallery Video*/
/*lightGallery Close*/
#lg-close {
  color: #FFFFFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  z-index: 1090;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-backface-visibility: hidden; }

#lg-close:after {
  position: absolute;
  right: 6px;
  top: 3px; }

#lg-close:hover {
  text-decoration: none;
  background-color: #000; }

.custom-html {
  background: none repeat scroll 0 0 black;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9; }

.custom-html p {
  font-size: 14px; }

.custom-html > h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px; }

.content-block .wrapper:after, .site-header .wrapper:after, .toolbar .wrapper:after, .toolbar-mobile .wrapper:after, .unit-page-filters .wrapper:after {
  content: " ";
  display: block;
  clear: both; }

.content-block-heading {
  padding-left: 13px;
}

/* ========================================================================== *\
   Base -> Reset ($base-reset)
\* ========================================================================== */
/**
 * `border-box`... ALL THE THINGS!
 *
 * @link http://cbrac.co/RQrDL5
 */
html {
  box-sizing: border-box; }

/**
 * Inheriting the `box-sizing` property is a better practice.
 *
 * @link http://cbrac.co/1tqPFsy
 */
*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove margins, paddings, and borders from HTML elements.
 *
 * @link http://cbrac.co/1Ev9etR
 */
a, abbr, acronym, address, applet, article, aside, b, blockquote, body, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0; }

/**
 * Remove default border for <iframe> elements.
 *
 * @link http://cbrac.co/1CVyNTj
 */
iframe {
  border: 0; }

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 *
 * It is okay to use `!important` here because we always want this rule to take
 * precedence.
 *
 * @link http://cbrac.co/1Evazku
 */
[tabindex="-1"]:focus {
  outline: none !important; }

/**
 * Clean up default tables a bit
 */
table {
  width: 100%;
  empty-cells: show; }

th, tfoot td {
  text-align: left; }

th, td {
  overflow: visible; }

/* ========================================================================== *\
   Base -> Fonts ($base-fonts)
\* ========================================================================== */
/* Light */
@font-face {
  font-family: 'ProximaNova';
  src: url("/assets/fonts/proxima_nova_light-webfont.eot");
  src: url("/assets/fonts/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_light-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_light-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_light-webfont.svg#ProximaNova") format("svg");
  font-weight: 300;
  font-style: normal; }

/* Light Italic */
@font-face {
  font-family: 'ProximaNova';
  src: url("/assets/fonts/proxima_nova_light_italic-webfont.eot");
  src: url("/assets/fonts/proxima_nova_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_light_italic-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_light_italic-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_light_italic-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_light_italic-webfont.svg#ProximaNova") format("svg");
  font-weight: 300;
  font-style: italic; }

/* Regular */
@font-face {
  font-family: 'ProximaNova';
  src: url("/assets/fonts/proxima_nova_regular-webfont.eot");
  src: url("/assets/fonts/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_regular-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_regular-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_regular-webfont.svg#ProximaNova") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Italic */
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/fonts/proxima_nova_regular_italic-webfont.eot");
  src: url("/assets/fonts/proxima_nova_regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_regular_italic-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_regular_italic-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_regular_italic-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_regular-webfont.svg#ProximaNova") format("svg");
  font-weight: normal;
  font-style: italic; }

/* Bold */
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/fonts/proxima_nova_bold-webfont.eot");
  src: url("/assets/fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_bold-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_bold-webfont.svg#ProximaNova") format("svg");
  font-weight: 700;
  font-style: normal; }

/* Bold Italic */
@font-face {
  font-family: "ProximaNova";
  src: url("/assets/fonts/proxima_nova_bold_italic-webfont.eot");
  src: url("/assets/fonts/proxima_nova_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/proxima_nova_bold_italic-webfont.woff2") format("woff2"), url("/assets/fonts/proxima_nova_bold_italic-webfont.woff") format("woff"), url("/assets/fonts/proxima_nova_bold_italic-webfont.ttf") format("truetype"), url("/assets/fonts/proxima_nova_bold_italic-webfont.svg#ProximaNova") format("svg");
  font-weight: 700;
  font-style: italic; }


/* Rebranding Fonts */

@font-face {
  font-family: "ITC Avant Garde Bold";
  src: url("/assets/fonts/avant_garde_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "ITC Avant Garde Book";
  src: url("/assets/fonts/avant_garde_book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akzidenz Grotesk BE Bold";
  src: url("/assets/fonts/akzidenz_grotesk_be_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Akzidenz Grotesk BE Regular";
  src: url("/assets/fonts/akzidenz_grotesk_be_regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }



/* ========================================================================== *\
   Base -> Root ($base-root)
\* ========================================================================== */
/**
 * The <html> element.
 *
 * 1. Set the default `font-size` and `line-height` for the project based on
      variables set previously.
 * 2. Force a vertical scrollbar.
 *    @link http://cbrac.co/163MspB
 * 3. Ensure the <html> element's `height` is at least the viewport height.
 *
 * NOTES:
 *
 * Use `text-rendering` with caution.
 * @link http://cbrac.co/SJt8p1
 *
 * Avoid the webkit anti-aliasing trap.
 * @link http://cbrac.co/TAdhbH
 *
 * IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the viewport <meta>
 * tag is used.
 * @link http://cbrac.co/1cFrAvl
 */
html {
  font-family: "Akzidenz Grotesk BE Regular", "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  height: 100%;
  /* 3 */
  background-color: #ffffff;
  color: #051c2c; }

/**
 * The <body> element.
 *
 * 1. Ensure the <body> element's `min-height` is at least the viewport height.
 */
body {
  min-height: 100%;
  /* [1] */ }

/**
 * Set a consistent margin for common elements to maintain vertical rhythm.
 */
blockquote, dl, figure, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, hr, menu, ol, p, pre, summary, table, ul {
  margin-bottom: 24px; }

/* ========================================================================== *\
   Base -> Text Elements ($base-text-elements)
\* ========================================================================== */
/**
 * Add a help cursor to elements that need one.
 */
abbr, acronym, dfn[title] {
  cursor: help; }

/**
 * Remove `text-decoration` on links inside <abbr> elements, since there are
 * already border styles on the <abbr> element.
 */
abbr a {
  text-decoration: none; }

/**
 * Set <acronym> elements to be uppercase by default.
 */
acronym {
  text-transform: uppercase; }

b a, strong a {
  text-decoration: none; }
b a:hover, strong a:hover {
  text-decoration: underline; }

/**
 * Set some basic styles for <del> tags.
 */
del {
  font-style: italic;
  text-decoration: line-through;
  color: #676767; }

/**
 * Give <details> elements a pointer cursor.
 */
details {
  cursor: pointer; }

/**
 * Set some basic styles for definition lists.
 */
dl dt {
  font-weight: 700;
  color: #051c2c; }
dl dd {
  margin: 0; }

/**
 * Ensure commonly italicized elements are italicized.
 */
em, i, cite {
  font-style: italic; }

/**
 * Address styling not present in IE9.
 */
ins, mark {
  text-decoration: none;
  color: #051c2c;
  background: #ff9; }

/**
 * Reset the left margin for <ol> and <ul> elements.
 */
ol li, ul li {
  margin-left: 24px;
}

.content-block-body ul li {
  padding-left: 24px;
  text-indent: -2em;
  list-style-position: inside;
}

.content-block-body p {
  font-family: "Akzidenz Grotesk BE Regular", "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/**
 * Set nested `list-style` types for ordered lists.
 */
ol {
  list-style: decimal; }
  ol ol {
    list-style: upper-alpha; }
  ol ol ol {
    list-style: lower-roman; }
  ol ol ol ol {
    list-style: lower-alpha; }

/**
 * Remove `margin-bottom` on nested lists.
 */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* ========================================================================== *\
   Base -> Anchors ($base-anchors)
\* ========================================================================== */
a {
  text-decoration: underline;
  color: #ff3b00; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:focus {
    outline: 1px dotted #d72a00; }

/* ========================================================================== *\
   Base -> Headings ($base-headings)
\* ========================================================================== */
/**
 * 1. Use the `text-rendering` property with caution.
 *    $link http://cbrac.co/SJt8p1
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "ITC Avant Garde Bold", "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #051c2c;
  text-rendering: optimizeLegibility;
  /* 1 */ }
  h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #051c2c; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 16px; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 43px; } }

@media (min-width: 960px) {
  h1, .h1 {
    font-size: 51px; }
  h2, .h2 {
    font-size: 32px; }
  h3, .h3 {
    font-size: 21px; } }

/* ========================================================================== *\
   Base -> Embedded Content ($base-embedded-content)
\* ========================================================================== */
/**
 * Remove the gap between audio, canvas, iframes, images, videos and the bottom
 * of their containers.
 *
 * @link http://cbrac.co/Q6smqV
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/**
 * Fluid-width <audio>, <canvas>, & <video> elements.
 */
audio, canvas, video {
  width: 100%; }
  audio:focus, canvas:focus, video:focus {
    outline: 1px dotted #051c2c; }

/**
 * Fluid-width media elements that maintain their aspect ratios.
 */
embed, img, object, video {
  max-width: 100%;
  height: auto; }

embed, object {
  height: 100%; }

/**
 * Reset `margin` for figure elements.
 */
figure {
  margin-right: auto;
  margin-left: auto; }

/**
 * Set <img> elements as block-level inside <figure> elements.
 */
figure > img {
  display: block; }

/**
 * Give <figcaption> elements some default styles.
 */
figcaption {
  font-size: 81.25%;
  font-style: italic;
  margin-top: 6px;
  color: #565656; }

/**
 * 1. If images do not load, the `alt` text will be visually offset and more
 *    noticeable.
 * 2. Improve image resize rendering in IE6/7.
 *    @link http://cbrac.co/11ciIZL
 */
img {
  font-style: italic;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/* ========================================================================== *\
   Base -> Form Elements ($base-form-elements)
\* ========================================================================== */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where [2] destroys native
 *    <audio> and <video> controls.
 * 2. Improve usability and consistency of cursor style between
 *    image-type <input> and others.
 */
button, html input[type="button"], input[type="checkbox"], input[type="file"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"], label, select {
  cursor: pointer;
  /* 2 */ }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 *
 * @link http://cbrac.co/1CVyNTj
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/**
 * Fix vertical alignment inconsistencies with certain form inputs.
 */
input[type="color"], input[type="range"] {
  vertical-align: middle; }

/**
 * 1. Set `min-width` to 0 to avoid overflow issues in Chrome.
 * 2. Remove default `margin`, `padding`, and `border` across browsers.
 */
fieldset {
  min-width: 0;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 2 */
  border: 0;
  /* 2 */ }

/**
 * 1. Set checkbox, image, and radio inputs to `inline-block`, by default.
 */
input[type="checkbox"], input[type="image"], input[type="radio"] {
  display: inline-block;
  /* 1 */
  width: auto; }

/**
 * 1. Constrict `max-width` for file inputs to avoid overflow issues.
 */
input[type="file"] {
  max-width: 100%;
  /* 1 */
  cursor: pointer; }

/**
 * 1. Set search inputs to `border-box` by default. This overrides the
 *    `content-box` value set by normalize.css.
 * 2. Remove rounded corners from iOS search inputs by overriding `appearance:
 *    textfield` from normalize.css.
 *    @link http://cbrac.co/1xgTke2
 */
input[type="search"] {
  box-sizing: border-box;
  /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 2 */ }

/**
 * Remove rounded corners that iOS and Chrome apply to <input> buttons and
 * <select> menus.
 */
input[type="submit"], input[type="button"], input[type="image"], input[type="reset"], select {
  border-radius: 0; }

/**
 * 1. Force Safari to give <legend> elements 100% width.
 * 2. Remove `padding` so people aren't caught out if they zero out <fieldset>.
 * 3. Correct `color` not being inherited in IE 8/9.
 */
legend {
  font-weight: 700;
  width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  color: #051c2c;
  /* 3 */
  border: 0; }

/**
 * 1. Restrict width to 100% of its parent to avoid horizontal overflow issues.
 * 2. Force `height: auto;` for <textarea> across browsers.
 * 3. <textarea> elements should only resize vertically.
 */
textarea {
  max-width: 100%;
  /* 1 */
  height: auto !important;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/* ========================================================================== *\
   Components -> Horizontal Rules ($components-horizontal-rules)
\* ========================================================================== */
hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #c7c7c7; }

/* ========================================================================== *\
   Components -> Lists ($components-lists)
\* ========================================================================== */
/**
 * Bare Lists
 *
 * Use to remove default list styles from <ol> and <ul> elements.
 */
.list-bare {
  list-style: none; }
  .list-bare li {
    margin-left: 0; }

/**
 * Reset Lists
 *
 * Use to remove all styles from <li>, <ol>, and <ul> elements.
 */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-reset li {
    margin-left: 0; }

/**
 * Inline Lists
 *
 * Create inline-style list items with <ol> and <ul> elements.
 */
.list-inline {
  list-style: none;
  padding: 0; }
  .list-inline > li {
    display: inline;
    margin-left: 0; }

/**
 * Inline-Block Lists
 *
 * Create inline-block-style list items with <ol> and <ul> elements.
 */
.list-inline-block {
  list-style: none;
  padding: 0; }
  .list-inline-block > li {
    display: inline-block;
    margin-left: 0; }

/**
 * Delimited lists
 */
.list-inline-delimited > li + li:before {
  content: ",\00A0"; }

.list-heading {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c7c7c7; }

/* ========================================================================== *\
   Components -> Buttons ($components-buttons)
\* ========================================================================== */
.btn {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #051c2c;
  border: 0 none;
  background-color: #c7c7c7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**
   * States
   */
  /**
   * Provide a consistent button focus style across browsers.
   */ }
  .btn:hover {
    background-color: #cccccc; }
  .btn:active, .btn.is-active {
    background-color: #c2c2c2;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25); }
  .btn:active:focus {
    outline: 0 none; }
  .btn:focus {
    outline: thin dotted #051c2c; }
  .btn:disabled, .btn[disabled], .btn.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.50;
    box-shadow: none;
    text-shadow: none; }

/**
 * Shapes
 */
.btn-round, input[type="button"].btn-round, input[type="submit"].btn-round {
  border-radius: 3px; }

/**
 * Sizes
 */
.btn-xs {
  font-size: 12px;
  padding: 4px 8px; }

.btn-sm {
  font-size: 13px;
  padding: 6px 10px; }

.btn-block {
  display: block; }

@media (min-width: 960px) {
  .btn-lg, .btn-block {
    font-size: 20px;
    padding: 16px 24px; } }

/**
 * Colors
 */
.btn-primary {
  color: #ffffff;
  background-color: #ff3b00; }
  .btn-primary:hover {
    background-color: #ff5100; }
  .btn-primary:active, .btn-primary.is-active {
    background-color: #d72a00; }

.btn-secondary {
  color: #ffffff;
  background-color: #176ced; }
  .btn-secondary:hover {
    background-color: #2a78ee; }
  .btn-secondary:active, .btn-secondary.is-active {
    background-color: #1163de; }

.btn-tertiary {
  color: #ffffff;
  background-color: #fc1524; }
  .btn-tertiary:hover {
    background-color: #fc2937; }
  .btn-tertiary:active, .btn-tertiary.is-active {
    background-color: #f90313; }

.btn-quaternary {
  color: #ffffff;
  background-color: #b000dc; }
  .btn-quaternary:hover {
    background-color: #c000f0; }
  .btn-quaternary:active, .btn-quaternary.is-active {
    background-color: #a000c8; }

.btn-quinary {
  color: #ffffff;
  background-color: #e75309; }
  .btn-quinary:hover {
    background-color: #f65c0f; }
  .btn-quinary:active, .btn-quinary.is-active {
    background-color: #d34c08; }

/**
 * Groups
 */
.btn-group .btn {
  margin: 0 2px; }
  .btn-group .btn.btn-lg {
    margin: 0 4px; }
  .btn-group .btn:first-child {
    margin-left: 0; }
  .btn-group .btn:last-child {
    margin-right: 0; }

/**
 * Bare
 */
.btn-bare {
  font-weight: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  line-height: 1; }
  .btn-bare, .btn-bare:hover, .btn-bare:active, .btn-bare.is-active {
    background: none;
    box-shadow: none; }

/**
 * Buttons w/ Icon Only
 */
.btn-icon-only {
  line-height: 0; }

/* ========================================================================== *\
   Objects -> Forms ($objects-forms)
\* ========================================================================== */
.form-label {
  display: inline-block; }

.form-label + .form-input, .form-label + .form-select, .form-label + .form-textarea {
  margin-top: 4px; }

/**
 * Give certain <input>, <select>, and <textarea> elements some default
 * styles
 */
.form-input[type="date"], .form-input[type="datetime"], .form-input[type="datetime-local"], .form-input[type="email"], .form-input[type="month"], .form-input[type="number"], .form-input[type="password"], .form-input[type="search"], .form-input[type="tel"], .form-input[type="text"], .form-input[type="time"], .form-input[type="url"], .form-input[type="week"], .form-select, .form-textarea {
  line-height: 1.5;
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px;
  color: #051c2c;
  border: 1px solid #c7c7c7;
  outline: 0 none; }
  .form-input[type="date"]:focus, .form-input[type="datetime"]:focus, .form-input[type="datetime-local"]:focus, .form-input[type="email"]:focus, .form-input[type="month"]:focus, .form-input[type="number"]:focus, .form-input[type="password"]:focus, .form-input[type="search"]:focus, .form-input[type="tel"]:focus, .form-input[type="text"]:focus, .form-input[type="time"]:focus, .form-input[type="url"]:focus, .form-input[type="week"]:focus, .form-select:focus, .form-textarea:focus {
    border-color: #176ced;
    outline: 0 none; }

/**
 * 1. Increase padding to correct line-height in Firefox
 * 2. Give <select> menus a solid background color
 */
.form-select {
  padding: 10px;
  /* 1 */
  background: #f4f4f4;
  /* 2 */ }

.form-input-round {
  border-radius: 3px; }

/**
 * Form Validation
 */
.form-required {
  color: #fc1524; }

.form-input[required]:focus:invalid, .form-input.error {
  border-color: #fc1524 !important; }

.form-input[required]:valid, .form-input[required]:focus:valid, .form-input.valid {
  border-color: #2d9706 !important; }

label.error {
  font-size: 13px;
  color: #fc1524; }

/* ========================================================================== *\
   Components -> Icons ($components-icons)
\* ========================================================================== */
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor; }

.icon-xs {
  width: 10px;
  height: 10px; }

.icon-sm {
  width: 16px;
  height: 16px; }

.icon-md {
  width: 32px;
  height: 32px; }

.icon-lg {
  width: 48px;
  height: 48px; }

.icon-left, .icon-right {
  position: relative;
  top: -1px;
  vertical-align: middle; }

.icon-left {
  margin-right: 4px; }

.icon-right {
  margin-left: 4px; }

.icon-hamburger {
  width: 52px;
  height: 52px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
  cursor: pointer; }
  .icon-hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 32px;
    background: currentColor;
    border-radius: 9px;
    opacity: 1;
    left: 50%;
    margin-left: -16px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
    .icon-hamburger span:nth-child(1) {
      top: 14px; }
    .icon-hamburger span:nth-child(2), .icon-hamburger span:nth-child(3) {
      top: 24px; }
    .icon-hamburger span:nth-child(4) {
      top: 34px; }
  .is-active .icon-hamburger span:nth-child(1) {
    top: 24px;
    width: 0;
    left: 50%;
    margin-left: 0; }
  .is-active .icon-hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .is-active .icon-hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .is-active .icon-hamburger span:nth-child(4) {
    top: 24px;
    width: 0;
    left: 50%;
    margin-left: 0; }

.icon.icon-book {
  width: 20px;
  height: 20px; }

.icon.icon-play {
  width: 18px;
  height: 18px; }

.icon.icon-camera {
  width: 21px;
  height: 21px; }

.icon.icon-download {
  width: 16px;
  height: 16px; }

.icon.icon-mls {
  width: 32px;
  height: 10px; }

/* ========================================================================== *\
   Components -> Dropdowns ($components-dropdowns)
\* ========================================================================== */
.has-dropdown {
  position: relative; }

.dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  margin: 0;
  padding: 6px 0;
  z-index: 900;
  background-color: #eff3fa;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
          transition: visibility 0s linear 0.25s, opacity 0.25s linear; }

/* Show on hover */
.has-dropdown:hover .dropdown, .has-dropdown.open .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: initial;
          transition-delay: initial; }

/* 1. Align dropdown to the right */
.dropdown-right {
  right: 0;
  /* 1 */
  left: auto;
  /* 1 */ }

.dropdown-item, .dropdown-link {
  display: block; }

.dropdown-link {
  padding: 6px 12px;
  -webkit-transition: background-color 0.25s;
          transition: background-color 0.25s; }
  .dropdown-link:hover {
    background-color: #e7e7e7; }

/* ========================================================================== *\
   Components -> Images ($components-images)
\* ========================================================================== */
.lazyload {
  opacity: 0; }

.lazyloading {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s;
  background: #ffffff url("/assets/images/ajax-loader.gif") no-repeat center;
  background-size: auto !important;
  min-height: 60px; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
          transition: opacity 0.1s; }

.has-caption {
  position: relative;
  display: block; }
  .has-caption .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px;
    font-size: 14px;
    z-index: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .has-caption .image-caption, .has-caption .image-caption strong {
      color: #ffffff; }

.has-overlay {
  position: relative; }
  .has-overlay:hover .image-overlay-content {
    text-decoration: underline; }
  .has-overlay .image-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .has-overlay .image-overlay-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .has-overlay .image-overlay-content {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media (min-width: 600px) {
  .has-overlay .image-overlay-content {
    font-size: 18px; } }

/* ========================================================================== *\
   Objects -> Labels ($objects-labels)
\* ========================================================================== */
.label {
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .label.label-positive {
    background-color: #2d9706;
    color: #ffffff; }
  .label.label-neutral {
    background-color: #e75309;
    color: #ffffff; }
  .label.label-negative {
    background-color: #fc1524;
    color: #ffffff; }
  .label.label-info {
    background-color: #176ced;
    color: #ffffff; }

/* sale status labels */
.sale-status .label-current-listing, .sale-status .label-0,
.sale-status .label-2,
.sale-status .label-price-reduced {
    background-color: #5cb85c;
    color: #ffffff;
}
.sale-status .label-under-contract, .sale-status .label-1 {
    background-color: #f0ad4e;
    color: #ffffff;
}
.sale-status .label-sold, .sale-status .label-3 {
    background-color: #d9534f;
    color: #ffffff;
}

/* ========================================================================== *\
   Components -> Logos ($components-logos)
\* ========================================================================== */
/**
 * Base
 */
.logo {
  display: inline-block;
  text-decoration: none; }

/* ========================================================================== *\
   Components -> Tables ($components-tables)
\* ========================================================================== */
/* Default, borderless */
.table {
  width: 100%;
  max-width: 100%; }
  .table caption {
    font-weight: 700;
    font-style: italic;
    padding-bottom: 4px; }
  .table th, .table tfoot td {
    font-weight: 700;
    text-align: left;
    color: #051c2c; }
  .table thead th, .table tfoot td {
    background-color: #f4f4f4; }
  .table th, .table td {
    padding: 12px 24px;
    vertical-align: top; }

/**
 * Alternate `background-color` for all table rows.
 */
.table-stripes tbody > tr > td {
  border-bottom: 1px solid #ffffff; }

.table-stripes tbody > tr:nth-child(even) > td {
  background-color: #f9f9f9; }

.table-stripes tbody > tr:nth-child(odd) > td {
  background-color: #eaeaea; }

/* ========================================================================== *\
   Layout -> Wrappers ($layout-wrappers)
\* ========================================================================== */
.wrapper {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto; }
  @media print {
    .wrapper {
      width: auto; } }

/**
 * Force `.wrapper` to sit flush with its parent.
 */
.wrapper-flush {
  width: 100%; }

/**
 * Remove any width constraints from the `.wrapper`.
 */
.wrapper-full-bleed {
  width: auto;
  max-width: none; }

/* ========================================================================== *\
   Layout -> Grids ($layout-grids)
\* ========================================================================== */
/**
 * Grid containers
 * 1. Remove default styles in case `.grid` is on a <ul> or <ol> element.
 * 2. Default gutter width.
 * 3. Hack to remove `inline-block` whitespace. This causes some issues on pre-
 *    Jellybean and Jellybean versions of Android (http://cbrac.co/1xh3hs0).
      @link http://cbrac.co/16xcjcl
 */
.grid {
  margin: 0;
  /* 1 */
  margin-left: -13px;
  /* 2 */
  padding: 0;
  /* 1 */
  list-style: none;
  /* 1 */
  font-size: 0;
  /* 3 */ }

/**
 * Grid items
 * 1. Remove default styles in case `.grid` is on a <ul> or <ol> element.
 * 2. `.grid-item` elements are 100% width by default.
 * 3. Default gutter width = $grid-gutter-base.
 * 4. Ensure `.grid-item` is aligned to the top of its container.
 * 5. Reset font size to the global default.
 */
.grid-item {
  display: inline-block;
  position: relative;
  margin: 0;
  /* 1 */
  width: 100%;
  /* 2 */
  padding-left: 13px;
  /* 3 */
  vertical-align: top;
  /* 4 */
  font-size: 16px;
  /* 5 */ }

/**
 * Grid items rendering order
 * .grid-ltr = left-to-right (default)
 * .grid-rtl = right-to-left
 */
.grid-ltr {
  direction: ltr;
  text-align: left; }
  .grid-ltr > .grid-item {
    direction: rtl;
    text-align: left; }

.grid-rtl {
  direction: rtl;
  text-align: left; }
  .grid-rtl > .grid-item {
    direction: ltr;
    text-align: left; }

@media (min-width: 480px) {
  .xs-grid-ltr {
    direction: ltr;
    text-align: left; }
    .xs-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .xs-grid-rtl {
    direction: rtl;
    text-align: left; }
    .xs-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

@media (min-width: 600px) {
  .sm-grid-ltr {
    direction: ltr;
    text-align: left; }
    .sm-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .sm-grid-rtl {
    direction: rtl;
    text-align: left; }
    .sm-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

@media (min-width: 768px) {
  .md-grid-ltr {
    direction: ltr;
    text-align: left; }
    .md-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .md-grid-rtl {
    direction: rtl;
    text-align: left; }
    .md-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

@media (min-width: 960px) {
  .lg-grid-ltr {
    direction: ltr;
    text-align: left; }
    .lg-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .lg-grid-rtl {
    direction: rtl;
    text-align: left; }
    .lg-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

@media (min-width: 1140px) {
  .xl-grid-ltr {
    direction: ltr;
    text-align: left; }
    .xl-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .xl-grid-rtl {
    direction: rtl;
    text-align: left; }
    .xl-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

@media (min-width: 1380px) {
  .xxl-grid-ltr {
    direction: ltr;
    text-align: left; }
    .xxl-grid-ltr > .grid-item {
      direction: rtl;
      text-align: left; }
  .xxl-grid-rtl {
    direction: rtl;
    text-align: left; }
    .xxl-grid-rtl > .grid-item {
      direction: ltr;
      text-align: left; } }

/**
 * Grid gutters
 */
.gutter-0, .gutter-none {
  margin-left: 0; }

.gutter-0 > .grid-item, .gutter-none > .grid-item {
  padding-left: 0; }

.gutter-1px {
  margin-left: -1px; }

.gutter-1px > .grid-item {
  padding-left: 1px; }

[class~="gutter-1/2"], .gutter-half {
  margin-left: -6px; margin-right: -6px; }

[class~="gutter-1/2"] > .grid-item, .gutter-half > .grid-item {
  padding-left: 6px; padding-right: 6px; }

.gutter-1, .gutter-whole {
  margin-left: -24px; }

.gutter-1 > .grid-item, .gutter-whole > .grid-item {
  padding-left: 12px; }

.gutter-2, .gutter-double {
  margin-left: -48px; }

.gutter-2 > .grid-item, .gutter-double > .grid-item {
  padding-left: 48px; }

@media (min-width: 480px) {
  .xs-gutter-0, .xs-gutter-none {
    margin-left: 0; }
  .xs-gutter-0 > .grid-item, .xs-gutter-none > .grid-item {
    padding-left: 0; }
  .xs-gutter-1px {
    margin-left: -1px; }
  .xs-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="xs-gutter-1/2"], .xs-gutter-half {
    margin-left: -12px; }
  [class~="xs-gutter-1/2"] > .grid-item, .xs-gutter-half > .grid-item {
    padding-left: 12px; }
  .xs-gutter-1, .xs-gutter-whole {
    margin-left: -24px; }
  .xs-gutter-1 > .grid-item, .xs-gutter-whole > .grid-item {
    padding-left: 24px; }
  .xs-gutter-2, .xs-gutter-double {
    margin-left: -48px; }
  .xs-gutter-2 > .grid-item, .xs-gutter-double > .grid-item {
    padding-left: 48px; } }

@media (min-width: 600px) {
  .sm-gutter-0, .sm-gutter-none {
    margin-left: 0; }
  .sm-gutter-0 > .grid-item, .sm-gutter-none > .grid-item {
    padding-left: 0; }
  .sm-gutter-1px {
    margin-left: -1px; }
  .sm-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="sm-gutter-1/2"], .sm-gutter-half {
    margin-left: -12px; }
  [class~="sm-gutter-1/2"] > .grid-item, .sm-gutter-half > .grid-item {
    padding-left: 12px; }
  .sm-gutter-1, .sm-gutter-whole {
    margin-left: -24px; }
  .sm-gutter-1 > .grid-item, .sm-gutter-whole > .grid-item {
    padding-left: 24px; }
  .sm-gutter-2, .sm-gutter-double {
    margin-left: -48px; }
  .sm-gutter-2 > .grid-item, .sm-gutter-double > .grid-item {
    padding-left: 48px; } }

@media (min-width: 768px) {
  .md-gutter-0, .md-gutter-none {
    margin-left: 0; }
  .md-gutter-0 > .grid-item, .md-gutter-none > .grid-item {
    padding-left: 0; }
  .md-gutter-1px {
    margin-left: -1px; }
  .md-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="md-gutter-1/2"], .md-gutter-half {
    margin-left: -12px; }
  [class~="md-gutter-1/2"] > .grid-item, .md-gutter-half > .grid-item {
    padding-left: 12px; }
  .md-gutter-1, .md-gutter-whole {
    margin-left: -24px; }
  .md-gutter-1 > .grid-item, .md-gutter-whole > .grid-item {
    padding-left: 24px; }
  .md-gutter-2, .md-gutter-double {
    margin-left: -48px; }
  .md-gutter-2 > .grid-item, .md-gutter-double > .grid-item {
    padding-left: 48px; } }

@media (min-width: 960px) {
  .lg-gutter-0, .lg-gutter-none {
    margin-left: 0; }
  .lg-gutter-0 > .grid-item, .lg-gutter-none > .grid-item {
    padding-left: 0; }
  .lg-gutter-1px {
    margin-left: -1px; }
  .lg-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="lg-gutter-1/2"], .lg-gutter-half {
    margin-left: -12px; }
  [class~="lg-gutter-1/2"] > .grid-item, .lg-gutter-half > .grid-item {
    padding-left: 12px; }
  .lg-gutter-1, .lg-gutter-whole {
    margin-left: -24px; }
  .lg-gutter-1 > .grid-item, .lg-gutter-whole > .grid-item {
    padding-left: 24px; }
  .lg-gutter-2, .lg-gutter-double {
    margin-left: -48px; }
  .lg-gutter-2 > .grid-item, .lg-gutter-double > .grid-item {
    padding-left: 48px; } }

@media (min-width: 1140px) {
  .xl-gutter-0, .xl-gutter-none {
    margin-left: 0; }
  .xl-gutter-0 > .grid-item, .xl-gutter-none > .grid-item {
    padding-left: 0; }
  .xl-gutter-1px {
    margin-left: -1px; }
  .xl-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="xl-gutter-1/2"], .xl-gutter-half {
    margin-left: -12px; }
  [class~="xl-gutter-1/2"] > .grid-item, .xl-gutter-half > .grid-item {
    padding-left: 12px; }
  .xl-gutter-1, .xl-gutter-whole {
    margin-left: -24px; }
  .xl-gutter-1 > .grid-item, .xl-gutter-whole > .grid-item {
    padding-left: 24px; }
  .xl-gutter-2, .xl-gutter-double {
    margin-left: -48px; }
  .xl-gutter-2 > .grid-item, .xl-gutter-double > .grid-item {
    padding-left: 48px; } }

@media (min-width: 1380px) {
  .xxl-gutter-0, .xxl-gutter-none {
    margin-left: 0; }
  .xxl-gutter-0 > .grid-item, .xxl-gutter-none > .grid-item {
    padding-left: 0; }
  .xxl-gutter-1px {
    margin-left: -1px; }
  .xxl-gutter-1px > .grid-item {
    padding-left: 1px; }
  [class~="xxl-gutter-1/2"], .xxl-gutter-half {
    margin-left: -12px; }
  [class~="xxl-gutter-1/2"] > .grid-item, .xxl-gutter-half > .grid-item {
    padding-left: 12px; }
  .xxl-gutter-1, .xxl-gutter-whole {
    margin-left: -24px; }
  .xxl-gutter-1 > .grid-item, .xxl-gutter-whole > .grid-item {
    padding-left: 24px; }
  .xxl-gutter-2, .xxl-gutter-double {
    margin-left: -48px; }
  .xxl-gutter-2 > .grid-item, .xxl-gutter-double > .grid-item {
    padding-left: 48px; } }

/**
 * Grid item alignment
 */
.grid-align-top > .grid-item {
  vertical-align: top; }

.grid-align-middle > .grid-item {
  vertical-align: middle; }

.grid-align-bottom > .grid-item {
  vertical-align: bottom; }

.grid-align-left {
  text-align: left; }
  .grid-align-left > .grid-item {
    text-align: left; }

.grid-align-center {
  text-align: center; }
  .grid-align-center > .grid-item {
    text-align: left; }

.grid-align-right {
  text-align: right; }
  .grid-align-right > .grid-item {
    text-align: left; }

/**
 * Grid item "shrink wrap"
 *
 * Force `.grid-item` to be the width of its content.
 */
.grid-shrink-wrap > .grid-item {
  width: auto; }

/* ========================================================================== *\
   Layout -> Boxes ($layout-boxes)
\* ========================================================================== */
.box {
  display: block;
  padding: 24px;
  background-color: #f4f4f4; }
  .box > *:last-child {
    margin-bottom: 0; }

/**
 * Give `.box` a border style.
 */
.box-border {
  border: 1px solid #c7c7c7; }

/**
 * Give `.box` rounded edges.
 */
.box-round {
  border-radius: 3px; }

/**
 * Remove padding from default `.box`.
 */
.box-flush {
  padding: 0; }

/**
 * Give `.box` the appearance of being raised above its surrounding area.
 */
.box-raise {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }

/**
 * Give `.box` the appearance of being sunken beneath its surrounding area.
 */
.box-sink {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15); }

/* ========================================================================== *\
   Layout -> Content Blocks ($layout-content-blocks)
\* ========================================================================== */
.content-block-header {
  margin: 24px 0 0; }

.content-block-body {
  margin: 0 0 24px; }
  .content-block-body > *:last-child {
    margin-bottom: 0; }

.content-block-body ul {
  display: table;
}

.content-block-media {
  margin-bottom: 24px; }
  .content-block-media a, .content-block-media img {
    display: block;
    width: 100%; }

@media (min-width: 600px) {
  .content-block-media.float-left {
    float: left;
    width: 50%;
    margin: 0 24px 24px -13px; }
  .content-block-media.float-right {
    float: right;
    width: 50%;
    margin: 0 0 24px 24px; } }

@media (min-width: 960px) {
  .content-block-header {
    margin: 48px 0; }
  .content-block-body {
    margin: 0 0 48px; }
  .content-block-media.float-left {
    margin-right: 48px; }
  .content-block-media.float-right {
    margin-left: 48px; } }

.section {
  clear: both;
}

/* ========================================================================== *\
   Objects -> Carousels ($objects-carousels)
\* ========================================================================== */
.carousel-item {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.slick-loading .slick-list {
  background: #ffffff url("/assets/images/ajax-loader.gif") 50% 50% no-repeat; }

.slick-nav-item {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  color: #ffffff;
  z-index: 100; }
  .slick-nav-item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 6px; }

.slick-nav-prev {
  left: 0; }
  .slick-nav-prev:hover {
    background: rgba(0, 0, 0, 0.56);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 ); }
  .slick-nav-prev:focus {
    outline: none; }

.slick-nav-next {
  right: 0; }
  .slick-nav-next:hover {
    background: rgba(0, 0, 0, 0.56);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.56)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 ); }
  .slick-nav-next:focus {
    outline: none; }

@media (min-width: 768px) {
  .slick-nav-item .icon {
    width: 48px;
    height: 48px;
    margin: 0 16px; } }

/* ========================================================================== *\
   Objects -> Contacts ($objects-contacts)
\* ========================================================================== */
.contact, .contact .contact-image {
  margin-bottom: 24px; }

.contact-heading {
  font-weight: 700;
  margin-bottom: 6px; }

.contact-body > *:last-child {
  margin-bottom: 0; }

@media (min-width: 960px) {
  .contact, .contact .contact-image {
    margin-bottom: 0; } }

/* ========================================================================== *\
   Objects -> Galleries ($objects-galleries)
\* ========================================================================== */
#lg-gallery.opacity .lg-slide .object {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.lg-slide .object {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s ease 0s;
          transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s ease 0s;
  -webkit-transform: scale3d(0.75, 0.75, 0.75);
          transform: scale3d(0.75, 0.75, 0.75); }

#lg-gallery.fade-m .lg-slide .object {
  -webkit-transform: scale3d(0.75, 0.75, 0.75);
          transform: scale3d(0.75, 0.75, 0.75); }

#lg-slider.fade-m.on .current {
  -webkit-transition: opacity 0.25s ease 0s;
          transition: opacity 0.25s ease 0s;
  opacity: 1; }

#lg-slider.fade-m .lg-slide {
  -webkit-transition: opacity 0.2s ease 0s;
          transition: opacity 0.2s ease 0s; }

#lg-slider.slide .lg-slide {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px); }

#lg-slider .lg-slide {
  background: url("/assets/images/ajax-loader-dark.gif") no-repeat scroll center center transparent; }

.lg-showthumb #lg-gallery.open .lg-slide {
  padding-bottom: 120px; }

.lg-showthumb #lg-gallery .thumb-cont .thumb-info {
  display: none; }

.lg-showthumb #lg-action {
  position: static; }

.lg-showthumb #lg-action a {
  font-size: 28px;
  position: absolute;
  z-index: 9999999;
  top: 50%;
  margin-top: -14px !important;
  background-color: transparent; }

.lg-showthumb #lg-action a#lg-prev {
  left: 17px; }

.lg-showthumb #lg-action a#lg-next {
  right: 17px; }

#lg-gallery .thumb-cont {
  background-color: transparent; }

#lg-gallery .thumb-cont .thumb {
  border-radius: 0;
  opacity: 0.4; }

.lg-caption {
  color: #fff;
  text-align: left;
  font-size: 12px;
  padding: 0 96px 0 12px;
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#lg-counter {
  bottom: 72px;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  padding: 0 12px; }

@media (min-width: 800px) {
  #lg-gallery .thumb-cont .thumb {
    height: 64px; }
  .lg-caption {
    bottom: 90px; }
  #lg-counter {
    bottom: 90px;
    padding: 0 24px; } }

/* ========================================================================== *\
   Objects -> Heroes ($objects-heroes)
\* ========================================================================== */
.hero {
  position: relative; }
  .hero img {
    width: 100%; }
  .hero .gallery-link {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .hero .gallery-link, .hero .gallery-link a {
      color: #ffffff;
      text-decoration: none; }
    .hero .gallery-link .icon {
      width: 20px;
      height: 20px; }
    .hero .gallery-link span {
      vertical-align: middle;
      margin-left: 4px; }
    .hero .gallery-link a:hover span {
      text-decoration: underline; }
  .hero .image-caption {
    padding-left: 0;
    padding-right: 12px;
    white-space: normal;
    overflow: visible;
    text-overflow: none; }
    .hero .image-caption .wrapper {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: right; }

.hero-bg-image {
  position: relative;
  display: block; }

.hero-cta {
  text-align: center;
  padding: 48px 0; }
  .hero-cta, .hero-cta .hero-heading, .hero-cta .hero-subheading {
    color: #ffffff; }
  .hero-cta .hero-subheading {
    font-family: "Akzidenz Grotesk BE Regular", "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 48px; }
  .hero-cta .hero-action .icon {
    width: 16px;
    height: 16px; }

.hero-bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .hero-bg-image .hero-body {
    position: relative;
    z-index: 200; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.35); }

@media (min-width: 768px) {
  .hero .gallery-link {
    bottom: 24px; } }

@media (min-width: 960px) {
  .hero-cta {
    padding: 144px 0; }
    .hero-cta .hero-action .icon {
      width: 32px;
      height: 32px; } }

/* ========================================================================== *\
   Objects -> Maps ($objects-maps)
\* ========================================================================== */
.map {
  height: 200px !important; }

@media (min-width: 960px) {
  .map {
    height: 450px !important; } }

/* ========================================================================== *\
   Objects -> Modals ($objects-modals)
\* ========================================================================== */
/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  /* 1 */
  z-index: 1000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal-overlay {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0s ease 0.15s, opacity 0.15s ease;
          transition: visibility 0s ease 0.15s, opacity 0.15s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5); }

.modal.is-visible .modal-overlay {
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1; }

.modal-wrapper {
  position: absolute;
  z-index: 1000;
  top: 72px;
  left: 50%;
  width: 94%;
  margin-left: -47%;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0); }

.modal-transition {
  -webkit-transition: all 0.15s linear 0.08s;
          transition: all 0.15s linear 0.08s;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
  opacity: 0; }

.modal.is-visible .modal-transition {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.modal-header, .modal-content {
  padding: 24px; }

.modal-header {
  color: #fff;
  background-color: #051c2c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px 32px;
  color: #767676; }

.modal-close:hover {
  color: #fff; }

.modal-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

@media (min-width: 600px) {
  .modal-wrapper {
    top: 96px;
    max-width: 576px;
    margin-left: -288px; }
  .modal-header, .modal-content {
    padding: 24px 32px; } }

/* ========================================================================== *\
   Objects -> Stats ($objects-stats)
\* ========================================================================== */
.stat {
  display: inline-block;
  text-align: center;
  font-weight: 300;
  margin: 0 24px 24px 0; }

.stat-heading {
  display: block;
  font-size: 21px; }

/* ========================================================================== *\
   Structures -> Summaries ($structures-summaries)
\* ========================================================================== */
.summary-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #c7c7c7; }

.summary-heading {
  margin-bottom: 0; }

.summary-actions {
  padding-top: 8px; }

.summary-actions .label + .summary-price {
  margin-left: 6px; }

.summary-price {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 21px;
  color: #051c2c; }
  .summary-price.is-sold {
    color: #767676;
    text-decoration: line-through;
    font-style: italic; }

.summary-cta {
  margin-top: 12px; }

.summary-stats {
  margin-bottom: 0; }

.summary-subheading {
  font-family: "Akzidenz Grotesk BE Regular", "ProximaNova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

@media (min-width: 600px) {
  .summary-subheading {
    margin-bottom: 0; } }

@media (min-width: 960px) {
  .summary-header {
    margin-bottom: 32px; }
  .summary-heading {
    font-size: 67px; }
  .summary-price {
    font-size: 28px; } }

/* ========================================================================== *\
   Objects -> Triptychs ($objects-triptychs)
\* ========================================================================== */
.triptych img {
  width: 100%; }
.wrapper-full-bleed .triptych {
  margin-bottom: 0; }

.triptych-item {
  display: block;
  margin-bottom: 12px; }

@media (min-width: 768px) {
    .supportingImageThumb{
      /*height: 211px;*/
      overflow: hidden;
    }
    .supportingImageThumb img{
      /*min-height: 211px;*/
    }
  }


/* ========================================================================== *\
   Structures -> Site Header ($structures-site-header)
\* ========================================================================== */
.site-header {
  position: relative;
  background-color: rgba(5, 28, 44, 0.95);
  color: #ffffff;
  height: 52px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .site-header .logo {
    float: left;
    padding: 12px 0; }
    .site-header .logo img {
      width: auto;
      height: 28px; }
  .site-header .site-nav {
    display: none; }

@media (min-width: 768px) {
  .site-header .site-nav {
    display: block;
    float: right; } }

@media (min-width: 960px) {
  .site-header {
    height: 69px; }
    .site-header .logo img {
      height: 45px; } }

/* ========================================================================== *\
   Structures -> Site Nav ($structures-site-nav)
\* ========================================================================== */
.site-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-nav, .site-nav .nav-link {
    color: #ffffff; }
  .site-nav .nav-link, .site-nav .nav-item {
    display: inline-block; }
  .site-nav .nav-item.is-current .nav-link {
    box-shadow: inset 0 4px 0 #ff3b00; }
    .site-nav .nav-item.is-current .nav-link:hover {
      text-decoration: none;
      cursor: default; }
  .site-nav .nav-item:last-child .nav-link {
    padding-right: 0;
    margin-right: 0; }
  .site-nav .nav-item.is-current:last-child .nav-link {
    padding-right: 12px;
    margin-right: 8px; }
  .site-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 12px; }
    .site-nav .nav-link:hover {
      text-decoration: underline; }

.site-nav-mobile-toggle {
  float: right; }

.site-nav-mobile {
  background-color: rgba(5, 28, 44, 0.95);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-nav-mobile.is-fixed {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0s 0.25s;
            transition: transform 0.25s, opacity 0.25s, visibility 0s 0.25s;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .site-nav-mobile.is-open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
            transition: transform 0.25s, opacity 0.25s; }
  .site-nav-mobile, .site-nav-mobile .nav-link {
    color: #ffffff; }
  .site-nav-mobile .nav {
    padding: 12px 0; }
  .site-nav-mobile .nav-item {
    margin-bottom: 6px; }
    .site-nav-mobile .nav-item.is-current .nav-link {
      background-color: #ff3b00;
      border-radius: 3px; }
  .site-nav-mobile .nav-link {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    padding: 12px; }
    .site-nav-mobile .nav-link:hover {
      text-decoration: none;
      background-color: #565656; }

@media (min-width: 768px) {
  .site-nav-mobile-toggle {
    display: none; }
  .site-nav-mobile {
    display: none; } }

@media (min-width: 960px) {
  .site-nav .nav-link {
    padding: 24px 12px;
    margin: 0 8px; } }

/* ========================================================================== *\
   Structures -> Site Hero ($structures-site-hero)
\* ========================================================================== */
.site-hero .hero-bg-image, .site-hero .carousel, .site-hero .slick-list, .site-hero .slick-track, .site-hero .carousel-item {
  height: 100%; }

.site-hero {
  height: 320px; }

@media (min-width: 600px) {
  .site-hero {
    height: 480px; } }

@media (min-width: 1140px) {
  .site-hero {
    height: 600px; } }

/* ========================================================================== *\
   Structures -> Site Toolbars ($structures-site-toolbars)
\* ========================================================================== */
.toolbar, .toolbar-mobile {
  background-color: #eff3fa;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .toolbar, .toolbar a, .toolbar-mobile, .toolbar-mobile a {
    color: #051c2c; }
  .toolbar a, .toolbar-mobile a {
    text-decoration: none; }
  .toolbar .toolbar-main .nav-link, .toolbar-mobile .toolbar-main .nav-link {
    display: inline-block;
    padding: 12px; }
    .toolbar .toolbar-main .nav-link:hover span, .toolbar-mobile .toolbar-main .nav-link:hover span {
      text-decoration: underline; }
  .toolbar .toolbar-aside .nav-link, .toolbar-mobile .toolbar-aside .nav-link {
    display: inline-block;
    padding: 12px; }

.toolbar {
  display: none; }
  .toolbar .nav-link span {
    vertical-align: middle;
    margin-left: 4px; }
  .toolbar .toolbar-main .nav-item:first-child .nav-link {
    padding-left: 0; }
  .toolbar .toolbar-aside .nav-item:first-child {
    vertical-align: middle;
    padding: 2px 0 2px 16px;
    border-left: 1px solid #c7c7c7; }
  .toolbar .toolbar-aside .nav-item:last-child .nav-link {
    padding-right: 0; }
  .toolbar .toolbar-aside .nav-link {
    padding: 12px 6px; }

.open-house {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(5, 28, 44, 1);
}
.open-house .wrapper {
  text-align: center;
  margin: auto;
}
.open-house .wrapper h3 {
  margin-bottom: 0;
  color: #fff;
  line-height: 2.5;
  display: inline-block;
  font-weight: bold;
}
.open-house .wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  padding: 10px;
}

@media (min-width: 937px) {
  .open-house .wrapper {
    display: flex;
    text-align: justify;
  }
  .open-house .wrapper div {
    text-align: center;
    margin: auto;
  }
}

.unit-page {
  -webkit-font-smoothing: antialiased; }
  .unit-page .section{
    box-sizing: unset; }
  .unit-page .grid {
    margin-left: 0; }
  .unit-page .summary-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 24px; }
  .unit-page .summary-actions > div {
    text-align: left;
    padding-bottom: 15px; }
  .unit-page .content-block-body ul li {
    text-indent: unset;
    padding-left: 17px; }
  .unit-page .two-column-layout .wrapper {
    margin-bottom: unset; }

.unit-page-filters {
  font-size: 14px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 24px;
  font-weight: 700; }
    .unit-page-filters ul {
      list-style: none;}
    .unit-page-filters a {
      text-decoration: none;
      color: #051c2c;
      outline: none; }
    .unit-page-filters svg {
      fill: #c7c7c7; }
    .unit-page-filters .filter-item {
      float: left;
      width: 50%;
      padding: 20px; }
    .row:after {
      content: "";
      display: table;
      clear: both; }
    .unit-page-filters .dropdown {
      background-color: #ffffff;
      left: 0;
      box-shadow: 1px 1px 10px 5px rgba(0,0,0, .1);
      padding: 0;
      width: 100%; }
    .unit-page-filters button {
      margin-top:25px;
      background-color: transparent;
      border: none;
      outline: none; }
    .unit-page-filters button:active {
      color: #727272; }
    .unit-page-filters .numSet {
      float: right;}
    .unit-page-filters .dropdown .Cancel {
      color: #727272; }
    .unit-page-filters .range-slider {
      font-size: 12px;
      color: #051c2c;
      font-weight: 600;
      padding: 20px;
      padding-right: 34px; }
    .noUi-handle:before, .noUi-handle:after {
      display: none !important; }
    .unit-page-filters .slider {
      margin-top: 20px; }
    .dropdown .noUi-handle .noUi-handle-upper > .noUi-handle:before, .noUi-handle:after {
      display: none; }
    .unit-page-filters .noUi-target {
      border: 1px solid black; }
    .unit-page-filters .noUi-horizontal {
      height: 0px; }
    .unit-page-filters .noUi-horizontal .noUi-handle {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      border: 2px solid #b2b2b2;
      background: #ffffff;
      cursor: pointer;
      margin-top: -4px;
      outline:none; }
    .unit-page-filters .dropdown  li {
      list-style-type: none;
      margin-left: 0; }
    .filter-dropdown {
      position: relative; }
    .filter-dropdown.open .dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: initial;
              transition-delay: initial; }
    .unit-page-filters .filter-item.open {
      background-color: #f4f4f4;
      fill: black;
      cursor: pointer; }

    .unit-page-filters .filter-item:hover svg {
      fill: black; }
    .unit-page-filters .dropdown-link:hover, .unit-page-filters .dropdown-link.selected {
      background-color: #f4f4f4; }

    @media (min-width: 880px) {
      .unit-page-filters {
        border-top: none;}
      .unit-page-filters .filter-item {
        float: none;
        display: inline-block;
        width: unset; }
      .unit-page-filters .rangeDropdown {
        width: 300px; }
      .unit-page .section {
        box-sizing: inherit; }
      .unit-page .summary-actions > div {
        display:inline-block; } }

    .unit-page .empty-state {
      text-align: center;
      margin: 150px 0;
    }
    .unit-page .section > h1 {
      color: #bbb;
      font-weight: 400;
    }
    .unit-page .section > span {
      display: inline-block;
      color: black;
      font-size: 20px;
      text-decoration: none;
      line-height: .85;
      border-bottom: 1px solid #b2b2b2;
      cursor: pointer; }

.toolbar-mobile .toolbar-aside .dropdown {
  width: 48px;
  text-align: center; }
.toolbar-mobile .toolbar-aside .dropdown-link {
  line-height: 0; }

.toolbar-mobile .toolbar-main .nav .nav-item:first-child .nav-link {
  margin-left: -12px; }

.toolbar-mobile .toolbar-aside .nav .nav-item:last-child .nav-link {
  margin-right: -12px; }

.toolbar-main {
  float: left; }

.toolbar-aside {
  float: right;
  text-align: right; }

@media (min-width: 937px) {
  .toolbar {
    display: block;
    font-size: 13px; }
  .toolbar-mobile {
    display: none; } }

/* ========================================================================== *\
   Structures -> Site Contact ($structures-site-contact)
\* ========================================================================== */
.site-contact {
  padding: 24px 0; }
  .site-contact .contact-image a {
    display: block; }

@media (min-width: 768px) {
  .site-contact {
    padding: 48px 0 0; } }

/* ========================================================================== *\
   Structures -> Site Credit ($structures-site-credit)
\* ========================================================================== */
.site-credit {
  font-size: 14px;
  text-align: center;
  padding: 24px 0 0; }
  .site-credit, .site-credit a {
    color: #c7c7c7; }
  .site-credit a {
    text-decoration: none; }
    .site-credit a:hover {
      text-decoration: underline; }
  .site-credit .icon {
    display: block;
    margin: 6px auto; }
  .site-credit .site-credit-logo, .site-credit .site-credit-logo:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .site-credit .icon {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 12px; } }

@media (min-width: 960px) {
  .site-credit {
    padding: 72px 0 0; } }

/* ========================================================================== *\
   Structures -> Site Footer ($structures-site-footer)
\* ========================================================================== */
.site-footer {
  background-color: rgba(5, 28, 44, 0.95);
  padding: 24px 0 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-footer, .site-footer a {
    color: #ffffff; }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .nav-item:first-child .nav-link {
    padding-left: 0; }
  .site-footer .nav-link {
    display: inline-block;
    padding: 12px; }
  .site-footer .share li:first-child, .site-footer .share a {
    padding: 12px 12px 12px 0; }
  .site-footer .share li:first-child {
    vertical-align: middle; }
  .site-footer .share li:last-child a {
    padding-right: 0; }
  .site-footer .share a {
    display: inline-block; }

/* ========================================================================== *\
   Structures -> Site Copyright ($structures-site-copyright)
\* ========================================================================== */
.site-copyright {
  font-size: 13px;
  margin-bottom: 6px; }

@media (min-width: 960px) {
  .site-copyright {
    margin-top: 24px; } }

/* ========================================================================== *\
   Structures -> Site Disclaimer ($structures-site-disclaimer)
\* ========================================================================== */
.site-disclaimer {
  font-size: 13px;
  color: #767676;
  margin-bottom: 0; }

/* ========================================================================== *\
   Utilities -> Colors ($utilities-colors)
\* ========================================================================== */
.color-gray {
  color: #767676 !important; }

.color-brand-primary {
  color: #ff3b00 !important; }

.color-accent-primary {
  color: #2d9706 !important; }

.color-accent-secondary {
  color: #176ced !important; }

.color-accent-tertiary {
  color: #fc1524 !important; }

.color-accent-quaternary {
  color: #b000dc !important; }

.color-accent-quinary {
  color: #e75309 !important; }

.color-accent-mls {
  color: #004497 !important; }

.color-facebook {
  color: #3b5998 !important; }

.color-twitter {
  color: #55acee !important; }

.color-pinterest {
  color: #cc2127 !important; }

/* ========================================================================== *\
   Utilities -> Display ($utilities-display)
\* ========================================================================== */
.dn {
  display: none !important; }

.di {
  display: inline !important; }

.db {
  display: block !important; }

/**
 * 1. Fix Firefox bug where an <img> styled with `max-width: 100%` inside a
 *    parent styled `inline-block` displays at its default size, not 100% of the
 *    parent container.
 */
.dib {
  display: inline-block !important;
  max-width: 100% !important;
  /* 1 */ }

.dit {
  display: inline-table !important; }

.dt {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important; }

.dtr {
  display: table-row !important; }

.dtrg {
  display: table-row-group !important; }

.dtc {
  display: table-cell !important; }

.dtcol {
  display: table-column !important; }

.dtcolg {
  display: table-column-group !important; }

@media (min-width: 480px) {
  .xs-dn {
    display: none !important; }
  .xs-di {
    display: inline !important; }
  .xs-db {
    display: block !important; }
  .xs-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .xs-dit {
    display: inline-table !important; }
  .xs-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .xs-dtr {
    display: table-row !important; }
  .xs-dtrg {
    display: table-row-group !important; }
  .xs-dtc {
    display: table-cell !important; }
  .xs-dtcol {
    display: table-column !important; }
  .xs-dtcolg {
    display: table-column-group !important; } }

@media (min-width: 600px) {
  .sm-dn {
    display: none !important; }
  .sm-di {
    display: inline !important; }
  .sm-db {
    display: block !important; }
  .sm-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .sm-dit {
    display: inline-table !important; }
  .sm-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .sm-dtr {
    display: table-row !important; }
  .sm-dtrg {
    display: table-row-group !important; }
  .sm-dtc {
    display: table-cell !important; }
  .sm-dtcol {
    display: table-column !important; }
  .sm-dtcolg {
    display: table-column-group !important; } }

@media (min-width: 768px) {
  .md-dn {
    display: none !important; }
  .md-di {
    display: inline !important; }
  .md-db {
    display: block !important; }
  .md-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .md-dit {
    display: inline-table !important; }
  .md-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .md-dtr {
    display: table-row !important; }
  .md-dtrg {
    display: table-row-group !important; }
  .md-dtc {
    display: table-cell !important; }
  .md-dtcol {
    display: table-column !important; }
  .md-dtcolg {
    display: table-column-group !important; } }

@media (min-width: 960px) {
  .lg-dn {
    display: none !important; }
  .lg-di {
    display: inline !important; }
  .lg-db {
    display: block !important; }
  .lg-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .lg-dit {
    display: inline-table !important; }
  .lg-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .lg-dtr {
    display: table-row !important; }
  .lg-dtrg {
    display: table-row-group !important; }
  .lg-dtc {
    display: table-cell !important; }
  .lg-dtcol {
    display: table-column !important; }
  .lg-dtcolg {
    display: table-column-group !important; } }

@media (min-width: 1140px) {
  .xl-dn {
    display: none !important; }
  .xl-di {
    display: inline !important; }
  .xl-db {
    display: block !important; }
  .xl-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .xl-dit {
    display: inline-table !important; }
  .xl-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .xl-dtr {
    display: table-row !important; }
  .xl-dtrg {
    display: table-row-group !important; }
  .xl-dtc {
    display: table-cell !important; }
  .xl-dtcol {
    display: table-column !important; }
  .xl-dtcolg {
    display: table-column-group !important; } }

@media (min-width: 1380px) {
  .xxl-dn {
    display: none !important; }
  .xxl-di {
    display: inline !important; }
  .xxl-db {
    display: block !important; }
  .xxl-dib {
    display: inline-block !important;
    max-width: 100% !important; }
  .xxl-dit {
    display: inline-table !important; }
  .xxl-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important; }
  .xxl-dtr {
    display: table-row !important; }
  .xxl-dtrg {
    display: table-row-group !important; }
  .xxl-dtc {
    display: table-cell !important; }
  .xxl-dtcol {
    display: table-column !important; }
  .xxl-dtcolg {
    display: table-column-group !important; } }

/* ========================================================================== *\
   Utilities -> Overflow ($utilities-overflow)
\* ========================================================================== */
.overflow-hidden {
  overflow: hidden; }

/* ========================================================================== *\
   Utilities -> Text Alignment ($utilities-text-alignment)
\* ========================================================================== */
.tl {
  text-align: left !important; }

.tr {
  text-align: right !important; }

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

.tj {
  text-align: justify !important; }

@media (min-width: 480px) {
  .xs-tl {
    text-align: left !important; }
  .xs-tr {
    text-align: right !important; }
  .xs-tc {
    text-align: center !important; }
  .xs-tj {
    text-align: justify !important; } }

@media (min-width: 600px) {
  .sm-tl {
    text-align: left !important; }
  .sm-tr {
    text-align: right !important; }
  .sm-tc {
    text-align: center !important; }
  .sm-tj {
    text-align: justify !important; } }

@media (min-width: 768px) {
  .md-tl {
    text-align: left !important; }
  .md-tr {
    text-align: right !important; }
  .md-tc {
    text-align: center !important; }
  .md-tj {
    text-align: justify !important; } }

@media (min-width: 960px) {
  .lg-tl {
    text-align: left !important; }
  .lg-tr {
    text-align: right !important; }
  .lg-tc {
    text-align: center !important; }
  .lg-tj {
    text-align: justify !important; } }

@media (min-width: 1140px) {
  .xl-tl {
    text-align: left !important; }
  .xl-tr {
    text-align: right !important; }
  .xl-tc {
    text-align: center !important; }
  .xl-tj {
    text-align: justify !important; } }

@media (min-width: 1380px) {
  .xxl-tl {
    text-align: left !important; }
  .xxl-tr {
    text-align: right !important; }
  .xxl-tc {
    text-align: center !important; }
  .xxl-tj {
    text-align: justify !important; } }

/* ========================================================================== *\
   Utilities -> Widths ($utilities-widths)
\* ========================================================================== */
/* Auto */
.width-auto {
  width: auto !important; }

/* Whole */
[class~="1/1"], .one-whole {
  width: 100% !important; }

/* Halves */
[class~="1/2"], .one-half, [class~="2/4"], .two-fourths, [class~="3/6"], .three-sixths, [class~="4/8"], .four-eighths, [class~="5/10"], .five-tenths, [class~="6/12"], .six-twelfths {
  width: 50% !important; }

/* Thirds */
[class~="1/3"], .one-third, [class~="2/6"], .two-sixths, [class~="3/9"], .three-ninths, [class~="4/12"], .four-twelfths {
  width: 33.33333% !important; }

[class~="2/3"], .two-thirds, [class~="4/6"], .four-sixths, [class~="6/9"], .six-ninths, [class~="8/12"], .eight-twelfths {
  width: 66.66667% !important; }

/* Fourths */
[class~="1/4"], .one-fourth, [class~="2/8"], .two-eighths, [class~="3/12"], .three-twelfths {
  width: 25% !important; }

[class~="3/4"], .three-fourths, [class~="6/8"], .six-eighths, [class~="9/12"], .nine-twelfths {
  width: 75% !important; }

/* Fifths */
[class~="1/5"], .one-fifth, [class~="2/10"], .two-tenths {
  width: 20% !important; }

[class~="2/5"], .two-fifths, [class~="4/10"], .four-tenths {
  width: 40% !important; }

[class~="3/5"], .three-fifths, [class~="6/10"], .six-tenths {
  width: 60% !important; }

[class~="4/5"], .four-fifths, [class~="8/10"], .eight-tenths {
  width: 80% !important; }

/* Sixths */
[class~="1/6"], .one-sixth, [class~="2/12"], .two-twelfths {
  width: 16.66667% !important; }

[class~="5/6"], .five-sixths, [class~="10/12"], .ten-twelfths {
  width: 83.33333% !important; }

/* Eighths */
[class~="1/8"], .one-eighth {
  width: 12.5% !important; }

[class~="3/8"], .three-eighths {
  width: 37.5% !important; }

[class~="5/8"], .five-eighths {
  width: 62.5% !important; }

[class~="7/8"], .seven-eighths {
  width: 87.5% !important; }

/* Ninths */
[class~="1/9"], .one-ninth {
  width: 11.11111% !important; }

[class~="2/9"], .two-ninths {
  width: 22.22222% !important; }

[class~="4/9"], .four-ninths {
  width: 44.44444% !important; }

[class~="5/9"], .five-ninths {
  width: 55.55556% !important; }

[class~="7/9"], .seven-ninths {
  width: 77.77778% !important; }

[class~="8/9"], .eight-ninths {
  width: 88.88889% !important; }

/* Tenths */
[class~="1/10"], .one-tenth {
  width: 10% !important; }

[class~="3/10"], .three-tenths {
  width: 30% !important; }

[class~="7/10"], .seven-tenths {
  width: 70% !important; }

[class~="9/10"], .nine-tenths {
  width: 90% !important; }

/* Twelfths */
[class~="1/12"], .one-twelfth {
  width: 8.33333% !important; }

[class~="5/12"], .five-twelfths {
  width: 41.66667% !important; }

[class~="7/12"], .seven-twelfths {
  width: 58.33333% !important; }

[class~="11/12"], .eleven-twelfths {
  width: 91.66667% !important; }

@media (min-width: 480px) {
  .xs-width-auto {
    width: auto !important; }
  [class~="xs-1/1"], .xs-one-whole {
    width: 100% !important; }
  [class~="xs-1/2"], .xs-one-half, [class~="xs-2/4"], .xs-two-fourths, [class~="xs-3/6"], .xs-three-sixths, [class~="xs-4/8"], .xs-four-eighths, [class~="xs-5/10"], .xs-five-tenths, [class~="xs-6/12"], .xs-six-twelfths {
    width: 50% !important; }
  [class~="xs-1/3"], .xs-one-third, [class~="xs-2/6"], .xs-two-sixths, [class~="xs-3/9"], .xs-three-ninths, [class~="xs-4/12"], .xs-four-twelfths {
    width: 33.33333% !important; }
  [class~="xs-2/3"], .xs-two-thirds, [class~="xs-4/6"], .xs-four-sixths, [class~="xs-6/9"], .xs-six-ninths, [class~="xs-8/12"], .xs-eight-twelfths {
    width: 66.66667% !important; }
  [class~="xs-1/4"], .xs-one-fourth, [class~="xs-2/8"], .xs-two-eighths, [class~="xs-3/12"], .xs-three-twelfths {
    width: 25% !important; }
  [class~="xs-3/4"], .xs-three-fourths, [class~="xs-6/8"], .xs-six-eighths, [class~="xs-9/12"], .xs-nine-twelfths {
    width: 75% !important; }
  [class~="xs-1/5"], .xs-one-fifth, [class~="xs-2/10"], .xs-two-tenths {
    width: 20% !important; }
  [class~="xs-2/5"], .xs-two-fifths, [class~="xs-4/10"], .xs-four-tenths {
    width: 40% !important; }
  [class~="xs-3/5"], .xs-three-fifths, [class~="xs-6/10"], .xs-six-tenths {
    width: 60% !important; }
  [class~="xs-4/5"], .xs-four-fifths, [class~="xs-8/10"], .xs-eight-tenths {
    width: 80% !important; }
  [class~="xs-1/6"], .xs-one-sixth, [class~="xs-2/12"], .xs-two-twelfths {
    width: 16.66667% !important; }
  [class~="xs-5/6"], .xs-five-sixths, [class~="xs-10/12"], .xs-ten-twelfths {
    width: 83.33333% !important; }
  [class~="xs-1/8"], .xs-one-eighth {
    width: 12.5% !important; }
  [class~="xs-3/8"], .xs-three-eighths {
    width: 37.5% !important; }
  [class~="xs-5/8"], .xs-five-eighths {
    width: 62.5% !important; }
  [class~="xs-7/8"], .xs-seven-eighths {
    width: 87.5% !important; }
  [class~="xs-1/9"], .xs-one-ninth {
    width: 11.11111% !important; }
  [class~="xs-2/9"], .xs-two-ninths {
    width: 22.22222% !important; }
  [class~="xs-4/9"], .xs-four-ninths {
    width: 44.44444% !important; }
  [class~="xs-5/9"], .xs-five-ninths {
    width: 55.55556% !important; }
  [class~="xs-7/9"], .xs-seven-ninths {
    width: 77.77778% !important; }
  [class~="xs-8/9"], .xs-eight-ninths {
    width: 88.88889% !important; }
  [class~="xs-1/10"], .xs-one-tenth {
    width: 10% !important; }
  [class~="xs-3/10"], .xs-three-tenths {
    width: 30% !important; }
  [class~="xs-7/10"], .xs-seven-tenths {
    width: 70% !important; }
  [class~="xs-9/10"], .xs-nine-tenths {
    width: 90% !important; }
  [class~="xs-1/12"], .xs-one-twelfth {
    width: 8.33333% !important; }
  [class~="xs-5/12"], .xs-five-twelfths {
    width: 41.66667% !important; }
  [class~="xs-7/12"], .xs-seven-twelfths {
    width: 58.33333% !important; }
  [class~="xs-11/12"], .xs-eleven-twelfths {
    width: 91.66667% !important; } }

@media (min-width: 600px) {
  .sm-width-auto {
    width: auto !important; }
  [class~="sm-1/1"], .sm-one-whole {
    width: 100% !important; }
  [class~="sm-1/2"], .sm-one-half, [class~="sm-2/4"], .sm-two-fourths, [class~="sm-3/6"], .sm-three-sixths, [class~="sm-4/8"], .sm-four-eighths, [class~="sm-5/10"], .sm-five-tenths, [class~="sm-6/12"], .sm-six-twelfths {
    width: 50% !important; }
  [class~="sm-1/3"], .sm-one-third, [class~="sm-2/6"], .sm-two-sixths, [class~="sm-3/9"], .sm-three-ninths, [class~="sm-4/12"], .sm-four-twelfths {
    width: 33.33333% !important; }
  [class~="sm-2/3"], .sm-two-thirds, [class~="sm-4/6"], .sm-four-sixths, [class~="sm-6/9"], .sm-six-ninths, [class~="sm-8/12"], .sm-eight-twelfths {
    width: 66.66667% !important; }
  [class~="sm-1/4"], .sm-one-fourth, [class~="sm-2/8"], .sm-two-eighths, [class~="sm-3/12"], .sm-three-twelfths {
    width: 25% !important; }
  [class~="sm-3/4"], .sm-three-fourths, [class~="sm-6/8"], .sm-six-eighths, [class~="sm-9/12"], .sm-nine-twelfths {
    width: 75% !important; }
  [class~="sm-1/5"], .sm-one-fifth, [class~="sm-2/10"], .sm-two-tenths {
    width: 20% !important; }
  [class~="sm-2/5"], .sm-two-fifths, [class~="sm-4/10"], .sm-four-tenths {
    width: 40% !important; }
  [class~="sm-3/5"], .sm-three-fifths, [class~="sm-6/10"], .sm-six-tenths {
    width: 60% !important; }
  [class~="sm-4/5"], .sm-four-fifths, [class~="sm-8/10"], .sm-eight-tenths {
    width: 80% !important; }
  [class~="sm-1/6"], .sm-one-sixth, [class~="sm-2/12"], .sm-two-twelfths {
    width: 16.66667% !important; }
  [class~="sm-5/6"], .sm-five-sixths, [class~="sm-10/12"], .sm-ten-twelfths {
    width: 83.33333% !important; }
  [class~="sm-1/8"], .sm-one-eighth {
    width: 12.5% !important; }
  [class~="sm-3/8"], .sm-three-eighths {
    width: 37.5% !important; }
  [class~="sm-5/8"], .sm-five-eighths {
    width: 62.5% !important; }
  [class~="sm-7/8"], .sm-seven-eighths {
    width: 87.5% !important; }
  [class~="sm-1/9"], .sm-one-ninth {
    width: 11.11111% !important; }
  [class~="sm-2/9"], .sm-two-ninths {
    width: 22.22222% !important; }
  [class~="sm-4/9"], .sm-four-ninths {
    width: 44.44444% !important; }
  [class~="sm-5/9"], .sm-five-ninths {
    width: 55.55556% !important; }
  [class~="sm-7/9"], .sm-seven-ninths {
    width: 77.77778% !important; }
  [class~="sm-8/9"], .sm-eight-ninths {
    width: 88.88889% !important; }
  [class~="sm-1/10"], .sm-one-tenth {
    width: 10% !important; }
  [class~="sm-3/10"], .sm-three-tenths {
    width: 30% !important; }
  [class~="sm-7/10"], .sm-seven-tenths {
    width: 70% !important; }
  [class~="sm-9/10"], .sm-nine-tenths {
    width: 90% !important; }
  [class~="sm-1/12"], .sm-one-twelfth {
    width: 8.33333% !important; }
  [class~="sm-5/12"], .sm-five-twelfths {
    width: 41.66667% !important; }
  [class~="sm-7/12"], .sm-seven-twelfths {
    width: 58.33333% !important; }
  [class~="sm-11/12"], .sm-eleven-twelfths {
    width: 91.66667% !important; } }

@media (min-width: 768px) {
  .md-width-auto {
    width: auto !important; }
  [class~="md-1/1"], .md-one-whole {
    width: 100% !important; }
  [class~="md-1/2"], .md-one-half, [class~="md-2/4"], .md-two-fourths, [class~="md-3/6"], .md-three-sixths, [class~="md-4/8"], .md-four-eighths, [class~="md-5/10"], .md-five-tenths, [class~="md-6/12"], .md-six-twelfths {
    width: 50% !important; }
  [class~="md-1/3"], .md-one-third, [class~="md-2/6"], .md-two-sixths, [class~="md-3/9"], .md-three-ninths, [class~="md-4/12"], .md-four-twelfths {
    width: 33.33333% !important; }
  [class~="md-2/3"], .md-two-thirds, [class~="md-4/6"], .md-four-sixths, [class~="md-6/9"], .md-six-ninths, [class~="md-8/12"], .md-eight-twelfths {
    width: 66.66667% !important; }
  [class~="md-1/4"], .md-one-fourth, [class~="md-2/8"], .md-two-eighths, [class~="md-3/12"], .md-three-twelfths {
    width: 25% !important; }
  [class~="md-3/4"], .md-three-fourths, [class~="md-6/8"], .md-six-eighths, [class~="md-9/12"], .md-nine-twelfths {
    width: 75% !important; }
  [class~="md-1/5"], .md-one-fifth, [class~="md-2/10"], .md-two-tenths {
    width: 20% !important; }
  [class~="md-2/5"], .md-two-fifths, [class~="md-4/10"], .md-four-tenths {
    width: 40% !important; }
  [class~="md-3/5"], .md-three-fifths, [class~="md-6/10"], .md-six-tenths {
    width: 60% !important; }
  [class~="md-4/5"], .md-four-fifths, [class~="md-8/10"], .md-eight-tenths {
    width: 80% !important; }
  [class~="md-1/6"], .md-one-sixth, [class~="md-2/12"], .md-two-twelfths {
    width: 16.66667% !important; }
  [class~="md-5/6"], .md-five-sixths, [class~="md-10/12"], .md-ten-twelfths {
    width: 83.33333% !important; }
  [class~="md-1/8"], .md-one-eighth {
    width: 12.5% !important; }
  [class~="md-3/8"], .md-three-eighths {
    width: 37.5% !important; }
  [class~="md-5/8"], .md-five-eighths {
    width: 62.5% !important; }
  [class~="md-7/8"], .md-seven-eighths {
    width: 87.5% !important; }
  [class~="md-1/9"], .md-one-ninth {
    width: 11.11111% !important; }
  [class~="md-2/9"], .md-two-ninths {
    width: 22.22222% !important; }
  [class~="md-4/9"], .md-four-ninths {
    width: 44.44444% !important; }
  [class~="md-5/9"], .md-five-ninths {
    width: 55.55556% !important; }
  [class~="md-7/9"], .md-seven-ninths {
    width: 77.77778% !important; }
  [class~="md-8/9"], .md-eight-ninths {
    width: 88.88889% !important; }
  [class~="md-1/10"], .md-one-tenth {
    width: 10% !important; }
  [class~="md-3/10"], .md-three-tenths {
    width: 30% !important; }
  [class~="md-7/10"], .md-seven-tenths {
    width: 70% !important; }
  [class~="md-9/10"], .md-nine-tenths {
    width: 90% !important; }
  [class~="md-1/12"], .md-one-twelfth {
    width: 8.33333% !important; }
  [class~="md-5/12"], .md-five-twelfths {
    width: 41.66667% !important; }
  [class~="md-7/12"], .md-seven-twelfths {
    width: 58.33333% !important; }
  [class~="md-11/12"], .md-eleven-twelfths {
    width: 91.66667% !important; } }

@media (min-width: 960px) {
  .lg-width-auto {
    width: auto !important; }
  [class~="lg-1/1"], .lg-one-whole {
    width: 100% !important; }
  [class~="lg-1/2"], .lg-one-half, [class~="lg-2/4"], .lg-two-fourths, [class~="lg-3/6"], .lg-three-sixths, [class~="lg-4/8"], .lg-four-eighths, [class~="lg-5/10"], .lg-five-tenths, [class~="lg-6/12"], .lg-six-twelfths {
    width: 50% !important; }
  [class~="lg-1/3"], .lg-one-third, [class~="lg-2/6"], .lg-two-sixths, [class~="lg-3/9"], .lg-three-ninths, [class~="lg-4/12"], .lg-four-twelfths {
    width: 33.33333% !important; }
  [class~="lg-2/3"], .lg-two-thirds, [class~="lg-4/6"], .lg-four-sixths, [class~="lg-6/9"], .lg-six-ninths, [class~="lg-8/12"], .lg-eight-twelfths {
    width: 66.66667% !important; }
  [class~="lg-1/4"], .lg-one-fourth, [class~="lg-2/8"], .lg-two-eighths, [class~="lg-3/12"], .lg-three-twelfths {
    width: 25% !important; }
  [class~="lg-3/4"], .lg-three-fourths, [class~="lg-6/8"], .lg-six-eighths, [class~="lg-9/12"], .lg-nine-twelfths {
    width: 75% !important; }
  [class~="lg-1/5"], .lg-one-fifth, [class~="lg-2/10"], .lg-two-tenths {
    width: 20% !important; }
  [class~="lg-2/5"], .lg-two-fifths, [class~="lg-4/10"], .lg-four-tenths {
    width: 40% !important; }
  [class~="lg-3/5"], .lg-three-fifths, [class~="lg-6/10"], .lg-six-tenths {
    width: 60% !important; }
  [class~="lg-4/5"], .lg-four-fifths, [class~="lg-8/10"], .lg-eight-tenths {
    width: 80% !important; }
  [class~="lg-1/6"], .lg-one-sixth, [class~="lg-2/12"], .lg-two-twelfths {
    width: 16.66667% !important; }
  [class~="lg-5/6"], .lg-five-sixths, [class~="lg-10/12"], .lg-ten-twelfths {
    width: 83.33333% !important; }
  [class~="lg-1/8"], .lg-one-eighth {
    width: 12.5% !important; }
  [class~="lg-3/8"], .lg-three-eighths {
    width: 37.5% !important; }
  [class~="lg-5/8"], .lg-five-eighths {
    width: 62.5% !important; }
  [class~="lg-7/8"], .lg-seven-eighths {
    width: 87.5% !important; }
  [class~="lg-1/9"], .lg-one-ninth {
    width: 11.11111% !important; }
  [class~="lg-2/9"], .lg-two-ninths {
    width: 22.22222% !important; }
  [class~="lg-4/9"], .lg-four-ninths {
    width: 44.44444% !important; }
  [class~="lg-5/9"], .lg-five-ninths {
    width: 55.55556% !important; }
  [class~="lg-7/9"], .lg-seven-ninths {
    width: 77.77778% !important; }
  [class~="lg-8/9"], .lg-eight-ninths {
    width: 88.88889% !important; }
  [class~="lg-1/10"], .lg-one-tenth {
    width: 10% !important; }
  [class~="lg-3/10"], .lg-three-tenths {
    width: 30% !important; }
  [class~="lg-7/10"], .lg-seven-tenths {
    width: 70% !important; }
  [class~="lg-9/10"], .lg-nine-tenths {
    width: 90% !important; }
  [class~="lg-1/12"], .lg-one-twelfth {
    width: 8.33333% !important; }
  [class~="lg-5/12"], .lg-five-twelfths {
    width: 41.66667% !important; }
  [class~="lg-7/12"], .lg-seven-twelfths {
    width: 58.33333% !important; }
  [class~="lg-11/12"], .lg-eleven-twelfths {
    width: 91.66667% !important; } }

@media (min-width: 1140px) {
  .xl-width-auto {
    width: auto !important; }
  [class~="xl-1/1"], .xl-one-whole {
    width: 100% !important; }
  [class~="xl-1/2"], .xl-one-half, [class~="xl-2/4"], .xl-two-fourths, [class~="xl-3/6"], .xl-three-sixths, [class~="xl-4/8"], .xl-four-eighths, [class~="xl-5/10"], .xl-five-tenths, [class~="xl-6/12"], .xl-six-twelfths {
    width: 50% !important; }
  [class~="xl-1/3"], .xl-one-third, [class~="xl-2/6"], .xl-two-sixths, [class~="xl-3/9"], .xl-three-ninths, [class~="xl-4/12"], .xl-four-twelfths {
    width: 33.33333% !important; }
  [class~="xl-2/3"], .xl-two-thirds, [class~="xl-4/6"], .xl-four-sixths, [class~="xl-6/9"], .xl-six-ninths, [class~="xl-8/12"], .xl-eight-twelfths {
    width: 66.66667% !important; }
  [class~="xl-1/4"], .xl-one-fourth, [class~="xl-2/8"], .xl-two-eighths, [class~="xl-3/12"], .xl-three-twelfths {
    width: 25% !important; }
  [class~="xl-3/4"], .xl-three-fourths, [class~="xl-6/8"], .xl-six-eighths, [class~="xl-9/12"], .xl-nine-twelfths {
    width: 75% !important; }
  [class~="xl-1/5"], .xl-one-fifth, [class~="xl-2/10"], .xl-two-tenths {
    width: 20% !important; }
  [class~="xl-2/5"], .xl-two-fifths, [class~="xl-4/10"], .xl-four-tenths {
    width: 40% !important; }
  [class~="xl-3/5"], .xl-three-fifths, [class~="xl-6/10"], .xl-six-tenths {
    width: 60% !important; }
  [class~="xl-4/5"], .xl-four-fifths, [class~="xl-8/10"], .xl-eight-tenths {
    width: 80% !important; }
  [class~="xl-1/6"], .xl-one-sixth, [class~="xl-2/12"], .xl-two-twelfths {
    width: 16.66667% !important; }
  [class~="xl-5/6"], .xl-five-sixths, [class~="xl-10/12"], .xl-ten-twelfths {
    width: 83.33333% !important; }
  [class~="xl-1/8"], .xl-one-eighth {
    width: 12.5% !important; }
  [class~="xl-3/8"], .xl-three-eighths {
    width: 37.5% !important; }
  [class~="xl-5/8"], .xl-five-eighths {
    width: 62.5% !important; }
  [class~="xl-7/8"], .xl-seven-eighths {
    width: 87.5% !important; }
  [class~="xl-1/9"], .xl-one-ninth {
    width: 11.11111% !important; }
  [class~="xl-2/9"], .xl-two-ninths {
    width: 22.22222% !important; }
  [class~="xl-4/9"], .xl-four-ninths {
    width: 44.44444% !important; }
  [class~="xl-5/9"], .xl-five-ninths {
    width: 55.55556% !important; }
  [class~="xl-7/9"], .xl-seven-ninths {
    width: 77.77778% !important; }
  [class~="xl-8/9"], .xl-eight-ninths {
    width: 88.88889% !important; }
  [class~="xl-1/10"], .xl-one-tenth {
    width: 10% !important; }
  [class~="xl-3/10"], .xl-three-tenths {
    width: 30% !important; }
  [class~="xl-7/10"], .xl-seven-tenths {
    width: 70% !important; }
  [class~="xl-9/10"], .xl-nine-tenths {
    width: 90% !important; }
  [class~="xl-1/12"], .xl-one-twelfth {
    width: 8.33333% !important; }
  [class~="xl-5/12"], .xl-five-twelfths {
    width: 41.66667% !important; }
  [class~="xl-7/12"], .xl-seven-twelfths {
    width: 58.33333% !important; }
  [class~="xl-11/12"], .xl-eleven-twelfths {
    width: 91.66667% !important; } }

@media (min-width: 1380px) {
  .xxl-width-auto {
    width: auto !important; }
  [class~="xxl-1/1"], .xxl-one-whole {
    width: 100% !important; }
  [class~="xxl-1/2"], .xxl-one-half, [class~="xxl-2/4"], .xxl-two-fourths, [class~="xxl-3/6"], .xxl-three-sixths, [class~="xxl-4/8"], .xxl-four-eighths, [class~="xxl-5/10"], .xxl-five-tenths, [class~="xxl-6/12"], .xxl-six-twelfths {
    width: 50% !important; }
  [class~="xxl-1/3"], .xxl-one-third, [class~="xxl-2/6"], .xxl-two-sixths, [class~="xxl-3/9"], .xxl-three-ninths, [class~="xxl-4/12"], .xxl-four-twelfths {
    width: 33.33333% !important; }
  [class~="xxl-2/3"], .xxl-two-thirds, [class~="xxl-4/6"], .xxl-four-sixths, [class~="xxl-6/9"], .xxl-six-ninths, [class~="xxl-8/12"], .xxl-eight-twelfths {
    width: 66.66667% !important; }
  [class~="xxl-1/4"], .xxl-one-fourth, [class~="xxl-2/8"], .xxl-two-eighths, [class~="xxl-3/12"], .xxl-three-twelfths {
    width: 25% !important; }
  [class~="xxl-3/4"], .xxl-three-fourths, [class~="xxl-6/8"], .xxl-six-eighths, [class~="xxl-9/12"], .xxl-nine-twelfths {
    width: 75% !important; }
  [class~="xxl-1/5"], .xxl-one-fifth, [class~="xxl-2/10"], .xxl-two-tenths {
    width: 20% !important; }
  [class~="xxl-2/5"], .xxl-two-fifths, [class~="xxl-4/10"], .xxl-four-tenths {
    width: 40% !important; }
  [class~="xxl-3/5"], .xxl-three-fifths, [class~="xxl-6/10"], .xxl-six-tenths {
    width: 60% !important; }
  [class~="xxl-4/5"], .xxl-four-fifths, [class~="xxl-8/10"], .xxl-eight-tenths {
    width: 80% !important; }
  [class~="xxl-1/6"], .xxl-one-sixth, [class~="xxl-2/12"], .xxl-two-twelfths {
    width: 16.66667% !important; }
  [class~="xxl-5/6"], .xxl-five-sixths, [class~="xxl-10/12"], .xxl-ten-twelfths {
    width: 83.33333% !important; }
  [class~="xxl-1/8"], .xxl-one-eighth {
    width: 12.5% !important; }
  [class~="xxl-3/8"], .xxl-three-eighths {
    width: 37.5% !important; }
  [class~="xxl-5/8"], .xxl-five-eighths {
    width: 62.5% !important; }
  [class~="xxl-7/8"], .xxl-seven-eighths {
    width: 87.5% !important; }
  [class~="xxl-1/9"], .xxl-one-ninth {
    width: 11.11111% !important; }
  [class~="xxl-2/9"], .xxl-two-ninths {
    width: 22.22222% !important; }
  [class~="xxl-4/9"], .xxl-four-ninths {
    width: 44.44444% !important; }
  [class~="xxl-5/9"], .xxl-five-ninths {
    width: 55.55556% !important; }
  [class~="xxl-7/9"], .xxl-seven-ninths {
    width: 77.77778% !important; }
  [class~="xxl-8/9"], .xxl-eight-ninths {
    width: 88.88889% !important; }
  [class~="xxl-1/10"], .xxl-one-tenth {
    width: 10% !important; }
  [class~="xxl-3/10"], .xxl-three-tenths {
    width: 30% !important; }
  [class~="xxl-7/10"], .xxl-seven-tenths {
    width: 70% !important; }
  [class~="xxl-9/10"], .xxl-nine-tenths {
    width: 90% !important; }
  [class~="xxl-1/12"], .xxl-one-twelfth {
    width: 8.33333% !important; }
  [class~="xxl-5/12"], .xxl-five-twelfths {
    width: 41.66667% !important; }
  [class~="xxl-7/12"], .xxl-seven-twelfths {
    width: 58.33333% !important; }
  [class~="xxl-11/12"], .xxl-eleven-twelfths {
    width: 91.66667% !important; } }

/* ========================================================================== *\
   Utilities -> Visually Hidden ($utilities-visually-hidden)
\* ========================================================================== */
/**
 * Hide only visually, but have it available for screenreaders.
 *
 * @link http://cbrac.co/TUcUgH
 */
.vh {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

/**
 * Extends the `.vh` class to allow the element to be focusable when navigated
 * to via the keyboard.
 *
 * @link http://cbrac.co/RR8gO6
 */
.vh.focusable:active, .vh.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto; }

.overflow-catch {
  overflow: auto;
}

.edit-container {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 501;
}

.edit-container::before {
  width: 25px;
  height: 25px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  opacity: 0.4;
  z-index: 500;
}

.edit-container:hover::before {
  opacity: 0.8;
}

.image-edit {
  text-align: center;
  z-index: 501;
  position: absolute;
  left: 5px;
  top: 1px;
  color: #fff;
}

.carousel .edit-container {
  top: 130px;
  right: 90px;
  width: 50px;
  height: 50px;
}

.carousel .edit-container::before {
  width: 50px;
  height: 50px;
  background-color: #555;
}

.carousel .image-edit {
  left: 11px;
  top: 4px;
  font-size: 30px;
}



div#avpw_canvas_embed canvas {
  width: initial;
}

span.listing-price {
  font-size: 24px;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.text-strike {
  text-decoration: line-through;
}

.contact-image img {
  width: 100%;
}

.content-block-media, .contact .grid {
  margin-left: -13px;
}

@media (max-width: 479px) {
  .grid {
    margin-left: 0px;
  }
  .gutter-2 > .grid-item, .gutter-double > .grid-item {
    padding-left: 0px;
  }
}

.two-column-layout .wrapper {
  margin-bottom: 40px;
}
