/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.wrapper {
  max-width: 1060px;
  margin: 0 auto;
  min-width: 280px;
  padding: 30px 0; }

.row:after {
  content: ' ';
  display: table;
  clear: both; }

.col-lg-1 {
  padding-right: 1.88679%;
  width: 8.33333%;
  float: left; }

.col-lg-2 {
  padding-right: 1.88679%;
  width: 16.66667%;
  float: left; }

.col-lg-3 {
  padding-right: 1.88679%;
  width: 25%;
  float: left; }

.col-lg-4 {
  padding-right: 1.88679%;
  width: 33.33333%;
  float: left; }

.col-lg-5 {
  padding-right: 1.88679%;
  width: 41.66667%;
  float: left; }

.col-lg-6 {
  padding-right: 1.88679%;
  width: 50%;
  float: left; }

.col-lg-7 {
  padding-right: 1.88679%;
  width: 58.33333%;
  float: left; }

.col-lg-8 {
  padding-right: 1.88679%;
  width: 66.66667%;
  float: left; }

.col-lg-9 {
  padding-right: 1.88679%;
  width: 75%;
  float: left; }

.col-lg-10 {
  padding-right: 1.88679%;
  width: 83.33333%;
  float: left; }

.col-lg-11 {
  padding-right: 1.88679%;
  width: 91.66667%;
  float: left; }

