@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

/* SASS version 3.3.0 Style: Compact */

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: normal;
  font-family: "Arial Black";
  font-size: 13px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

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

html {
  height: 100%;
}

html,
body {
  font-size: 100%;
  min-height: 100%;
}

body {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: justify;
  justify-content: justify;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns,
.page-header-container .row.collapse > .page-title {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

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

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns,
.page-header-container .page-title {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns,
  .page-header-container .page-title {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-12 {
    position: relative;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered,
  .page-header-container .small-centered.page-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered,
  .page-header-container .small-uncentered.page-title {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite,
  .page-header-container .small-uncentered.opposite.page-title {
    float: right !important;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns,
  .page-header-container .page-title {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .medium-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .medium-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .medium-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .medium-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered,
  .page-header-container .medium-centered.page-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered,
  .page-header-container .medium-uncentered.page-title {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite,
  .page-header-container .medium-uncentered.opposite.page-title {
    float: right !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:64.063em) {
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns,
  .page-header-container .page-title {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.large-centered,
  .columns.large-centered,
  .page-header-container .large-centered.page-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered,
  .page-header-container .large-uncentered.page-title {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .page-header-container .large-uncentered.opposite.page-title {
    float: right !important;
  }
}

@media only screen and (min-width:90.063em) {
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns,
  .page-header-container .page-title {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .xlarge-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .xlarge-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .xlarge-3 {
    position: relative;
    width: 25%;
  }

  .xlarge-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .xlarge-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .xlarge-6 {
    position: relative;
    width: 50%;
  }

  .xlarge-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .xlarge-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .xlarge-9 {
    position: relative;
    width: 75%;
  }

  .xlarge-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .xlarge-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .xlarge-12 {
    position: relative;
    width: 100%;
  }

  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.xlarge-centered,
  .columns.xlarge-centered,
  .page-header-container .xlarge-centered.page-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered,
  .page-header-container .xlarge-uncentered.page-title {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite,
  .page-header-container .xlarge-uncentered.opposite.page-title {
    float: right !important;
  }
}

@media only screen and (min-width:120.063em) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns,
  .page-header-container .page-title {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .xxlarge-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .xxlarge-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .xxlarge-3 {
    position: relative;
    width: 25%;
  }

  .xxlarge-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .xxlarge-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .xxlarge-6 {
    position: relative;
    width: 50%;
  }

  .xxlarge-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .xxlarge-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .xxlarge-9 {
    position: relative;
    width: 75%;
  }

  .xxlarge-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .xxlarge-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .xxlarge-12 {
    position: relative;
    width: 100%;
  }

  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*=column] + [class*=column]:last-child {
    float: right;
  }

  [class*=column] + [class*=column].end {
    float: left;
  }

  .column.xxlarge-centered,
  .columns.xxlarge-centered,
  .page-header-container .xxlarge-centered.page-title {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered,
  .page-header-container .xxlarge-uncentered.page-title {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite,
  .page-header-container .xxlarge-uncentered.opposite.page-title {
    float: right !important;
  }
}

.accordion {
  *zoom: 1;
  margin-bottom: 0;
}

.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion dd.active a {
  background: #e7e7e7;
}

.accordion dd > a {
  background: #efefef;
  color: #222;
  padding: 1rem;
  display: block;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.accordion dd > a:hover {
  background: #e2e2e2;
}

.accordion .content,
.accordion .additional-property-content h3.additional-content-header,
.additional-property-content .accordion h3.additional-content-header {
  display: none;
  padding: 0.9375rem;
}

.accordion .content.active,
.accordion .additional-property-content h3.active.additional-content-header,
.additional-property-content .accordion h3.active.additional-content-header {
  display: block;
  background: #fff;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #0065a4;
  border-color: #00558b;
  color: #fff;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333;
  opacity: 0.3;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius,
.alert-box.nrc-alert-button-base-style,
.alert-box.previous,
.alert-box.next,
div#property-details div.property-location > div a.alert-box.map,
.mobile-sale-menu-button a.alert-box,
nav.sale-nav a.alert-box {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3c9a5f;
  color: #fff;
}

.alert-box.alert,
.alert-box.nrc-alert-button-base-style,
.alert-box.previous,
.alert-box.next,
div#property-details div.property-location > div a.alert-box.map,
.mobile-login-register div .alert-box.mobile-alert {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
}

.alert-box.secondary {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #ea7d10;
  color: #fff;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #8bc9e3;
  color: black;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

button,
.button,
.sort-button,
.nrc-alert-button-base-style,
.previous,
.next,
div#property-details div.property-location > div a.map,
.mobile-sale-menu-button a,
.mobile-sale-menu-button a:active,
.mobile-sale-menu-button a:focus,
nav.sale-nav a,
.mobile-login-register div > a {
  cursor: pointer;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #0065a4;
  border-color: #00558b;
  color: #fff;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

button:hover,
button:focus,
.button:hover,
.sort-button:hover,
.nrc-alert-button-base-style:hover,
.previous:hover,
.next:hover,
div#property-details div.property-location > div a.map:hover,
.mobile-sale-menu-button a:hover,
nav.sale-nav a:hover,
.mobile-login-register div > a:hover,
.button:focus,
.sort-button:focus,
.nrc-alert-button-base-style:focus,
.previous:focus,
.next:focus,
div#property-details div.property-location > div a.map:focus,
.mobile-sale-menu-button a:focus,
nav.sale-nav a:focus,
.mobile-login-register div > a:focus {
  background-color: #00558b;
}

button:hover,
button:focus,
.button:hover,
.sort-button:hover,
.nrc-alert-button-base-style:hover,
.previous:hover,
.next:hover,
div#property-details div.property-location > div a.map:hover,
.mobile-sale-menu-button a:hover,
nav.sale-nav a:hover,
.mobile-login-register div > a:hover,
.button:focus,
.sort-button:focus,
.nrc-alert-button-base-style:focus,
.previous:focus,
.next:focus,
div#property-details div.property-location > div a.map:focus,
.mobile-sale-menu-button a:focus,
nav.sale-nav a:focus,
.mobile-login-register div > a:focus {
  color: #fff;
}

button.secondary,
.button.secondary,
.secondary.sort-button,
.secondary.nrc-alert-button-base-style,
.secondary.previous,
.secondary.next,
div#property-details div.property-location > div a.secondary.map,
.mobile-sale-menu-button a.secondary,
nav.sale-nav a.secondary,
.mobile-login-register div > a.secondary {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.secondary.sort-button:hover,
.secondary.nrc-alert-button-base-style:hover,
.secondary.previous:hover,
.secondary.next:hover,
div#property-details div.property-location > div a.secondary.map:hover,
.mobile-sale-menu-button a.secondary:hover,
nav.sale-nav a.secondary:hover,
.mobile-login-register div > a.secondary:hover,
.button.secondary:focus,
.secondary.sort-button:focus,
.secondary.nrc-alert-button-base-style:focus,
.secondary.previous:focus,
.secondary.next:focus,
div#property-details div.property-location > div a.secondary.map:focus,
.mobile-sale-menu-button a.secondary:focus,
nav.sale-nav a.secondary:focus,
.mobile-login-register div > a.secondary:focus {
  background-color: #bb0f3d;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.secondary.sort-button:hover,
.secondary.nrc-alert-button-base-style:hover,
.secondary.previous:hover,
.secondary.next:hover,
div#property-details div.property-location > div a.secondary.map:hover,
.mobile-sale-menu-button a.secondary:hover,
nav.sale-nav a.secondary:hover,
.mobile-login-register div > a.secondary:hover,
.button.secondary:focus,
.secondary.sort-button:focus,
.secondary.nrc-alert-button-base-style:focus,
.secondary.previous:focus,
.secondary.next:focus,
div#property-details div.property-location > div a.secondary.map:focus,
.mobile-sale-menu-button a.secondary:focus,
nav.sale-nav a.secondary:focus,
.mobile-login-register div > a.secondary:focus {
  color: #fff;
}

button.success,
.button.success,
.success.sort-button,
.success.nrc-alert-button-base-style,
.success.previous,
.success.next,
div#property-details div.property-location > div a.success.map,
.mobile-sale-menu-button a.success,
nav.sale-nav a.success,
.mobile-login-register div > a.success {
  background-color: #43AC6A;
  border-color: #3c9a5f;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.success.sort-button:hover,
.success.nrc-alert-button-base-style:hover,
.success.previous:hover,
.success.next:hover,
div#property-details div.property-location > div a.success.map:hover,
.mobile-sale-menu-button a.success:hover,
nav.sale-nav a.success:hover,
.mobile-login-register div > a.success:hover,
.button.success:focus,
.success.sort-button:focus,
.success.nrc-alert-button-base-style:focus,
.success.previous:focus,
.success.next:focus,
div#property-details div.property-location > div a.success.map:focus,
.mobile-sale-menu-button a.success:focus,
nav.sale-nav a.success:focus,
.mobile-login-register div > a.success:focus {
  background-color: #3c9a5f;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.success.sort-button:hover,
.success.nrc-alert-button-base-style:hover,
.success.previous:hover,
.success.next:hover,
div#property-details div.property-location > div a.success.map:hover,
.mobile-sale-menu-button a.success:hover,
nav.sale-nav a.success:hover,
.mobile-login-register div > a.success:hover,
.button.success:focus,
.success.sort-button:focus,
.success.nrc-alert-button-base-style:focus,
.success.previous:focus,
.success.next:focus,
div#property-details div.property-location > div a.success.map:focus,
.mobile-sale-menu-button a.success:focus,
nav.sale-nav a.success:focus,
.mobile-login-register div > a.success:focus {
  color: #fff;
}

button.alert,
.mobile-login-register div button.mobile-alert,
.button.alert,
.alert.sort-button,
.nrc-alert-button-base-style,
.previous,
.next,
div#property-details div.property-location > div a.map,
.mobile-sale-menu-button a.alert,
.mobile-sale-menu-button a.nrc-alert-button-base-style,
.mobile-sale-menu-button a.previous,
.mobile-sale-menu-button a.next,
nav.sale-nav a.alert,
nav.sale-nav a.nrc-alert-button-base-style,
nav.sale-nav a.previous,
nav.sale-nav a.next,
.mobile-login-register div .button.mobile-alert,
.mobile-login-register div .mobile-alert.sort-button,
.mobile-login-register div .mobile-alert.nrc-alert-button-base-style,
.mobile-login-register div .mobile-alert.previous,
.mobile-login-register div .mobile-alert.next,
.mobile-login-register div .mobile-sale-menu-button a.mobile-alert,
.mobile-sale-menu-button .mobile-login-register div a.mobile-alert,
.mobile-login-register div nav.sale-nav a.mobile-alert,
nav.sale-nav .mobile-login-register div a.mobile-alert,
.mobile-login-register div > a.alert,
.mobile-login-register div > a.nrc-alert-button-base-style,
.mobile-login-register div > a.previous,
.mobile-login-register div > a.next,
.mobile-login-register div > a.mobile-alert {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
}

button.alert:hover,
.mobile-login-register div button.mobile-alert:hover,
button.alert:focus,
.mobile-login-register div button.mobile-alert:focus,
.button.alert:hover,
.alert.sort-button:hover,
.nrc-alert-button-base-style:hover,
.previous:hover,
.next:hover,
div#property-details div.property-location > div a.map:hover,
.mobile-sale-menu-button a.alert:hover,
nav.sale-nav a.alert:hover,
.mobile-login-register div .button.mobile-alert:hover,
.mobile-login-register div .mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-alert.nrc-alert-button-base-style:hover,
.mobile-login-register div .mobile-alert.previous:hover,
.mobile-login-register div .mobile-alert.next:hover,
.mobile-login-register div .mobile-sale-menu-button a.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a.mobile-alert:hover,
.mobile-login-register div nav.sale-nav a.mobile-alert:hover,
nav.sale-nav .mobile-login-register div a.mobile-alert:hover,
.mobile-login-register div > a.alert:hover,
.mobile-login-register div > a.mobile-alert:hover,
.button.alert:focus,
.alert.sort-button:focus,
.nrc-alert-button-base-style:focus,
.previous:focus,
.next:focus,
div#property-details div.property-location > div a.map:focus,
.mobile-sale-menu-button a.alert:focus,
nav.sale-nav a.alert:focus,
.mobile-login-register div .button.mobile-alert:focus,
.mobile-login-register div .mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-alert.nrc-alert-button-base-style:focus,
.mobile-login-register div .mobile-alert.previous:focus,
.mobile-login-register div .mobile-alert.next:focus,
.mobile-login-register div .mobile-sale-menu-button a.mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a.mobile-alert:focus,
.mobile-login-register div nav.sale-nav a.mobile-alert:focus,
nav.sale-nav .mobile-login-register div a.mobile-alert:focus,
.mobile-login-register div > a.alert:focus,
.mobile-login-register div > a.mobile-alert:focus {
  background-color: #bb0f3d;
}

button.alert:hover,
.mobile-login-register div button.mobile-alert:hover,
button.alert:focus,
.mobile-login-register div button.mobile-alert:focus,
.button.alert:hover,
.alert.sort-button:hover,
.nrc-alert-button-base-style:hover,
.previous:hover,
.next:hover,
div#property-details div.property-location > div a.map:hover,
.mobile-sale-menu-button a.alert:hover,
nav.sale-nav a.alert:hover,
.mobile-login-register div .button.mobile-alert:hover,
.mobile-login-register div .mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-alert.nrc-alert-button-base-style:hover,
.mobile-login-register div .mobile-alert.previous:hover,
.mobile-login-register div .mobile-alert.next:hover,
.mobile-login-register div .mobile-sale-menu-button a.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a.mobile-alert:hover,
.mobile-login-register div nav.sale-nav a.mobile-alert:hover,
nav.sale-nav .mobile-login-register div a.mobile-alert:hover,
.mobile-login-register div > a.alert:hover,
.mobile-login-register div > a.mobile-alert:hover,
.button.alert:focus,
.alert.sort-button:focus,
.nrc-alert-button-base-style:focus,
.previous:focus,
.next:focus,
div#property-details div.property-location > div a.map:focus,
.mobile-sale-menu-button a.alert:focus,
nav.sale-nav a.alert:focus,
.mobile-login-register div .button.mobile-alert:focus,
.mobile-login-register div .mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-alert.nrc-alert-button-base-style:focus,
.mobile-login-register div .mobile-alert.previous:focus,
.mobile-login-register div .mobile-alert.next:focus,
.mobile-login-register div .mobile-sale-menu-button a.mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a.mobile-alert:focus,
.mobile-login-register div nav.sale-nav a.mobile-alert:focus,
nav.sale-nav .mobile-login-register div a.mobile-alert:focus,
.mobile-login-register div > a.alert:focus,
.mobile-login-register div > a.mobile-alert:focus {
  color: #fff;
}

button.large,
.button.large,
.large.sort-button,
.large.nrc-alert-button-base-style,
.large.previous,
.large.next,
div#property-details div.property-location > div a.large.map,
.mobile-sale-menu-button a.large,
nav.sale-nav a.large,
.mobile-login-register div > a.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.small,
.button.small,
.small.sort-button,
.small.nrc-alert-button-base-style,
.small.previous,
.small.next,
div#property-details div.property-location > div a.small.map,
.mobile-sale-menu-button a.small,
nav.sale-nav a.small,
.mobile-login-register div > a.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.tiny,
.button.tiny,
.sort-button,
.nrc-alert-button-base-style,
.previous,
.next,
div#property-details div.property-location > div a.map,
.mobile-sale-menu-button a,
.mobile-sale-menu-button a:active,
.mobile-sale-menu-button a:focus,
nav.sale-nav a,
.mobile-login-register div > a.tiny,
.mobile-login-register div > a.sort-button,
.mobile-login-register div > a.nrc-alert-button-base-style,
.mobile-login-register div > a.previous,
.mobile-login-register div > a.next,
.mobile-login-register .mobile-sale-menu-button div > a,
.mobile-sale-menu-button .mobile-login-register div > a {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.expand,
.button.expand,
.expand.sort-button,
.expand.nrc-alert-button-base-style,
.expand.previous,
.expand.next,
div#property-details div.property-location > div a.expand.map,
.mobile-sale-menu-button a.expand,
nav.sale-nav a.expand,
.mobile-login-register div > a.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align,
.left-align.sort-button,
.left-align.nrc-alert-button-base-style,
.left-align.previous,
.left-align.next,
div#property-details div.property-location > div a.left-align.map,
.mobile-sale-menu-button a.left-align,
nav.sale-nav a.left-align,
.mobile-login-register div > a.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align,
.right-align.sort-button,
.right-align.nrc-alert-button-base-style,
.right-align.previous,
.right-align.next,
div#property-details div.property-location > div a.right-align.map,
.mobile-sale-menu-button a.right-align,
nav.sale-nav a.right-align,
.mobile-login-register div > a.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius,
.radius.sort-button,
.nrc-alert-button-base-style,
.previous,
.next,
div#property-details div.property-location > div a.map,
.mobile-sale-menu-button a,
.mobile-sale-menu-button a:active,
.mobile-sale-menu-button a:focus,
nav.sale-nav a,
.mobile-login-register div > a.radius,
.mobile-login-register div > a.nrc-alert-button-base-style,
.mobile-login-register div > a.previous,
.mobile-login-register div > a.next,
.mobile-login-register .mobile-sale-menu-button div > a,
.mobile-sale-menu-button .mobile-login-register div > a {
  border-radius: 3px;
}

button.round,
.button.round,
.round.sort-button,
.round.nrc-alert-button-base-style,
.round.previous,
.round.next,
div#property-details div.property-location > div a.round.map,
.mobile-sale-menu-button a.round,
nav.sale-nav a.round,
.mobile-login-register div > a.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.disabled.sort-button,
.disabled.nrc-alert-button-base-style,
.disabled.previous,
.disabled.next,
div#property-details div.property-location > div a.disabled.map,
.mobile-sale-menu-button a.disabled,
nav.sale-nav a.disabled,
.mobile-login-register div > a.disabled,
.button[disabled],
[disabled].sort-button,
[disabled].nrc-alert-button-base-style,
[disabled].previous,
[disabled].next,
div#property-details div.property-location > div a[disabled].map,
.mobile-sale-menu-button a[disabled],
nav.sale-nav a[disabled],
.mobile-login-register div > a[disabled] {
  background-color: #0065a4;
  border-color: #00558b;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.disabled.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled:hover,
nav.sale-nav a.disabled:hover,
.mobile-login-register div > a.disabled:hover,
.button.disabled:focus,
.disabled.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled:focus,
nav.sale-nav a.disabled:focus,
.mobile-login-register div > a.disabled:focus,
.button[disabled]:hover,
[disabled].sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled]:hover,
nav.sale-nav a[disabled]:hover,
.mobile-login-register div > a[disabled]:hover,
.button[disabled]:focus,
[disabled].sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled]:focus,
nav.sale-nav a[disabled]:focus,
.mobile-login-register div > a[disabled]:focus {
  background-color: #00558b;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.disabled.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled:hover,
nav.sale-nav a.disabled:hover,
.mobile-login-register div > a.disabled:hover,
.button.disabled:focus,
.disabled.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled:focus,
nav.sale-nav a.disabled:focus,
.mobile-login-register div > a.disabled:focus,
.button[disabled]:hover,
[disabled].sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled]:hover,
nav.sale-nav a[disabled]:hover,
.mobile-login-register div > a[disabled]:hover,
.button[disabled]:focus,
[disabled].sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled]:focus,
nav.sale-nav a[disabled]:focus,
.mobile-login-register div > a[disabled]:focus {
  color: #fff;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.disabled.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled:hover,
nav.sale-nav a.disabled:hover,
.mobile-login-register div > a.disabled:hover,
.button.disabled:focus,
.disabled.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled:focus,
nav.sale-nav a.disabled:focus,
.mobile-login-register div > a.disabled:focus,
.button[disabled]:hover,
[disabled].sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled]:hover,
nav.sale-nav a[disabled]:hover,
.mobile-login-register div > a[disabled]:hover,
.button[disabled]:focus,
[disabled].sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled]:focus,
nav.sale-nav a[disabled]:focus,
.mobile-login-register div > a[disabled]:focus {
  background-color: #0065a4;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.disabled.secondary.sort-button,
.disabled.secondary.nrc-alert-button-base-style,
.disabled.secondary.previous,
.disabled.secondary.next,
div#property-details div.property-location > div a.disabled.secondary.map,
.mobile-sale-menu-button a.disabled.secondary,
nav.sale-nav a.disabled.secondary,
.mobile-login-register div > a.disabled.secondary,
.button[disabled].secondary,
[disabled].secondary.sort-button,
[disabled].secondary.nrc-alert-button-base-style,
[disabled].secondary.previous,
[disabled].secondary.next,
div#property-details div.property-location > div a[disabled].secondary.map,
.mobile-sale-menu-button a[disabled].secondary,
nav.sale-nav a[disabled].secondary,
.mobile-login-register div > a[disabled].secondary {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.disabled.secondary.sort-button:hover,
.disabled.secondary.nrc-alert-button-base-style:hover,
.disabled.secondary.previous:hover,
.disabled.secondary.next:hover,
div#property-details div.property-location > div a.disabled.secondary.map:hover,
.mobile-sale-menu-button a.disabled.secondary:hover,
nav.sale-nav a.disabled.secondary:hover,
.mobile-login-register div > a.disabled.secondary:hover,
.button.disabled.secondary:focus,
.disabled.secondary.sort-button:focus,
.disabled.secondary.nrc-alert-button-base-style:focus,
.disabled.secondary.previous:focus,
.disabled.secondary.next:focus,
div#property-details div.property-location > div a.disabled.secondary.map:focus,
.mobile-sale-menu-button a.disabled.secondary:focus,
nav.sale-nav a.disabled.secondary:focus,
.mobile-login-register div > a.disabled.secondary:focus,
.button[disabled].secondary:hover,
[disabled].secondary.sort-button:hover,
[disabled].secondary.nrc-alert-button-base-style:hover,
[disabled].secondary.previous:hover,
[disabled].secondary.next:hover,
div#property-details div.property-location > div a[disabled].secondary.map:hover,
.mobile-sale-menu-button a[disabled].secondary:hover,
nav.sale-nav a[disabled].secondary:hover,
.mobile-login-register div > a[disabled].secondary:hover,
.button[disabled].secondary:focus,
[disabled].secondary.sort-button:focus,
[disabled].secondary.nrc-alert-button-base-style:focus,
[disabled].secondary.previous:focus,
[disabled].secondary.next:focus,
div#property-details div.property-location > div a[disabled].secondary.map:focus,
.mobile-sale-menu-button a[disabled].secondary:focus,
nav.sale-nav a[disabled].secondary:focus,
.mobile-login-register div > a[disabled].secondary:focus {
  background-color: #bb0f3d;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.disabled.secondary.sort-button:hover,
.disabled.secondary.nrc-alert-button-base-style:hover,
.disabled.secondary.previous:hover,
.disabled.secondary.next:hover,
div#property-details div.property-location > div a.disabled.secondary.map:hover,
.mobile-sale-menu-button a.disabled.secondary:hover,
nav.sale-nav a.disabled.secondary:hover,
.mobile-login-register div > a.disabled.secondary:hover,
.button.disabled.secondary:focus,
.disabled.secondary.sort-button:focus,
.disabled.secondary.nrc-alert-button-base-style:focus,
.disabled.secondary.previous:focus,
.disabled.secondary.next:focus,
div#property-details div.property-location > div a.disabled.secondary.map:focus,
.mobile-sale-menu-button a.disabled.secondary:focus,
nav.sale-nav a.disabled.secondary:focus,
.mobile-login-register div > a.disabled.secondary:focus,
.button[disabled].secondary:hover,
[disabled].secondary.sort-button:hover,
[disabled].secondary.nrc-alert-button-base-style:hover,
[disabled].secondary.previous:hover,
[disabled].secondary.next:hover,
div#property-details div.property-location > div a[disabled].secondary.map:hover,
.mobile-sale-menu-button a[disabled].secondary:hover,
nav.sale-nav a[disabled].secondary:hover,
.mobile-login-register div > a[disabled].secondary:hover,
.button[disabled].secondary:focus,
[disabled].secondary.sort-button:focus,
[disabled].secondary.nrc-alert-button-base-style:focus,
[disabled].secondary.previous:focus,
[disabled].secondary.next:focus,
div#property-details div.property-location > div a[disabled].secondary.map:focus,
.mobile-sale-menu-button a[disabled].secondary:focus,
nav.sale-nav a[disabled].secondary:focus,
.mobile-login-register div > a[disabled].secondary:focus {
  color: #fff;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.disabled.secondary.sort-button:hover,
.disabled.secondary.nrc-alert-button-base-style:hover,
.disabled.secondary.previous:hover,
.disabled.secondary.next:hover,
div#property-details div.property-location > div a.disabled.secondary.map:hover,
.mobile-sale-menu-button a.disabled.secondary:hover,
nav.sale-nav a.disabled.secondary:hover,
.mobile-login-register div > a.disabled.secondary:hover,
.button.disabled.secondary:focus,
.disabled.secondary.sort-button:focus,
.disabled.secondary.nrc-alert-button-base-style:focus,
.disabled.secondary.previous:focus,
.disabled.secondary.next:focus,
div#property-details div.property-location > div a.disabled.secondary.map:focus,
.mobile-sale-menu-button a.disabled.secondary:focus,
nav.sale-nav a.disabled.secondary:focus,
.mobile-login-register div > a.disabled.secondary:focus,
.button[disabled].secondary:hover,
[disabled].secondary.sort-button:hover,
[disabled].secondary.nrc-alert-button-base-style:hover,
[disabled].secondary.previous:hover,
[disabled].secondary.next:hover,
div#property-details div.property-location > div a[disabled].secondary.map:hover,
.mobile-sale-menu-button a[disabled].secondary:hover,
nav.sale-nav a[disabled].secondary:hover,
.mobile-login-register div > a[disabled].secondary:hover,
.button[disabled].secondary:focus,
[disabled].secondary.sort-button:focus,
[disabled].secondary.nrc-alert-button-base-style:focus,
[disabled].secondary.previous:focus,
[disabled].secondary.next:focus,
div#property-details div.property-location > div a[disabled].secondary.map:focus,
.mobile-sale-menu-button a[disabled].secondary:focus,
nav.sale-nav a[disabled].secondary:focus,
.mobile-login-register div > a[disabled].secondary:focus {
  background-color: #d31145;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.disabled.success.sort-button,
.disabled.success.nrc-alert-button-base-style,
.disabled.success.previous,
.disabled.success.next,
div#property-details div.property-location > div a.disabled.success.map,
.mobile-sale-menu-button a.disabled.success,
nav.sale-nav a.disabled.success,
.mobile-login-register div > a.disabled.success,
.button[disabled].success,
[disabled].success.sort-button,
[disabled].success.nrc-alert-button-base-style,
[disabled].success.previous,
[disabled].success.next,
div#property-details div.property-location > div a[disabled].success.map,
.mobile-sale-menu-button a[disabled].success,
nav.sale-nav a[disabled].success,
.mobile-login-register div > a[disabled].success {
  background-color: #43AC6A;
  border-color: #3c9a5f;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.disabled.success.sort-button:hover,
.disabled.success.nrc-alert-button-base-style:hover,
.disabled.success.previous:hover,
.disabled.success.next:hover,
div#property-details div.property-location > div a.disabled.success.map:hover,
.mobile-sale-menu-button a.disabled.success:hover,
nav.sale-nav a.disabled.success:hover,
.mobile-login-register div > a.disabled.success:hover,
.button.disabled.success:focus,
.disabled.success.sort-button:focus,
.disabled.success.nrc-alert-button-base-style:focus,
.disabled.success.previous:focus,
.disabled.success.next:focus,
div#property-details div.property-location > div a.disabled.success.map:focus,
.mobile-sale-menu-button a.disabled.success:focus,
nav.sale-nav a.disabled.success:focus,
.mobile-login-register div > a.disabled.success:focus,
.button[disabled].success:hover,
[disabled].success.sort-button:hover,
[disabled].success.nrc-alert-button-base-style:hover,
[disabled].success.previous:hover,
[disabled].success.next:hover,
div#property-details div.property-location > div a[disabled].success.map:hover,
.mobile-sale-menu-button a[disabled].success:hover,
nav.sale-nav a[disabled].success:hover,
.mobile-login-register div > a[disabled].success:hover,
.button[disabled].success:focus,
[disabled].success.sort-button:focus,
[disabled].success.nrc-alert-button-base-style:focus,
[disabled].success.previous:focus,
[disabled].success.next:focus,
div#property-details div.property-location > div a[disabled].success.map:focus,
.mobile-sale-menu-button a[disabled].success:focus,
nav.sale-nav a[disabled].success:focus,
.mobile-login-register div > a[disabled].success:focus {
  background-color: #3c9a5f;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.disabled.success.sort-button:hover,
.disabled.success.nrc-alert-button-base-style:hover,
.disabled.success.previous:hover,
.disabled.success.next:hover,
div#property-details div.property-location > div a.disabled.success.map:hover,
.mobile-sale-menu-button a.disabled.success:hover,
nav.sale-nav a.disabled.success:hover,
.mobile-login-register div > a.disabled.success:hover,
.button.disabled.success:focus,
.disabled.success.sort-button:focus,
.disabled.success.nrc-alert-button-base-style:focus,
.disabled.success.previous:focus,
.disabled.success.next:focus,
div#property-details div.property-location > div a.disabled.success.map:focus,
.mobile-sale-menu-button a.disabled.success:focus,
nav.sale-nav a.disabled.success:focus,
.mobile-login-register div > a.disabled.success:focus,
.button[disabled].success:hover,
[disabled].success.sort-button:hover,
[disabled].success.nrc-alert-button-base-style:hover,
[disabled].success.previous:hover,
[disabled].success.next:hover,
div#property-details div.property-location > div a[disabled].success.map:hover,
.mobile-sale-menu-button a[disabled].success:hover,
nav.sale-nav a[disabled].success:hover,
.mobile-login-register div > a[disabled].success:hover,
.button[disabled].success:focus,
[disabled].success.sort-button:focus,
[disabled].success.nrc-alert-button-base-style:focus,
[disabled].success.previous:focus,
[disabled].success.next:focus,
div#property-details div.property-location > div a[disabled].success.map:focus,
.mobile-sale-menu-button a[disabled].success:focus,
nav.sale-nav a[disabled].success:focus,
.mobile-login-register div > a[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.disabled.success.sort-button:hover,
.disabled.success.nrc-alert-button-base-style:hover,
.disabled.success.previous:hover,
.disabled.success.next:hover,
div#property-details div.property-location > div a.disabled.success.map:hover,
.mobile-sale-menu-button a.disabled.success:hover,
nav.sale-nav a.disabled.success:hover,
.mobile-login-register div > a.disabled.success:hover,
.button.disabled.success:focus,
.disabled.success.sort-button:focus,
.disabled.success.nrc-alert-button-base-style:focus,
.disabled.success.previous:focus,
.disabled.success.next:focus,
div#property-details div.property-location > div a.disabled.success.map:focus,
.mobile-sale-menu-button a.disabled.success:focus,
nav.sale-nav a.disabled.success:focus,
.mobile-login-register div > a.disabled.success:focus,
.button[disabled].success:hover,
[disabled].success.sort-button:hover,
[disabled].success.nrc-alert-button-base-style:hover,
[disabled].success.previous:hover,
[disabled].success.next:hover,
div#property-details div.property-location > div a[disabled].success.map:hover,
.mobile-sale-menu-button a[disabled].success:hover,
nav.sale-nav a[disabled].success:hover,
.mobile-login-register div > a[disabled].success:hover,
.button[disabled].success:focus,
[disabled].success.sort-button:focus,
[disabled].success.nrc-alert-button-base-style:focus,
[disabled].success.previous:focus,
[disabled].success.next:focus,
div#property-details div.property-location > div a[disabled].success.map:focus,
.mobile-sale-menu-button a[disabled].success:focus,
nav.sale-nav a[disabled].success:focus,
.mobile-login-register div > a[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert,
.mobile-login-register div button.disabled.mobile-alert,
button[disabled].alert,
.mobile-login-register div button[disabled].mobile-alert,
.button.disabled.alert,
.disabled.alert.sort-button,
.disabled.nrc-alert-button-base-style,
.disabled.previous,
.disabled.next,
div#property-details div.property-location > div a.disabled.map,
.mobile-sale-menu-button a.disabled.alert,
nav.sale-nav a.disabled.alert,
.mobile-login-register div .button.disabled.mobile-alert,
.mobile-login-register div .disabled.mobile-alert.sort-button,
.mobile-login-register div .disabled.mobile-alert.nrc-alert-button-base-style,
.mobile-login-register div .disabled.mobile-alert.previous,
.mobile-login-register div .disabled.mobile-alert.next,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert,
.mobile-login-register div > a.disabled.alert,
.mobile-login-register div > a.disabled.mobile-alert,
.button[disabled].alert,
[disabled].alert.sort-button,
[disabled].nrc-alert-button-base-style,
[disabled].previous,
[disabled].next,
div#property-details div.property-location > div a[disabled].map,
.mobile-sale-menu-button a[disabled].alert,
nav.sale-nav a[disabled].alert,
.mobile-login-register div .button[disabled].mobile-alert,
.mobile-login-register div [disabled].mobile-alert.sort-button,
.mobile-login-register div [disabled].mobile-alert.nrc-alert-button-base-style,
.mobile-login-register div [disabled].mobile-alert.previous,
.mobile-login-register div [disabled].mobile-alert.next,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert,
.mobile-login-register div > a[disabled].alert,
.mobile-login-register div > a[disabled].mobile-alert {
  background-color: #d31145;
  border-color: #bb0f3d;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover,
.mobile-login-register div button.disabled.mobile-alert:hover,
button.disabled.alert:focus,
.mobile-login-register div button.disabled.mobile-alert:focus,
button[disabled].alert:hover,
.mobile-login-register div button[disabled].mobile-alert:hover,
button[disabled].alert:focus,
.mobile-login-register div button[disabled].mobile-alert:focus,
.button.disabled.alert:hover,
.disabled.alert.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled.alert:hover,
nav.sale-nav a.disabled.alert:hover,
.mobile-login-register div .button.disabled.mobile-alert:hover,
.mobile-login-register div .disabled.mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:hover,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div > a.disabled.alert:hover,
.mobile-login-register div > a.disabled.mobile-alert:hover,
.button.disabled.alert:focus,
.disabled.alert.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled.alert:focus,
nav.sale-nav a.disabled.alert:focus,
.mobile-login-register div .button.disabled.mobile-alert:focus,
.mobile-login-register div .disabled.mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:focus,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div > a.disabled.alert:focus,
.mobile-login-register div > a.disabled.mobile-alert:focus,
.button[disabled].alert:hover,
[disabled].alert.sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled].alert:hover,
nav.sale-nav a[disabled].alert:hover,
.mobile-login-register div .button[disabled].mobile-alert:hover,
.mobile-login-register div [disabled].mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:hover,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div > a[disabled].alert:hover,
.mobile-login-register div > a[disabled].mobile-alert:hover,
.button[disabled].alert:focus,
[disabled].alert.sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled].alert:focus,
nav.sale-nav a[disabled].alert:focus,
.mobile-login-register div .button[disabled].mobile-alert:focus,
.mobile-login-register div [disabled].mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:focus,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div > a[disabled].alert:focus,
.mobile-login-register div > a[disabled].mobile-alert:focus {
  background-color: #bb0f3d;
}

button.disabled.alert:hover,
.mobile-login-register div button.disabled.mobile-alert:hover,
button.disabled.alert:focus,
.mobile-login-register div button.disabled.mobile-alert:focus,
button[disabled].alert:hover,
.mobile-login-register div button[disabled].mobile-alert:hover,
button[disabled].alert:focus,
.mobile-login-register div button[disabled].mobile-alert:focus,
.button.disabled.alert:hover,
.disabled.alert.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled.alert:hover,
nav.sale-nav a.disabled.alert:hover,
.mobile-login-register div .button.disabled.mobile-alert:hover,
.mobile-login-register div .disabled.mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:hover,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div > a.disabled.alert:hover,
.mobile-login-register div > a.disabled.mobile-alert:hover,
.button.disabled.alert:focus,
.disabled.alert.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled.alert:focus,
nav.sale-nav a.disabled.alert:focus,
.mobile-login-register div .button.disabled.mobile-alert:focus,
.mobile-login-register div .disabled.mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:focus,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div > a.disabled.alert:focus,
.mobile-login-register div > a.disabled.mobile-alert:focus,
.button[disabled].alert:hover,
[disabled].alert.sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled].alert:hover,
nav.sale-nav a[disabled].alert:hover,
.mobile-login-register div .button[disabled].mobile-alert:hover,
.mobile-login-register div [disabled].mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:hover,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div > a[disabled].alert:hover,
.mobile-login-register div > a[disabled].mobile-alert:hover,
.button[disabled].alert:focus,
[disabled].alert.sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled].alert:focus,
nav.sale-nav a[disabled].alert:focus,
.mobile-login-register div .button[disabled].mobile-alert:focus,
.mobile-login-register div [disabled].mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:focus,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div > a[disabled].alert:focus,
.mobile-login-register div > a[disabled].mobile-alert:focus {
  color: #fff;
}

button.disabled.alert:hover,
.mobile-login-register div button.disabled.mobile-alert:hover,
button.disabled.alert:focus,
.mobile-login-register div button.disabled.mobile-alert:focus,
button[disabled].alert:hover,
.mobile-login-register div button[disabled].mobile-alert:hover,
button[disabled].alert:focus,
.mobile-login-register div button[disabled].mobile-alert:focus,
.button.disabled.alert:hover,
.disabled.alert.sort-button:hover,
.disabled.nrc-alert-button-base-style:hover,
.disabled.previous:hover,
.disabled.next:hover,
div#property-details div.property-location > div a.disabled.map:hover,
.mobile-sale-menu-button a.disabled.alert:hover,
nav.sale-nav a.disabled.alert:hover,
.mobile-login-register div .button.disabled.mobile-alert:hover,
.mobile-login-register div .disabled.mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:hover,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:hover,
.mobile-login-register div > a.disabled.alert:hover,
.mobile-login-register div > a.disabled.mobile-alert:hover,
.button.disabled.alert:focus,
.disabled.alert.sort-button:focus,
.disabled.nrc-alert-button-base-style:focus,
.disabled.previous:focus,
.disabled.next:focus,
div#property-details div.property-location > div a.disabled.map:focus,
.mobile-sale-menu-button a.disabled.alert:focus,
nav.sale-nav a.disabled.alert:focus,
.mobile-login-register div .button.disabled.mobile-alert:focus,
.mobile-login-register div .disabled.mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a.disabled.mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div nav.sale-nav a.disabled.mobile-alert:focus,
nav.sale-nav .mobile-login-register div a.disabled.mobile-alert:focus,
.mobile-login-register div > a.disabled.alert:focus,
.mobile-login-register div > a.disabled.mobile-alert:focus,
.button[disabled].alert:hover,
[disabled].alert.sort-button:hover,
[disabled].nrc-alert-button-base-style:hover,
[disabled].previous:hover,
[disabled].next:hover,
div#property-details div.property-location > div a[disabled].map:hover,
.mobile-sale-menu-button a[disabled].alert:hover,
nav.sale-nav a[disabled].alert:hover,
.mobile-login-register div .button[disabled].mobile-alert:hover,
.mobile-login-register div [disabled].mobile-alert.sort-button:hover,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:hover,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:hover,
.mobile-login-register div > a[disabled].alert:hover,
.mobile-login-register div > a[disabled].mobile-alert:hover,
.button[disabled].alert:focus,
[disabled].alert.sort-button:focus,
[disabled].nrc-alert-button-base-style:focus,
[disabled].previous:focus,
[disabled].next:focus,
div#property-details div.property-location > div a[disabled].map:focus,
.mobile-sale-menu-button a[disabled].alert:focus,
nav.sale-nav a[disabled].alert:focus,
.mobile-login-register div .button[disabled].mobile-alert:focus,
.mobile-login-register div [disabled].mobile-alert.sort-button:focus,
.mobile-login-register div .mobile-sale-menu-button a[disabled].mobile-alert:focus,
.mobile-sale-menu-button .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div nav.sale-nav a[disabled].mobile-alert:focus,
nav.sale-nav .mobile-login-register div a[disabled].mobile-alert:focus,
.mobile-login-register div > a[disabled].alert:focus,
.mobile-login-register div > a[disabled].mobile-alert:focus {
  background-color: #d31145;
}

@media only screen and (min-width:40.063em) {
  button,
  .button,
  .sort-button,
  .nrc-alert-button-base-style,
  .previous,
  .next,
  div#property-details div.property-location > div a.map,
  .mobile-sale-menu-button a,
  .mobile-sale-menu-button a:active,
  .mobile-sale-menu-button a:focus,
  nav.sale-nav a,
  .mobile-login-register div > a {
    display: inline-block;
  }
}

.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group > * {
  margin: 0;
  float: left;
}

.button-group > * > button,
.button-group > * .button,
.button-group > * .sort-button,
.button-group > * .nrc-alert-button-base-style,
.button-group > * .previous,
.button-group > * .next,
.button-group > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group > * a.map,
.button-group > * .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group > * a,
.button-group > * nav.sale-nav a,
nav.sale-nav .button-group > * a,
.button-group > * .mobile-login-register div > a,
.mobile-login-register .button-group > * div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > *:first-child {
  margin-left: 0;
}

.button-group.radius > * > button,
.button-group.nrc-alert-button-base-style > * > button,
.button-group.previous > * > button,
.button-group.next > * > button,
div#property-details div.property-location > div a.button-group.map > * > button,
.mobile-sale-menu-button a.button-group > * > button,
nav.sale-nav a.button-group > * > button,
.button-group.radius > * .button,
.button-group.radius > * .sort-button,
.button-group.nrc-alert-button-base-style > * .button,
.button-group.nrc-alert-button-base-style > * .sort-button,
.button-group.previous > * .button,
.button-group.previous > * .sort-button,
.button-group.next > * .button,
.button-group.next > * .sort-button,
div#property-details div.property-location > div a.button-group.map > * .button,
div#property-details div.property-location > div a.button-group.map > * .sort-button,
.button-group.radius > * .nrc-alert-button-base-style,
.button-group.radius > * .previous,
.button-group.radius > * .next,
.button-group.radius > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.radius > * a.map,
.button-group.nrc-alert-button-base-style > * .nrc-alert-button-base-style,
.button-group.previous > * .nrc-alert-button-base-style,
.button-group.next > * .nrc-alert-button-base-style,
.button-group.nrc-alert-button-base-style > * .previous,
.button-group.previous > * .previous,
.button-group.next > * .previous,
.button-group.nrc-alert-button-base-style > * .next,
.button-group.previous > * .next,
.button-group.next > * .next,
div#property-details div.property-location > div a.button-group.map > * .nrc-alert-button-base-style,
div#property-details div.property-location > div a.button-group.map > * .previous,
div#property-details div.property-location > div a.button-group.map > * .next,
.button-group.nrc-alert-button-base-style > * div#property-details div.property-location > div a.map,
.button-group.previous > * div#property-details div.property-location > div a.map,
.button-group.next > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.nrc-alert-button-base-style > * a.map,
div#property-details div.property-location > div .button-group.previous > * a.map,
div#property-details div.property-location > div .button-group.next > * a.map,
div#property-details div.property-location > div a.button-group.map > * a.map,
.mobile-sale-menu-button a.button-group > * .button,
.mobile-sale-menu-button a.button-group > * .sort-button,
.mobile-sale-menu-button a.button-group > * .nrc-alert-button-base-style,
.mobile-sale-menu-button a.button-group > * .previous,
.mobile-sale-menu-button a.button-group > * .next,
.mobile-sale-menu-button a.button-group > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .mobile-sale-menu-button a.button-group > * a.map,
.button-group.radius > * .mobile-sale-menu-button a,
.button-group.nrc-alert-button-base-style > * .mobile-sale-menu-button a,
.button-group.previous > * .mobile-sale-menu-button a,
.button-group.next > * .mobile-sale-menu-button a,
div#property-details div.property-location > div a.button-group.map > * .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.radius > * a,
.mobile-sale-menu-button .button-group.nrc-alert-button-base-style > * a,
.mobile-sale-menu-button .button-group.previous > * a,
.mobile-sale-menu-button .button-group.next > * a,
.mobile-sale-menu-button div#property-details div.property-location > div a.button-group.map > * a,
div#property-details div.property-location > div .mobile-sale-menu-button a.button-group.map > * a,
.mobile-sale-menu-button a.button-group > * a,
nav.sale-nav a.button-group > * .button,
nav.sale-nav a.button-group > * .sort-button,
nav.sale-nav a.button-group > * .nrc-alert-button-base-style,
nav.sale-nav a.button-group > * .previous,
nav.sale-nav a.button-group > * .next,
nav.sale-nav a.button-group > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div nav.sale-nav a.button-group > * a.map,
.button-group.radius > * nav.sale-nav a,
.button-group.nrc-alert-button-base-style > * nav.sale-nav a,
.button-group.previous > * nav.sale-nav a,
.button-group.next > * nav.sale-nav a,
div#property-details div.property-location > div a.button-group.map > * nav.sale-nav a,
nav.sale-nav .button-group.radius > * a,
nav.sale-nav .button-group.nrc-alert-button-base-style > * a,
nav.sale-nav .button-group.previous > * a,
nav.sale-nav .button-group.next > * a,
nav.sale-nav div#property-details div.property-location > div a.button-group.map > * a,
div#property-details div.property-location > div nav.sale-nav a.button-group.map > * a,
nav.sale-nav a.button-group > * a,
.button-group.radius > * .mobile-login-register div > a,
.button-group.nrc-alert-button-base-style > * .mobile-login-register div > a,
.button-group.previous > * .mobile-login-register div > a,
.button-group.next > * .mobile-login-register div > a,
div#property-details div.property-location > div a.button-group.map > * .mobile-login-register div > a,
.mobile-login-register .button-group.radius > * div > a,
.mobile-login-register .button-group.nrc-alert-button-base-style > * div > a,
.mobile-login-register .button-group.previous > * div > a,
.mobile-login-register .button-group.next > * div > a,
.mobile-login-register div#property-details div.property-location > div a.button-group.map > * div > a,
div#property-details div.property-location > div .mobile-login-register a.button-group.map > * div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child,
.button-group.nrc-alert-button-base-style > *:first-child,
.button-group.previous > *:first-child,
.button-group.next > *:first-child,
div#property-details div.property-location > div a.button-group.map > *:first-child,
.mobile-sale-menu-button a.button-group > *:first-child,
nav.sale-nav a.button-group > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.nrc-alert-button-base-style > *:first-child > a,
.button-group.previous > *:first-child > a,
.button-group.next > *:first-child > a,
div#property-details div.property-location > div a.button-group.map > *:first-child > a,
.mobile-sale-menu-button a.button-group > *:first-child > a,
nav.sale-nav a.button-group > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.nrc-alert-button-base-style > *:first-child > button,
.button-group.previous > *:first-child > button,
.button-group.next > *:first-child > button,
div#property-details div.property-location > div a.button-group.map > *:first-child > button,
.mobile-sale-menu-button a.button-group > *:first-child > button,
nav.sale-nav a.button-group > *:first-child > button,
.button-group.radius > *:first-child > .button,
.button-group.radius > *:first-child > .sort-button,
.button-group.nrc-alert-button-base-style > *:first-child > .button,
.button-group.nrc-alert-button-base-style > *:first-child > .sort-button,
.button-group.previous > *:first-child > .button,
.button-group.previous > *:first-child > .sort-button,
.button-group.next > *:first-child > .button,
.button-group.next > *:first-child > .sort-button,
div#property-details div.property-location > div a.button-group.map > *:first-child > .button,
div#property-details div.property-location > div a.button-group.map > *:first-child > .sort-button,
.button-group.radius > *:first-child > .nrc-alert-button-base-style,
.button-group.radius > *:first-child > .previous,
.button-group.radius > *:first-child > .next,
div#property-details div.property-location > div .button-group.radius > *:first-child > a.map,
.button-group.nrc-alert-button-base-style > *:first-child > .nrc-alert-button-base-style,
.button-group.previous > *:first-child > .nrc-alert-button-base-style,
.button-group.next > *:first-child > .nrc-alert-button-base-style,
.button-group.nrc-alert-button-base-style > *:first-child > .previous,
.button-group.previous > *:first-child > .previous,
.button-group.next > *:first-child > .previous,
.button-group.nrc-alert-button-base-style > *:first-child > .next,
.button-group.previous > *:first-child > .next,
.button-group.next > *:first-child > .next,
div#property-details div.property-location > div a.button-group.map > *:first-child > .nrc-alert-button-base-style,
div#property-details div.property-location > div a.button-group.map > *:first-child > .previous,
div#property-details div.property-location > div a.button-group.map > *:first-child > .next,
div#property-details div.property-location > div .button-group.nrc-alert-button-base-style > *:first-child > a.map,
div#property-details div.property-location > div .button-group.previous > *:first-child > a.map,
div#property-details div.property-location > div .button-group.next > *:first-child > a.map,
.mobile-sale-menu-button a.button-group > *:first-child > .button,
.mobile-sale-menu-button a.button-group > *:first-child > .sort-button,
.mobile-sale-menu-button a.button-group > *:first-child > .nrc-alert-button-base-style,
.mobile-sale-menu-button a.button-group > *:first-child > .previous,
.mobile-sale-menu-button a.button-group > *:first-child > .next,
.mobile-sale-menu-button div#property-details div.property-location > div a.button-group > *:first-child > a.map,
div#property-details div.property-location > div .mobile-sale-menu-button a.button-group > *:first-child > a.map,
nav.sale-nav a.button-group > *:first-child > .button,
nav.sale-nav a.button-group > *:first-child > .sort-button,
nav.sale-nav a.button-group > *:first-child > .nrc-alert-button-base-style,
nav.sale-nav a.button-group > *:first-child > .previous,
nav.sale-nav a.button-group > *:first-child > .next,
nav.sale-nav div#property-details div.property-location > div a.button-group > *:first-child > a.map,
div#property-details div.property-location > div nav.sale-nav a.button-group > *:first-child > a.map,
.mobile-login-register .button-group.radius > div:first-child > a,
.mobile-login-register .button-group.nrc-alert-button-base-style > div:first-child > a,
.mobile-login-register .button-group.previous > div:first-child > a,
.mobile-login-register .button-group.next > div:first-child > a,
.mobile-login-register div#property-details div.property-location > div a.button-group.map > div:first-child > a,
div#property-details div.property-location > div .mobile-login-register a.button-group.map > div:first-child > a,
.mobile-login-register .mobile-sale-menu-button a.button-group > div:first-child > a,
.mobile-sale-menu-button .mobile-login-register a.button-group > div:first-child > a,
.mobile-login-register nav.sale-nav a.button-group > div:first-child > a,
nav.sale-nav .mobile-login-register a.button-group > div:first-child > a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > *:last-child,
.button-group.nrc-alert-button-base-style > *:last-child,
.button-group.previous > *:last-child,
.button-group.next > *:last-child,
div#property-details div.property-location > div a.button-group.map > *:last-child,
.mobile-sale-menu-button a.button-group > *:last-child,
nav.sale-nav a.button-group > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.nrc-alert-button-base-style > *:last-child > a,
.button-group.previous > *:last-child > a,
.button-group.next > *:last-child > a,
div#property-details div.property-location > div a.button-group.map > *:last-child > a,
.mobile-sale-menu-button a.button-group > *:last-child > a,
nav.sale-nav a.button-group > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.nrc-alert-button-base-style > *:last-child > button,
.button-group.previous > *:last-child > button,
.button-group.next > *:last-child > button,
div#property-details div.property-location > div a.button-group.map > *:last-child > button,
.mobile-sale-menu-button a.button-group > *:last-child > button,
nav.sale-nav a.button-group > *:last-child > button,
.button-group.radius > *:last-child > .button,
.button-group.radius > *:last-child > .sort-button,
.button-group.nrc-alert-button-base-style > *:last-child > .button,
.button-group.nrc-alert-button-base-style > *:last-child > .sort-button,
.button-group.previous > *:last-child > .button,
.button-group.previous > *:last-child > .sort-button,
.button-group.next > *:last-child > .button,
.button-group.next > *:last-child > .sort-button,
div#property-details div.property-location > div a.button-group.map > *:last-child > .button,
div#property-details div.property-location > div a.button-group.map > *:last-child > .sort-button,
.button-group.radius > *:last-child > .nrc-alert-button-base-style,
.button-group.radius > *:last-child > .previous,
.button-group.radius > *:last-child > .next,
div#property-details div.property-location > div .button-group.radius > *:last-child > a.map,
.button-group.nrc-alert-button-base-style > *:last-child > .nrc-alert-button-base-style,
.button-group.previous > *:last-child > .nrc-alert-button-base-style,
.button-group.next > *:last-child > .nrc-alert-button-base-style,
.button-group.nrc-alert-button-base-style > *:last-child > .previous,
.button-group.previous > *:last-child > .previous,
.button-group.next > *:last-child > .previous,
.button-group.nrc-alert-button-base-style > *:last-child > .next,
.button-group.previous > *:last-child > .next,
.button-group.next > *:last-child > .next,
div#property-details div.property-location > div a.button-group.map > *:last-child > .nrc-alert-button-base-style,
div#property-details div.property-location > div a.button-group.map > *:last-child > .previous,
div#property-details div.property-location > div a.button-group.map > *:last-child > .next,
div#property-details div.property-location > div .button-group.nrc-alert-button-base-style > *:last-child > a.map,
div#property-details div.property-location > div .button-group.previous > *:last-child > a.map,
div#property-details div.property-location > div .button-group.next > *:last-child > a.map,
.mobile-sale-menu-button a.button-group > *:last-child > .button,
.mobile-sale-menu-button a.button-group > *:last-child > .sort-button,
.mobile-sale-menu-button a.button-group > *:last-child > .nrc-alert-button-base-style,
.mobile-sale-menu-button a.button-group > *:last-child > .previous,
.mobile-sale-menu-button a.button-group > *:last-child > .next,
.mobile-sale-menu-button div#property-details div.property-location > div a.button-group > *:last-child > a.map,
div#property-details div.property-location > div .mobile-sale-menu-button a.button-group > *:last-child > a.map,
nav.sale-nav a.button-group > *:last-child > .button,
nav.sale-nav a.button-group > *:last-child > .sort-button,
nav.sale-nav a.button-group > *:last-child > .nrc-alert-button-base-style,
nav.sale-nav a.button-group > *:last-child > .previous,
nav.sale-nav a.button-group > *:last-child > .next,
nav.sale-nav div#property-details div.property-location > div a.button-group > *:last-child > a.map,
div#property-details div.property-location > div nav.sale-nav a.button-group > *:last-child > a.map,
.mobile-login-register .button-group.radius > div:last-child > a,
.mobile-login-register .button-group.nrc-alert-button-base-style > div:last-child > a,
.mobile-login-register .button-group.previous > div:last-child > a,
.mobile-login-register .button-group.next > div:last-child > a,
.mobile-login-register div#property-details div.property-location > div a.button-group.map > div:last-child > a,
div#property-details div.property-location > div .mobile-login-register a.button-group.map > div:last-child > a,
.mobile-login-register .mobile-sale-menu-button a.button-group > div:last-child > a,
.mobile-sale-menu-button .mobile-login-register a.button-group > div:last-child > a,
.mobile-login-register nav.sale-nav a.button-group > div:last-child > a,
nav.sale-nav .mobile-login-register a.button-group > div:last-child > a {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.button-group.round > * > button,
.button-group.round > * .button,
.button-group.round > * .sort-button,
.button-group.round > * .nrc-alert-button-base-style,
.button-group.round > * .previous,
.button-group.round > * .next,
.button-group.round > * div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.round > * a.map,
.button-group.round > * .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.round > * a,
.button-group.round > * nav.sale-nav a,
nav.sale-nav .button-group.round > * a,
.button-group.round > * .mobile-login-register div > a,
.mobile-login-register .button-group.round > * div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button,
.button-group.round > *:first-child > .sort-button,
.button-group.round > *:first-child > .nrc-alert-button-base-style,
.button-group.round > *:first-child > .previous,
.button-group.round > *:first-child > .next,
div#property-details div.property-location > div .button-group.round > *:first-child > a.map,
.mobile-login-register .button-group.round > div:first-child > a {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button,
.button-group.round > *:last-child > .sort-button,
.button-group.round > *:last-child > .nrc-alert-button-base-style,
.button-group.round > *:last-child > .previous,
.button-group.round > *:last-child > .next,
div#property-details div.property-location > div .button-group.round > *:last-child > a.map,
.mobile-login-register .button-group.round > div:last-child > a {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
  width: 50%;
}

.button-group.even-2 li > button,
.button-group.even-2 li .button,
.button-group.even-2 li .sort-button,
.button-group.even-2 li .nrc-alert-button-base-style,
.button-group.even-2 li .previous,
.button-group.even-2 li .next,
.button-group.even-2 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-2 li a.map,
.button-group.even-2 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-2 li a,
.button-group.even-2 li nav.sale-nav a,
nav.sale-nav .button-group.even-2 li a,
.button-group.even-2 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-2 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li button,
.button-group.even-2 li .button,
.button-group.even-2 li .sort-button,
.button-group.even-2 li .nrc-alert-button-base-style,
.button-group.even-2 li .previous,
.button-group.even-2 li .next,
.button-group.even-2 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-2 li a.map,
.button-group.even-2 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-2 li a,
.button-group.even-2 li nav.sale-nav a,
nav.sale-nav .button-group.even-2 li a,
.button-group.even-2 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-2 li div > a {
  width: 100%;
}

.button-group.even-3 li {
  width: 33.3333333333%;
}

.button-group.even-3 li > button,
.button-group.even-3 li .button,
.button-group.even-3 li .sort-button,
.button-group.even-3 li .nrc-alert-button-base-style,
.button-group.even-3 li .previous,
.button-group.even-3 li .next,
.button-group.even-3 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-3 li a.map,
.button-group.even-3 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-3 li a,
.button-group.even-3 li nav.sale-nav a,
nav.sale-nav .button-group.even-3 li a,
.button-group.even-3 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-3 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li button,
.button-group.even-3 li .button,
.button-group.even-3 li .sort-button,
.button-group.even-3 li .nrc-alert-button-base-style,
.button-group.even-3 li .previous,
.button-group.even-3 li .next,
.button-group.even-3 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-3 li a.map,
.button-group.even-3 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-3 li a,
.button-group.even-3 li nav.sale-nav a,
nav.sale-nav .button-group.even-3 li a,
.button-group.even-3 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-3 li div > a {
  width: 100%;
}

.button-group.even-4 li {
  width: 25%;
}

.button-group.even-4 li > button,
.button-group.even-4 li .button,
.button-group.even-4 li .sort-button,
.button-group.even-4 li .nrc-alert-button-base-style,
.button-group.even-4 li .previous,
.button-group.even-4 li .next,
.button-group.even-4 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-4 li a.map,
.button-group.even-4 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-4 li a,
.button-group.even-4 li nav.sale-nav a,
nav.sale-nav .button-group.even-4 li a,
.button-group.even-4 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-4 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li button,
.button-group.even-4 li .button,
.button-group.even-4 li .sort-button,
.button-group.even-4 li .nrc-alert-button-base-style,
.button-group.even-4 li .previous,
.button-group.even-4 li .next,
.button-group.even-4 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-4 li a.map,
.button-group.even-4 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-4 li a,
.button-group.even-4 li nav.sale-nav a,
nav.sale-nav .button-group.even-4 li a,
.button-group.even-4 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-4 li div > a {
  width: 100%;
}

.button-group.even-5 li {
  width: 20%;
}

.button-group.even-5 li > button,
.button-group.even-5 li .button,
.button-group.even-5 li .sort-button,
.button-group.even-5 li .nrc-alert-button-base-style,
.button-group.even-5 li .previous,
.button-group.even-5 li .next,
.button-group.even-5 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-5 li a.map,
.button-group.even-5 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-5 li a,
.button-group.even-5 li nav.sale-nav a,
nav.sale-nav .button-group.even-5 li a,
.button-group.even-5 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-5 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li button,
.button-group.even-5 li .button,
.button-group.even-5 li .sort-button,
.button-group.even-5 li .nrc-alert-button-base-style,
.button-group.even-5 li .previous,
.button-group.even-5 li .next,
.button-group.even-5 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-5 li a.map,
.button-group.even-5 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-5 li a,
.button-group.even-5 li nav.sale-nav a,
nav.sale-nav .button-group.even-5 li a,
.button-group.even-5 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-5 li div > a {
  width: 100%;
}

.button-group.even-6 li {
  width: 16.6666666667%;
}

.button-group.even-6 li > button,
.button-group.even-6 li .button,
.button-group.even-6 li .sort-button,
.button-group.even-6 li .nrc-alert-button-base-style,
.button-group.even-6 li .previous,
.button-group.even-6 li .next,
.button-group.even-6 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-6 li a.map,
.button-group.even-6 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-6 li a,
.button-group.even-6 li nav.sale-nav a,
nav.sale-nav .button-group.even-6 li a,
.button-group.even-6 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-6 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li button,
.button-group.even-6 li .button,
.button-group.even-6 li .sort-button,
.button-group.even-6 li .nrc-alert-button-base-style,
.button-group.even-6 li .previous,
.button-group.even-6 li .next,
.button-group.even-6 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-6 li a.map,
.button-group.even-6 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-6 li a,
.button-group.even-6 li nav.sale-nav a,
nav.sale-nav .button-group.even-6 li a,
.button-group.even-6 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-6 li div > a {
  width: 100%;
}

.button-group.even-7 li {
  width: 14.2857142857%;
}

.button-group.even-7 li > button,
.button-group.even-7 li .button,
.button-group.even-7 li .sort-button,
.button-group.even-7 li .nrc-alert-button-base-style,
.button-group.even-7 li .previous,
.button-group.even-7 li .next,
.button-group.even-7 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-7 li a.map,
.button-group.even-7 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-7 li a,
.button-group.even-7 li nav.sale-nav a,
nav.sale-nav .button-group.even-7 li a,
.button-group.even-7 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-7 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li button,
.button-group.even-7 li .button,
.button-group.even-7 li .sort-button,
.button-group.even-7 li .nrc-alert-button-base-style,
.button-group.even-7 li .previous,
.button-group.even-7 li .next,
.button-group.even-7 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-7 li a.map,
.button-group.even-7 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-7 li a,
.button-group.even-7 li nav.sale-nav a,
nav.sale-nav .button-group.even-7 li a,
.button-group.even-7 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-7 li div > a {
  width: 100%;
}

.button-group.even-8 li {
  width: 12.5%;
}

.button-group.even-8 li > button,
.button-group.even-8 li .button,
.button-group.even-8 li .sort-button,
.button-group.even-8 li .nrc-alert-button-base-style,
.button-group.even-8 li .previous,
.button-group.even-8 li .next,
.button-group.even-8 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-8 li a.map,
.button-group.even-8 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-8 li a,
.button-group.even-8 li nav.sale-nav a,
nav.sale-nav .button-group.even-8 li a,
.button-group.even-8 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-8 li div > a {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li button,
.button-group.even-8 li .button,
.button-group.even-8 li .sort-button,
.button-group.even-8 li .nrc-alert-button-base-style,
.button-group.even-8 li .previous,
.button-group.even-8 li .next,
.button-group.even-8 li div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .button-group.even-8 li a.map,
.button-group.even-8 li .mobile-sale-menu-button a,
.mobile-sale-menu-button .button-group.even-8 li a,
.button-group.even-8 li nav.sale-nav a,
nav.sale-nav .button-group.even-8 li a,
.button-group.even-8 li .mobile-login-register div > a,
.mobile-login-register .button-group.even-8 li div > a {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}

.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */

[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

[data-clearing]:after {
  clear: both;
}

[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }

  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */

.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555;
}

.f-dropdown.content,
.additional-property-content h3.f-dropdown.additional-content-header {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content > *:first-child,
.additional-property-content h3.f-dropdown.additional-content-header > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child,
.additional-property-content h3.f-dropdown.additional-content-header > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny,
.f-dropdown.sort-button,
.f-dropdown.nrc-alert-button-base-style,
.f-dropdown.previous,
.f-dropdown.next,
div#property-details div.property-location > div a.f-dropdown.map,
.mobile-sale-menu-button a.f-dropdown,
nav.sale-nav a.f-dropdown {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.dropdown.button,
.dropdown.sort-button,
.dropdown.nrc-alert-button-base-style,
.dropdown.previous,
.dropdown.next,
div#property-details div.property-location > div a.dropdown.map,
.mobile-sale-menu-button a.dropdown,
nav.sale-nav a.dropdown,
.mobile-login-register div > a.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button:before,
.dropdown.sort-button:before,
.dropdown.nrc-alert-button-base-style:before,
.dropdown.previous:before,
.dropdown.next:before,
div#property-details div.property-location > div a.dropdown.map:before,
.mobile-sale-menu-button a.dropdown:before,
nav.sale-nav a.dropdown:before,
.mobile-login-register div > a.dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}

.dropdown.button:before,
.dropdown.sort-button:before,
.dropdown.nrc-alert-button-base-style:before,
.dropdown.previous:before,
.dropdown.next:before,
div#property-details div.property-location > div a.dropdown.map:before,
.mobile-sale-menu-button a.dropdown:before,
nav.sale-nav a.dropdown:before,
.mobile-login-register div > a.dropdown:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:before,
.dropdown.sort-button:before,
.dropdown.nrc-alert-button-base-style:before,
.dropdown.previous:before,
.dropdown.next:before,
div#property-details div.property-location > div a.dropdown.map:before,
.mobile-sale-menu-button a.dropdown:before,
nav.sale-nav a.dropdown:before,
.mobile-login-register div > a.dropdown:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny,
.dropdown.sort-button,
.dropdown.nrc-alert-button-base-style,
.dropdown.previous,
.dropdown.next,
div#property-details div.property-location > div a.dropdown.map,
.mobile-sale-menu-button a.dropdown,
nav.sale-nav a.dropdown,
.mobile-login-register div > a.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before,
.dropdown.sort-button:before,
.dropdown.nrc-alert-button-base-style:before,
.dropdown.previous:before,
.dropdown.next:before,
div#property-details div.property-location > div a.dropdown.map:before,
.mobile-sale-menu-button a.dropdown:before,
nav.sale-nav a.dropdown:before,
.mobile-login-register div > a.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:before,
.dropdown.sort-button:before,
.dropdown.nrc-alert-button-base-style:before,
.dropdown.previous:before,
.dropdown.next:before,
div#property-details div.property-location > div a.dropdown.map:before,
.mobile-sale-menu-button a.dropdown:before,
nav.sale-nav a.dropdown:before,
.mobile-login-register div > a.dropdown.tiny:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.small,
.dropdown.small.sort-button,
.dropdown.small.nrc-alert-button-base-style,
.dropdown.small.previous,
.dropdown.small.next,
div#property-details div.property-location > div a.dropdown.small.map,
.mobile-sale-menu-button a.dropdown.small,
nav.sale-nav a.dropdown.small,
.mobile-login-register div > a.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small:before,
.dropdown.small.sort-button:before,
.dropdown.small.nrc-alert-button-base-style:before,
.dropdown.small.previous:before,
.dropdown.small.next:before,
div#property-details div.property-location > div a.dropdown.small.map:before,
.mobile-sale-menu-button a.dropdown.small:before,
nav.sale-nav a.dropdown.small:before,
.mobile-login-register div > a.dropdown.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:before,
.dropdown.small.sort-button:before,
.dropdown.small.nrc-alert-button-base-style:before,
.dropdown.small.previous:before,
.dropdown.small.next:before,
div#property-details div.property-location > div a.dropdown.small.map:before,
.mobile-sale-menu-button a.dropdown.small:before,
nav.sale-nav a.dropdown.small:before,
.mobile-login-register div > a.dropdown.small:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.large,
.dropdown.large.sort-button,
.dropdown.large.nrc-alert-button-base-style,
.dropdown.large.previous,
.dropdown.large.next,
div#property-details div.property-location > div a.dropdown.large.map,
.mobile-sale-menu-button a.dropdown.large,
nav.sale-nav a.dropdown.large,
.mobile-login-register div > a.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large:before,
.dropdown.large.sort-button:before,
.dropdown.large.nrc-alert-button-base-style:before,
.dropdown.large.previous:before,
.dropdown.large.next:before,
div#property-details div.property-location > div a.dropdown.large.map:before,
.mobile-sale-menu-button a.dropdown.large:before,
nav.sale-nav a.dropdown.large:before,
.mobile-login-register div > a.dropdown.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:before,
.dropdown.large.sort-button:before,
.dropdown.large.nrc-alert-button-base-style:before,
.dropdown.large.previous:before,
.dropdown.large.next:before,
div#property-details div.property-location > div a.dropdown.large.map:before,
.mobile-sale-menu-button a.dropdown.large:before,
nav.sale-nav a.dropdown.large:before,
.mobile-login-register div > a.dropdown.large:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before,
.dropdown.secondary.sort-button:before,
.dropdown.secondary.nrc-alert-button-base-style:before,
.dropdown.secondary.previous:before,
.dropdown.secondary.next:before,
div#property-details div.property-location > div a.dropdown.secondary.map:before,
.mobile-sale-menu-button a.dropdown.secondary:before,
nav.sale-nav a.dropdown.secondary:before,
.mobile-login-register div > a.dropdown.secondary:before {
  border-color: #333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns,
form .row .row .page-header-container .page-title,
.page-header-container form .row .row .page-title {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns,
form .row .row.collapse .page-header-container .page-title,
.page-header-container form .row .row.collapse .page-title {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row .page-header-container input.page-title,
.page-header-container form .row input.page-title,
form .row textarea.column,
form .row textarea.columns,
form .row .page-header-container textarea.page-title,
.page-header-container form .row textarea.page-title {
  padding-left: 0.5rem;
}

/* Label Styles */

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}

label small {
  text-transform: capitalize;
  color: #666666;
}

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

select.radius,
select.nrc-alert-button-base-style,
select.previous,
select.next {
  border-radius: 3px;
}

select:hover {
  background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

@-moz-document url-prefix()  {
  select {
    background: #fafafa;
  }

  select:hover {
    background: #f2f2f2;
  }
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button,
.postfix.sort-button,
.postfix.nrc-alert-button-base-style,
.postfix.previous,
.postfix.next,
div#property-details div.property-location > div a.postfix.map,
.mobile-sale-menu-button a.postfix,
nav.sale-nav a.postfix,
.mobile-login-register div > a.postfix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button,
.prefix.sort-button,
.prefix.nrc-alert-button-base-style,
.prefix.previous,
.prefix.next,
div#property-details div.property-location > div a.prefix.map,
.mobile-sale-menu-button a.prefix,
nav.sale-nav a.prefix,
.mobile-login-register div > a.prefix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius,
.prefix.radius.sort-button,
.prefix.nrc-alert-button-base-style,
.prefix.previous,
.prefix.next,
div#property-details div.property-location > div a.prefix.map,
.mobile-sale-menu-button a.prefix,
nav.sale-nav a.prefix,
.mobile-login-register div > a.prefix.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius,
.postfix.radius.sort-button,
.postfix.nrc-alert-button-base-style,
.postfix.previous,
.postfix.next,
div#property-details div.property-location > div a.postfix.map,
.mobile-sale-menu-button a.postfix,
nav.sale-nav a.postfix,
.mobile-login-register div > a.postfix.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round,
.prefix.round.sort-button,
.prefix.round.nrc-alert-button-base-style,
.prefix.round.previous,
.prefix.round.next,
div#property-details div.property-location > div a.prefix.round.map,
.mobile-sale-menu-button a.prefix.round,
nav.sale-nav a.prefix.round,
.mobile-login-register div > a.prefix.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round,
.postfix.round.sort-button,
.postfix.round.nrc-alert-button-base-style,
.postfix.round.previous,
.postfix.round.next,
div#property-details div.property-location > div a.postfix.round.map,
.mobile-sale-menu-button a.postfix.round,
nav.sale-nav a.postfix.round,
.mobile-login-register div > a.postfix.round {
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

span.prefix.radius,
span.prefix.nrc-alert-button-base-style,
span.prefix.previous,
span.prefix.next,
label.prefix.radius,
label.prefix.nrc-alert-button-base-style,
label.prefix.previous,
label.prefix.next {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

span.postfix.radius,
span.postfix.nrc-alert-button-base-style,
span.postfix.previous,
span.postfix.next,
label.postfix.radius,
label.postfix.nrc-alert-button-base-style,
label.postfix.previous,
label.postfix.next {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */

.input-group.radius > *:first-child,
.input-group.nrc-alert-button-base-style > *:first-child,
.input-group.previous > *:first-child,
.input-group.next > *:first-child,
div#property-details div.property-location > div a.input-group.map > *:first-child,
.mobile-sale-menu-button a.input-group > *:first-child,
nav.sale-nav a.input-group > *:first-child,
.input-group.radius > *:first-child *,
.input-group.nrc-alert-button-base-style > *:first-child *,
.input-group.previous > *:first-child *,
.input-group.next > *:first-child *,
div#property-details div.property-location > div a.input-group.map > *:first-child *,
.mobile-sale-menu-button a.input-group > *:first-child *,
nav.sale-nav a.input-group > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group.radius > *:last-child,
.input-group.nrc-alert-button-base-style > *:last-child,
.input-group.previous > *:last-child,
.input-group.next > *:last-child,
div#property-details div.property-location > div a.input-group.map > *:last-child,
.mobile-sale-menu-button a.input-group > *:last-child,
nav.sale-nav a.input-group > *:last-child,
.input-group.radius > *:last-child *,
.input-group.nrc-alert-button-base-style > *:last-child *,
.input-group.previous > *:last-child *,
.input-group.next > *:last-child *,
div#property-details div.property-location > div a.input-group.map > *:last-child *,
.mobile-sale-menu-button a.input-group > *:last-child *,
nav.sale-nav a.input-group > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.round > *:first-child,
.input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round > *:last-child,
.input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled] {
  background-color: #ddd;
}

input[type=text].radius,
input[type=text].nrc-alert-button-base-style,
input[type=text].previous,
input[type=text].next,
input[type=password].radius,
input[type=password].nrc-alert-button-base-style,
input[type=password].previous,
input[type=password].next,
input[type=date].radius,
input[type=date].nrc-alert-button-base-style,
input[type=date].previous,
input[type=date].next,
input[type=datetime].radius,
input[type=datetime].nrc-alert-button-base-style,
input[type=datetime].previous,
input[type=datetime].next,
input[type=datetime-local].radius,
input[type=datetime-local].nrc-alert-button-base-style,
input[type=datetime-local].previous,
input[type=datetime-local].next,
input[type=month].radius,
input[type=month].nrc-alert-button-base-style,
input[type=month].previous,
input[type=month].next,
input[type=week].radius,
input[type=week].nrc-alert-button-base-style,
input[type=week].previous,
input[type=week].next,
input[type=email].radius,
input[type=email].nrc-alert-button-base-style,
input[type=email].previous,
input[type=email].next,
input[type=number].radius,
input[type=number].nrc-alert-button-base-style,
input[type=number].previous,
input[type=number].next,
input[type=search].radius,
input[type=search].nrc-alert-button-base-style,
input[type=search].previous,
input[type=search].next,
input[type=tel].radius,
input[type=tel].nrc-alert-button-base-style,
input[type=tel].previous,
input[type=tel].next,
input[type=time].radius,
input[type=time].nrc-alert-button-base-style,
input[type=time].previous,
input[type=time].next,
input[type=url].radius,
input[type=url].nrc-alert-button-base-style,
input[type=url].previous,
input[type=url].next,
textarea.radius,
textarea.nrc-alert-button-base-style,
textarea.previous,
textarea.next {
  border-radius: 3px;
}

input[type=text].rounded,
input[type=password].rounded,
input[type=date].rounded,
input[type=datetime].rounded,
input[type=datetime-local].rounded,
input[type=month].rounded,
input[type=week].rounded,
input[type=email].rounded,
input[type=number].rounded,
input[type=search].rounded,
input[type=tel].rounded,
input[type=time].rounded,
input[type=url].rounded,
textarea.rounded {
  border-radius: 1000px;
}

/* Adjust margin for form elements below */

input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type=file] {
  width: 100%;
}

/* We add basic fieldset styling */

fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d31145;
  color: #fff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d31145;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error label,
.error label.error {
  color: #d31145;
}

.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d31145;
  color: #fff;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #d31145;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  font-weight: normal;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #0065a4;
  color: #fff;
}

.label.radius,
.label.nrc-alert-button-base-style,
.label.previous,
.label.next,
div#property-details div.property-location > div a.label.map,
.mobile-sale-menu-button a.label,
nav.sale-nav a.label {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert,
.label.nrc-alert-button-base-style,
.label.previous,
.label.next,
div#property-details div.property-location > div a.label.map,
.mobile-login-register div .label.mobile-alert {
  background-color: #d31145;
  color: #fff;
}

.label.success {
  background-color: #43AC6A;
  color: #fff;
}

.label.secondary {
  background-color: #d31145;
  color: #fff;
}

/* Progress Bar */

.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid #cccccc;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #0065a4;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #d31145;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}

.progress.alert .meter,
.progress.nrc-alert-button-base-style .meter,
.progress.previous .meter,
.progress.next .meter,
div#property-details div.property-location > div a.progress.map .meter,
.mobile-login-register div .progress.mobile-alert .meter {
  background: #d31145;
  height: 100%;
  display: block;
}

.progress.radius,
.progress.nrc-alert-button-base-style,
.progress.previous,
.progress.next,
div#property-details div.property-location > div a.progress.map,
.mobile-sale-menu-button a.progress,
nav.sale-nav a.progress {
  border-radius: 3px;
}

.progress.radius .meter,
.progress.nrc-alert-button-base-style .meter,
.progress.previous .meter,
.progress.next .meter,
div#property-details div.property-location > div a.progress.map .meter,
.mobile-sale-menu-button a.progress .meter,
nav.sale-nav a.progress .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 9999;
  height: auto;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

.reveal-modal .column,
.reveal-modal .columns,
.reveal-modal .page-header-container .page-title,
.page-header-container .reveal-modal .page-title {
  min-width: 0;
}

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

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

.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width:40.063em) {
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }

  .reveal-modal.tiny,
  .reveal-modal.sort-button,
  .reveal-modal.nrc-alert-button-base-style,
  .reveal-modal.previous,
  .reveal-modal.next,
  div#property-details div.property-location > div a.reveal-modal.map,
  .mobile-sale-menu-button a.reveal-modal,
  nav.sale-nav a.reveal-modal {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .reveal-modal.small {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .reveal-modal.medium {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .reveal-modal.large {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 70%;
  }

  .reveal-modal.xlarge {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}

@media print {
  .reveal-modal {
    background: #fff !important;
  }
}

.split.button,
.split.sort-button,
.split.nrc-alert-button-base-style,
.split.previous,
.split.next,
div#property-details div.property-location > div a.split.map,
.mobile-sale-menu-button a.split,
nav.sale-nav a.split,
.mobile-login-register div > a.split {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span,
.split.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split span,
nav.sale-nav a.split span,
.mobile-login-register div > a.split span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:before,
.split.sort-button span:before,
.split.nrc-alert-button-base-style span:before,
.split.previous span:before,
.split.next span:before,
div#property-details div.property-location > div a.split.map span:before,
.mobile-sale-menu-button a.split span:before,
nav.sale-nav a.split span:before,
.mobile-login-register div > a.split span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active,
.split.sort-button span:active,
.split.nrc-alert-button-base-style span:active,
.split.previous span:active,
.split.next span:active,
div#property-details div.property-location > div a.split.map span:active,
.mobile-sale-menu-button a.split span:active,
nav.sale-nav a.split span:active,
.mobile-login-register div > a.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span,
.split.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split span,
nav.sale-nav a.split span,
.mobile-login-register div > a.split span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span,
.split.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split span,
nav.sale-nav a.split span,
.mobile-login-register div > a.split span {
  width: 3.09375rem;
}

.split.button span:before,
.split.sort-button span:before,
.split.nrc-alert-button-base-style span:before,
.split.previous span:before,
.split.next span:before,
div#property-details div.property-location > div a.split.map span:before,
.mobile-sale-menu-button a.split span:before,
nav.sale-nav a.split span:before,
.mobile-login-register div > a.split span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:before,
.split.sort-button span:before,
.split.nrc-alert-button-base-style span:before,
.split.previous span:before,
.split.next span:before,
div#property-details div.property-location > div a.split.map span:before,
.mobile-sale-menu-button a.split span:before,
nav.sale-nav a.split span:before,
.mobile-login-register div > a.split span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.secondary span,
.split.secondary.sort-button span,
.split.secondary.nrc-alert-button-base-style span,
.split.secondary.previous span,
.split.secondary.next span,
div#property-details div.property-location > div a.split.secondary.map span,
.mobile-sale-menu-button a.split.secondary span,
nav.sale-nav a.split.secondary span,
.mobile-login-register div > a.split.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:before,
.split.secondary.sort-button span:before,
.split.secondary.nrc-alert-button-base-style span:before,
.split.secondary.previous span:before,
.split.secondary.next span:before,
div#property-details div.property-location > div a.split.secondary.map span:before,
.mobile-sale-menu-button a.split.secondary span:before,
nav.sale-nav a.split.secondary span:before,
.mobile-login-register div > a.split.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.alert span,
.split.alert.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split.alert span,
nav.sale-nav a.split.alert span,
.mobile-login-register div .split.button.mobile-alert span,
.mobile-login-register div .split.mobile-alert.sort-button span,
.mobile-login-register div .mobile-sale-menu-button a.split.mobile-alert span,
.mobile-sale-menu-button .mobile-login-register div a.split.mobile-alert span,
.mobile-login-register div nav.sale-nav a.split.mobile-alert span,
nav.sale-nav .mobile-login-register div a.split.mobile-alert span,
.mobile-login-register div > a.split.alert span,
.mobile-login-register div > a.split.mobile-alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span,
.split.success.sort-button span,
.split.success.nrc-alert-button-base-style span,
.split.success.previous span,
.split.success.next span,
div#property-details div.property-location > div a.split.success.map span,
.mobile-sale-menu-button a.split.success span,
nav.sale-nav a.split.success span,
.mobile-login-register div > a.split.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny,
.split.sort-button,
.split.nrc-alert-button-base-style,
.split.previous,
.split.next,
div#property-details div.property-location > div a.split.map,
.mobile-sale-menu-button a.split,
nav.sale-nav a.split,
.mobile-login-register div > a.split.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span,
.split.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split span,
nav.sale-nav a.split span,
.mobile-login-register div > a.split.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:before,
.split.sort-button span:before,
.split.nrc-alert-button-base-style span:before,
.split.previous span:before,
.split.next span:before,
div#property-details div.property-location > div a.split.map span:before,
.mobile-sale-menu-button a.split span:before,
nav.sale-nav a.split span:before,
.mobile-login-register div > a.split.tiny span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small,
.split.small.sort-button,
.split.small.nrc-alert-button-base-style,
.split.small.previous,
.split.small.next,
div#property-details div.property-location > div a.split.small.map,
.mobile-sale-menu-button a.split.small,
nav.sale-nav a.split.small,
.mobile-login-register div > a.split.small {
  padding-right: 4.375rem;
}

.split.button.small span,
.split.small.sort-button span,
.split.small.nrc-alert-button-base-style span,
.split.small.previous span,
.split.small.next span,
div#property-details div.property-location > div a.split.small.map span,
.mobile-sale-menu-button a.split.small span,
nav.sale-nav a.split.small span,
.mobile-login-register div > a.split.small span {
  width: 2.625rem;
}

.split.button.small span:before,
.split.small.sort-button span:before,
.split.small.nrc-alert-button-base-style span:before,
.split.small.previous span:before,
.split.small.next span:before,
div#property-details div.property-location > div a.split.small.map span:before,
.mobile-sale-menu-button a.split.small span:before,
nav.sale-nav a.split.small span:before,
.mobile-login-register div > a.split.small span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large,
.split.large.sort-button,
.split.large.nrc-alert-button-base-style,
.split.large.previous,
.split.large.next,
div#property-details div.property-location > div a.split.large.map,
.mobile-sale-menu-button a.split.large,
nav.sale-nav a.split.large,
.mobile-login-register div > a.split.large {
  padding-right: 5.5rem;
}

.split.button.large span,
.split.large.sort-button span,
.split.large.nrc-alert-button-base-style span,
.split.large.previous span,
.split.large.next span,
div#property-details div.property-location > div a.split.large.map span,
.mobile-sale-menu-button a.split.large span,
nav.sale-nav a.split.large span,
.mobile-login-register div > a.split.large span {
  width: 3.4375rem;
}

.split.button.large span:before,
.split.large.sort-button span:before,
.split.large.nrc-alert-button-base-style span:before,
.split.large.previous span:before,
.split.large.next span:before,
div#property-details div.property-location > div a.split.large.map span:before,
.mobile-sale-menu-button a.split.large span:before,
nav.sale-nav a.split.large span:before,
.mobile-login-register div > a.split.large span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand,
.split.expand.sort-button,
.split.expand.nrc-alert-button-base-style,
.split.expand.previous,
.split.expand.next,
div#property-details div.property-location > div a.split.expand.map,
.mobile-sale-menu-button a.split.expand,
nav.sale-nav a.split.expand,
.mobile-login-register div > a.split.expand {
  padding-left: 2rem;
}

.split.button.secondary span:before,
.split.secondary.sort-button span:before,
.split.secondary.nrc-alert-button-base-style span:before,
.split.secondary.previous span:before,
.split.secondary.next span:before,
div#property-details div.property-location > div a.split.secondary.map span:before,
.mobile-sale-menu-button a.split.secondary span:before,
nav.sale-nav a.split.secondary span:before,
.mobile-login-register div > a.split.secondary span:before {
  border-color: #333 transparent transparent transparent;
}

.split.button.radius span,
.split.radius.sort-button span,
.split.nrc-alert-button-base-style span,
.split.previous span,
.split.next span,
div#property-details div.property-location > div a.split.map span,
.mobile-sale-menu-button a.split span,
nav.sale-nav a.split span,
.mobile-login-register div > a.split.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.split.button.round span,
.split.round.sort-button span,
.split.round.nrc-alert-button-base-style span,
.split.round.previous span,
.split.round.next span,
div#property-details div.property-location > div a.split.round.map span,
.mobile-sale-menu-button a.split.round span,
nav.sale-nav a.split.round span,
.mobile-login-register div > a.split.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #fff;
  border-color: #cccccc;
}

div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  transition: all 0.1s ease-out;
}

div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}

div.switch input:hover,
div.switch input:focus {
  cursor: pointer;
}

div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease-out;
}

div.switch input:not(:checked) + label {
  opacity: 0;
}

div.switch input:checked {
  display: none !important;
}

div.switch input {
  left: 0;
  display: block !important;
}

div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}

div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}

div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}

div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}

div.switch span.custom {
  display: none !important;
}

form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}

div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}

div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}

div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}

div.switch span:last-child {
  border-color: #b3b3b3;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
}

div.switch:hover span:last-child,
div.switch:focus span:last-child {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
}

div.switch:active {
  background: transparent;
}

div.switch.large {
  height: 2.75rem;
}

div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}

div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}

div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}

div.switch.small {
  height: 1.75rem;
}

div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}

div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}

div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}

div.switch.tiny,
div.switch.sort-button,
div.switch.nrc-alert-button-base-style,
div.switch.previous,
div.switch.next {
  height: 1.375rem;
}

div.switch.tiny label,
div.switch.sort-button label,
div.switch.nrc-alert-button-base-style label,
div.switch.previous label,
div.switch.next label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}

div.switch.tiny input:first-of-type:checked ~ span:last-child,
div.switch.sort-button input:first-of-type:checked ~ span:last-child,
div.switch.nrc-alert-button-base-style input:first-of-type:checked ~ span:last-child,
div.switch.previous input:first-of-type:checked ~ span:last-child,
div.switch.next input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}

div.switch.tiny span:last-child,
div.switch.sort-button span:last-child,
div.switch.nrc-alert-button-base-style span:last-child,
div.switch.previous span:last-child,
div.switch.next span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}

div.switch.radius,
div.switch.nrc-alert-button-base-style,
div.switch.previous,
div.switch.next {
  border-radius: 4px;
}

div.switch.radius span:last-child,
div.switch.nrc-alert-button-base-style span:last-child,
div.switch.previous span:last-child,
div.switch.next span:last-child {
  border-radius: 3px;
}

div.switch.round {
  border-radius: 1000px;
}

div.switch.round span:last-child {
  border-radius: 999px;
}

div.switch.round label {
  padding: 0 0.5625rem;
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative;
  }

  to {
    position: relative;
  }
}

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
}

table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  color: #222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}

.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover {
  background: #e2e2e2;
}

.tabs dd.active a {
  background: #fff;
}

.tabs.radius dd:first-child a,
.tabs.nrc-alert-button-base-style dd:first-child a,
.tabs.previous dd:first-child a,
.tabs.next dd:first-child a,
div#property-details div.property-location > div a.tabs.map dd:first-child a,
.mobile-sale-menu-button a.tabs dd:first-child a,
nav.sale-nav a.tabs dd:first-child a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.nrc-alert-button-base-style dd:last-child a,
.tabs.previous dd:last-child a,
.tabs.next dd:last-child a,
div#property-details div.property-location > div a.tabs.map dd:last-child a,
.mobile-sale-menu-button a.tabs dd:last-child a,
nav.sale-nav a.tabs dd:last-child a {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content,
.additional-property-content .tabs-content > h3.additional-content-header {
  display: none;
  float: left;
  padding: 0.9375rem 0;
}

.tabs-content > .content.active,
.additional-property-content .tabs-content > h3.active.additional-content-header {
  display: block;
}

.tabs-content > .content.contained,
.additional-property-content .tabs-content > h3.contained.additional-content-header {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content,
.additional-property-content .tabs-content.vertical > h3.additional-content-header {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

/* Image Thumbnails */

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 101, 164, 0.5);
}

.th.radius,
.th.nrc-alert-button-base-style,
.th.previous,
.th.next,
div#property-details div.property-location > div a.th.map,
.mobile-sale-menu-button a.th,
nav.sale-nav a.th {
  border-radius: 3px;
}

a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #00263e;
  color: #0065a4;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333;
  border-radius: 3px;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  top: -10px;
}

.tooltip.opened {
  color: #0065a4 !important;
  border-bottom: dotted 1px #00263e !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 600px;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #fff;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 9998;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #fff;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button,
.top-bar .sort-button,
.top-bar .nrc-alert-button-base-style,
.top-bar .previous,
.top-bar .next,
.top-bar div#property-details div.property-location > div a.map,
div#property-details div.property-location > div .top-bar a.map,
.top-bar .mobile-sale-menu-button a,
.mobile-sale-menu-button .top-bar a,
.top-bar nav.sale-nav a,
nav.sale-nav .top-bar a,
.top-bar .mobile-login-register div > a,
.mobile-login-register .top-bar div > a {
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #666666;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #fff;
}

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #0065a4;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #e6e6e6;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #666666;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "futura-pt", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #0065a4;
}

.top-bar-section ul li > a.button,
.top-bar-section ul li > a.sort-button,
.top-bar-section ul li > a.nrc-alert-button-base-style,
.top-bar-section ul li > a.previous,
.top-bar-section ul li > a.next,
.top-bar-section ul div#property-details div.property-location > div li > a.map,
div#property-details div.property-location > div .top-bar-section ul li > a.map,
.top-bar-section ul .mobile-sale-menu-button li > a,
.mobile-sale-menu-button .top-bar-section ul li > a,
.top-bar-section ul nav.sale-nav li > a,
nav.sale-nav .top-bar-section ul li > a {
  background: #0065a4;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.sort-button:hover,
.top-bar-section ul li > a.nrc-alert-button-base-style:hover,
.top-bar-section ul li > a.previous:hover,
.top-bar-section ul li > a.next:hover,
.top-bar-section ul div#property-details div.property-location > div li > a.map:hover,
div#property-details div.property-location > div .top-bar-section ul li > a.map:hover,
.top-bar-section ul .mobile-sale-menu-button li > a:hover,
.mobile-sale-menu-button .top-bar-section ul li > a:hover,
.top-bar-section ul nav.sale-nav li > a:hover,
nav.sale-nav .top-bar-section ul li > a:hover {
  background: #004671;
}

.top-bar-section ul li > a.button.secondary,
.top-bar-section ul li > a.secondary.sort-button,
.top-bar-section ul li > a.secondary.nrc-alert-button-base-style,
.top-bar-section ul li > a.secondary.previous,
.top-bar-section ul li > a.secondary.next,
.top-bar-section ul div#property-details div.property-location > div li > a.secondary.map,
div#property-details div.property-location > div .top-bar-section ul li > a.secondary.map,
.top-bar-section ul .mobile-sale-menu-button li > a.secondary,
.mobile-sale-menu-button .top-bar-section ul li > a.secondary,
.top-bar-section ul nav.sale-nav li > a.secondary,
nav.sale-nav .top-bar-section ul li > a.secondary {
  background: #d31145;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.secondary.sort-button:hover,
.top-bar-section ul li > a.secondary.nrc-alert-button-base-style:hover,
.top-bar-section ul li > a.secondary.previous:hover,
.top-bar-section ul li > a.secondary.next:hover,
.top-bar-section ul div#property-details div.property-location > div li > a.secondary.map:hover,
div#property-details div.property-location > div .top-bar-section ul li > a.secondary.map:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.secondary:hover,
.mobile-sale-menu-button .top-bar-section ul li > a.secondary:hover,
.top-bar-section ul nav.sale-nav li > a.secondary:hover,
nav.sale-nav .top-bar-section ul li > a.secondary:hover {
  background: #a40d36;
}

.top-bar-section ul li > a.button.success,
.top-bar-section ul li > a.success.sort-button,
.top-bar-section ul li > a.success.nrc-alert-button-base-style,
.top-bar-section ul li > a.success.previous,
.top-bar-section ul li > a.success.next,
.top-bar-section ul div#property-details div.property-location > div li > a.success.map,
div#property-details div.property-location > div .top-bar-section ul li > a.success.map,
.top-bar-section ul .mobile-sale-menu-button li > a.success,
.mobile-sale-menu-button .top-bar-section ul li > a.success,
.top-bar-section ul nav.sale-nav li > a.success,
nav.sale-nav .top-bar-section ul li > a.success {
  background: #43AC6A;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.success.sort-button:hover,
.top-bar-section ul li > a.success.nrc-alert-button-base-style:hover,
.top-bar-section ul li > a.success.previous:hover,
.top-bar-section ul li > a.success.next:hover,
.top-bar-section ul div#property-details div.property-location > div li > a.success.map:hover,
div#property-details div.property-location > div .top-bar-section ul li > a.success.map:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.success:hover,
.mobile-sale-menu-button .top-bar-section ul li > a.success:hover,
.top-bar-section ul nav.sale-nav li > a.success:hover,
nav.sale-nav .top-bar-section ul li > a.success:hover {
  background: #358753;
}

.top-bar-section ul li > a.button.alert,
.top-bar-section ul li > a.alert.sort-button,
.top-bar-section ul li > a.nrc-alert-button-base-style,
.top-bar-section ul li > a.previous,
.top-bar-section ul li > a.next,
.top-bar-section ul div#property-details div.property-location > div li > a.map,
div#property-details div.property-location > div .top-bar-section ul li > a.map,
.top-bar-section ul .mobile-sale-menu-button li > a.alert,
.top-bar-section ul .mobile-sale-menu-button li > a.nrc-alert-button-base-style,
.top-bar-section ul .mobile-sale-menu-button li > a.previous,
.top-bar-section ul .mobile-sale-menu-button li > a.next,
div#property-details div.property-location > div .top-bar-section ul .mobile-sale-menu-button li > a.map,
.mobile-sale-menu-button .top-bar-section ul li > a.alert,
.top-bar-section ul nav.sale-nav li > a.alert,
.top-bar-section ul nav.sale-nav li > a.nrc-alert-button-base-style,
.top-bar-section ul nav.sale-nav li > a.previous,
.top-bar-section ul nav.sale-nav li > a.next,
div#property-details div.property-location > div .top-bar-section ul nav.sale-nav li > a.map,
nav.sale-nav .top-bar-section ul li > a.alert,
.top-bar-section ul .mobile-login-register div li > a.button.mobile-alert,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.sort-button,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.nrc-alert-button-base-style,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.previous,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.next,
div#property-details .top-bar-section ul .mobile-login-register div.property-location > div li > a.mobile-alert.map,
.top-bar-section ul .mobile-login-register div .mobile-sale-menu-button li > a.mobile-alert,
.mobile-sale-menu-button .top-bar-section ul .mobile-login-register div li > a.mobile-alert,
.top-bar-section ul .mobile-login-register div nav.sale-nav li > a.mobile-alert,
nav.sale-nav .top-bar-section ul .mobile-login-register div li > a.mobile-alert,
.mobile-login-register div .top-bar-section ul li > a.button.mobile-alert,
.mobile-login-register div .top-bar-section ul li > a.mobile-alert.sort-button,
.mobile-login-register div .top-bar-section ul .mobile-sale-menu-button li > a.mobile-alert,
.mobile-sale-menu-button .mobile-login-register div .top-bar-section ul li > a.mobile-alert,
.mobile-login-register div .top-bar-section ul nav.sale-nav li > a.mobile-alert,
nav.sale-nav .mobile-login-register div .top-bar-section ul li > a.mobile-alert {
  background: #d31145;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.alert.sort-button:hover,
.top-bar-section ul li > a.nrc-alert-button-base-style:hover,
.top-bar-section ul li > a.previous:hover,
.top-bar-section ul li > a.next:hover,
.top-bar-section ul div#property-details div.property-location > div li > a.map:hover,
div#property-details div.property-location > div .top-bar-section ul li > a.map:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.alert:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.nrc-alert-button-base-style:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.previous:hover,
.top-bar-section ul .mobile-sale-menu-button li > a.next:hover,
div#property-details div.property-location > div .top-bar-section ul .mobile-sale-menu-button li > a.map:hover,
.mobile-sale-menu-button .top-bar-section ul li > a.alert:hover,
.top-bar-section ul nav.sale-nav li > a.alert:hover,
.top-bar-section ul nav.sale-nav li > a.nrc-alert-button-base-style:hover,
.top-bar-section ul nav.sale-nav li > a.previous:hover,
.top-bar-section ul nav.sale-nav li > a.next:hover,
div#property-details div.property-location > div .top-bar-section ul nav.sale-nav li > a.map:hover,
nav.sale-nav .top-bar-section ul li > a.alert:hover,
.top-bar-section ul .mobile-login-register div li > a.button.mobile-alert:hover,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.sort-button:hover,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.nrc-alert-button-base-style:hover,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.previous:hover,
.top-bar-section ul .mobile-login-register div li > a.mobile-alert.next:hover,
div#property-details .top-bar-section ul .mobile-login-register div.property-location > div li > a.mobile-alert.map:hover,
.top-bar-section ul .mobile-login-register div .mobile-sale-menu-button li > a.mobile-alert:hover,
.mobile-sale-menu-button .top-bar-section ul .mobile-login-register div li > a.mobile-alert:hover,
.top-bar-section ul .mobile-login-register div nav.sale-nav li > a.mobile-alert:hover,
nav.sale-nav .top-bar-section ul .mobile-login-register div li > a.mobile-alert:hover,
.mobile-login-register div .top-bar-section ul li > a.button.mobile-alert:hover,
.mobile-login-register div .top-bar-section ul li > a.mobile-alert.sort-button:hover,
.mobile-login-register div .top-bar-section ul .mobile-sale-menu-button li > a.mobile-alert:hover,
.mobile-sale-menu-button .mobile-login-register div .top-bar-section ul li > a.mobile-alert:hover,
.mobile-login-register div .top-bar-section ul nav.sale-nav li > a.mobile-alert:hover,
nav.sale-nav .mobile-login-register div .top-bar-section ul li > a.mobile-alert:hover {
  background: #a40d36;
}

.top-bar-section ul li:hover > a {
  background: #3eb5ff;
  color: #fff;
}

.top-bar-section ul li.active > a {
  background: #0065a4;
  color: #fff;
}

.top-bar-section ul li.active > a:hover {
  background: #00558b;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(102, 102, 102, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 9999;
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: #666666;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}
@media (min-width: 1024px) {
  .dropdown.last {
    width: 200px !important;
  }
}
@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #fff;
    *zoom: 1;
    overflow: visible;
  }

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

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

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button,
  .top-bar .sort-button,
  .top-bar .nrc-alert-button-base-style,
  .top-bar .previous,
  .top-bar .next,
  .top-bar div#property-details div.property-location > div a.map,
  div#property-details div.property-location > div .top-bar a.map,
  .top-bar .mobile-sale-menu-button a,
  .mobile-sale-menu-button .top-bar a,
  .top-bar nav.sale-nav a,
  nav.sale-nav .top-bar a,
  .top-bar .mobile-login-register div > a,
  .mobile-login-register .top-bar div > a {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #fff;
  }

  .contain-to-grid .top-bar {
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button):not(.sort-button):not(.nrc-alert-button-base-style):not(.previous):not(.next) {
    background: #3eb5ff;
    color: #fff;
  }

  .top-bar-section li a:not(.button):not(.sort-button):not(.nrc-alert-button-base-style):not(.previous):not(.next) {
    padding: 0 15px;
    line-height: 45px;
    background: #fff;
  }

  .top-bar-section li a:not(.button):not(.sort-button):not(.nrc-alert-button-base-style):not(.previous):not(.next):hover {
    background: #3eb5ff;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(102, 102, 102, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\BB";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #006bae;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #006bae;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px white;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #fff;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background: #3eb5ff;
    color: #fff;
  }

  .no-js .top-bar-section ul li:active > a {
    background: #0065a4;
    color: #fff;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

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

/* Typography resets */

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

/* Default Link Styles */

a {
  color: #0065a4;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #00558b;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.4375rem;
}

h4 {
  font-size: 1.1875rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #8c0b2e;
}

/* Lists */

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

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

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

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

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

/* Definition Lists */

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

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014   ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

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

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 600px;
}

.move-left a.exit-off-canvas,
.move-right a.exit-off-canvas,
.right-off-canvas-menu,
.left-off-canvas-menu *,
.left-off-canvas-menu,
nav.tab-bar,
.inner-wrap,
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
}

.inner-wrap,
.off-canvas-wrap {
  position: relative;
  width: 100%;
}

.right-off-canvas-menu,
.left-off-canvas-menu {
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
}

section.right-small,
section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
}

.off-canvas-wrap {
  overflow: hidden;
}

.inner-wrap {
  *zoom: 1;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

nav.tab-bar {
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
  color: #FFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
  font-size: 1.125rem;
}

section.left-small {
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4d4d4d;
  left: 0;
}

section.right-small {
  border-left: solid 1px #4d4d4d;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
}

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}

@media only screen and (min-width:40.063em) {
  section.tab-bar-section {
    text-align: left;
  }
}

section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative;
}

a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
}

a.menu-icon:hover span {
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  transform: translate3d(-100%, 0, 0);
}

.right-off-canvas-menu {
  transform: translate3d(100%, 0, 0);
  right: 0;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

.move-right > .inner-wrap {
  transform: translate3d(250px, 0, 0);
}

.move-right a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  transform: translate3d(-250px, 0, 0);
}

.move-left a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

@media only screen and (min-width:40.063em) {
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.lt-ie10 .left-off-canvas-menu {
  left: -250px;
}

.lt-ie10 .right-off-canvas-menu {
  right: -250px;
}

.lt-ie10 .move-left > .inner-wrap {
  right: 250px;
}

.lt-ie10 .move-right > .inner-wrap {
  left: 250px;
}

/* Foundation Visibility HTML Classes */

.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important;
}

/* Specific visibility for tables */

table.show-for-small,
table.show-for-small-only,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-medium-only,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-large-only,
table.hide-for-xlarge,
table.hide-for-xlarge-up,
table.hide-for-xlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge-only {
  display: table;
}

thead.show-for-small,
thead.show-for-small-only,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-medium-only,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-large-only,
thead.hide-for-xlarge,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge-only {
  display: table-header-group !important;
}

tbody.show-for-small,
tbody.show-for-small-only,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-medium-only,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-large-only,
tbody.hide-for-xlarge,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge-only {
  display: table-row-group !important;
}

tr.show-for-small,
tr.show-for-small-only,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-medium-only,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-large-only,
tr.hide-for-xlarge,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge-only {
  display: table-row !important;
}

td.show-for-small,
td.show-for-small-only,
td.show-for-medium-down td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-xlarge td.hide-for-xlarge-up,
td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
td.show-for-medium-down th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
td.hide-for-xlarge th.hide-for-xlarge-up,
th.hide-for-xxlarge-up,
th.show-for-medium-down td.show-for-large-down,
th.hide-for-xlarge td.hide-for-xlarge-up,
th.show-for-medium-down th.show-for-large-down,
th.hide-for-xlarge th.hide-for-xlarge-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */

@media only screen and (min-width:40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.hide-for-small,
  table.hide-for-small-only,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-up,
  table.show-for-medium-only,
  table.hide-for-large,
  table.hide-for-large-up,
  table.hide-for-large-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small,
  thead.hide-for-small-only,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-up,
  thead.show-for-medium-only,
  thead.hide-for-large,
  thead.hide-for-large-up,
  thead.hide-for-large-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small,
  tbody.hide-for-small-only,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-up,
  tbody.show-for-medium-only,
  tbody.hide-for-large,
  tbody.hide-for-large-up,
  tbody.hide-for-large-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small,
  tr.hide-for-small-only,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-up,
  tr.show-for-medium-only,
  tr.hide-for-large,
  tr.hide-for-large-up,
  tr.hide-for-large-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small,
  td.hide-for-small-only,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-up,
  td.show-for-medium-only,
  td.hide-for-large,
  td.hide-for-large-up,
  td.hide-for-large-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-up,
  td.hide-for-xlarge-only,
  td.hide-for-xxlarge-up,
  td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}

/* Large Displays: 1024px and up */

@media only screen and (min-width:64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */

  table.hide-for-small,
  table.hide-for-small-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.show-for-large,
  table.show-for-large-up,
  table.show-for-large-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small,
  thead.hide-for-small-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-large,
  thead.show-for-large-up,
  thead.show-for-large-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small,
  tbody.hide-for-small-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-large,
  tbody.show-for-large-up,
  tbody.show-for-large-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small,
  tr.hide-for-small-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-large,
  tr.show-for-large-up,
  tr.show-for-large-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small,
  td.hide-for-small-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.show-for-medium-up,
  td.show-for-large,
  td.show-for-large-up,
  td.show-for-large-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-up,
  td.hide-for-xlarge-only,
  td.hide-for-xxlarge-up,
  td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}

/* X-Large Displays: 1441 and up */

@media only screen and (min-width:90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */

  table.hide-for-small,
  table.hide-for-small-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.show-for-large-up,
  table.show-for-xlarge,
  table.show-for-xlarge-up,
  table.show-for-xlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small,
  thead.hide-for-small-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-large-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small,
  tbody.hide-for-small-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-large-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small,
  tr.hide-for-small-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-large-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small,
  td.hide-for-small-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.show-for-medium-up,
  td.show-for-large-up,
  td.show-for-xlarge,
  td.show-for-xlarge-up,
  td.show-for-xlarge-only,
  td.hide-for-xxlarge-up,
  td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}

/* XX-Large Displays: 1920 and up */

@media only screen and (min-width:120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */

  table.hide-for-small,
  table.hide-for-small-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.show-for-large-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small,
  thead.hide-for-small-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-large-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small,
  tbody.hide-for-small-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-large-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small,
  tr.hide-for-small-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-large-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small,
  td.hide-for-small-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.show-for-medium-up,
  td.show-for-large-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-up,
  td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

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

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url(/fonts/foundation-icons.eot?92827f088b9eda87169bdc2b9888ce52);
  src: url(/fonts/foundation-icons.eot?92827f088b9eda87169bdc2b9888ce52) format("embedded-opentype"), url(/fonts/foundation-icons.woff?a188c2f768ce5033d3f5d47be7280e25) format("woff"), url(/fonts/foundation-icons.ttf?e20945d7c929279ef7a6f1db184a4470) format("truetype"), url(/fonts/foundation-icons.svg?17cb1ed2e8467b51bb26cf017daa9722) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\F100";
}

.fi-alert:before {
  content: "\F101";
}

.fi-align-center:before {
  content: "\F102";
}

.fi-align-justify:before {
  content: "\F103";
}

.fi-align-left:before {
  content: "\F104";
}

.fi-align-right:before {
  content: "\F105";
}

.fi-anchor:before {
  content: "\F106";
}

.fi-annotate:before {
  content: "\F107";
}

.fi-archive:before {
  content: "\F108";
}

.fi-arrow-down:before {
  content: "\F109";
}

.fi-arrow-left:before {
  content: "\F10A";
}

.fi-arrow-right:before {
  content: "\F10B";
}

.fi-arrow-up:before {
  content: "\F10C";
}

.fi-arrows-compress:before {
  content: "\F10D";
}

.fi-arrows-expand:before {
  content: "\F10E";
}

.fi-arrows-in:before {
  content: "\F10F";
}

.fi-arrows-out:before {
  content: "\F110";
}

.fi-asl:before {
  content: "\F111";
}

.fi-asterisk:before {
  content: "\F112";
}

.fi-at-sign:before {
  content: "\F113";
}

.fi-background-color:before {
  content: "\F114";
}

.fi-battery-empty:before {
  content: "\F115";
}

.fi-battery-full:before {
  content: "\F116";
}

.fi-battery-half:before {
  content: "\F117";
}

.fi-bitcoin-circle:before {
  content: "\F118";
}

.fi-bitcoin:before {
  content: "\F119";
}

.fi-blind:before {
  content: "\F11A";
}

.fi-bluetooth:before {
  content: "\F11B";
}

.fi-bold:before {
  content: "\F11C";
}

.fi-book-bookmark:before {
  content: "\F11D";
}

.fi-book:before {
  content: "\F11E";
}

.fi-bookmark:before {
  content: "\F11F";
}

.fi-braille:before {
  content: "\F120";
}

.fi-burst-new:before {
  content: "\F121";
}

.fi-burst-sale:before {
  content: "\F122";
}

.fi-burst:before {
  content: "\F123";
}

.fi-calendar:before {
  content: "\F124";
}

.fi-camera:before {
  content: "\F125";
}

.fi-check:before {
  content: "\F126";
}

.fi-checkbox:before {
  content: "\F127";
}

.fi-clipboard-notes:before {
  content: "\F128";
}

.fi-clipboard-pencil:before {
  content: "\F129";
}

.fi-clipboard:before {
  content: "\F12A";
}

.fi-clock:before {
  content: "\F12B";
}

.fi-closed-caption:before {
  content: "\F12C";
}

.fi-cloud:before {
  content: "\F12D";
}

.fi-comment-minus:before {
  content: "\F12E";
}

.fi-comment-quotes:before {
  content: "\F12F";
}

.fi-comment-video:before {
  content: "\F130";
}

.fi-comment:before {
  content: "\F131";
}

.fi-comments:before {
  content: "\F132";
}

.fi-compass:before {
  content: "\F133";
}

.fi-contrast:before {
  content: "\F134";
}

.fi-credit-card:before {
  content: "\F135";
}

.fi-crop:before {
  content: "\F136";
}

.fi-crown:before {
  content: "\F137";
}

.fi-css3:before {
  content: "\F138";
}

.fi-database:before {
  content: "\F139";
}

.fi-die-five:before {
  content: "\F13A";
}

.fi-die-four:before {
  content: "\F13B";
}

.fi-die-one:before {
  content: "\F13C";
}

.fi-die-six:before {
  content: "\F13D";
}

.fi-die-three:before {
  content: "\F13E";
}

.fi-die-two:before {
  content: "\F13F";
}

.fi-dislike:before {
  content: "\F140";
}

.fi-dollar-bill:before {
  content: "\F141";
}

.fi-dollar:before {
  content: "\F142";
}

.fi-download:before {
  content: "\F143";
}

.fi-eject:before {
  content: "\F144";
}

.fi-elevator:before {
  content: "\F145";
}

.fi-euro:before {
  content: "\F146";
}

.fi-eye:before {
  content: "\F147";
}

.fi-fast-forward:before {
  content: "\F148";
}

.fi-female-symbol:before {
  content: "\F149";
}

.fi-female:before {
  content: "\F14A";
}

.fi-filter:before {
  content: "\F14B";
}

.fi-first-aid:before {
  content: "\F14C";
}

.fi-flag:before {
  content: "\F14D";
}

.fi-folder-add:before {
  content: "\F14E";
}

.fi-folder-lock:before {
  content: "\F14F";
}

.fi-folder:before {
  content: "\F150";
}

.fi-foot:before {
  content: "\F151";
}

.fi-foundation:before {
  content: "\F152";
}

.fi-graph-bar:before {
  content: "\F153";
}

.fi-graph-horizontal:before {
  content: "\F154";
}

.fi-graph-pie:before {
  content: "\F155";
}

.fi-graph-trend:before {
  content: "\F156";
}

.fi-guide-dog:before {
  content: "\F157";
}

.fi-hearing-aid:before {
  content: "\F158";
}

.fi-heart:before {
  content: "\F159";
}

.fi-home:before {
  content: "\F15A";
}

.fi-html5:before {
  content: "\F15B";
}

.fi-indent-less:before {
  content: "\F15C";
}

.fi-indent-more:before {
  content: "\F15D";
}

.fi-info:before {
  content: "\F15E";
}

.fi-italic:before {
  content: "\F15F";
}

.fi-key:before {
  content: "\F160";
}

.fi-laptop:before {
  content: "\F161";
}

.fi-layout:before {
  content: "\F162";
}

.fi-lightbulb:before {
  content: "\F163";
}

.fi-like:before {
  content: "\F164";
}

.fi-link:before {
  content: "\F165";
}

.fi-list-bullet:before {
  content: "\F166";
}

.fi-list-number:before {
  content: "\F167";
}

.fi-list-thumbnails:before {
  content: "\F168";
}

.fi-list:before {
  content: "\F169";
}

.fi-lock:before {
  content: "\F16A";
}

.fi-loop:before {
  content: "\F16B";
}

.fi-magnifying-glass:before {
  content: "\F16C";
}

.fi-mail:before {
  content: "\F16D";
}

.fi-male-female:before {
  content: "\F16E";
}

.fi-male-symbol:before {
  content: "\F16F";
}

.fi-male:before {
  content: "\F170";
}

.fi-map:before {
  content: "\F171";
}

.fi-marker:before {
  content: "\F172";
}

.fi-megaphone:before {
  content: "\F173";
}

.fi-microphone:before {
  content: "\F174";
}

.fi-minus-circle:before {
  content: "\F175";
}

.fi-minus:before {
  content: "\F176";
}

.fi-mobile-signal:before {
  content: "\F177";
}

.fi-mobile:before {
  content: "\F178";
}

.fi-monitor:before {
  content: "\F179";
}

.fi-mountains:before {
  content: "\F17A";
}

.fi-music:before {
  content: "\F17B";
}

.fi-next:before {
  content: "\F17C";
}

.fi-no-dogs:before {
  content: "\F17D";
}

.fi-no-smoking:before {
  content: "\F17E";
}

.fi-page-add:before {
  content: "\F17F";
}

.fi-page-copy:before {
  content: "\F180";
}

.fi-page-csv:before {
  content: "\F181";
}

.fi-page-delete:before {
  content: "\F182";
}

.fi-page-doc:before {
  content: "\F183";
}

.fi-page-edit:before {
  content: "\F184";
}

.fi-page-export-csv:before {
  content: "\F185";
}

.fi-page-export-doc:before {
  content: "\F186";
}

.fi-page-export-pdf:before {
  content: "\F187";
}

.fi-page-export:before {
  content: "\F188";
}

.fi-page-filled:before {
  content: "\F189";
}

.fi-page-multiple:before {
  content: "\F18A";
}

.fi-page-pdf:before {
  content: "\F18B";
}

.fi-page-remove:before {
  content: "\F18C";
}

.fi-page-search:before {
  content: "\F18D";
}

.fi-page:before {
  content: "\F18E";
}

.fi-paint-bucket:before {
  content: "\F18F";
}

.fi-paperclip:before {
  content: "\F190";
}

.fi-pause:before {
  content: "\F191";
}

.fi-paw:before {
  content: "\F192";
}

.fi-paypal:before {
  content: "\F193";
}

.fi-pencil:before {
  content: "\F194";
}

.fi-photo:before {
  content: "\F195";
}

.fi-play-circle:before {
  content: "\F196";
}

.fi-play-video:before {
  content: "\F197";
}

.fi-play:before {
  content: "\F198";
}

.fi-plus:before {
  content: "\F199";
}

.fi-pound:before {
  content: "\F19A";
}

.fi-power:before {
  content: "\F19B";
}

.fi-previous:before {
  content: "\F19C";
}

.fi-price-tag:before {
  content: "\F19D";
}

.fi-pricetag-multiple:before {
  content: "\F19E";
}

.fi-print:before {
  content: "\F19F";
}

.fi-prohibited:before {
  content: "\F1A0";
}

.fi-projection-screen:before {
  content: "\F1A1";
}

.fi-puzzle:before {
  content: "\F1A2";
}

.fi-quote:before {
  content: "\F1A3";
}

.fi-record:before {
  content: "\F1A4";
}

.fi-refresh:before {
  content: "\F1A5";
}

.fi-results-demographics:before {
  content: "\F1A6";
}

.fi-results:before {
  content: "\F1A7";
}

.fi-rewind-ten:before {
  content: "\F1A8";
}

.fi-rewind:before {
  content: "\F1A9";
}

.fi-rss:before {
  content: "\F1AA";
}

.fi-safety-cone:before {
  content: "\F1AB";
}

.fi-save:before {
  content: "\F1AC";
}

.fi-share:before {
  content: "\F1AD";
}

.fi-sheriff-badge:before {
  content: "\F1AE";
}

.fi-shield:before {
  content: "\F1AF";
}

.fi-shopping-bag:before {
  content: "\F1B0";
}

.fi-shopping-cart:before {
  content: "\F1B1";
}

.fi-shuffle:before {
  content: "\F1B2";
}

.fi-skull:before {
  content: "\F1B3";
}

.fi-social-500px:before {
  content: "\F1B4";
}

.fi-social-adobe:before {
  content: "\F1B5";
}

.fi-social-amazon:before {
  content: "\F1B6";
}

.fi-social-android:before {
  content: "\F1B7";
}

.fi-social-apple:before {
  content: "\F1B8";
}

.fi-social-behance:before {
  content: "\F1B9";
}

.fi-social-bing:before {
  content: "\F1BA";
}

.fi-social-blogger:before {
  content: "\F1BB";
}

.fi-social-delicious:before {
  content: "\F1BC";
}

.fi-social-designer-news:before {
  content: "\F1BD";
}

.fi-social-deviant-art:before {
  content: "\F1BE";
}

.fi-social-digg:before {
  content: "\F1BF";
}

.fi-social-dribbble:before {
  content: "\F1C0";
}

.fi-social-drive:before {
  content: "\F1C1";
}

.fi-social-dropbox:before {
  content: "\F1C2";
}

.fi-social-evernote:before {
  content: "\F1C3";
}

.fi-social-facebook:before {
  content: "\F1C4";
}

.fi-social-flickr:before {
  content: "\F1C5";
}

.fi-social-forrst:before {
  content: "\F1C6";
}

.fi-social-foursquare:before {
  content: "\F1C7";
}

.fi-social-game-center:before {
  content: "\F1C8";
}

.fi-social-github:before {
  content: "\F1C9";
}

.fi-social-google-plus:before {
  content: "\F1CA";
}

.fi-social-hacker-news:before {
  content: "\F1CB";
}

.fi-social-hi5:before {
  content: "\F1CC";
}

.fi-social-instagram:before {
  content: "\F1CD";
}

.fi-social-joomla:before {
  content: "\F1CE";
}

.fi-social-lastfm:before {
  content: "\F1CF";
}

.fi-social-linkedin:before {
  content: "\F1D0";
}

.fi-social-medium:before {
  content: "\F1D1";
}

.fi-social-myspace:before {
  content: "\F1D2";
}

.fi-social-orkut:before {
  content: "\F1D3";
}

.fi-social-path:before {
  content: "\F1D4";
}

.fi-social-picasa:before {
  content: "\F1D5";
}

.fi-social-pinterest:before {
  content: "\F1D6";
}

.fi-social-rdio:before {
  content: "\F1D7";
}

.fi-social-reddit:before {
  content: "\F1D8";
}

.fi-social-skillshare:before {
  content: "\F1D9";
}

.fi-social-skype:before {
  content: "\F1DA";
}

.fi-social-smashing-mag:before {
  content: "\F1DB";
}

.fi-social-snapchat:before {
  content: "\F1DC";
}

.fi-social-spotify:before {
  content: "\F1DD";
}

.fi-social-squidoo:before {
  content: "\F1DE";
}

.fi-social-stack-overflow:before {
  content: "\F1DF";
}

.fi-social-steam:before {
  content: "\F1E0";
}

.fi-social-stumbleupon:before {
  content: "\F1E1";
}

.fi-social-treehouse:before {
  content: "\F1E2";
}

.fi-social-tumblr:before {
  content: "\F1E3";
}

.fi-social-twitter:before {
  content: "\F1E4";
}

.fi-social-vimeo:before {
  content: "\F1E5";
}

.fi-social-windows:before {
  content: "\F1E6";
}

.fi-social-xbox:before {
  content: "\F1E7";
}

.fi-social-yahoo:before {
  content: "\F1E8";
}

.fi-social-yelp:before {
  content: "\F1E9";
}

.fi-social-youtube:before {
  content: "\F1EA";
}

.fi-social-zerply:before {
  content: "\F1EB";
}

.fi-social-zurb:before {
  content: "\F1EC";
}

.fi-sound:before {
  content: "\F1ED";
}

.fi-star:before {
  content: "\F1EE";
}

.fi-stop:before {
  content: "\F1EF";
}

.fi-strikethrough:before {
  content: "\F1F0";
}

.fi-subscript:before {
  content: "\F1F1";
}

.fi-superscript:before {
  content: "\F1F2";
}

.fi-tablet-landscape:before {
  content: "\F1F3";
}

.fi-tablet-portrait:before {
  content: "\F1F4";
}

.fi-target-two:before {
  content: "\F1F5";
}

.fi-target:before {
  content: "\F1F6";
}

.fi-telephone-accessible:before {
  content: "\F1F7";
}

.fi-telephone:before {
  content: "\F1F8";
}

.fi-text-color:before {
  content: "\F1F9";
}

.fi-thumbnails:before {
  content: "\F1FA";
}

.fi-ticket:before {
  content: "\F1FB";
}

.fi-torso-business:before {
  content: "\F1FC";
}

.fi-torso-female:before {
  content: "\F1FD";
}

.fi-torso:before {
  content: "\F1FE";
}

.fi-torsos-all-female:before {
  content: "\F1FF";
}

.fi-torsos-all:before {
  content: "\F200";
}

.fi-torsos-female-male:before {
  content: "\F201";
}

.fi-torsos-male-female:before {
  content: "\F202";
}

.fi-torsos:before {
  content: "\F203";
}

.fi-trash:before {
  content: "\F204";
}

.fi-trees:before {
  content: "\F205";
}

.fi-trophy:before {
  content: "\F206";
}

.fi-underline:before {
  content: "\F207";
}

.fi-universal-access:before {
  content: "\F208";
}

.fi-unlink:before {
  content: "\F209";
}

.fi-unlock:before {
  content: "\F20A";
}

.fi-upload-cloud:before {
  content: "\F20B";
}

.fi-upload:before {
  content: "\F20C";
}

.fi-usb:before {
  content: "\F20D";
}

.fi-video:before {
  content: "\F20E";
}

.fi-volume-none:before {
  content: "\F20F";
}

.fi-volume-strike:before {
  content: "\F210";
}

.fi-volume:before {
  content: "\F211";
}

.fi-web:before {
  content: "\F212";
}

.fi-wheelchair:before {
  content: "\F213";
}

.fi-widget:before {
  content: "\F214";
}

.fi-wrench:before {
  content: "\F215";
}

.fi-x-circle:before {
  content: "\F216";
}

.fi-x:before {
  content: "\F217";
}

.fi-yen:before {
  content: "\F218";
}

.fi-zoom-in:before {
  content: "\F219";
}

.fi-zoom-out:before {
  content: "\F21A";
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f);
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?3293616ec0c605c7c2db25829a0a509e) format("woff"), url(/fonts/fontawesome-webfont.ttf?dcb26c7239d850266941e80370e207c1) format("truetype"), url(/fonts/fontawesome-webfont.svg?0a799148a50bb02c6f380eabd8d97559) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times:before {
  content: "\F00D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-picture-o:before {
  content: "\F03E";
}

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

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

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

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

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

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

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

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

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

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

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

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

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

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

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

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

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-bars:before {
  content: "\F0C9";
}

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

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

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\F0DE";
}

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

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

.fa-cloud-upload:before {
  content: "\F0EE";
}

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

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

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

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

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

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

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

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

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-mail-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

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

.fa-external-link-square:before {
  content: "\F14C";
}

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

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

/*!
 *  ClearSans
 *  Apache License
 *  Version 2.0, January 2004
 *  http://www.apache.org/licenses/
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "ClearSans-Bold";
  src: url(/fonts/ClearSans-Bold.eot?fbfe96064a04a6dce661bc92a45ea0c2);
  src: url(/fonts/ClearSans-Bold.eot?fbfe96064a04a6dce661bc92a45ea0c2) format("embedded-opentype"), url(/fonts/ClearSans-Bold.woff?4cf6f681b05ddc6375e51c804a496fe2) format("woff"), url(/fonts/ClearSans-Bold.ttf?79e0c29cff90ef22bd513f10253b1b32) format("truetype"), url(/fonts/ClearSans-Bold.svg?d492d06ef6d689d309b6bcc1aca7e9ee) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-BoldItalic";
  src: url(/fonts/ClearSans-BoldItalic.eot?63507f1cecb43d517aa6be564bf21815);
  src: url(/fonts/ClearSans-BoldItalic.eot?63507f1cecb43d517aa6be564bf21815) format("embedded-opentype"), url(/fonts/ClearSans-BoldItalic.woff?98701bfcbf89c926eebad6d18d766c6f) format("woff"), url(/fonts/ClearSans-BoldItalic.ttf?e605d5877906bb4ad1f964333bd58160) format("truetype"), url(/fonts/ClearSans-BoldItalic.svg?599880478938575e232e3e20df5b4c2b) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-Italic";
  src: url(/fonts/ClearSans-Italic.eot?29132a587f6c8068837e547b6c2e6635);
  src: url(/fonts/ClearSans-Italic.eot?29132a587f6c8068837e547b6c2e6635) format("embedded-opentype"), url(/fonts/ClearSans-Italic.woff?4f8bf3f525b85deba6a581e3e2b88224) format("woff"), url(/fonts/ClearSans-Italic.ttf?2f526124d8ec03d2aa376a304a1b732d) format("truetype"), url(/fonts/ClearSans-Italic.svg?002f20297d9923173ebcf59da0ad1f7c) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-Light";
  src: url(/fonts/ClearSans-Light.eot?390bbf24f730678e85d01eb7280b710f);
  src: url(/fonts/ClearSans-Light.eot?390bbf24f730678e85d01eb7280b710f) format("embedded-opentype"), url(/fonts/ClearSans-Light.woff?cc10b51ebde2156baf4012fbc9b3a0c1) format("woff"), url(/fonts/ClearSans-Light.ttf?3cdd81d4a749d9e1711abcfedb5ba76c) format("truetype"), url(/fonts/ClearSans-Light.svg?4779f2a99353fd19e58289e886cdc261) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-Medium";
  src: url(/fonts/ClearSans-Medium.eot?17951f0f820693571607aa7e37be6580);
  src: url(/fonts/ClearSans-Medium.eot?17951f0f820693571607aa7e37be6580) format("embedded-opentype"), url(/fonts/ClearSans-Medium.woff?2c76c0053bbd8c5a27cf89fc8e68ccc2) format("woff"), url(/fonts/ClearSans-Medium.ttf?411ebe0f9416ef4d16cfe13d58914f96) format("truetype"), url(/fonts/ClearSans-Medium.svg?dea5fff7c5a9cd6c87fe098c6814cdf5) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-MediumItalic";
  src: url(/fonts/ClearSans-MediumItalic.eot?8b86753b2b54fa57c5d8a7af81be0682);
  src: url(/fonts/ClearSans-MediumItalic.eot?8b86753b2b54fa57c5d8a7af81be0682) format("embedded-opentype"), url(/fonts/ClearSans-MediumItalic.woff?f2fef5e209d3e4d1a2238fbafa2bf410) format("woff"), url(/fonts/ClearSans-MediumItalic.ttf?bc0ddff135fbee64a83af795d200b098) format("truetype"), url(/fonts/ClearSans-MediumItalic.svg?5f5dbfcd2d52c6888da5ba770f923adf) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-Regular";
  src: url(/fonts/ClearSans-Regular.eot?7717288f8feab0f46c3cfd22aeb694fd);
  src: url(/fonts/ClearSans-Regular.eot?7717288f8feab0f46c3cfd22aeb694fd) format("embedded-opentype"), url(/fonts/ClearSans-Regular.woff?2ea640a7b9802752b71fa6564b2d22ca) format("woff"), url(/fonts/ClearSans-Regular.ttf?b9bdac589c0d3aac828fd3a15108b61a) format("truetype"), url(/fonts/ClearSans-Regular.svg?efdfc2ba743236d3745ec1ce3b64d710) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearSans-Thin";
  src: url(/fonts/ClearSans-Thin.eot?9b89064ba7dec3d2d582a4ef09e1b477);
  src: url(/fonts/ClearSans-Thin.eot?9b89064ba7dec3d2d582a4ef09e1b477) format("embedded-opentype"), url(/fonts/ClearSans-Thin.woff?a493884b8da5e40a49761e45e26632b7) format("woff"), url(/fonts/ClearSans-Thin.ttf?17a6e8b6b5b4bedaafc01675170f0652) format("truetype"), url(/fonts/ClearSans-Thin.svg?290769b5f1582a1c2165fecdefda52e4) format("svg");
  font-weight: normal;
  font-style: normal;
}

.promo-boxes-container {
  margin-top: 1.25rem;
}

#box-information,
.promo-boxes > .box > .promo-box-overlay,
#box-container div.box-information,
div#current-sales div.box-information,
div#home-page div.box-information {
  padding: 0.625rem 0 0 0.5rem;
  font-family: "futura-pt", sans-serif;
  color: #d31145;
  line-height: 1.1em;
}

#box-information > .promo-box-header,
.promo-boxes > .box > .promo-box-overlay > .promo-box-header,
#box-container div.box-information > .promo-box-header,
div#current-sales div.box-information > .promo-box-header,
div#home-page div.box-information > .promo-box-header {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

#box-container .box,
div#current-sales .box,
div#home-page .box {
  height: auto;
  background-color: #f4f4f4;
}

#box-container .box .flexslider,
div#current-sales .box .flexslider,
div#home-page .box .flexslider {
  margin-bottom: 0;
}

#box-container .box .flexslider ul,
div#current-sales .box .flexslider ul,
div#home-page .box .flexslider ul {
  margin-left: 0;
}

#box-container .box .flexslider .flex-control-nav,
div#current-sales .box .flexslider .flex-control-nav,
div#home-page .box .flexslider .flex-control-nav {
  bottom: 0;
}

#box-container div.box-information,
div#current-sales div.box-information,
div#home-page div.box-information {
  position: relative;
  padding-bottom: 0.625rem;
}

#box-container .box-image,
div#current-sales .box-image,
div#home-page .box-image {
  display: inherit;
  height: auto;
}

#box-container .box-image.mobile,
div#current-sales .box-image.mobile,
div#home-page .box-image.mobile {
  display: none;
}

@media only screen and (max-width: 640px) {
  #box-container .box-image.mobile,
  div#current-sales .box-image.mobile,
  div#home-page .box-image.mobile {
    display: inherit;
  }
}

.box-image {
  height: 198px;
  background-size: cover;
}

.promo-boxes {
  width: 100%;
  margin: 0 auto;
}

.promo-boxes > .box {
  float: left;
  position: relative;
  margin: 0 auto 0.625rem auto;
  height: 200px;
  background-color: #fff;
  background-size: cover;
  border: 1px solid #bfbfbf;
}

.promo-boxes > .box:not(:last-child) {
  margin-right: 0.625rem;
}

.promo-boxes > .box.single {
  width: 33%;
}

@media only screen and (max-width: 640px) {
  .promo-boxes > .box.single {
    width: 100%;
  }
}

.promo-boxes > .box.double {
  width: 66.5%;
}

@media only screen and (max-width: 640px) {
  .promo-boxes > .box.double {
    width: 100%;
  }
}

.promo-boxes > .box.triple {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .promo-boxes > .box.triple {
    width: 100%;
  }
}

.promo-boxes > .box.full {
  width: 100%;
  background-color: #999;
}

.promo-boxes > .box > .promo-box-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 999;
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  .promo-boxes {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0065a4;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

.center {
  text-align: center;
}

.flex {
  display: -moz-flex;
  display: flex;
}

.flex .secondary-nav {
  -moz-flex: 1;
  flex: 1;
}

.flex .search {
  -moz-flex: 1;
  flex: 1;
}

header,
main,
.site-container {
  background-color: #fff;
}

header {
  margin: 0;
  padding-top: 0.75rem;
}

form {
  margin: 0;
  padding: 0;
}

.button,
.sort-button,
.nrc-alert-button-base-style,
.previous,
.next,
div#property-details div.property-location > div a.map,
.mobile-sale-menu-button a,
.mobile-sale-menu-button a:active,
.mobile-sale-menu-button a:focus,
nav.sale-nav a,
.mobile-login-register div > a {
  border: none;
}

.margin-bottom-clear {
  margin-bottom: 0;
}

.bottom-drop-shadow,
.additional-content-container,
.property-downloads,
.map-container {
  box-shadow: 2px 8px 6px -6px black;
}

/* Secondary Row: */

.secondary-row {
  margin-bottom: 0.625rem;
  -moz-order: 1;
  order: 1;
}

/* Secondary Nav: */

.secondary-nav {
  text-transform: uppercase;
  padding-top: 0.25rem;
}

.secondary-nav > a.login,
.secondary-nav > a.alert,
.secondary-nav > a.nrc-alert-button-base-style,
.secondary-nav > a.previous,
.secondary-nav > a.next,
div#property-details div.property-location > div .secondary-nav > a.map,
.mobile-login-register div .secondary-nav > a.mobile-alert {
  margin-bottom: 0;
  padding: 0.3125rem 0;
  width: 4.6875rem;
  font-size: 0.75rem;
}

.secondary-nav > a.contact-us {
  font-size: 0.75rem;
}

.secondary-nav .contact-number {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  color: #666666;
  position: relative;
  top: 0.0625rem;
  margin-right: 0;
}

@media only screen and (max-width: 820px) {
  .secondary-nav > .contact-number {
    display: none;
  }
}

.secondary-nav > * {
  margin-right: 0.75rem;
}

@media only screen and (max-width: 600px) {
  .secondary-nav {
    display: none !important;
  }
}

/* Primary Row */

div.primary-row {
  -moz-order: 0;
  order: 0;
  padding-bottom: 1rem;
}

div.primary-row nav.top-bar {
  margin-top: 0.9375rem;
  text-transform: uppercase;
  float: right;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click {
  font-size: 0.875rem;
  margin-right: 2.5rem;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click:hover > a,
div.primary-row nav.top-bar section li.has-dropdown.not-click > a:hover {
  background-color: #0065a4 !important;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click > a {
  font-weight: 500;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click ul.dropdown {
  width: 18.125rem;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click ul.dropdown li a {
  background-color: #0065a4 !important;
}

div.primary-row nav.top-bar section li.has-dropdown.not-click ul.dropdown li a:hover {
  background-color: #3eb5ff !important;
}

@media only screen and (max-width: 600px) {
  div.primary-row nav.top-bar section {
    top: 5.5rem;
  }
}

@media only screen and (min-width: 601px) and (max-width: 642px) {
  div.primary-row nav.top-bar section {
    top: 3.875rem;
  }
}

@media only screen and (max-width: 642px) {
  div.primary-row nav.top-bar section {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
  }

  div.primary-row nav.top-bar section ul li a,
  div.primary-row nav.top-bar section ul li.title h5 a {
    color: #fff;
    width: 100%;
  }

  div.primary-row nav.top-bar section ul li.has-dropdown.not-click {
    margin-right: 0;
  }

  div.primary-row nav.top-bar section ul li.has-dropdown.not-click:hover,
  div.primary-row nav.top-bar section ul li.has-dropdown.not-click a:hover {
    background-color: #3eb5ff !important;
  }

  div.primary-row nav.top-bar section ul li.has-dropdown.not-click ul.dropdown {
    width: 100%;
  }
}

@media only screen and (max-width: 642px) {
  div.primary-row nav.top-bar {
    z-index: 9999;
    position: inherit;
    margin-top: 0;
    height: 0;
  }

  div.primary-row nav.top-bar ul.title-area {
    display: none;
  }
}

@media only screen and (max-width: 642px) {
  div.primary-row {
    padding-bottom: 0.25rem;
  }
}

/* Primary Nav (also see _orbit_menu.scss): */

.primary-nav-logo {
  -moz-flex: 1;
  flex: 1;
  max-width: 614px;
}

@media only screen and (min-width: 601px) {
  .logo-mobile {
    display: none !important;
  }
}

.logo,
.logo-mobile {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .primary-nav-logo,
  .logo {
    display: none !important;
  }

  .logo-mobile {
    width: 4.6875rem;
    height: 4.6875rem;
    background: url(/images/nrc-logo-medium.png?2b846b0f69bce2f9625c374e709fcfff) no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1023px) {
  .logo {
    width: 4.6875rem;
    height: 4.6875rem;
    background: transparent url(/images/nrc-logo-medium.png?2b846b0f69bce2f9625c374e709fcfff) no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .logo {
    width: 27.0625rem;
    height: 4.6875rem;
    background: transparent url(/images/nrc-logo-large.png?f3592e5420ca94eb8003b0c8684a72e9) no-repeat;
    background-size: 100%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .mobile-contact-number {
    top: 1.875rem;
    right: 12.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
    color: #b3b3b3;
  }
}

@media only screen and (min-width: 642px) {
  .mobile-menu-button,
  a.mobile-menu-button span,
  a.mobile-menu-button i {
    display: none !important;
  }
}

span.mobile-contact-number {
  height: 1.875rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  position: absolute;
  color: #999999;
}

@media only screen and (max-width: 480px) {
  span.mobile-contact-number {
    top: 0.375rem;
    right: 1.125rem;
  }
}

@media only screen and (min-width: 600px) {
  span.mobile-contact-number {
    display: none;
  }
}

a.mobile-menu-button {
  background: none;
  color: #4d4d4d;
  width: 0.625rem;
  height: 2.5rem;
  padding: 0.3125rem;
  margin: 0;
  position: relative;
  right: -0.125rem;
}

@media only screen and (min-width: 600px) {
  a.mobile-menu-button {
    width: 100%;
    margin-left: 2.5rem;
  }
}

a.mobile-menu-button span {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.5rem;
}

.mobile-menu-button i {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0.625rem;
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  a.mobile-menu-button span {
    top: -0.5rem;
  }

  a.mobile-menu-button i {
    top: -0.375rem;
  }
}

div.mobile-login-register {
  background-color: #cccccc;
  margin: 0;
  padding: 0.625rem 0;
}

@media only screen and (min-width: 601px) {
  div.mobile-login-register {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  div.mobile-login-register {
    z-index: 0;
  }
}

.mobile-login-register div {
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

.mobile-login-register div > a {
  width: 49%;
  padding: 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
}

@media only screen and (min-width: 601px) {
  .mobile-login-register div {
    display: none !important;
  }
}

/*  SEARCH Custon Styles */

form#mini-search-form .search-submit-button,
form#mini-search-form .mobile-search-submit-button {
  float: right;
  margin: 0;
  margin-left: 0.3125rem;
  padding: 0;
  background: none;
  color: #4d4d4d;
  position: relative;
  right: 0.3125rem;
  top: 0.3125rem;
  height: 1.75rem;
  transition: color 0.2s ease-in;
}

form#mini-search-form .search-submit-button.button:hover,
form#mini-search-form .search-submit-button.sort-button:hover,
form#mini-search-form .search-submit-button.nrc-alert-button-base-style:hover,
form#mini-search-form .search-submit-button.previous:hover,
form#mini-search-form .search-submit-button.next:hover,
form#mini-search-form div#property-details div.property-location > div a.search-submit-button.map:hover,
div#property-details div.property-location > div form#mini-search-form a.search-submit-button.map:hover,
form#mini-search-form .mobile-sale-menu-button a.search-submit-button:hover,
.mobile-sale-menu-button form#mini-search-form a.search-submit-button:hover,
form#mini-search-form nav.sale-nav a.search-submit-button:hover,
nav.sale-nav form#mini-search-form a.search-submit-button:hover,
form#mini-search-form .mobile-login-register div > a.search-submit-button:hover,
.mobile-login-register form#mini-search-form div > a.search-submit-button:hover,
form#mini-search-form .mobile-search-submit-button.button:hover,
form#mini-search-form .mobile-search-submit-button.sort-button:hover,
form#mini-search-form .mobile-search-submit-button.nrc-alert-button-base-style:hover,
form#mini-search-form .mobile-search-submit-button.previous:hover,
form#mini-search-form .mobile-search-submit-button.next:hover,
form#mini-search-form div#property-details div.property-location > div a.mobile-search-submit-button.map:hover,
div#property-details div.property-location > div form#mini-search-form a.mobile-search-submit-button.map:hover,
form#mini-search-form .mobile-sale-menu-button a.mobile-search-submit-button:hover,
.mobile-sale-menu-button form#mini-search-form a.mobile-search-submit-button:hover,
form#mini-search-form nav.sale-nav a.mobile-search-submit-button:hover,
nav.sale-nav form#mini-search-form a.mobile-search-submit-button:hover,
form#mini-search-form .mobile-login-register div > a.mobile-search-submit-button:hover,
.mobile-login-register form#mini-search-form div > a.mobile-search-submit-button:hover {
  background: none;
  color: #0065a4;
}

@media only screen and (max-width: 480px) {
  form#mini-search-form .search-submit-button,
  form#mini-search-form .mobile-search-submit-button {
    top: 1.875rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  form#mini-search-form .search-submit-button,
  form#mini-search-form .mobile-search-submit-button {
    top: 0.875rem;
  }
}

@media only screen and (max-width: 600px) {
  form#mini-search-form .search-submit-button,
  form#mini-search-form .mobile-search-submit-button {
    margin: 0;
    padding: 0.3125rem;
    position: relative;
    right: -0.5rem;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  form#mini-search-form .search-submit-button a.mobile-search-submit-button,
  form#mini-search-form .mobile-search-submit-button a.mobile-search-submit-button {
    width: 100%;
  }
}

.search-submit-button i,
.mobile-search-submit-button i {
  font-size: 1.375rem;
}

@media only screen and (max-width: 642px) {
  .search-input-wrapper,
  .search-input,
  .search-filter-arrow,
  .search-submit-button {
    display: none !important;
  }

  div.search {
    display: -moz-flex;
    display: flex;
    top: -0.5rem;
  }

  .search form {
    height: 1.625rem;
  }

  .mobile-search-submit-button i {
    font-size: 1.75rem;
    position: relative;
    top: 0.5rem;
  }
}

@media only screen and (min-width: 642px) {
  .mobile-search-submit-button {
    display: none !important;
  }

  .search-input-wrapper {
    display: block;
    overflow: hidden;
  }

  input[type=search].search-input {
    width: 90%;
    height: 35px;
    margin-bottom: 0;
  }

  .search-filter-arrow {
    float: right;
    display: inline-block;
    position: relative;
    right: 1.375rem;
    top: 0.4375rem;
    font-size: 1.125rem;
    color: gray;
    transition: color 0.2s ease-in;
  }

  .search-filter-arrow:hover {
    color: #0065a4;
  }
}

@media only screen and (min-width: 601px) and (max-width: 820px) {
  input[type=search].search-input {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-menu-button {
    -moz-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 1.25rem;
  }

  .mobile-search-submit-button {
    -moz-flex: 1;
    flex: 1;
  }

  .mobile-menu-button {
    position: relative;
    top: 1.875rem;
  }
}

.mobile-search-form-container {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #0065a4;
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 9999;
  box-shadow: 0 4px 5px 2px #333;
}

.mobile-search-form-container .mobile-search-input {
  width: 95%;
  margin: 1.5625rem 0;
  position: relative;
  left: 0.625rem;
}

@media only screen and (min-width: 601px) and (max-width: 642px) {
  .mobile-search-form-container {
    top: 3.875rem;
  }
}

main {
  padding: 0 0 3.75rem 0;
  font-family: "ClearSans-Light", sans-serif;
  -moz-flex-grow: 3;
  flex-grow: 3;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  main {
    padding-top: 0;
  }
}

.carousel {
  background-color: #f2efeb;
}

.slider-placeholder {
  width: 100%;
  height: 15.625rem;
  background-color: #333333;
}

/*  FOOTER  */

/*  Main Footer containter  */

footer {
  background: #454545;
  margin: 0;
  padding: 1.25rem 0;
  color: #fff;
}

/*  Primary Footer Nav  */

.footer-primary-nav {
  -moz-flex: 4;
  flex: 4;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.footer-primary-nav ul {
  margin-left: 0;
}

.footer-primary-nav ul li {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

.footer-primary-nav ul li a {
  color: #fff;
  opacity: 1;
}

.footer-primary-nav ul li a:hover {
  color: #fff;
  opacity: 1;
}

.footer-primary-nav ul li:first-child a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

@media only screen and (max-width: 768px) {
  .footer-primary-nav ul li:first-child a {
    font-weight: 500;
  }
}

.footer-primary-nav ul li:not(:first-child) a {
  font-size: 100%;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .footer-primary-nav {
    position: relative;
    top: 0.3125rem;
  }

  .footer-primary-nav ul li:not(:first-child),
  .footer-primary-nav ul li:not(:first-child) a {
    display: none;
  }
}

/*  Footer Social Icons  */

.footer-social {
  -moz-flex: 2;
  flex: 2;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 80%;
}

.footer-social strong {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "futura-pt", sans-serif;
  font-size: 120%;
  font-weight: 500;
  opacity: 1;
  color: white;
  letter-spacing: 0.1875rem;
}

.footer-social a {
  float: left;
  display: block;
  margin-right: 1.125rem;
  background-color: #0066A4;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  text-align: center;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a i {
  color: #fff;
  font-size: 240%;
  position: relative;
  top: 0.5rem;
}

.footer-social .link-facebook {
  background-color: #3b5998;
}

.footer-social .link-twitter {
  background-color: #4099FF;
}

.footer-social .link-linkedin {
  background-color: #0e76a8;
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .footer-social {
    font-size: 0.875rem;
    position: relative;
    top: -0.625rem;
  }

  .footer-social strong {
    display: none;
  }

  .footer-social a {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.625rem;
  }

  .footer-social a i {
    font-size: 200%;
  }
}

/*  Footer Copyright & Secondary Nav  */

.footer-copyright-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.footer-copyright,
div.footer-secondary-nav,
div.footer-secondary-nav a {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*  Copyright  */

.footer-copyright {
  -moz-flex: 1;
  flex: 1;
  font-weight: 300;
}

@media only screen and (min-width: 501px) {
  .footer-copyright > span:not(:last-child) {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .footer-copyright {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright > span {
    margin-top: 0.25rem;
  }
}

/*  Secondary Nav  */

div.footer-secondary-nav {
  -moz-flex: 1;
  flex: 1;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

div.footer-secondary-nav a {
  display: block;
  font-weight: 500;
}

div.footer-secondary-nav a:not(:last-child) {
  margin-right: 3.75rem;
}

div.footer-secondary-nav.mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  footer div.footer-copyright-container {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  footer div.footer-copyright-container section.footer-copyright {
    display: block;
    text-align: center;
  }

  footer div.footer-copyright-container section.footer-copyright > span:first-child {
    display: block;
    margin-bottom: 0.4375rem;
  }

  footer div.footer-copyright-container section.footer-copyright > span.phone {
    color: #0065a4;
  }

  footer div.footer-secondary-nav:not(.mobile) {
    display: none;
  }

  footer div.footer-secondary-nav.mobile {
    display: inherit;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
  }

  footer div.footer-secondary-nav.mobile a {
    font-weight: 300;
    width: 33%;
    text-align: center;
  }

  footer div.footer-secondary-nav a:not(:last-child) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-nav-container {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  div.footer-social {
    -moz-order: 0;
    order: 0;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
  }

  div.footer-social section {
    margin: auto;
  }

  div.footer-social strong {
    font-size: 0.875rem;
    letter-spacing: 0.375rem;
  }

  div.footer-social a {
    margin-right: 1.875rem;
  }
}

/*  Global Misc Page Styles  */

a.logout,
a.account {
  display: inline-block;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.greeting {
  display: inline-block;
  margin-right: 0.375rem;
  position: relative;
  top: 0;
  font-size: 0.75rem;
  font-weight: 700;
}

.greeting .name {
  margin-right: 0.375rem;
}

@media only screen and (max-width: 665px) {
  .greeting .name {
    display: none !important;
  }
}

a.account,
a.logout {
  padding: 0.375rem;
  color: #fff;
  border-radius: 3px;
}

a.account {
  background-color: #4d4d4d;
}

a.logout {
  background-color: #d31145;
}

.page-header-container {
  background-color: #4d4d4d;
  /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(lighten(#000, 20%)), to(lighten(#000, 35%))); */
  /* background-image: -webkit-linear-gradient(top, lighten(#000, 20%), lighten(#000, 35%)); */
  /* background-image:    -moz-linear-gradient(top, lighten(#000, 20%), lighten(#000, 35%)); */
  /* background-image:     -ms-linear-gradient(top, lighten(#000, 20%), lighten(#000, 35%)); */
  /* background-image:      -o-linear-gradient(top, lighten(#000, 20%), lighten(#000, 35%)); */
  padding: 0;
}

.page-header-container.page-header-container {
  background-size: cover;
  height: auto;
}

.page-header-container.page-header-container h2,
.page-header-container.page-header-container h3,
.page-header-container.page-header-container h4,
.page-header-container.page-header-container h5 {
  background-color: #4d4d4d;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 3px;
  float: left;
  clear: left;
}

.page-header-container.page-header-container.has-size {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
}

.page-header-container .page-title {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 2.125rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .page-header-container .page-title {
    position: relative;
    top: 0.25rem;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .page-header-container {
    padding: 0;
  }

  .page-header-container .page-title {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 600px) {
  .page-header-container {
    padding: 0;
  }

  .page-header-container .page-title {
    font-size: 1.625rem;
  }
}

.main-content {
  margin: auto;
}

.main-content div.language {
  position: absolute;
  top: 0; right: 0;
}

@media only screen and (min-width: 601px) {
  .main-content {
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .main-content {
    padding-top: 0.5rem;
    z-index: 0;
  }
}

.alert-box {
  font-size: 1rem;
}

.alert-box p {
  padding: 0;
  margin: 0;
}

input.error,
input:focus.error,
select.error,
select:focus.error,
option.error,
option:focus.error textarea.error,
textarea:focus.error {
  border: 1px solid #d31145;
  background-color: #fde6ec;
}

form#login_form,
.login_additional_links {
  margin: auto;
}

@media only screen and (min-width: 875px) and (max-width: 1040px) {
  form#login_form,
  .login_additional_links {
    max-width: 80%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 874px) {
  form#login_form,
  .login_additional_links {
    max-width: 90%;
  }
}

form#login_form {
  padding: 0 15%;
}

form#login_form > div:first-child {
  -moz-flex: 2;
  flex: 2;
}

form#login_form > div:first-child input[type=text],
form#login_form > div:first-child input[type=password] {
  width: 47%;
  margin-right: 3%;
}

form#login_form div.flex {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

form#login_form input[name=login] {
  min-width: 7.3125rem;
  padding: 0;
  height: 2.3125rem;
  font-size: 1rem;
}

form#login_form > input[type=text],
form#login_form > input[type=password] {
  margin-bottom: 0;
  padding-bottom: 0;
}

p.login_additional_links {
  font-size: 1.125rem;
  -moz-align-items: center;
  align-items: center;
}

p.login_additional_links span {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 0.9375rem;
  color: #b3b3b3;
}

@media only screen and (max-width: 640px) {
  p.login_additional_links {
    display: block;
  }

  p.login_additional_links a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  form#login_form {
    display: inline;
    padding: 0 0;
  }

  form#login_form > div:first-child div.flex {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }

  form#login_form > div:first-child div.flex input[type=text],
  form#login_form > div:first-child div.flex input[type=password] {
    margin-right: 0;
    max-width: 400px;
    width: 100%;
  }

  form#login_form > div:first-child a {
    width: 100%;
  }

  form#login_form > div:first-child span {
    display: none;
  }

  form#login_form > div:nth-child(2) {
    text-align: center;
    margin-top: 1rem;
  }

  form#login_form input[name=login] {
    max-width: 6.25rem;
  }

  .login_additional_links {
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 362px) {
  .login_additional_links {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .login_additional_links span {
    display: none !important;
  }

  .login_additional_links > :first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}

form#register_form fieldset {
  border-radius: 3px;
  background-color: white;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

form#register_form fieldset legend {
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
}

form#register_form fieldset legend span {
  text-transform: none;
  float: right;
  font-style: normal;
  color: #d31145;
}

form#register_form fieldset span {
  color: #8B4513;
  font-style: italic;
  font-size: 0.875rem;
}

form#register_form fieldset div.compound-placeholder {
  position: relative;
}

form#register_form fieldset div.compound-placeholder span {
  position: absolute;
  margin-top: 0.75rem;
  color: grey;
}

form#register_form fieldset div.compound-placeholder#password span {
  margin-left: 5.3125rem;
}
form#register_form fieldset div.compound-placeholder#signup_password span {
  margin-left: 5.3125rem;
}

form#register_form fieldset div.compound-placeholder#field-title span {
  margin-left: 3.125rem;
}

form#register_form fieldset div.compound-placeholder#company span {
  margin-left: 4.6875rem;
}

form#register_form fieldset div.compound-placeholder#phone span {
  margin-left: 7.1875rem;
}

form#register_form fieldset div.compound-placeholder#address2 span {
  margin-left: 7.5rem;
}

form#register_form fieldset div.compound-placeholder#code span {
  margin-left: 2.1875rem;
  margin-top: 1.0625rem;
}

form#register_form fieldset div.compound-placeholder#code label {
  margin-right: 2.0625rem;
  margin-top: -3.0625rem;
}

form#register_form fieldset p {
  margin-bottom: 0;
}

form#register_form fieldset label.error {
  text-transform: uppercase;
  margin-top: -2.6875rem;
  margin-right: 0.625rem;
  position: absolute;
  right: 10px;
}

form#register_form fieldset input.error {
  margin-bottom: 1rem;
}

form#register_form fieldset select {
  margin-bottom: 1rem;
  height: 2.3125rem;
}

form#register_form fieldset input[name=word] {
  height: 3.125rem;
  width: 9.375rem;
}

form#register_form fieldset img {
  float: right;
}

form#register_form fieldset#sale-interests {
  margin-top: 1rem;
}

@media only screen and (max-width: 1025px) {
  form#register_form fieldset div#captcha {
    text-align: center;
  }

  form#register_form fieldset div#captcha img {
    float: none;
    margin-bottom: 1rem;
  }

  form#register_form fieldset div#captcha input[name=word] {
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  form#register_form fieldset div#captcha div.compound-placeholder#code span {
    margin-left: -2.1875rem;
  }
}

form#register_form label {
  font-size: 1rem;
}