.col-lg-12 {
  padding-right: 1.88679%;
  width: 100%;
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.offset-lg-12 {
  margin-left: 100%; }

@media screen and (max-width: 1085px) {
  .col-md-1 {
    padding-right: 1.88679%;
    width: 8.33333%;
    float: left; }

  .col-md-2 {
    padding-right: 1.88679%;
    width: 16.66667%;
    float: left; }

  .col-md-3 {
    padding-right: 1.88679%;
    width: 25%;
    float: left; }

  .col-md-4 {
    padding-right: 1.88679%;
    width: 33.33333%;
    float: left; }

  .col-md-5 {
    padding-right: 1.88679%;
    width: 41.66667%;
    float: left; }

  .col-md-6 {
    padding-right: 1.88679%;
    width: 50%;
    float: left; }

  .col-md-7 {
    padding-right: 1.88679%;
    width: 58.33333%;
    float: left; }

  .col-md-8 {
    padding-right: 1.88679%;
    width: 66.66667%;
    float: left; }

  .col-md-9 {
    padding-right: 1.88679%;
    width: 75%;
    float: left; }

  .col-md-10 {
    padding-right: 1.88679%;
    width: 83.33333%;
    float: left; }

  .col-md-11 {
    padding-right: 1.88679%;
    width: 91.66667%;
    float: left; }

  .col-md-12 {
    padding-right: 1.88679%;
    width: 100%;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-12 {
    margin-left: 100%; } }
@media screen and (max-width: 768px) {
  .col-sm-1 {
    padding-right: 1.88679%;
    width: 8.33333%;
    float: left; }

  .col-sm-2 {
    padding-right: 1.88679%;
    width: 16.66667%;
    float: left; }

  .col-sm-3 {
    padding-right: 1.88679%;
    width: 25%;
    float: left; }

  .col-sm-4 {
    padding-right: 1.88679%;
    width: 33.33333%;
    float: left; }

  .col-sm-5 {
    padding-right: 1.88679%;
    width: 41.66667%;
    float: left; }

  .col-sm-6 {
    padding-right: 1.88679%;
    width: 50%;
    float: left; }

  .col-sm-7 {
    padding-right: 1.88679%;
    width: 58.33333%;
    float: left; }

  .col-sm-8 {
    padding-right: 1.88679%;
    width: 66.66667%;
    float: left; }

  .col-sm-9 {
    padding-right: 1.88679%;
    width: 75%;
    float: left; }

  .col-sm-10 {
    padding-right: 1.88679%;
    width: 83.33333%;
    float: left; }

  .col-sm-11 {
    padding-right: 1.88679%;
    width: 91.66667%;
    float: left; }

  .col-sm-12 {
    padding-right: 1.88679%;
    width: 100%;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-12 {
    margin-left: 100%; } }
[class^='col-']:last-of-type {
  padding-right: 0; }

html {
  font-family: "proxima-nova", sans-serif;
  background-color: #fff; }

body {
  width: 100%;
  overflow-x: hidden; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.section {
  width: 100%;
  display: block;
  clear: both; }
  .section .wrapper {
    width: 100%;
    display: block; }
    .section .wrapper .container {
      padding: 0; }
    .section .wrapper h1 {
      color: #3694b6;
      font-size: 34px;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      margin: 0 0 20px 0; }
    .section .wrapper h2 {
      color: #004e6e;
      font-weight: 100;
      font-family: "proxima-nova", sans-serif;
      display: block;
      text-transform: uppercase;
      font-size: 26px;
      margin: 0 0 35px 0; }
    .section .wrapper p {
      margin: 15px 0; }
    .section .wrapper ul {
      margin: 0; }
      .section .wrapper ul li a {
        font-family: "proxima-nova", sans-serif; }
    .section .wrapper form {
      background-color: #edeff0;
      display: block;
      padding: 30px; }
      .section .wrapper form legend {
        margin: 20px 5px;
        display: inline-block;
        width: auto; }
      .section .wrapper form input {
        display: block;
        margin: 15px 0;
        background-color: #fff;
        padding: 5px;
        max-width: 100%; }
      .section .wrapper form input[type=submit] {
        background-color: #f5a01a;
        border: none;
        color: #fff;
        padding: 5px 30px; }
      .section .wrapper form input.wide {
        width: 100%; }
      .section .wrapper form textarea {
        background-color: transparent;
        padding: 5px;
        display: block;
        margin: 15px 0;
        color: #fff;
        border: 1px solid #fff;
        max-width: 100%; }
    .section .wrapper .contact form {
      padding: 20px 0; }
  @media screen and (max-width: 1085px) {
    .section .wrapper {
      padding: 20px; }
      .section .wrapper .wrapper {
        padding: 0; } }
  @media screen and (max-width: 768px) {
    .section .wrapper {
      padding: 20px 20px; }
      .section .wrapper .wrapper {
        padding: 0; } }

.section:after {
  content: ' ';
  display: table;
  clear: both; }

.transition {
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s; }

#home-hero, #top {
  background-size: cover;
  vertical-align: middle;
  position: relative; }
  #home-hero .wrapper, #top .wrapper {
    padding: 0 20px;
    height: 700px; }
    #home-hero .wrapper #logo, #top .wrapper #logo {
      display: inline-block;
      float: left;
      margin: 46px 0 0 0;
      width: 195px;
      height: 39px;
      background-image: url(../img/logo.png);
      background-repeat: no-repeat;
      background-size: 195px;
      height: 39px; }
    #home-hero .wrapper #desktop-menu, #top .wrapper #desktop-menu {
      display: inline-block;
      float: right;
      margin: 55px 0 0 0; }
      #home-hero .wrapper #desktop-menu li, #top .wrapper #desktop-menu li {
        display: inline-block;
        list-style: none;
        margin: 0 20px; }
        #home-hero .wrapper #desktop-menu li a, #top .wrapper #desktop-menu li a {
          color: #fff;
          font-size: 15px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700; }
        #home-hero .wrapper #desktop-menu li a:hover, #home-hero .wrapper #desktop-menu li a.active, #top .wrapper #desktop-menu li a:hover, #top .wrapper #desktop-menu li a.active {
          color: #0f82aa; }
      #home-hero .wrapper #desktop-menu li:last-child, #top .wrapper #desktop-menu li:last-child {
        margin: 0 0 0 20px; }
    #home-hero .wrapper #trigger, #top .wrapper #trigger {
      display: none;
      z-index: 999;
      position: absolute;
      float: left;
      text-transform: uppercase;
      line-height: 20px;
      left: 20px;
      top: 35px;
      vertical-align: middle;
      background-image: url(../img/menu.png);
      background-repeat: no-repeat;
      background-position: 0 0px;
      width: 20px;
      height: 20px; }
      #home-hero .wrapper #trigger span, #top .wrapper #trigger span {
        vertical-align: middle;
        position: relative;
        font-weight: bold;
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin: 0px 0 0 25px; }
      #home-hero .wrapper #trigger img, #top .wrapper #trigger img {
        width: 20px;
        height: 20px;
        vertical-align: top;
        position: relative;
        line-height: 20px; }
    #home-hero .wrapper #trigger:hover span, #top .wrapper #trigger:hover span {
      color: #0f82aa; }
    #home-hero .wrapper #trigger.open span, #top .wrapper #trigger.open span {
      color: #fff; }
    #home-hero .wrapper #mobile-menu, #top .wrapper #mobile-menu {
      position: absolute;
      padding-top: 10px;
      top: 0px;
      left: 0px;
      z-index: 998;
      width: 100%;
      transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transition: all ease .5s;
      -moz-transition: all ease .5s;
      -webkit-transition: all ease .5s; }
      #home-hero .wrapper #mobile-menu li, #top .wrapper #mobile-menu li {
        position: relative;
        z-index: 998;
        list-style: none;
        padding: 15px 0; }
        #home-hero .wrapper #mobile-menu li a, #top .wrapper #mobile-menu li a {
          font-size: 30px;
          color: #fff;
          font-weight: 400;
          text-transform: uppercase;
          text-align: center;
          padding: 0 45px;
          display: block;
          position: relative;
          z-index: 998;
          line-height: 30px;
          vertical-align: middle; }
        #home-hero .wrapper #mobile-menu li a:hover, #top .wrapper #mobile-menu li a:hover {
          color: #0e1014; }
      #home-hero .wrapper #mobile-menu li.main a, #top .wrapper #mobile-menu li.main a {
        font-weight: 600; }
      #home-hero .wrapper #mobile-menu li.social, #top .wrapper #mobile-menu li.social {
        text-align: right;
        padding: 0 45px 0 0;
        display: block; }
        #home-hero .wrapper #mobile-menu li.social a, #top .wrapper #mobile-menu li.social a {
          display: inline-block;
          margin: 0 20px;
          padding: 0; }
        #home-hero .wrapper #mobile-menu li.social a:last-child, #top .wrapper #mobile-menu li.social a:last-child {
          margin: 0 0 0 20px; }
    #home-hero .wrapper #mobile-menu:after, #top .wrapper #mobile-menu:after {
      content: '';
      position: absolute;
      z-index: 997;
      width: 100%;
      height: 100%;
      background-color: #0f82aa;
      opacity: 1;
      top: 0;
      right: 0; }
    #home-hero .wrapper .content-wrap, #top .wrapper .content-wrap {
      top: 50%;
      position: relative;
      z-index: 110;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      #home-hero .wrapper .content-wrap h1, #top .wrapper .content-wrap h1 {
        margin: 0 auto 70px auto;
        text-align: center;
        vertical-align: middle;
        font-size: 42px;
        line-height: 56px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        display: block;
        width: 100%;
        float: left;
        text-shadow: 0px 4px 2px #496376; }
        #home-hero .wrapper .content-wrap h1 span, #top .wrapper .content-wrap h1 span {
          background-color: #0f82aa;
          font-size: 60px;
          display: inline;
          padding: 0px 10px;
          text-shadow: 0px 4px 2px #3f9bbb; }
      #home-hero .wrapper .content-wrap #search-box, #top .wrapper .content-wrap #search-box {
        border: 1px solid #fff;
        border-top: 0px;
        margin: 0px auto 0 auto;
        text-align: center;
        position: relative;
        width: 100%;
        max-width: 718px;
        clear: both;
        padding: 0 0 35px 0; }
        #home-hero .wrapper .content-wrap #search-box form, #top .wrapper .content-wrap #search-box form {
          display: block;
          background-color: #fff;
          padding: 3px 20px;
          max-width: 80%;
          margin: 0px auto 0 auto;
          position: relative;
          top: -26px; }
          #home-hero .wrapper .content-wrap #search-box form #search, #top .wrapper .content-wrap #search-box form #search {
            display: inline-block;
            height: 52px;
            border: 1px solid #d4d4d4;
            line-height: 52px;
            vertical-align: middle;
            padding: 0 10px;
            font-size: 15px;
            color: #7c7c7c;
            width: 75%;
            float: left; }
          #home-hero .wrapper .content-wrap #search-box form #submit, #top .wrapper .content-wrap #search-box form #submit {
            display: inline-block;
            height: 52px;
            border: 1px solid #f5a01a;
            line-height: 52px;
            background-color: #f5a01a;
            width: 24%;
            float: right;
            font-size: 16px;
            color: #fff;
            font-weight: 700;
            text-decoration: underline;
            text-transform: uppercase; }
        #home-hero .wrapper .content-wrap #search-box #city-links, #top .wrapper .content-wrap #search-box #city-links {
          padding: 0 10px; }
          #home-hero .wrapper .content-wrap #search-box #city-links a, #top .wrapper .content-wrap #search-box #city-links a {
            color: #fff;
            margin: 0 3px;
            white-space: nowrap;
            display: inline-block; }
        #home-hero .wrapper .content-wrap #search-box p, #top .wrapper .content-wrap #search-box p {
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          color: #fff;
          text-align: center;
          line-height: 28px;
          margin: 0 0 10px 0; }
        #home-hero .wrapper .content-wrap #search-box ul, #top .wrapper .content-wrap #search-box ul {
          text-align: center; }
          #home-hero .wrapper .content-wrap #search-box ul li, #top .wrapper .content-wrap #search-box ul li {
            list-style: none;
            display: inline-block;
            margin: 0 11px 0 6px;
            position: relative; }
            #home-hero .wrapper .content-wrap #search-box ul li a, #top .wrapper .content-wrap #search-box ul li a {
              font-size: 16px;
              font-family: "proxima-nova", sans-serif;
              color: #fff;
              text-align: center;
              line-height: 24px;
              font-weight: 700;
              text-decoration: underline; }
          #home-hero .wrapper .content-wrap #search-box ul li:after, #top .wrapper .content-wrap #search-box ul li:after {
            content: '|';
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            position: absolute;
            z-index: 10;
            top: 0;
            right: -12px; }
          #home-hero .wrapper .content-wrap #search-box ul li:last-child:after, #top .wrapper .content-wrap #search-box ul li:last-child:after {
            display: none; }
        #home-hero .wrapper .content-wrap #search-box select, #top .wrapper .content-wrap #search-box select {
          font-family: "proxima-nova", sans-serif;
          display: none; }
          #home-hero .wrapper .content-wrap #search-box select option, #top .wrapper .content-wrap #search-box select option {
            font-family: "proxima-nova", sans-serif; }
      #home-hero .wrapper .content-wrap #search-box:before, #home-hero .wrapper .content-wrap #search-box:after, #top .wrapper .content-wrap #search-box:before, #top .wrapper .content-wrap #search-box:after {
        width: 5%;
        content: '';
        position: absolute;
        top: 0px;
        border-top: 1px solid #fff;
        z-index: 5; }
      #home-hero .wrapper .content-wrap #search-box:before, #top .wrapper .content-wrap #search-box:before {
        left: 0px; }
      #home-hero .wrapper .content-wrap #search-box:after, #top .wrapper .content-wrap #search-box:after {
        right: 0px; }
    #home-hero .wrapper #scroll, #top .wrapper #scroll {
      width: 100%;
      position: absolute;
      z-index: 5;
      bottom: 10px;
      left: 0;
      text-align: center; }
      #home-hero .wrapper #scroll img, #top .wrapper #scroll img {
        -moz-animation-delay: 2s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
    @media screen and (max-width: 968px) {
      #home-hero .wrapper #desktop-menu, #top .wrapper #desktop-menu {
        display: none; }
      #home-hero .wrapper #trigger, #top .wrapper #trigger {
        display: inline-block; }
      #home-hero .wrapper #logo, #top .wrapper #logo {
        margin: 26px 0 0 -98px;
        float: none;
        left: 50%;
        position: absolute; } }
    @media screen and (max-width: 640px) {
      #home-hero .wrapper .content-wrap h1, #top .wrapper .content-wrap h1 {
        margin: 0 auto 70px auto;
        font-size: 22px;
        line-height: 36px;
        text-shadow: 0px 4px 2px #496376; }
        #home-hero .wrapper .content-wrap h1 span, #top .wrapper .content-wrap h1 span {
          font-size: 30px;
          text-shadow: 0px 4px 2px #3f9bbb; }
      #home-hero .wrapper .content-wrap #search-box form #search, #top .wrapper .content-wrap #search-box form #search {
        display: block;
        height: 52px;
        border: 1px solid #d4d4d4;
        line-height: 52px;
        vertical-align: middle;
        padding: 0 10px;
        font-size: 15px;
        color: #7c7c7c;
        width: 100%;
        float: left; }
      #home-hero .wrapper .content-wrap #search-box form #submit, #top .wrapper .content-wrap #search-box form #submit {
        display: block;
        height: 52px;
        border: 1px solid #f5a01a;
        line-height: 52px;
        background-color: #f5a01a;
        width: 100%;
        float: right;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase; }
      #home-hero .wrapper .content-wrap #search-box #city-links, #top .wrapper .content-wrap #search-box #city-links {
        display: none; }
      #home-hero .wrapper .content-wrap #search-box select, #top .wrapper .content-wrap #search-box select {
        display: block;
        margin: 0 auto; } }
    @media screen and (max-width: 479px) {
      #home-hero .wrapper .content-wrap h1, #top .wrapper .content-wrap h1 {
        margin-top: 40px;
        margin-bottom: 40px; }
      #home-hero .wrapper #logo, #top .wrapper #logo {
        width: 49px;
        height: 49px;
        background-image: url(../img/logo2.png);
        background-size: 49px;
        height: 49px;
        margin: 26px 0 0 -25px; } }
  @media screen and (max-width: 640px) {
    #home-hero .wrapper, #top .wrapper {
      height: 600px; } }