form#register_form input::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

form#register_form input::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

form#register_form input:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

form#register_form input:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

form#register_form select option:first-child {
  color: #999;
}

#referred_by option:first-child {
  color: #d31145;
}

placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}

input[name=buyer_type] {
  margin-right: 0.25rem;
}

input[name=buyer_type]:last-child {
  margin-left: 0.9375rem;
}

.property-photo-placeholder {
  background-color: #b3b3b3;
  color: #b3b3b3;
  box-shadow: 2px 8px 6px -6px black;
}

.property-photo-container span,
.property-list-photo span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.9375rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #d31145;
  text-transform: uppercase;
  z-index: 9999;
}

@media only screen and (min-width: 601px) {
  .property-list-photo span:not(.site-number) {
    font-size: 180%;
  }

  .property-photo-container span {
    font-size: 300%;
    top: 45%;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 321px) and (max-width: 600px) {
  .property-list-photo span:not(.site-number) {
    font-size: 150%;
  }

  .property-photo-container span {
    font-size: 270%;
  }
}

@media only screen and (max-width: 320px) {
  .property-list-photo span:not(.site-number) {
    font-size: 100%;
  }

  .property-photo-container span {
    font-size: 240%;
  }
}

.property-photo-large-modal span {
  left: 0;
}

.faded {
  opacity: 0.4;
}

#download-icon,
.property-downloads i.fa-file,
#download-form i.fa-file {
  position: relative;
  font-size: 3.75rem;
  color: #4d4d4d;
  display: block;
  min-width: 3.125rem;
  margin-right: 0.625rem;
}

#download-icon span,
.property-downloads i.fa-file span,
#download-form i.fa-file span {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  top: 1.875rem;
  left: 0.625rem;
  z-index: 9999;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

#download-link,
.download-link a,
#download-form span.download-title {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  color: #d31145;
}

#download-link:hover,
.download-link a:hover,
#download-form span.download-title:hover {
  text-decoration: none;
}

.map-container {
  width: 100%;
  height: 650px;
  overflow: hidden;
  margin-top: 0.625rem;
  border: 1px solid gray;
}

#faq > .faq-question {
  cursor: pointer;
  margin: 0;
}

#faq > .faq-question:not(:first-child) {
  margin-top: 0.625rem;
}

#faq > .faq-question:hover {
  color: #d31145;
}

#faq > .faq-question.faqopened {
  color: #d31145;
}

#faq > .faq-question.faqclosed:before,
#faq > .faq-question.faqopened:before {
  font-family: "FontAwesome";
  font-size: 90%;
  margin-right: 0.625rem;
  text-decoration: none;
}

#faq > .faq-question.faqclosed:before {
  content: "\F0FE";
}

#faq > .faq-question.faqopened:before {
  content: "\F146";
}

.faqcontent .faq-answer {
  margin: 0 0 1.25rem 0;
  background: #ebebeb;
  position: relative;
  font-family: Georgia, serif;
  border-radius: 6px;
  font-style: italic;
  padding: 1.25rem;
  color: #000;
}