#home-hero.open .wrapper #trigger, #top.open .wrapper #trigger {
  background-image: url(../img/menu-close.png);
  background-position: 0 2px; }
#home-hero.open .wrapper #mobile-menu, #top.open .wrapper #mobile-menu {
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s; }

#top {
  background-color: #0f82aa; }
  #top .wrapper {
    height: 91px;
    max-width: 1060px; }
    #top .wrapper .phone {
      float: right;
      display: inline-block;
      padding: 5px 0 0 0;
      font-size: 12px;
      font-weight: bold;
      color: #fff; }
    #top .wrapper #desktop-menu {
      margin: 40px 0 0 0; }
      #top .wrapper #desktop-menu li {
        color: #fff; }
        #top .wrapper #desktop-menu li a:hover, #top .wrapper #desktop-menu li a.active {
          color: #0e1014; }
        #top .wrapper #desktop-menu li #logged_in_status img {
          width: 30px;
          height: 30px;
          border-radius: 15px;
          border: 2px solid #fff; }
      #top .wrapper #desktop-menu li.user a {
        font-size: 13px;
        font-weight: 300; }

#global-search {
  background-color: #edeff0; }
  #global-search .wrapper {
    max-width: 1060px;
    padding: 0; }
    #global-search .wrapper #search-trigger {
      display: none;
      margin: 0 20px;
      height: 50px;
      vertical-align: middle;
      line-height: 50px;
      cursor: pointer; }
      #global-search .wrapper #search-trigger .fa-minus-circle {
        display: none; }
    #global-search .wrapper #search-trigger.open .fa-plus-circle {
      display: none; }
    #global-search .wrapper #search-trigger.open .fa-minus-circle {
      display: inline-block; }
    #global-search .wrapper form {
      height: 65px;
      padding: 0 0 0 20px;
      border-left: 1px solid #fff; }
      #global-search .wrapper form #search {
        display: inline-block;
        height: 65px;
        line-height: 65px;
        vertical-align: middle;
        background-color: transparent;
        border: 0;
        border-right: 1px solid #fff;
        float: left;
        color: #1a1a1a;
        font-size: 14px;
        font-family: "proxima-nova", sans-serif;
        width: 365px;
        margin: 0; }
      #global-search .wrapper form #submit {
        margin: 0;
        display: inline-block;
        padding: 0 30px;
        height: 65px;
        border: 1px solid #f5a01a;
        line-height: 65px;
        background-color: #f5a01a;
        float: right;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase; }
      #global-search .wrapper form ul {
        position: relative;
        display: inline-block;
        height: 65px;
        line-height: 65px;
        vertical-align: middle;
        border-right: 1px solid #fff;
        list-style: none; }
        #global-search .wrapper form ul li {
          padding: 0 30px; }
          #global-search .wrapper form ul li a {
            color: #1a1a1a;
            font-size: 14px;
            font-family: "proxima-nova", sans-serif; }
            #global-search .wrapper form ul li a i {
              color: #f5a01a; }
          #global-search .wrapper form ul li ul {
            display: none;
            list-style: none; }
            #global-search .wrapper form ul li ul li {
              text-align: center;
              line-height: 20px;
              margin: 0 0 0px 0;
              background-color: #e5e6e7;
              padding: 7px 0; }
            #global-search .wrapper form ul li ul li:hover {
              background-color: #edeff0; }
      #global-search .wrapper form .dropit {
        list-style: none;
        padding: 0;
        margin: 0; }
      #global-search .wrapper form .dropit .dropit-trigger {
        position: relative; }
      #global-search .wrapper form .dropit .dropit-submenu {
        visibility: visible;
        position: absolute;
        top: 100%;
        left: 0;
        /* dropdown left or right */
        z-index: 1000;
        display: none;
        width: 100%;
        list-style: none;
        padding: 0; }
      #global-search .wrapper form .dropit .dropit-open .dropit-submenu {
        display: block; }
    #global-search .wrapper form.load {
      overflow: hidden; }
    @media screen and (max-width: 968px) {
      #global-search .wrapper #search-trigger {
        display: block; }
      #global-search .wrapper form {
        height: auto;
        padding: 0;
        max-height: 0px;
        overflow: hidden;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s; }
        #global-search .wrapper form #search, #global-search .wrapper form #submit, #global-search .wrapper form ul {
          width: 100%;
          display: block;
          float: none;
          border: none; }
        #global-search .wrapper form #search {
          padding: 0 30px; }
      #global-search .wrapper form.open {
        max-height: 1000px;
        overflow: visible;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s; } }