.faqcontent strong {
  display: inline-block;
  color: #1a1a1a;
  background-color: #ebebeb;
  padding: 0.125rem 0.375rem;
  margin-right: 0.375rem;
  font-size: 90%;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ebebeb;
  margin: 0 0 0 2.1875rem;
}

/*Bid Now*/

#bid_now_form input[readonly] {
  background-color: silver;
}

.bid_now {
  padding: 30px 30%;
}

span.success {
  display: block;
  padding: 0.5625rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-weight: normal;
  font-style: italic;
  background: olivedrab;
  color: white;
  font-size: 1rem;
}

/*Readable Text for General Pages*/

div.readable-content,
div.readable-content-small {
  padding: 0 10%;
}

@media screen and (max-width: 480px) {
  div.readable-content,
  div.readable-content-small {
    padding: 0 1rem;
  }
}

div.readable-content p,
div.readable-content ul {
  font-size: 1.1rem;
}

@media screen and (max-width: 480px) {
  div.readable-content p,
  div.readable-content ul {
    font-size: 1rem;
  }
}

div.readable-content ul {
  margin-left: 4rem;
}

@media screen and (max-width: 480px) {
  div.readable-content ul {
    margin-left: 2rem;
  }
}

/*My Account*/

div#my-account {
  padding: 0 10%;
}

div#my-account input[name=save] {
  margin-top: 10px;
  margin: auto;
}

div#my-account table {
  width: 100%;
}

div#my-account table td:first-child {
  width: 50%;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  div#my-account {
    margin: 0;
    padding: 0;
  }

  div#my-account table tr td {
    display: -moz-flex;
    display: flex;
  }
}

form#profile_form {
  -moz-flex-direction: column;
  flex-direction: column;
}

div#profile-form-submit {
  text-align: center;
}

@media screen and (max-width: 480px) {
  p#profile-form-username {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

#download-form {
  margin: auto;
}

div#home-page div.flexslider {
  border: 0;
}

form#unsubscribe fieldset {
  padding: 30px 25%;
}

form#unsubscribe fieldset input[name=email] {
  width: 100%;
}

@media screen and (max-width: 480px) {
  form#unsubscribe fieldset {
    padding: 0;
  }
}

.sale-header-container {
  background-color: #00558b;
}

.sale-info {
  padding: 0.625rem 1rem;
  padding-bottom: 0;
  font-size: 90%;
  float: none;
}

.sale-info h1,
.sale-info h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  left: -0.09375rem;
  line-height: 1;
}

.sale-info h3,
.sale-info h4,
.sale-info h5,
.sale-info h6 {
  line-height: 0.8;
  color: #d9d9d9;
}