.section.properties {
  background-color: #fff;
  padding-bottom: 20px; }
  .section.properties .wrapper {
    padding: 55px 20px; }
    .section.properties .wrapper h2 {
      color: #004e6e;
      font-weight: 100;
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      display: block;
      text-transform: uppercase;
      font-size: 26px;
      margin: 0 0 10px 0; }
    .section.properties .wrapper .listings {
      margin: 0 auto;
      display: block;
      position: relative;
      z-index: 10; }
      .section.properties .wrapper .listings .listings-wrap {
        display: block;
        position: relative;
        z-index: 10;
        text-align: center;
        margin: 0 auto; }
      .section.properties .wrapper .listings .listing {
        width: 380px;
        display: inline-block;
        float: left;
        margin: 0 10px 10px 10px; }
        .section.properties .wrapper .listings .listing .top {
          position: relative;
          width: 100%; }
          .section.properties .wrapper .listings .listing .top .photo {
            position: relative;
            z-index: 5;
            width: 100%;
            max-height: 285px; }
          .section.properties .wrapper .listings .listing .top .heart {
            position: absolute;
            z-index: 10;
            top: 10px;
            right: 10px; }
          .section.properties .wrapper .listings .listing .top p.count {
            position: absolute;
            z-index: 10;
            bottom: 10px;
            right: 10px; }
            .section.properties .wrapper .listings .listing .top p.count a {
              color: #fff;
              font-size: 14px;
              font-weight: 700;
              background-image: url(../img/icons/camera.png);
              background-repeat: no-repeat;
              display: inline-block;
              padding: 0 0 0 15px;
              background-position: 0 4px; }
        .section.properties .wrapper .listings .listing .bottom {
          background-color: #edeff0;
          padding: 35px;
          text-align: left; }
          .section.properties .wrapper .listings .listing .bottom .price {
            font-size: 26px;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 33px; }
          .section.properties .wrapper .listings .listing .bottom .address {
            font-size: 21px;
            color: #1a1a1a;
            line-height: 24px; }
            .section.properties .wrapper .listings .listing .bottom .address span {
              font-size: 15px;
              line-height: 24px; }
          .section.properties .wrapper .listings .listing .bottom .splitter {
            width: 50px;
            height: 5px;
            background-color: #1a1a1a;
            display: block;
            margin: 20px 0; }
          .section.properties .wrapper .listings .listing .bottom .details {
            color: #1a1a1a;
            font-size: 15px;
            font-family: "minion-pro-display", serif;
            line-height: 36px; }
          .section.properties .wrapper .listings .listing .bottom .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #f5a01a;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700; }
    .section.properties .wrapper .listings:before, .section.properties .wrapper .listings:after {
      position: absolute;
      top: 0;
      width: 1px;
      content: '';
      background-image: url(../img/border-fade.png);
      background-repeat: no-repeat;
      height: 100%;
      z-index: 1;
      display: block;
      clear: both; }
    .section.properties .wrapper .listings:before {
      left: 0; }
    .section.properties .wrapper .listings:after {
      right: 0; }
    @media screen and (max-width: 439px) {
      .section.properties .wrapper .listings-wrap {
        width: 100%; }
      .section.properties .wrapper .listings {
        width: 100% !important; }
        .section.properties .wrapper .listings .listing {
          width: 100%;
          margin: 0;
          padding: 0 10px; } }

.section.border .wrapper {
  padding: 70px 20px 55px 20px;
  max-width: 1268px; }
  .section.border .wrapper h2 {
    position: relative;
    overflow: hidden;
    z-index: 10;
    top: -15px; }
  .section.border .wrapper h2:before {
    width: 100%;
    left: -65%;
    position: absolute;
    content: '';
    border-top: 1px solid #cfcfcf;
    top: 15px;
    z-index: 1; }
  .section.border .wrapper h2:after {
    width: 100%;
    right: -65%;
    position: absolute;
    content: '';
    border-top: 1px solid #cfcfcf;
    top: 15px;
    z-index: 1; }
  @media screen and (max-width: 839px) {
    .section.border .wrapper .listings:before, .section.border .wrapper .listings:after, .section.border .wrapper h2:before, .section.border .wrapper h2:after {
      display: none; } }

.fa-heart {
  color: #e72222; }

#results .wrapper {
  max-width: 1100px;
  padding: 30px 20px; }
  #results .wrapper #results-filters #sort {
    float: left;
    display: inline-block;
    position: relative; }
  #results .wrapper #results-filters #perpage {
    float: right;
    display: inline-block;
    position: relative; }
  #results .wrapper #results-filters .dropit {
    list-style: none;
    padding: 0;
    margin: 0; }
  #results .wrapper #results-filters .dropit .dropit-trigger {
    position: relative; }
  #results .wrapper #results-filters .dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    /* dropdown left or right */
    z-index: 1000;
    display: none;
    width: 100%;
    list-style: none;
    padding: 0; }
  #results .wrapper #results-filters .dropit .dropit-open .dropit-submenu {
    display: block; }
  #results .wrapper .results {
    display: block;
    width: 100%; }
    #results .wrapper .results .result {
      display: block;
      width: 100%;
      clear: both;
      float: left;
      margin: 0 0 10px 0;
      background-color: #fff;
      border-bottom: 1px solid #edeff0; }
      #results .wrapper .results .result .left {
        float: left;
        width: 360px;
        position: relative; }
        #results .wrapper .results .result .left .photo {
          position: relative;
          z-index: 5;
          width: 100%; }
        #results .wrapper .results .result .left .new {
          position: absolute;
          z-index: 10;
          top: 10px;
          left: 0px;
          padding: 4px 10px;
          color: #fff;
          background-color: #f5a01a; }
        #results .wrapper .results .result .left p.count {
          position: absolute;
          z-index: 10;
          bottom: 10px;
          right: 10px; }
          #results .wrapper .results .result .left p.count a {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            background-image: url(../img/icons/camera.png);
            background-repeat: no-repeat;
            display: inline-block;
            padding: 0 0 0 15px;
            background-position: 0 4px; }
      #results .wrapper .results .result .right {
        float: left;
        width: 700px;
        position: relative;
        padding: 40px 20px 20px 40px; }
        #results .wrapper .results .result .right .price {
          font-size: 26px;
          font-weight: 700;
          color: #1a1a1a;
          line-height: 33px; }
        #results .wrapper .results .result .right .address {
          font-size: 20px;
          color: #1a1a1a;
          line-height: 24px;
          display: inline-block;
          max-width: 80%;
          margin: 0 0 10px 0; }
          #results .wrapper .results .result .right .address span {
            font-size: 15px;
            line-height: 24px; }
        #results .wrapper .results .result .right .splitter {
          width: 50px;
          height: 5px;
          background-color: #1a1a1a;
          display: block;
          margin: 20px 0; }
        #results .wrapper .results .result .right .details {
          color: #1a1a1a;
          font-size: 15px;
          font-family: "proxima-nova", sans-serif;
          line-height: 36px;
          max-width: 75%;
          display: inline-block;
          text-transform: uppercase; }
        #results .wrapper .results .result .right .btn {
          display: inline-block;
          max-width: 25%;
          float: right;
          padding: 10px 20px;
          background-color: #f5a01a;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700; }
        #results .wrapper .results .result .right .heart {
          font-size: 2em;
          float: right;
          display: inline-block;
          margin: 0 0px 0 0; }
  #results .wrapper .result-title .filters {
    text-transform: uppercase;
    font-size: 18px; }
  #results .wrapper .result-title.second {
    float: left;
    display: inline-block; }
  #results .wrapper .paging {
    float: right;
    display: inline-block; }
    #results .wrapper .paging ul.pageList li {
      list-style: none;
      width: 45px;
      height: 45px;
      background-color: #edeff0;
      line-height: 45px;
      vertical-align: middle;
      display: inline-block;
      text-align: center;
      margin: 0 1px;
      float: left; }
      #results .wrapper .paging ul.pageList li a {
        line-height: 45px;
        vertical-align: middle;
        color: #000;
        text-decoration: none;
        border: none;
        margin: 0;
        padding: 0;
        display: block; }
      #results .wrapper .paging ul.pageList li a.active {
        font-weight: 700; }
@media screen and (max-width: 1100px) {
  #results .wrapper .results .result .left {
    width: 40%; }
  #results .wrapper .results .result .right {
    width: 60%;
    padding: 20px 20px 20px 20px; }
    #results .wrapper .results .result .right .price {
      margin: 0; }
    #results .wrapper .results .result .right .btn {
      float: none;
      display: block;
      max-width: 150px; } }