.sale-info .locations {
  margin-top: 0.5rem;
}

.sale-info .bid-deadline {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}

nav.sale-nav {
  margin: 0.5rem 0 0.75rem 0;
}

nav.sale-nav a {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  float: left;
  background-color: #007bc8;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 480px) {
  nav.sale-nav a {
    float: none;
    width: 100%;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0.375rem 0;
  }

  nav.sale-nav a:first-child {
    margin-top: 0;
  }
}

nav.sale-nav a.active,
nav.sale-nav a:hover {
  background-color: #0ba1ff;
}

nav.sale-nav a:not(:last-child) {
  margin-right: 1.5rem;
}

nav.sale-nav a.tiny,
nav.sale-nav a {
  font-size: 0.75rem;
}

@media only screen and (max-width: 480px) {
  nav.sale-nav a.tiny,
  nav.sale-nav a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 480px) {
  nav.sale-nav {
    display: none;
    position: relative;
    top: -0.75rem;
  }
}

.mobile-sale-menu-button a,
.mobile-sale-menu-button a:active,
.mobile-sale-menu-button a:focus {
  background-color: #262626;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  float: none;
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0.5rem 0 0.875rem 0;
}

.mobile-sale-menu-button a:hover,
.mobile-sale-menu-button a:active:hover,
.mobile-sale-menu-button a:focus:hover {
  background-color: #000;
}

@media only screen and (min-width: 481px) {
  .mobile-sale-menu-button a,
  .mobile-sale-menu-button a:active,
  .mobile-sale-menu-button a:focus {
    display: none;
  }
}

.latest-updates-list {
  margin-left: 0;
}

.latest-updates-list li:not(.group-date) {
  margin: 0.5rem 0 0.75rem 0.9375rem;
  line-height: 1.375rem;
  list-style: none;
}

.latest-updates-list li:not(.group-date) br {
  margin: 0 0 0.375rem 0;
}

.group-date {
  list-style: none;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.group-date:not(:first-child) {
  margin-top: 1.25rem;
}

body.confidentiality_agreement span.entity_name_company {
  display: none;
}

body.confidentiality_agreement div.signature {
  height: 100px;
  border: 1px solid;
  float: left;
}

body.confidentiality_agreement div.signature-container p {
  color: #d31145;
  margin-top: 35px;
}

body.confidentiality_agreement div.signature-reset-container {
  width: 400px;
}

body.confidentiality_agreement div.signature-reset-container a.signature-reset {
  float: right;
}

body.confidentiality_agreement textarea[name=signature] {
  display: none;
}

@media only screen and (min-width: 481px) {
  body.confidentiality_agreement div.signature {
    width: 400px;
  }
}

body.confidentiality_agreement .ca-confirmation-contact {
  border: 1px solid #ddd;
  margin-top: 50px;
}

body.confidentiality_agreement .ca-confirmation-contact h3 {
  background-color: #0065a4;
  color: #fff;
  margin: 30px 0 0 0;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts {
  padding: 30px;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact .vcard {
  border: none;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact .vcard .fn {
  color: #0065a4;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact .vcard .fn strong {
  font-size: 1.25rem;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact .vcard .title {
  font-size: 0.75rem;
}

body.confidentiality_agreement .ca-confirmation-contact .ca-contacts .ca-contact .vcard .email a {
  color: #222;
}

div#property-list select[name=dynamic-limit] {
  max-width: 60px;
}

div#property-list div.property-list-row {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #f9f9f9;
  margin-top: 0.125rem;
  padding: 0.4375rem;
}

div#property-list div.property-list-row:nth-of-type(even) {
  background-color: #f0f0f0;
}

div#property-list div.property-list-row section.property-list-photo {
  -moz-flex: 1;
  flex: 1;
  margin-right: 1.25rem;
  position: relative;
  max-width: 9.375rem;
  min-width: 150px;
}

div#property-list div.property-list-row section.property-list-photo img {
  border: 1px solid #999999;
  box-shadow: 2px 8px 4px -6px black;
}

@media only screen and (max-width: 660px) {
  div#property-list div.property-list-row section.property-list-photo img {
    min-width: 7.5rem;
    box-shadow: none;
    border: none;
  }
}

div#property-list div.property-list-row section.property-list-photo span {
  font-size: 1.375rem;
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row section.property-list-photo {
    margin-right: initial;
  }
}

div#property-list div.property-list-row > div {
  display: -moz-flex;
  display: flex;
  -moz-flex: 2;
  flex: 2;
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div {
    display: block;
  }
}

div#property-list div.property-list-row > div section.property-list-details {
  -moz-flex: 2;
  flex: 2;
  line-height: 1.375rem;
}

div#property-list div.property-list-row > div section.property-list-details h5 {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

div#property-list div.property-list-row > div section.property-list-details h5 span {
  font-size: 1.125rem;
}

div#property-list div.property-list-row > div section.property-list-details h5 span:not(:last-child) {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.property-list-details h5 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 0.9rem;
  }
}

div#property-list div.property-list-row > div section.property-list-details > div {
  margin: 0;
}

div#property-list div.property-list-row > div section.property-list-details > div span {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  width: 33%;
}

div#property-list div.property-list-row > div section.property-list-details > div span strong {
  margin-right: 0.25rem;
}

div#property-list div.property-list-row > div section.property-list-details > div span:not(:last-child) {
  margin-right: 1.375rem;
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.property-list-details > div {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.property-list-details {
    text-align: center;
    height: 3.75rem;
    position: relative;
    background-color: #f0f0f0;
  }
}

div#property-list div.property-list-row > div section.view-details-button {
  align-self: center;
}

div#property-list div.property-list-row > div section.view-details-button a {
  min-width: 85%;
  text-transform: uppercase;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.view-details-button a {
    display: block;
    margin: auto;
  }

  div#property-list div.property-list-row > div section.view-details-button a i {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.view-details-button a:before {
    min-width: 55%;
    font-family: "FontAwesome";
    content: "\F0A9";
    font-size: 1.375rem;
    color: #ffffff;
  }
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row > div section.view-details-button {
    display: -moz-flex;
    display: flex;
    max-width: none;
    text-align: center;
    height: 2.5rem;
    min-width: initial;
    background-color: #0065a4;
  }
}

@media only screen and (max-width: 600px) {
  div#property-list div.property-list-row {
    padding: 0;
    margin-top: 1.25rem;
    border: 1px solid #999999;
    box-shadow: 2px 8px 4px -6px black;
  }
}

body.properties .property-list-details #auction_id {
  display: none;
}

#title,
body#print div#property-location,
div#property-details table.property-data th {
  background-color: #4d4d4d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.property_image_expand img {
  width: 100%;
}

div#property-details {
  margin-top: 1.25rem;
}

div#property-details > * {
  text-align: center;
}

div#property-details h3 {
  color: #d31145;
  font-size: 2.75rem;
}

div#property-details div.property-location {
  margin-top: 1.25rem;
  color: #333333;
  font-weight: bold;
}

div#property-details div.property-location > div {
  display: inline-block;
}

div#property-details div.property-location > div a.map {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0 0 0 0.5rem;
  padding: 0.1875rem 0.375rem;
  position: relative;
  top: -0.1875rem;
}

@media only screen and (max-width: 480px) {
  div#property-details div.property-location > div a.map {
    top: 0;
    margin-top: 0.3125rem;
  }
}

@media only screen and (max-width: 680px) {
  div#property-details div.property-location {
    margin-bottom: 1.25rem;
  }
}

div#property-details div.property-iterator a {
  margin-bottom: 1.25rem;
}

div#property-details div.property-iterator span.property-iterator-count {
  font-size: 1rem;
  position: relative;
  top: 0.9375rem;
  opacity: 0.5;
}

@media only screen and (max-width: 480px) {
  div#property-details div.property-iterator span.property-iterator-count {
    font-size: 0.875rem;
    top: 0.8125rem;
  }
}

div#property-details div.property-photo-container {
  max-width: 37.5rem;
  position: relative;
  margin: auto;
}

div#property-details div.property-photo-container#property-photo-1501001 {
  display: inline;
}

div#property-details div.property-photo-container#property-photo-1501001 img {
  width: 100%;
}

div#property-details div.property-photo-container img.property-photo {
  margin-bottom: 1.25rem;
  border: 1px solid #999999;
  box-shadow: 2px 8px 6px -6px black;
}

div#property-details table.property-data {
  width: 100%;
  border-collapse: separate;
  margin-top: 1.25rem;
}

div#property-details table.property-data th {
  text-align: left;
}

div#property-details table.property-data td {
  text-align: left;
}

div#property-details table.property-data td .label_tooltip {
  position: relative;
}

div#property-details table.property-data td .label_tooltip .label_tooltip_txt {
  width: auto;
  min-width: 300px;
  padding: 10px 15px;
  display: none;
  position: absolute;
  z-index: 1000;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  /* Type */
  font-size: 12px;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2);
  line-height: 150%;
  color: #fff;
}

div#property-details table.property-data td .label_tooltip .label_tooltip_txt:before {
  width: 0px;
  padding: 0px;
  position: absolute;
  content: "";
}

div#property-details table.property-data td .label_tooltip:hover .label_tooltip_txt {
  display: inline-block;
}

div#property-details table.property-data td:first-child {
  width: 50%;
  font-weight: 600;
}

div#property-details table.property-data td:last-child {
  width: 50%;
}

div#property-details table.property-data td.message {
  text-transform: uppercase;
  color: #d31145;
}

div#property-details table.property-data tr:not(.bold) td.full-width {
  font-weight: normal;
}

div#property-details tr.strikethrough {
  text-decoration: line-through;
}

div#property-details tr.bold {
  font-weight: bold;
}

div#property-details div.property-image-section {
  position: relative;
}

div#property-details i.fa-print {
  margin-left: 10px;
}

.fa-map-marker {
  margin-left: 0.375rem;
  color: white;
}

#property-map-modal {
  width: 50%;
  margin-left: 0px;
  left: 25%;
  padding: 2rem;
}

#property-map-modal iframe,
#property-map-modal object,
#property-map-modal embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  #property-map-modal {
    left: 5%;
    width: 90%;
  }

  #property-map-modal iframe {
    height: 300px;
  }
}

/*  Previous / Next Buttons  */

.previous,
.next {
  width: 8rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}

.previous {
  float: left;
  left: 0;
}

.next {
  float: right;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .previous {
    left: 1.625rem;
  }

  .next {
    right: 1.625rem;
  }
}

.previous:before,
.next:after {
  font-family: "FontAwesome";
  font-size: 1.625rem;
  font-weight: 500;
  position: relative;
  top: 0.25rem;
}

.previous:before {
  content: "\F0A8";
  margin-right: 0.625rem;
}

.previous:after {
  content: "Previous";
}

.next:before {
  content: "Next";
}

.next:after {
  content: "\F0A9";
  margin-left: 0.625rem;
}

.disable,
.disable:hover,
.disable:focus {
  background-color: #e0e0e0;
  cursor: not-allowed;
  transition: none !important;
}

@media only screen and (min-width: 1110px) {
  .previous,
  .next {
    top: -15.625rem;
    z-index: 98;
  }
}

@media only screen and (min-width: 456px) and (max-width: 700px) {
  .previous:after {
    content: "Previous";
  }

  .next:before {
    content: "Next";
  }

  .previous {
    width: 8.75rem;
  }

  .next {
    width: 8.75rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 455px) {
  .previous:after,
  .next:before {
    content: "";
  }

  .previous:before,
  .next:after {
    font-size: 1.875rem;
  }

  .previous:before {
    left: 0.3125rem;
  }

  .next:after {
    left: -0.3125rem;
  }

  .previous {
    width: 5rem;
  }

  .next {
    width: 5rem;
  }
}

@media only screen and (max-width: 320px) {
  .previous:after,
  .next:before {
    content: "";
  }

  .previous:before,
  .next:after {
    font-size: 1.625rem;
  }

  .previous:before {
    left: -0.3125rem;
  }

  .next:after {
    right: 0.9375rem;
  }

  .previous {
    width: 3.125rem;
  }

  .next {
    width: 3.125rem;
  }
}

.additional-property-content {
  background-color: #d31145;
  /*background-color: darken(#fff, 10%);*/
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.additional-property-content .content,
.additional-property-content h3.additional-content-header {
  color: #fff;
  letter-spacing: 0.1rem;
}

.additional-property-content .content p,
.additional-property-content h3.additional-content-header p {
  font-size: 1.75rem;
}

.additional-property-content .content p a,
.additional-property-content h3.additional-content-header p a {
  text-decoration: underline;
}

.additional-property-content h3.additional-content-header {
  text-transform: uppercase;
}

.property-downloads {
  width: 100%;
}

.property-downloads th {
  background-color: #4d4d4d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}

.property-downloads th.filename {
  min-width: 40%;
}

@media only screen and (max-width: 700px) {
  .property-downloads td {
    vertical-align: top;
  }
}

@media only screen and (max-width: 600px) {
  .property-downloads i.fa-file {
    display: none !important;
  }
}

.download-link {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
}

.download-link span.blue {
  color: #0065a4;
}

.download-comment span {
  display: block;
}

.gray,
.no-downloads {
  color: gray;
}

.green {
  color: green;
}

.red {
  color: #d31145;
}

.italic,
.no-downloads {
  font-style: oblique;
}

.no-downloads {
  font-size: 1.125rem;
  padding: 1.875rem 0 3.125rem 1.25rem;
}

.additional-content-container {
  background-color: #fff;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
}

div#property-details .notes {
  text-align: left;
  margin: 1.875rem 0;
  line-height: 1.5rem;
}

div#property-details .notes .notes-header {
  text-transform: uppercase;
  font-weight: 700;
  color: #4d4d4d;
}

body.properties form#login_form div.flex {
  width: 100%;
}