@media screen and (max-width: 1085px) {
  #results .wrapper {
    padding: 20px; } }
@media screen and (max-width: 768px) {
  #results .wrapper .results .result {
    margin-bottom: 20px; }
    #results .wrapper .results .result .left, #results .wrapper .results .result .right {
      width: 100%;
      float: none; }
      #results .wrapper .results .result .left .splitter, #results .wrapper .results .result .right .splitter {
        margin: 10px 0; } }

#property-detail {
  padding: 10px 0; }
  #property-detail .wrapper {
    max-width: 1060px; }
    #property-detail .wrapper .back {
      font-size: 18px;
      color: #1a1a1a;
      text-decoration: none; }
      #property-detail .wrapper .back i {
        color: #f5a01a; }
    #property-detail .wrapper .result-title {
      margin-top: 50px; }
      #property-detail .wrapper .result-title h1 {
        color: #3694b6;
        font-size: 34px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        margin: 0; }
      #property-detail .wrapper .result-title .locale {
        float: left;
        display: inline-block;
        font-size: 15px;
        color: #1a1a1a;
        line-height: 24px;
        font-weight: 300;
        font-family: "proxima-nova", sans-serif;
        margin: 0; }
      #property-detail .wrapper .result-title .price {
        float: right;
        display: inline-block;
        color: #1a1a1a;
        font-size: 32px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        margin: 0; }
      #property-detail .wrapper .result-title #payment {
        float: right;
        display: inline-block;
        color: #1a1a1a;
        clear: right;
        font-size: 14px;
        font-weight: 300;
        font-family: "proxima-nova", sans-serif;
        margin: 0; }
        #property-detail .wrapper .result-title #payment span {
          font-size: 11px; }
    #property-detail .wrapper #detail {
      border-top: 1px solid #cfcfcf; }
      #property-detail .wrapper #detail .info-row {
        padding: 20px 0 40px 0; }
        #property-detail .wrapper #detail .info-row p {
          display: inline-block;
          float: left;
          text-transform: uppercase;
          font-size: 18px; }
        #property-detail .wrapper #detail .info-row p.icons {
          float: right;
          margin: 0; }
          #property-detail .wrapper #detail .info-row p.icons i {
            font-size: 1.3em;
            margin: 0 0 0 10px; }
        #property-detail .wrapper #detail .info-row .addthis_inline_share_toolbox {
          clear: none !Important;
          float: right;
          margin: 0 0px 0 20px; }
      #property-detail .wrapper #detail .top {
        margin: 0 0 30px 0;
        background-color: #edeff0;
        clear: both; }
        #property-detail .wrapper #detail .top .left {
          width: 760px;
          display: inline-block;
          float: left;
          position: relative;
          max-width: 100%; }
          #property-detail .wrapper #detail .top .left img {
            width: 100%;
            position: relative;
            z-index: 1;
            max-width: 100%; }
          #property-detail .wrapper #detail .top .left p {
            position: absolute;
            bottom: 10px;
            right: 10px;
            z-index: 5;
            color: #fff;
            background-color: #000;
            padding: 10px;
            font-weight: 700; }
        #property-detail .wrapper #detail .top .right {
          width: 300px;
          float: right;
          display: inline-block;
          padding: 30px; }
          #property-detail .wrapper #detail .top .right h2 {
            color: #0f82aa;
            font-size: 24px;
            line-height: 28px;
            margin: 0; }
          #property-detail .wrapper #detail .top .right .contact input {
            background-color: #fff;
            font-size: 15px;
            width: 100%;
            color: #1a1a1a;
            margin: 10px 0;
            border: none;
            padding: 5px; }
          #property-detail .wrapper #detail .top .right .contact textarea {
            background-color: #fff;
            font-size: 15px;
            width: 100%;
            color: #1a1a1a;
            margin: 10px 0;
            border: none;
            padding: 5px;
            height: 100px; }
      #property-detail .wrapper #detail h2 {
        color: #3694b6;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px; }
      #property-detail .wrapper #detail p {
        font-size: 18px;
        line-height: 28px;
        color: #1a1a1a;
        margin: 0 0 35px 0; }
      #property-detail .wrapper #detail ul {
        margin: 15px 0 15px 25px; }
      #property-detail .wrapper #detail .divider {
        padding: 35px 0;
        border-top: 1px solid #cfcfcf; }
  @media screen and (max-width: 1100px) {
    #property-detail {
      padding: 10px 20px; } }

#carousel .wrapper {
  max-width: 100%;
  width: 100%; }
  #carousel .wrapper #slides .slide {
    background-size: cover;
    height: 420px;
    width: 100%;
    text-align: center;
    position: relative; }
    #carousel .wrapper #slides .slide div {
      top: 50%;
      position: relative;
      z-index: 110;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      margin: 0 auto;
      width: 100%;
      max-width: 720px;
      padding: 0 20px; }
    #carousel .wrapper #slides .slide h2 {
      width: 100%;
      max-width: 720px;
      font-size: 44px;
      line-height: 44px;
      font-weight: 700;
      color: #fff; }
    #carousel .wrapper #slides .slide p {
      width: 100%;
      max-width: 720px;
      font-size: 18px;
      line-height: 28px;
      font-family: "minion-pro-display", serif;
      color: #fff;
      margin: 20px 0; }
    #carousel .wrapper #slides .slide p.cta {
      width: 100%;
      max-width: 720px;
      font-size: 16px;
      line-height: 26px;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      color: #fff; }
      #carousel .wrapper #slides .slide p.cta a {
        text-decoration: underline;
        color: #fff; }
  #carousel .wrapper .cycle-pager {
    position: absolute;
    z-index: 5;
    text-align: center;
    bottom: 20px; }
    #carousel .wrapper .cycle-pager span {
      width: 16px;
      height: 5px;
      display: inline-block;
      background-color: #70a3b6; }
    #carousel .wrapper .cycle-pager span.cycle-pager-active {
      background-color: #fff; }
  @media screen and (max-width: 480px) {
    #carousel .wrapper #slides .slide h2 {
      font-size: 32px;
      line-height: 34px; }
    #carousel .wrapper #slides .slide p {
      font-size: 16px;
      line-height: 26px; } }