body.properties div.property-photo-large-modal {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 73.125rem;
}

body.properties div.property-photo-large-modal img {
  width: 100%;
}

#register_sale_form fieldset {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

#register_sale_form select {
  width: 70%;
}

#register_sale_form select option {
  margin: 0.25rem 0;
}

h3.registration-only {
  color: #d31145;
  text-transform: uppercase;
}

body#print div#property-location {
  line-height: 1.125rem;
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
}

body#print div#property-details {
  margin-top: 0;
}

body#print div#property-details div.property-photo-container img.property-photo {
  margin-bottom: 5px;
}

body#print table#property-information,
body#print table#financial-information,
body#print table#lease-information {
  float: left;
  position: relative;
  width: 50%;
  margin: 0;
}

body#print table#lease-information {
  margin-top: 4.375rem;
}

body#print footer {
  background-color: unset;
  padding: 5px;
}

body#print footer div.footer-copyright {
  color: #000000;
}

body#print footer div.footer-copyright-container {
  margin: 0;
}

body#print main {
  padding: 0;
}

.orion-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1.125rem;
  float: left;
  list-style: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 100%;
  background: #fff;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.orion-menu li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 10px;
  position: relative;
}

.orion-menu li ul li {
  line-height: 20px;
}

.orion-menu li a {
  padding: 15px;
  color: #666666;
  text-decoration: none;
  display: inline-block;
  transition: color 0.1s linear, background 0.1s linear;
}

.orion-menu li:hover > a {
  background: #0065a4;
  color: #fff;
}

.orion-menu > li > a {
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .orion-menu > li > a {
    font-size: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  nav {
    -moz-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  nav {
    -moz-flex: 2;
    flex: 2;
  }
}

@media only screen and (max-width: 767px) and (min-width: 641px) {
  nav {
    -moz-flex: 4;
    flex: 4;
  }
}

@media only screen and (max-width: 640px) {
  nav {
    -moz-flex: 5;
    flex: 5;
  }
}

/* DROPDOWN */

.orion-menu ul,
.orion-menu ul li ul {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 9999;
}

.orion-menu li > ul {
  width: 18.125rem;
  padding: 0;
  margin: 0;
  background: #006bae;
}

.orion-menu li > ul a {
  text-indent: 0;
  color: #fff;
}

.orion-menu ul {
  top: 2.5rem;
  left: 0;
  background: #006bae;
}

.orion-menu ul > .right-switch {
  right: 0;
}

.orion-menu ul li ul {
  top: 0;
  left: 15.4375rem;
}

.orion-menu ul li {
  clear: both;
  width: 100%;
  background: #006bae;
}

.orion-menu ul li a {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.orion-menu ul li:hover > a {
  background: #3eb5ff;
}

/* DROPDOWN ARROWS*/

.orion-menu .indicator {
  width: 2.5rem;
  display: inline-block;
  color: #4d4d4d;
  position: absolute;
  top: 1rem;
  right: -0.625rem;
  font-family: "FontAwesome";
  font-size: 0.75rem;
}

.orion-menu ul li > .indicator {
  color: #fff;
}

.orion-menu .indicator:before {
  content: "\F0D7";
}

.orion-menu ul li .indicator {
  right: 20px;
  top: 13px;
}

.orion-menu ul li .indicator:before {
  content: "\F0DA";
}

.orion-menu li:hover > .indicator {
  color: #fff;
}

.orion-menu li a.padding-right-fix {
  padding-right: 2.5rem;
}

/* COLLAPSIBLE CONFIGURATION */

.orion-menu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #dedede;
  background: #454545;
}

.orion-menu > li.showhide span.title {
  margin: 16px 0 0 18px;
  float: left;
}

.orion-menu > li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}

.orion-menu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ccc;
}

@media only screen and (max-width: 600px) {
  .orion-menu {
    display: none;
    margin: 0;
    position: absolute;
    z-index: 9999;
    top: 5.5rem;
    left: 0;
    -moz-flex-direction: column;
    flex-direction: column;
    background-color: #0065a4;
    box-shadow: 0 4px 5px 2px #333;
  }

  .orion-menu li {
    display: block;
    width: 100%;
  }

  .orion-menu > li > a {
    padding: 16px 70px 16px 18px;
    text-align: left;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
  }

  .orion-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .orion-menu li > ul {
    width: 100%;
  }

  .orion-menu ul,
  .orion-menu ul li ul {
    width: 100%;
    left: 0;
    padding: 0 20px;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .orion-menu .indicator {
    right: 20px;
    top: 18px;
    color: #fff;
  }

  .orion-menu ul li .indicator {
    display: block;
  }

  .orion-menu ul li .indicator:before {
    content: "\F0D7";
  }

  .orion-menu li.search {
    border-bottom: none;
  }

  .orion-menu li.search form {
    margin: 20px 18px 0 18px;
  }

  .orion-menu li.search form input.search,
  .orion-menu li.search form input.search:focus {
    width: 100%;
    color: #fff;
    background-color: #555555;
    background-position: 99% 8px;
    cursor: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

.search-form legend {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0065a4;
}

.search-form label {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.search-form label[for=state] small {
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: oblique;
  text-transform: normal;
  margin-left: 0.625rem;
}

.search-form select {
  padding: 0.3125rem;
  margin: 0 0 1.0625rem 0;
}

.search-form select#state {
  height: 15.9375rem;
}

.search-form select#state option {
  padding: 0.1875rem;
}

section.property-types {
  margin-bottom: 0.9375rem;
}

section.sale-type {
  margin-bottom: 2.9375rem;
}

.property-types ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-types ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-search-form hr {
  border: 0;
  width: 90%;
  height: 1px;
  margin: 0.625rem auto 0.625rem auto;
  background: #cccccc;
}

form#property-filter-search section.margin-bottom-clear {
  margin-bottom: 0;
}

.filter-search-form label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}

.filter-search-form select {
  padding: 0.1875rem;
  margin: 0 0 0.75rem 0;
}

.filter-search-form select#state {
  height: 8em;
}

.filter-search-form input[type=text] {
  height: 2.2em;
  padding: 0.0625rem;
  padding-left: 0.375rem;
}

.filter-search-form input[type=checkbox] {
  margin: 0 0 0 0.3125rem;
  padding: 0;
}

.filter-search-form ul,
.filter-search-form ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters {
  -moz-flex: 1;
  flex: 1;
  margin-right: 0.625rem;
  padding: 0.9375rem 0;
  background-color: #f0f0f0;
  max-width: 232px;
}

form#filter-search-form section.filters > div {
  max-width: 232px;
}

form#property-filter-search i.order,
form#filter-search-form i.order {
  font-size: 3em;
  margin-right: 0px;
  cursor: pointer;
}

section#property-filter {
  padding: 0 0.9375rem;
  max-width: none;
  -moz-flex: 1;
  flex: 1;
}

div#property-filter-container {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

div#property-filter-container select.filter {
  width: 31%;
  height: 5%;
  margin-right: 2%;
}

section#property-sort {
  margin-right: 1%;
}

div#property-controls {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background: #f0f0f0;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  form#property-filter-search div.search-results {
    display: inline;
  }

  div#property-controls {
    display: inline-block;
    margin: 0;
    padding: 0.5rem;
    width: 100%;
  }

  div#property-filter-container {
    margin: 0;
  }

  div#property-filter-container select.filter {
    width: 100%;
    height: 5%;
  }

  section#property-filter {
    padding: 0;
  }

  section#property-filter p {
    margin: 0;
  }

  section#property-sort {
    width: 100%;
  }

  section#property-sort section.sort-container {
    width: 100%;
  }

  section#property-sort section.sort-container div.sort-fields {
    width: 100%;
  }

  section#property-sort section.sort-container div.sort-fields select {
    width: 100%;
  }
}

select#select {
  margin-bottom: 0px;
}

.property-list {
  -moz-flex: 4;
  flex: 4;
}

.pagination-links {
  display: block;
  width: 100%;
}

.pagination-links a,
.pagination-links strong {
  margin: 0 0.3125rem;
}

.pagination-links a {
  text-decoration: underline;
}

.pagination-links strong {
  background-color: #4d4d4d;
  color: #fff;
  font-weight: 500;
  padding: 0 0.5rem;
}

form#filter-search-form div.sort-fields select {
  width: 12.5rem;
}

form#filter-search-form i.order {
  margin-top: -10px;
}

form#filter-search-form div#google-maps {
  margin-bottom: 1rem;
}

form#filter-search-form div#google-maps div#map_canvas div.gm-style div div div div div.gm-style-iw div div {
  overflow: hidden;
}

form#search-form div.multi-select div.chosen-container,
form#search-form section.multi-select div.chosen-container,
form#filter-search-form div.multi-select div.chosen-container,
form#filter-search-form section.multi-select div.chosen-container {
  margin-bottom: 1.25rem;
}

form#search-form div.multi-select div.chosen-container a.search-choice-close,
form#search-form section.multi-select div.chosen-container a.search-choice-close,
form#filter-search-form div.multi-select div.chosen-container a.search-choice-close,
form#filter-search-form section.multi-select div.chosen-container a.search-choice-close {
  background-image: url("/images/chosen-sprite.png");
}

search-choice form#property-filter-search section.sort-container {
  -moz-align-items: center;
  align-items: center;
  margin-top: -9px;
}

p#sort-label {
  margin-left: 0px;
}

section.sort-container :not(:last-child) {
  margin-right: 0.75rem;
}

form#property-filter-search div.sort-fields select,
.sort-direction select {
  width: 12.5rem;
}

form#property-filter-search section#property-pool div.sort-fields select {
  width: 100%;
}

.sort-button {
  background-color: #666666;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.sort-label label {
  font-weight: 700;
}

form#search-form label {
  color: #0065a4;
}

form#search-form ul li {
  padding: 0;
}

form#search-form div.multi-select li.search-choice {
  padding: 0.1875rem 1.25rem 0.1875rem 0.3125rem;
}

@media only screen and (max-width: 515px) {
  form#search-form section.multi-section section {
    padding: 0;
  }

  form#search-form section.property-types {
    margin-bottom: 2.9375rem;
  }
}

@media only screen and (max-width: 515px) {
  .sort-fields,
  .sort-direction {
    width: 100%;
  }

  .sort-container {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .sort-fields select,
  .sort-direction select {
    width: 100%;
    padding: 0.125rem;
  }

  form#filter-search-form i.order {
    margin-left: 20px;
  }
}

.news-list .year-group {
  margin: 0;
  padding: 0 0 0 0.25rem;
  background-color: #4d4d4d;
}

.news-list .year-group .year,
.news-list .year-group .back-to-top {
  -moz-flex: 1;
  flex: 1;
  color: white;
  margin: 0;
  padding: 0;
}

.news-list .year-group .year {
  margin-left: 0.375rem;
}

.news-list .year-group .back-to-top {
  text-align: right;
  margin-right: 0.75rem;
  align-self: center;
  /*& a {
  	text-transform: uppercase;
  	@extend .button;
  	@extend .tiny;
  	@extend .alert;
  	margin: 0;
  	padding: rem-calc(6);
  }*/
}

.news-list .year-group .back-to-top a {
  text-transform: capitalize;
  font-size: 85%;
  color: #fff;
  text-decoration: underline;
  margin: 0;
  padding: 0.375rem;
}

@media only screen and (max-width: 600px) {
  .news-list .year-group .back-to-top a {
    font-size: 80%;
  }
}

.news-list .year-group:not(:first-child) {
  margin-top: 1.5rem;
}

.news-list div.news {
  font-family: "futura-pt", sans-serif;
  background-color: #f0f0f0;
  padding: 0.625rem 0 1.375rem;
  margin-top: 0.125rem;
}

.news-list div.news:nth-of-type(even) {
  background: #f9f9f9;
}

.news-list div.news span {
  display: block;
  padding-left: 0.5rem;
}

.news-list div.news .date {
  margin: 0 0 0.375rem 0;
  font-size: 110%;
  color: gray;
  font-style: oblique;
}

.news-list div.news .title a {
  margin: 0.375rem 0;
  font-size: 135%;
  font-weight: 500;
}

.news-list div.news .title a:hover {
  text-decorate: underline;
}

.news-list div.news .source {
  margin: 0.375rem 0 0 0;
  font-size: 1rem;
}

#membership-boxes {
  width: 100%;
  margin: auto;
}

#membership-boxes > .item {
  list-style: none;
  margin: 0.1875rem;
  width: 250px;
  height: 250px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  box-shadow: 2px 8px 6px -6px black;
}

#membership-boxes > .item > * {
  display: block;
}

#membership-boxes > .item img {
  margin: 0.625rem auto;
}

#membership-boxes > .item a {
  font-family: "futura-pt", sans-serif;
  font-size: 130%;
}

#membership-boxes > .item span {
  width: 75%;
  margin: 0 auto 0.625rem auto;
  line-height: 1.25rem;
}

#membership-boxes > .item a,
#membership-boxes > .item span {
  font-weight: 500;
}

#client-boxes {
  width: 100%;
  margin: auto;
  margin-bottom: 1.25rem;
}

#client-boxes > div.client-logo {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999999;
  box-shadow: 2px 8px 6px -6px black;
}

h3.client-list-main-header {
  font-size: 150%;
  background-color: #e6e6e6;
  color: #000;
  margin: 2.5rem 0 0 0;
  padding-left: 0.3125rem;
}

@media only screen and (max-width: 600px) {
  h3.client-list-main-header {
    display: none;
  }
}

section.client-list-container div.client-list {
  -moz-flex: 1;
  flex: 1;
}

section.client-list-container div.client-list h4 {
  font-size: 110%;
  text-transform: uppercase;
}

section.client-list-container div.client-list div#addition em {
  color: #0065a4;
  line-height: 1.75rem;
}

section.client-list-container ul {
  list-style: none;
}

@media only screen and (max-width: 600px) {
  section.client-list-container {
    display: none;
  }
}

div#executive-profiles {
  padding: 0;
}

div#executive-profiles > p {
  clear: both;
}

div#executive-profiles div.profiles-large {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  div#executive-profiles div.profiles-large {
    width: 100%;
  }
}

div#executive-profiles div.profile-header {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}

div#executive-profiles div.profile-header h5 {
  margin-right: 20px;
}

div#executive-profiles div.profile-header i {
  vertical-align: top;
  margin-top: -2px;
}

div#executive-profiles section.profiles-container {
  margin-bottom: 5.625rem;
  -moz-flex-direction: row;
  flex-direction: row;
  float: left;
}

div#executive-profiles section.profiles-container div.profile-photo-contact {
  float: left;
  padding-top: 0.25rem;
  min-width: 8rem;
  position: relative;
}

div#executive-profiles section.profiles-container div.profile-photo-contact > a {
  display: block;
}

div#executive-profiles section.profiles-container div.profile-photo-contact img {
  width: 6.25rem;
  height: 125px;
  margin-bottom: 0.75rem;
  align-self: center;
  border: 1px solid gray;
  box-shadow: 2px 8px 6px -6px black;
}

div#executive-profiles section.profiles-container div.profile-photo-contact a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 75%;
  text-transform: uppercase;
  margin-top: 0.375rem;
}

div#executive-profiles section.profiles-container div.profile-photo-contact a i {
  font-size: 120%;
  margin-right: 0.1875rem;
}

div#executive-profiles section.profiles-container div.profile-photo-contact a:hover {
  color: #d31145;
}

div#executive-profiles section.profiles-container div.profile-photo-contact .hide-for-small {
  display: inherit;
}

div#executive-profiles section.profiles-container h5.profile-name {
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 95%;
  font-weight: 500;
}

div#executive-profiles section.profiles-container .company-title,
div#executive-profiles section.profiles-container .specialties {
  font-family: "futura-pt", sans-serif;
}

div#executive-profiles section.profiles-container .company-title,
div#executive-profiles section.profiles-container .specialties,
div#executive-profiles section.profiles-container .bio {
  display: block;
}

div#executive-profiles section.profiles-container .company-title,
div#executive-profiles section.profiles-container .specialties {
  font-style: italic;
}

div#executive-profiles section.profiles-container .company-title {
  font-weight: 500;
  font-size: 105%;
  color: #4d4d4d;
}

div#executive-profiles section.profiles-container div.profile-bio {
  max-width: 626px;
  display: block;
  line-height: 1.5em;
}

div#executive-profiles section.profiles-container div.profile-bio br {
  margin: 0;
  padding: 0;
}

div#executive-profiles section.profiles-container div.profile-bio span.bio {
  text-align: justify;
}

div#executive-profiles section.profiles-container div.profile-bio span.bio a {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  color: #d31145;
  background-color: #f2f2f2;
  padding: 0.25rem;
  display: inline-block;
  float: right;
  position: relative;
  margin-top: -1.625rem;
}

@media only screen and (min-width: 601px) {
  .profiles-container-mobile {
    display: none !important;
  }
}

.profiles-container-mobile section.profile-photo-contact {
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0.625rem 0 0 0;
}

.profiles-container-mobile section.profile-photo-contact img {
  width: 6.25rem;
  height: 125px;
  margin-bottom: 0.75rem;
  align-self: center;
  border: 1px solid gray;
  box-shadow: 2px 8px 6px -6px black;
}

.profiles-container-mobile .profile-photo {
  min-width: 6.875rem;
  -moz-flex: 1;
  flex: 1;
}

.profiles-container-mobile .profile-name {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 500;
}

.profiles-container-mobile .company-title,
.profiles-container-mobile .specialties {
  font-family: "futura-pt", sans-serif;
}

.profiles-container-mobile .company-title,
.profiles-container-mobile .specialties,
.profiles-container-mobile .bio {
  display: block;
}

.profiles-container-mobile .company-title,
.profiles-container-mobile .specialties {
  font-style: italic;
}

.profiles-container-mobile .company-title {
  font-weight: 500;
  font-size: 110%;
  color: #4d4d4d;
}

.profiles-container-mobile .profile-bio {
  line-height: 1.5em;
  margin-bottom: 1.875rem;
}

.profiles-container-mobile .profile-bio br {
  margin: 0;
  padding: 0;
}

.profiles-container-mobile .profile-bio .bio a {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  color: #d31145;
  background-color: #f2f2f2;
  padding: 0.25rem;
}

div#testimonial-container blockquote.testimonial {
  margin: 0;
  background: #f2f2f2;
  position: relative;
  font-family: Georgia, serif;
  border-radius: 6px;
  font-style: italic;
}

div#testimonial-container blockquote.testimonial:before {
  content: "\201C";
}

div#testimonial-container blockquote.testimonial p {
  color: #333333;
  margin-bottom: 0;
}

div#testimonial-container blockquote.testimonial p a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  color: #fff;
  background-color: #333333;
  padding: 0.25rem 0.5rem;
  margin-top: 0.3125rem;
  display: inline-block;
}

div#testimonial-container div.box {
  height: auto;
  width: 50%;
  border: none;
  margin-bottom: 3.125rem;
}

div#testimonial-container div.box:not(:last-child) {
  margin-right: 1.625rem;
}

@media only screen and (max-width: 600px) {
  div#testimonial-container div.box {
    width: 100%;
  }
}

div#testimonial-container p {
  font-size: 0.9rem;
}

div#testimonial-container div.client-logo {
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .testimonial {
    padding: 2.5rem 3.125rem 1.5rem 3.75rem;
  }
}

@media only screen and (max-width: 600px) {
  .testimonial {
    padding: 1rem 2.5rem;
    padding-right: 1.25rem;
  }
}

div#testimonial-container blockquote.testimonial:before,
div#testimonial-container blockquote.testimonial:after {
  position: absolute;
  font-size: 5.5rem;
  line-height: 1;
  color: #d9d9d9;
  font-style: normal;
}

@media only screen and (max-width: 600px) {
  .testimonial:before,
  .testimonial:after {
    font-size: 5rem;
  }
}

.testimonial:before {
  top: 0;
  left: 10px;
}

.testimonial:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

@media only screen and (max-width: 600px) {
  .testimonial:after {
    bottom: -0.3em;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2f2f2;
  margin: 0 0 0 25px;
}

.testimonial-author,
.testimonial-author span {
  font-family: "futura-pt", sans-serif;
  font-size: 1.125rem;
}

.testimonial-author {
  margin: 0 0 0 25px;
  color: #4d4d4d;
  text-align: left;
}

.testimonial-author span {
  color: #262626;
  font-weight: 500;
}

/*Contact Us Page*/

div#contact-us-office {
  text-align: center;
  background: none repeat scroll 0 0 whitesmoke;
}

div#contact-us-office div.promo-boxes {
  margin-top: 50px;
}

div#contact-us-office div.contact-us-office-box.box {
  float: left;
  width: 50%;
  position: relative;
  background-color: inherit;
  border: none;
}

div.contact-us-form {
  margin-top: 3.125rem;
  padding: 0 1.25rem;
}

div.contact-us-form .req {
  color: #d31145;
}

div.contact-us-form div#field-comment {
  margin-top: 1.375rem;
}

@media only screen and (max-width: 600px) {
  div.contact-us-form {
    padding-left: 17.5%;
    padding-right: 17.5%;
  }
}

p#contact-submit {
  text-align: center;
}

p#contact-submit button {
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  div#contact-us-office div.contact-us-office-box.box {
    width: 100%;
  }
}

/*Past Sale*/

div#controls a.previous:after {
  content: "Previous";
}

div#controls a.next:before {
  content: "Next";
}

div#controls a.play,
div#controls a.pause {
  background-color: #d31145;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
}

div#navigation-container {
  display: inline-block;
  margin-top: -50px;
}

div#thumbs {
  float: left;
  background-color: #f5f5f5;
}

div#thumbs ul.thumbs {
  float: left;
  margin: 1.1rem;
}

div#thumbs ul.thumbs li {
  float: left;
  list-style: none;
  margin: 2px;
}

div#thumbs .before:before,
.after:after {
  font-family: "FontAwesome";
  font-size: 1.625rem;
  position: relative;
  margin-top: 70px;
}

div#thumbs .before:before {
  content: "\F0A8";
  float: left;
  margin-left: 10px;
}

div#thumbs .after:after {
  content: "\F0A9";
  float: right;
  margin-right: 10px;
}

form#past_sales_form .filter {
  width: 40%;
  float: left;
  margin-left: 4rem;
}

#filter-data {
  margin-left: 3rem;
  float: left;
}

#filter-data span {
  margin-right: 1rem;
}

div#gallery {
  margin: auto;
  max-width: 37.5rem;
}

div#loading_div {
  font-family: FontAwesome;
}

@media screen and (max-width: 480px) {
  div#thumbs {
    display: none;
  }

  div#controls a.previous:after,
  div#controls a.next:before {
    content: "";
  }

  div#controls {
    display: inline-block;
  }

  form#past_sales_form .filter {
    margin-left: 1rem;
  }

  #filter-data {
    margin-left: 0;
  }
}

#current-sales-boxes {
  width: 100%;
  margin: auto;
}

#current-sales-boxes > .item {
  display: inline-block;
  background: #0065a4;
  width: 200px;
  height: 150px;
  text-align: center;
}

#current-sales-boxes > .item span {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #4d4d4d;
  padding: 0.25rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}

div#current-sales span.title {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #4d4d4d;
  padding: 0.25rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  position: absolute;
}

div#current-sales span.current-sales-overlay-header {
  font-weight: bold;
}

.social-subscrition-container {
  width: 100%;
}

section#subscribe-section {
  height: 100px;
}

section#social-section {
  float: right;
  height: 54px;
}

a.subscribe-news {
  float: right;
  width: 112px;
  border-radius: 3px;
  color: white;
  font-size: 17px;
  display: table;
  background-color: #0066A4;
}

a.subscribe-news span {
  display: table-cell;
  vertical-align: middle;
}

#fomr-container {
  width: 420px;
  position: absolute;
  right: 15px;
  bottom: 0;
  box-shadow: 0px 0px 8px 2px black;
  border-radius: 8px;
}

#form-subscription {
  width: 100%;
  padding: 20px;
  background: gainsboro;
  border-radius: 0px 0px 8px 8px;
}

.header-form {
  background: #d31145;
  color: white;
  padding: 15px 20px;
  border-radius: 8px 8px 0px 0px;
}

.header-form a {
  float: right;
  color: white;
}

div#form_button {
  text-align: right;
}

div#form_button input {
  background: #D31145;
  padding: 6px 20px;
  color: white;
  border: none;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: gainsboro;
  border-width: 15px;
  margin-left: 135px;
}

div#success-form {
  background: #D31145;
  padding: 90px 20px;
  border-radius: 0 0 8px 8px;
  display: none;
}

div#success-form h3 {
  color: white;
  text-align: center;
}

.success #form-subscription,
.success .header-form span {
  display: none;
}

.success #success-form {
  display: block;
}

.arrow_box.success:after {
  border-top-color: #D31145;
}

.invalid {
  border: solid 1px red !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.invalid-process {
  border: solid 2px #D31145 !important;
}

.error-message-form {
  position: absolute;
  right: 25px;
  margin-top: -40px;
  color: #D31145;
}

input[type=number].invalid-process,
input[type=email].invalid-process {
  background: #FDE6EC;
}