.section .blockit {
  margin: 40px auto;
  width: 80%;
  border: 1px solid #e2e2e2;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1; }
  .section .blockit img {
    position: absolute;
    z-index: 5;
    top: -30px;
    left: 50%;
    margin: 0 0 0px -20px; }
  .section .blockit h1 {
    margin-top: 30px; }

.section.tan {
  background-color: #edebec; }

.section.white {
  background-color: #ffffff; }

.section.signup {
  background-color: #0f82aa; }

.section.tan .wrapper, .section.white .wrapper {
  padding: 0; }
  .section.tan .wrapper .left, .section.tan .wrapper .right, .section.white .wrapper .left, .section.white .wrapper .right {
    width: 30%;
    float: left;
    height: 500px; }
    .section.tan .wrapper .left h2, .section.tan .wrapper .right h2, .section.white .wrapper .left h2, .section.white .wrapper .right h2 {
      font-size: 36px;
      line-height: 40px;
      font-weight: 100; }
    .section.tan .wrapper .left div, .section.tan .wrapper .right div, .section.white .wrapper .left div, .section.white .wrapper .right div {
      top: 50%;
      position: relative;
      z-index: 110;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 10px; }
  .section.tan .wrapper .right, .section.white .wrapper .right {
    width: 30%;
    float: left; }
  .section.tan .wrapper .image, .section.white .wrapper .image {
    width: 70%; }
  .section.tan .wrapper .image img, .section.white .wrapper .image img {
    height: 100%; }
  @media screen and (max-width: 1085px) {
    .section.tan .wrapper .left, .section.tan .wrapper .right, .section.tan .wrapper .image, .section.white .wrapper .left, .section.white .wrapper .right, .section.white .wrapper .image {
      width: 100%;
      display: block;
      float: none;
      height: auto;
      text-align: center; }
      .section.tan .wrapper .left div, .section.tan .wrapper .right div, .section.tan .wrapper .image div, .section.white .wrapper .left div, .section.white .wrapper .right div, .section.white .wrapper .image div {
        top: auto;
        position: relative;
        z-index: 110;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        padding: 0 10%; }
      .section.tan .wrapper .left h2, .section.tan .wrapper .right h2, .section.tan .wrapper .image h2, .section.white .wrapper .left h2, .section.white .wrapper .right h2, .section.white .wrapper .image h2 {
        padding: 30px 0 0 0;
        text-align: center; }
      .section.tan .wrapper .left p, .section.tan .wrapper .right p, .section.tan .wrapper .image p, .section.white .wrapper .left p, .section.white .wrapper .right p, .section.white .wrapper .image p {
        text-align: center; } }
  @media screen and (max-width: 540px) {
    .section.tan .wrapper .left h2, .section.tan .wrapper .right h2, .section.white .wrapper .left h2, .section.white .wrapper .right h2 {
      font-size: 26px;
      line-height: 30px; } }

#section-matterport {
  clear: both;
  position: relative; }
  #section-matterport .wrapper {
    clear: both;
    position: relative; }
    #section-matterport .wrapper .left {
      width: 70%;
      float: left;
      height: 400px; }
    #section-matterport .wrapper .right.image {
      width: 30%;
      float: left;
      height: 400px; }
      #section-matterport .wrapper .right.image img {
        height: auto; }
    @media screen and (max-width: 1085px) {
      #section-matterport .wrapper .left, #section-matterport .wrapper .right.image {
        width: 100%;
        display: block;
        float: none;
        height: auto;
        text-align: center; }
        #section-matterport .wrapper .left div, #section-matterport .wrapper .right.image div {
          top: auto;
          position: relative;
          z-index: 110;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%);
          padding: 0 10%; }
        #section-matterport .wrapper .left h2, #section-matterport .wrapper .right.image h2 {
          padding: 30px 0 0 0;
          text-align: center; }
        #section-matterport .wrapper .left p, #section-matterport .wrapper .right.image p {
          text-align: center; } }
    @media screen and (max-width: 540px) {
      #section-matterport .wrapper .left h2, #section-matterport .wrapper .right h2 {
        font-size: 26px;
        line-height: 30px; } }

@media screen and (max-width: 1085px) {
  .section.white .wrapper .right {
    padding: 0 0 30px 0; } }

.section.signup .wrapper {
  padding: 0; }
  .section.signup .wrapper .left, .section.signup .wrapper .right {
    width: 50%;
    float: left;
    padding: 125px 0; }
    .section.signup .wrapper .left h2, .section.signup .wrapper .left p, .section.signup .wrapper .right h2, .section.signup .wrapper .right p {
      color: #fff; }
    .section.signup .wrapper .left h2, .section.signup .wrapper .right h2 {
      font-size: 36px;
      line-height: 40px;
      font-weight: 100; }
  .section.signup .wrapper .right {
    background-color: #10779b; }
  .section.signup .wrapper form {
    background-color: transparent;
    padding: 0px 30px; }
    .section.signup .wrapper form input {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      height: 43px;
      vertical-align: middle; }
    .section.signup .wrapper form input[type="submit"] {
      background-color: #f5a01a;
      border: 1px solid #f5a01a;
      font-weight: bold;
      padding: 0 25px;
      text-transform: uppercase; }
    .section.signup .wrapper form input::-webkit-input-placeholder {
      color: #fff; }
    .section.signup .wrapper form input:-moz-placeholder {
      color: #fff; }
    .section.signup .wrapper form input::-moz-placeholder {
      color: #fff; }
    .section.signup .wrapper form input:-ms-input-placeholder {
      color: #fff; }
    .section.signup .wrapper form .error {
      color: #f5a01a; }
@media screen and (max-width: 1085px) {
  .section.signup .wrapper {
    padding: 0 10%; } }
@media screen and (max-width: 768px) {
  .section.signup .wrapper .left, .section.signup .wrapper .right {
    width: 100%;
    float: none;
    padding: 30px 0; }
    .section.signup .wrapper .left h2, .section.signup .wrapper .left p, .section.signup .wrapper .right h2, .section.signup .wrapper .right p {
      text-align: center; } }

#footer {
  background-color: #f5f5f5; }
  #footer .wrapper {
    padding: 35px 20px 20px 20px; }
    #footer .wrapper #logo-footer {
      float: left;
      display: inline-block;
      width: 195px; }
      #footer .wrapper #logo-footer img {
        width: 100%; }
    #footer .wrapper .links {
      float: right;
      width: 50%; }
      #footer .wrapper .links ul {
        list-style: none;
        display: inline-block;
        width: 24%;
        vertical-align: top; }
        #footer .wrapper .links ul li {
          display: block;
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          color: #1a1a1a;
          margin: 0 0 10px 0; }
          #footer .wrapper .links ul li a {
            color: #1a1a1a;
            text-decoration: underline; }
      #footer .wrapper .links ul:last-child {
        text-align: center; }
        #footer .wrapper .links ul:last-child li {
          display: inline-block;
          margin: 0 4px; }
    #footer .wrapper p {
      clear: both;
      display: block;
      width: 100%;
      font-size: 14px;
      font-family: "proxima-nova", sans-serif;
      color: #1a1a1a; }
      #footer .wrapper p a {
        text-decoration: underline;
        color: #1a1a1a;
        margin: 0 10px; }
    @media screen and (max-width: 850px) {
      #footer .wrapper .links {
        float: left;
        width: 100%;
        margin: 20px 0; } }
    @media screen and (max-width: 480px) {
      #footer .wrapper .links ul {
        width: 25%; }
      #footer .wrapper .links ul:last-child {
        text-align: center;
        width: 21%; }
        #footer .wrapper .links ul:last-child li {
          display: block;
          margin: 0 0 10px 0; } }
    @media screen and (max-width: 380px) {
      #footer .wrapper .links ul, #footer .wrapper .links ul:last-child {
        width: 49%;
        margin: 0 0 10px 0; }
      #footer .wrapper .links ul:last-child {
        text-align: left; }
        #footer .wrapper .links ul:last-child li {
          display: inline-block;
          margin: 0 4px; }
      #footer .wrapper p a {
        display: block;
        margin: 10px 0; } }

.hidden {
  display: none; }

#my-favorites {
  padding: 00px 0; }

LDoherty2016! MPMCapita
.section .wrapper p.change {
  margin: 30px 0;
  padding: 20px;
  background-color: #edeff0; }

#narrow {
  margin-bottom: 30px;
  background-color: #edeff0;
  padding: 25px;
  width: 100%; }
  #narrow h2 {
    margin-bottom: 10px; }
  #narrow select {
    margin: 0 25px 20px 0; }

#notespane .form-control {
  width: 75%; }

.section .wrapper form #properties input {
  margin-top: 0px; }

#properties ol {
  margin-left: 0px; }

.form-horizontal .control-label {
  padding-top: 0px !important; }

#add-notes, #profile-info-block {
  border-bottom: 1px solid #edeff0; }

#my-notes {
  padding: 20px 0;
  clear: both;
  display: block; }

#add-notes {
  padding: 20px 0;
  clear: both;
  display: block; }

#profile-info-block {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0 2% 2% 0;
  padding: 0px;
  background-color: #edeff0; }
  #profile-info-block img {
    float: left;
    display: inline-block;
    width: 30%; }
  #profile-info-block div.info {
    float: right;
    display: inline-block;
    width: 65%;
    padding: 20px 0; }

#my-favorites, #my-recommended, #properties, #my-properties {
  clear: both;
  display: block;
  padding: 20px 0;
  width: 100%;
  float: left; }
  #my-favorites .listing, #my-recommended .listing, #properties .listing, #my-properties .listing {
    border-bottom: 1px solid #edeff0;
    width: 100%;
    display: block;
    clear: both;
    float: left; }
    #my-favorites .listing .left, #my-recommended .listing .left, #properties .listing .left, #my-properties .listing .left {
      float: left;
      width: 80%;
      line-height: 20px; }
    #my-favorites .listing .photo, #my-recommended .listing .photo, #properties .listing .photo, #my-properties .listing .photo {
      width: 100px;
      display: inline-block;
      margin: 0 20px 0 0; }
    #my-favorites .listing .removefav, #my-recommended .listing .removefav, #properties .listing .removefav, #my-properties .listing .removefav {
      float: right;
      text-align: right;
      width: 20%;
      margin: 25px 0 0 0; }

#my-properties, #leadcardwrap, #agent-profile {
  border-top: 1px solid #edeff0;
  padding: 20px 0; }
  #my-properties .listing, #leadcardwrap .listing, #agent-profile .listing {
    border-top: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0; }
    #my-properties .listing .editlisting, #leadcardwrap .listing .editlisting, #agent-profile .listing .editlisting {
      float: right;
      text-align: right;
      width: 20%;
      margin: 25px 0 0 0; }
  #my-properties p .btn, #leadcardwrap p .btn, #agent-profile p .btn {
    padding: 5px 20px;
    background-color: #f5a01a;
    color: #fff; }

#properties {
  padding: 0 0 20px 0; }

.container.no-padding {
  padding: 0; }

.profile-property-block {
  border-bottom: 1px solid #edeff0; }

.agent-property {
  width: 370px;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 10px; }
  .agent-property .left {
    position: relative;
    width: 100%; }
    .agent-property .left .photo {
      position: relative;
      z-index: 5;
      width: 100%; }
    .agent-property .left .heart {
      position: absolute;
      z-index: 10;
      top: 10px;
      right: 10px; }
    .agent-property .left p.count {
      position: absolute;
      z-index: 10;
      bottom: 10px;
      right: 10px; }
      .agent-property .left p.count a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        background-image: url(../img/icons/camera.png);
        background-repeat: no-repeat;
        display: inline-block;
        padding: 0 0 0 15px;
        background-position: 0 4px; }
  .agent-property .right {
    background-color: #edeff0;
    padding: 35px;
    text-align: left; }
    .agent-property .right .price {
      font-size: 26px;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 33px; }
    .agent-property .right .address {
      font-size: 21px;
      color: #1a1a1a;
      line-height: 24px; }
      .agent-property .right .address span {
        font-size: 15px;
        line-height: 24px; }
    .agent-property .right .splitter {
      width: 50px;
      height: 5px;
      background-color: #1a1a1a;
      display: block;
      margin: 20px 0; }
    .agent-property .right .details {
      color: #1a1a1a;
      font-size: 15px;
      font-family: "minion-pro-display", serif;
      line-height: 36px; }
    .agent-property .right .btn {
      display: inline-block;
      padding: 10px 20px;
      background-color: #f5a01a;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700; }

.section .wrapper .ind-agent {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0 2% 2% 0;
  padding: 0px;
  background-color: #edeff0; }
  .section .wrapper .ind-agent img {
    float: left;
    display: inline-block;
    width: 30%; }
  .section .wrapper .ind-agent div {
    float: right;
    display: inline-block;
    width: 65%;
    padding: 20px 0; }
  .section .wrapper .ind-agent p {
    margin: 0 0 10px 0; }
  .section .wrapper .ind-agent .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f5a01a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }
  .section .wrapper .ind-agent p.clear {
    float: none;
    width: 100%;
    clear: both; }

.section .wrapper .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f5a01a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

#agent-profile .ind-agent {
  width: 100%;
  display: inline-block;
  margin: 0px 0 20px 0;
  padding: 0px;
  background-color: #edeff0; }
  #agent-profile .ind-agent img {
    float: left;
    display: inline-block;
    width: 30%; }
  #agent-profile .ind-agent div {
    float: right;
    display: inline-block;
    width: 65%;
    padding: 20px 0; }
  #agent-profile .ind-agent p {
    margin: 0 0 10px 0; }
  #agent-profile .ind-agent .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f5a01a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }
  #agent-profile .ind-agent p.clear {
    float: none;
    width: 100%;
    clear: both; }

.list-group-item {
  border: none;
  display: block;
  width: 100%;
  clear: both; }
  .list-group-item .avatar {
    float: left;
    width: 5%;
    text-align: center; }
    .list-group-item .avatar span {
      display: block;
      width: 40px;
      height: 40px;
      background-size: 40px 40px;
      border-radius: 20px;
      background-color: #0f82aa;
      color: #fff;
      font-size: 12px;
      vertical-align: middle;
      line-height: 40px;
      text-align: center; }
  .list-group-item .note {
    float: left;
    display: inline-block;
    width: 80%;
    background-color: #0f82aa;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px; }
  .list-group-item .action {
    float: right;
    display: inline-block;
    width: 15%; }
    .list-group-item .action span {
      display: block;
      text-align: right; }
    .list-group-item .action a {
      display: block;
      text-align: right; }
  @media screen and (max-width: 1085px) {
    .list-group-item .avatar {
      width: 10%; }
    .list-group-item .note {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .list-group-item .avatar {
      width: 15%; }
    .list-group-item .note {
      width: 60%; } }

.list-group-item.client .avatar span {
  background-color: #edeff0;
  color: #000; }
.list-group-item.client .note {
  background-color: #edeff0;
  color: #000; }

.leadcard {
  width: 200px;
  height: 200px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center;
  background-color: #0f82aa;
  margin: 0 0 20px 0;
  background-size: cover;
  transition: all .2s ease-in-out; }
  .leadcard a {
    position: relative;
    top: 0;
    text-align: center;
    color: #fff;
    height: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    transition: all .2s ease-in-out; }
    .leadcard a .color {
      background-color: #0f82aa;
      padding: 5px; }
    .leadcard a span {
      display: block;
      line-height: 16px; }
    .leadcard a span.name {
      margin: 5px 0;
      line-height: 26px; }
    .leadcard a span.login {
      font-size: 10px;
      margin: 0 0 5px 0;
      color: #edeff0; }
    .leadcard a span.count {
      font-size: 12px;
      margin: 0 0 5px 0;
      color: #f5a01a; }
    .leadcard a .avatar {
      float: left;
      display: inline-block;
      width: 100px;
      transition: all .2s ease-in-out; }

.leadcard:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  background-color: #000; }

.leadcard:hover a {
  text-decoration: none; }

#leadcardsni .ni {
  clear: both;
  padding: 20px 0 0 0; }
  #leadcardsni .ni h2 {
    margin: 0 0 10px 0; }
#leadcardsni .leadcard {
  margin: 0 20px 20px 0; }

p.btn, .submitrow button {
  display: block;
  max-width: 25%;
  padding: 10px 20px;
  background-color: #f5a01a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px; }

.addnoterow button {
  display: block;
  max-width: 100%;
  padding: 10px 20px;
  background-color: #f5a01a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px; }

@media screen and (max-width: 1085px) {
  p.btn, .addnoterow button, .submitrow button {
    max-width: 100%; } }
.section .wrapper form #properties input#fpadd, .section .wrapper form #properties input#rpadd {
  display: inline-block;
  margin: 15px 20px 0 0;
  max-width: 200px; }

#properties p.btn, .submitrow button {
  display: inline-block; }

#leadinfo {
  border-bottom: 1px solid #edeff0; }

#addnote {
  display: block;
  clear: both;
  width: 100%;
  background-color: #edeff0;
  margin: 80px 0 30px 0;
  padding: 20px; }
  #addnote textarea {
    color: #000;
    background-color: #fff; }

@media screen and (max-width: 480px) {
  #addnote .col-sm-10 {
    clear: both;
    float: none; } }
.prop-block {
  clear: both;
  display: block;
  width: 100%; }

#notespane {
  border-bottom: 1px solid #edeff0;
  clear: both; }
  #notespane .fa {
    float: left;
    margin: 0 0 0 10px; }

#addnote:after, .prop-block:after {
  content: "";
  display: table;
  clear: both; }

.submitrow {
  padding: 20px 0; }

div.newspublisher {
  padding: 20px;
  background-color: #fff;
  max-width: 1180px;
  margin: 0 auto; }
  div.newspublisher #np-content-container label {
    float: none !Important;
    width: 100%; }
  div.newspublisher #newspublisherHeader {
    display: none; }
  div.newspublisher #newspublisherForm {
    background-color: #fff !Important; }
    div.newspublisher #newspublisherForm .np-text, div.newspublisher #newspublisherForm .np-textarea, div.newspublisher #newspublisherForm .np-image {
      display: block;
      clear: both;
      float: left;
      width: 100%;
      margin: 10px 0; }
      div.newspublisher #newspublisherForm .np-text label, div.newspublisher #newspublisherForm .np-textarea label, div.newspublisher #newspublisherForm .np-image label {
        float: left;
        display: inline-block;
        margin: 0 2% 0 0;
        width: 18%; }
      div.newspublisher #newspublisherForm .np-text input, div.newspublisher #newspublisherForm .np-text textarea, div.newspublisher #newspublisherForm .np-textarea input, div.newspublisher #newspublisherForm .np-textarea textarea, div.newspublisher #newspublisherForm .np-image input, div.newspublisher #newspublisherForm .np-image textarea {
        float: left;
        display: inline-block;
        min-width: 400px;
        width: 80%;
        color: #000;
        margin: 0;
        border: 1px solid #ccc; }
    div.newspublisher #newspublisherForm fieldset {
      display: block;
      clear: both;
      float: left;
      width: 100%;
      margin: 10px 0;
      padding: 0;
      border: 0; }
      div.newspublisher #newspublisherForm fieldset legend {
        float: left;
        display: inline-block;
        margin: 0 2% 0 0;
        width: 18%;
        font-size: 14px;
        font-weight: bold; }
      div.newspublisher #newspublisherForm fieldset input, div.newspublisher #newspublisherForm fieldset textarea, div.newspublisher #newspublisherForm fieldset select {
        float: left;
        display: inline-block;
        min-width: 400px;
        width: 80%;
        color: #000;
        border: 1px solid #ccc;
        margin: 0; }
    div.newspublisher #newspublisherForm .np-image button, div.newspublisher #newspublisherForm .np-image div {
      margin-left: 20%;
      margin-top: 10px; }
    div.newspublisher #newspublisherForm .buttons {
      display: block;
      clear: both;
      float: left;
      width: 100%;
      margin: 10px 0;
      padding-left: 20%; }
      div.newspublisher #newspublisherForm .buttons input {
        display: inline-block;
        margin: 10px 20px 10px 0; }
      div.newspublisher #newspublisherForm .buttons .cancel {
        border: none;
        background-color: #ccc; }

form.np_button_form {
  padding: 0px !Important;
  background-color: #fff !Important; }

.matterport-showcase {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.matterport-showcase iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* File Uplaoder */
#cccp {
  position: relative;
  margin: 0 auto;
  min-height: 0px;
  width: 100%;
  z-index: 2; }

#filelist {
  float: left;
  min-height: 0px;
  min-width: 320px;
  clear: both;
  width: 100%; }

#uploadlist {
  overflow: auto;
  max-height: 400px; }

#cccp form {
  display: none; }

#filelist .file_wrap,
#filelist .file_error {
  width: 24%;
  position: relative;
  margin: 3px;
  float: left;
  border: 1px solid #eef;
  padding: 3px;
  padding-right: 24px;
  overflow: hidden;
  transition: background 0.3s; }

#filelist .file_error {
  background: #EE7777; }

#filelist .file_wrap:hover {
  background: #d4e7f9;
  transition: background 0.3s; }

#filelist .title {
  line-height: 18px;
  height: 18px;
  font-size: 10pt;
  white-space: nowrap; }

.overbtn {
  width: 11px;
  height: 11px;
  background: url(../img/icons.png) no-repeat;
  cursor: pointer;
  z-index: 3;
  opacity: 0.5;
  transition: opacity 0.3s; }

.ob_download {
  background-position: 0 0; }

.ob_delete {
  background-position: -11px 0; }

.file_wrap .ob_download {
  position: absolute;
  right: 16px;
  top: 0;
  margin: 6px; }

.file_wrap .ob_delete {
  position: absolute;
  right: 0;
  top: 0;
  margin: 6px; }

.up .ob_delete {
  margin: 5px;
  float: right; }

.file_wrap:hover .ob_download {
  background-position: 0 -11px; }

.up:hover .ob_delete,
.file_wrap:hover .ob_delete {
  background-position: -11px -11px; }

.up:hover .overbtn,
.file_wrap:hover .overbtn {
  opacity: 1.0; }

#filelist .ui-cover {
  background: #eef; }

#filelist .ui-selected {
  border: 1px solid #99f;
  background: #edf2f2; }

#filelist .ui-selecting {
  border: 1px solid #aaf;
  background: #edf2f2; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #f04020;
  background: #aaf;
  opacity: 0.6; }

.up:first-child {
  margin-top: 0; }

.up:hover {
  background: #eef; }

.up {
  position: relative;
  height: 32px;
  margin-top: 5px;
  border: 1px dotted #dadada;
  padding: 5px; }

.progress {
  margin-bottom: 0;
  float: right;
  width: 300px; }

.up .info {
  float: left;
  overflow: hidden;
  width: 50%; }

.fa-eye-slash {
  color: #f5a01a; }

div.newspublisher #newspublisherForm fieldset {
  clear: none;
  width: 100%; }
  div.newspublisher #newspublisherForm fieldset select {
    width: 80%;
    min-width: 1px;
    padding: 10px; }
div.newspublisher #newspublisherForm .np-date {
  clear: none;
  width: auto;
  float: left;
  display: inline-block; }

#neighborhood {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0px;
  margin: 0 0 20px 0;
  background-color: #edeff0;
  padding: 25px; }
  #neighborhood h2 {
    margin: 0; }
  #neighborhood .inner .credit {
    font-size: 11px;
    margin: 0; }
  #neighborhood .inner .image {
    margin: 5px 0;
    border: 0;
    float: left;
    width: 50%;
    display: inline-block; }
  #neighborhood .inner #map {
    float: left;
    width: 50%;
    display: inline-block; }
    #neighborhood .inner #map iframe {
      width: 100%; }
  #neighborhood .inner #description {
    clear: both;
    display: block; }

.section.calculator .wrapper form input {
  margin: 0 3px 15px 3px;
  display: inline-block; }
.section.calculator .wrapper table tr td {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  color: #0e1014; }
.section.calculator .wrapper table tr td:first-of-type {
  padding-right: 10px;
  vertical-align: middle; }
  .section.calculator .wrapper table tr td:first-of-type span {
    line-height: 14px;
    vertical-align: middle;
    height: 26px;
    display: inline-block; }

#spinner {
  display: none;
  float: left; }

.spinner {
  display: none;
  float: right; }

#spinner.show, .spinner.show {
  display: inline-block; }
