@charset "UTF-8";
/*!
Theme Name: Some Like it Neat
Theme URI: https://github.com/digisavvy/some-like-it-neat
Author: Alex Vasquez
Author URI: http://alexhasnicehair.com
Description: A Starter Theme built using _S, Bourbon and Neat (http://underscores.me, http://bourbon.io, http://neat.bourbon.io)
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Text Domain: digistarter
Domain Path: /languages/
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Some Like it Neat is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* Import Bourbon and Neat */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Import base */
/*! normalize.css v2.1.3 | 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;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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: "“" "”" "‘" "’";
}

/**
 * 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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 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;
}

.extraLarge {
  font-size: 3em;
}

.noMarginTop {
  margin-top: 0px;
}

html h4 {
  margin: 1em 0;
}

.arrowUp {
  width: 5px;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #FFF;
}

.arrowDown {
  width: 5px;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #FFF;
}

.singlePost a {
  color: #2aaef5;
  font-weight: 400;
}

.singlePost ul, ol {
  font-size: 16px;
  line-height: 1.65;
}

.singlePost li {
  margin-bottom: 3px;
}

body {
  background: #FFF;
}
body .mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  body .mobile {
    display: block;
  }
}
body .tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  body .tablet {
    display: block;
  }
}
body .smallDesktop {
  display: none;
}
@media screen and (max-width: 830px) {
  body .smallDesktop {
    display: block;
  }
}
body .desktop {
  display: none;
}
@media screen and (max-width: 1200px) {
  body .desktop {
    display: block;
  }
}
body .smallTablet {
  display: none;
}
@media screen and (max-width: 730px) {
  body .smallTablet {
    display: block;
  }
}
body .smallTabletHidden {
  display: block;
}
@media screen and (max-width: 730px) {
  body .smallTabletHidden {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  body .mobileHidden {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  body .tablet {
    display: none !important;
  }
}
body .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
body .outerWrapper {
  background-color: #F5F5F5;
  min-height: 100%;
}
body .outerWrapper .contentWrapper {
  display: block;
}
body .outerWrapper .contentWrapper:after {
  content: "";
  display: table;
  clear: both;
}
body .outerWrapper .contentWrapper .centralAreaWrapper {
  margin-left: 160px;
  margin-right: 160px;
}
@media screen and (max-width: 1200px) {
  body .outerWrapper .contentWrapper .centralAreaWrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  body .outerWrapper .contentWrapper .centralAreaWrapper {
    margin-left: 85px;
  }
}
@media screen and (max-width: 650px) {
  body .outerWrapper .contentWrapper .centralAreaWrapper {
    margin-left: 0;
  }
}
body .outerWrapper .contentWrapper .centralAreaWrapper .centralArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  position: relative;
}
body .outerWrapper .contentWrapper .centralAreaWrapper .centralArea:last-child {
  margin-right: 0;
}
body .outerWrapper .contentWrapper .sideWrapper {
  position: fixed;
  height: 100%;
  width: 160px;
  min-height: 1000px;
  background-color: #3C3C3C;
}
@media screen and (max-width: 950px) {
  body .outerWrapper .contentWrapper .sideWrapper {
    width: 85px;
  }
}
@media screen and (max-width: 650px) {
  body .outerWrapper .contentWrapper .sideWrapper {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body .outerWrapper .contentWrapper .sideWrapper.summary {
    display: none;
  }
}
body .outerWrapper .contentWrapper .sideWrapper.summary:last-child {
  margin-right: 0;
}
body .outerWrapper .contentWrapper .sideWrapper .menuContentWrapper {
  height: 100%;
  position: absolute;
  width: inherit;
  top: 0;
}
body .outerWrapper .contentWrapper .sideWrapper.appMenu {
  left: 0px;
  top: 0px;
}
body .outerWrapper .contentWrapper .sideWrapper.summary {
  right: 0px;
  top: 0px;
}
body .outerWrapper .contentWrapper .sideWrapper.appSideHelpLeft {
  top: 60px;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  body .outerWrapper .contentWrapper .sideWrapper.appSideHelpLeft {
    display: none;
  }
}
body .outerWrapper .contentWrapper .sideWrapper.appSideHelpRight {
  top: 60px;
  right: 0px;
}
@media screen and (max-width: 1200px) {
  body .outerWrapper .contentWrapper .sideWrapper.appSideHelpRight {
    display: none;
  }
}

body.loggedin .outerWrapper .contentWrapper {
  background-color: #F5F5F5;
  padding-bottom: 24px;
}
@media screen and (max-width: 650px) {
  body.loggedin .outerWrapper .contentWrapper {
    padding-bottom: 40px;
  }
}
body.loggedin .outerWrapper .contentWrapper.static {
  background: none;
}
body.loggedin .centralArea {
  padding-top: 0px;
}
body.loggedin .centralArea .appHeader {
  background-color: #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0);
  color: #3C3C3C;
  position: relative;
  height: 30px;
  z-index: 2;
  text-align: center;
  font-size: 1em;
}
@media screen and (max-width: 650px) {
  body.loggedin .centralArea .appHeader {
    height: 40px;
  }
}
body.loggedin .centralArea .appHeader .backButtonWrapper {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.loggedin .centralArea .appHeader .backButtonWrapper {
    display: block;
    position: absolute;
  }
}
body.loggedin .centralArea .appHeader .titleTextWrapper {
  position: absolute;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 5px 0 0 0;
}
body.loggedin .centralArea .appHeader .titleTextWrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  body.loggedin .centralArea .appHeader .titleTextWrapper {
    display: none;
  }
}
body.loggedin .centralArea .appHeader .overviewTextWrapper {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.loggedin .centralArea .appHeader .overviewTextWrapper {
    display: block;
    position: absolute;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 9px 0 0 0;
    font-weight: 600;
    line-height: 13px;
  }
  body.loggedin .centralArea .appHeader .overviewTextWrapper:last-child {
    margin-right: 0;
  }
  body.loggedin .centralArea .appHeader .overviewTextWrapper span {
    display: inline;
    font-size: 0.75em;
    font-weight: 400;
  }
}
@media screen and (max-width: 650px) {
  body.loggedin .centralArea .appHeader .overviewTextWrapper {
    display: block;
    position: absolute;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 9px 0 0 0;
    font-weight: 600;
    line-height: 14px;
  }
  body.loggedin .centralArea .appHeader .overviewTextWrapper:last-child {
    margin-right: 0;
  }
  body.loggedin .centralArea .appHeader .overviewTextWrapper span {
    display: block;
    font-size: 0.625em;
    font-weight: 400;
  }
}
body.loggedin .centralArea .appHeader .LogOutButtonWrapper {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.loggedin .centralArea .appHeader .LogOutButtonWrapper {
    display: block;
    position: absolute;
    right: 0;
  }
}
body.loggedin .centralArea .appHeader .fundAccountButtonWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  display: none;
  text-align: right;
  padding: 5px 20px 0 0;
  text-decoration: none;
  color: #FFF;
}
body.loggedin .centralArea .appHeader .fundAccountButtonWrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  body.loggedin .centralArea .appHeader .fundAccountButtonWrapper {
    display: block;
  }
}
@media screen and (max-width: 730px) {
  body.loggedin .centralArea .appHeader .fundAccountButtonWrapper {
    padding-right: 7px;
  }
}
body.loggedin .centralArea .appHeader .fundAccountButtonWrapper .whiteLinkTablet {
  text-decoration: none;
  color: #3C3C3C;
}
@media screen and (max-width: 730px) {
  body.loggedin .centralArea .appHeader .fundAccountButtonWrapper .whiteLinkTablet {
    display: none;
  }
}
body.loggedin .centralArea .appHeader .fundAccountButtonWrapper .whiteLink {
  display: none;
  color: #3C3C3C;
  text-decoration: none;
  padding: 5px 20px 0 0;
}
@media screen and (max-width: 730px) {
  body.loggedin .centralArea .appHeader .fundAccountButtonWrapper .whiteLink {
    display: inline;
  }
}

.pageTitle {
  position: relative;
  float: left;
  background: #FFF;
  padding: 0 60px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0);
  width: 100%;
}
@media screen and (max-width: 650px) {
  .pageTitle {
    padding: 0 15px;
  }
}
.pageTitle h2 {
  color: #497CBC;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  margin: 8px 0 5px 0;
}
.pageTitle p {
  color: #3C3C3C;
  font-size: 0.813em;
  margin: 15px 0;
}

body.static .outerWrapper .contentWrapper #footerInnerWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
body.static .outerWrapper .contentWrapper #footerInnerWrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  body.static .outerWrapper .contentWrapper #footerInnerWrapper {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  body.static .outerWrapper .contentWrapper #footerInnerWrapper:last-child {
    margin-right: 0;
  }
}

body.public .outerWrapper .contentWrapper .centralAreaWrapper {
  margin-left: 160px;
  margin-right: 160px;
}
@media screen and (max-width: 1200px) {
  body.public .outerWrapper .contentWrapper .centralAreaWrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
}

h1 {
  text-align: center;
}

.margin-center {
  margin: 0 auto;
}

.marginCenter {
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  width: inherit; /* Make images fill their parent's space. Solves IE8. */
}
.img-responsive.full-width {
  width: 100%;
}

.noticeArea {
  min-height: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .noticeArea {
    display: inline;
  }
}

.alert {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.alert:last-child {
  margin-right: 0;
}
.alert.alert-error {
  color: #D54544;
}

.notice {
  text-align: center;
  position: relative;
  background: #FFF;
  padding: 6px 0;
  box-shadow: 0 3px 2px -2px #979797;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  color: #FFF;
}
.notice:last-child {
  margin-right: 0;
}
.notice.inline {
  font-size: 0.75em;
  margin-bottom: 5px;
}
.notice a {
  color: #FFF;
}
.notice.plain {
  box-shadow: none;
  border: none;
  background: transparent;
}
.notice.success {
  background-color: #84D500;
}
.notice.error {
  background: #D54544;
  padding: 6px 30px;
}
.notice.info {
  background: #3FC3FC;
  padding: 6px 30px;
}
.notice.hidden {
  display: none;
}
.notice.noBackground {
  background: none;
  padding: 5px 0;
}
.notice.absolute {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
}
.notice .internal {
  padding-left: 160px;
  display: inline-block;
}
.notice .dismissNotice {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .notice .internal {
    padding-left: 0px;
  }
}
.notice.icon {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  min-height: 1px;
}
.notice.icon:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .notice.icon {
    padding: 10px;
  }
  .notice.icon .iconArea img {
    left: 10px;
  }
}
.notice.icon .iconArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 6.25%;
  min-height: 1px;
  text-align: center;
}
.notice.icon .iconArea:last-child {
  margin-right: 0;
}
.notice.icon .iconArea img {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.notice.icon .textArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 87.5%;
  text-align: left;
  font-size: 0.9em;
  margin-left: 6.25%;
}
.notice.icon .textArea:last-child {
  margin-right: 0;
}

.note {
  font-size: 0.9em;
}
.note.thinBox {
  padding: 15px;
  border: 1px solid #3C3C3C;
}

.alert {
  text-align: center;
  padding: 10px 0;
}

.percentageRaisedWrapper {
  background-color: #CACACA;
  color: #FFF;
  height: 26px;
  width: 100%;
  border-bottom-right-radius: 6px;
  margin: 0;
  position: relative;
  font-size: 0.75em;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.percentageRaisedWrapper .timeLeftBar {
  width: 100%;
  text-align: center;
  line-height: 28px;
}
.percentageRaisedWrapper .percentageRaised {
  background-color: #3FC3FC;
  height: 100%;
  width: 0%;
  padding-left: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  color: #FFF;
}
.percentageRaisedWrapper .percentageRaised.rounded {
  border-bottom-right-radius: 6px;
}
.percentageRaisedWrapper .percentageRaised p {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 0;
  width: 200px;
  line-height: 26px;
  vertical-align: middle;
  color: #FFF;
}
.percentageRaisedWrapper .raisedSecondary {
  background-color: #497CBC;
  border-bottom-right-radius: 6px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper .raisedSecondary {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.percentageRaisedWrapper .raisedSecondary.rounded {
  border-bottom-right-radius: 6px;
}
.percentageRaisedWrapper .raisedSecondary.pending {
  width: 100%;
  background-color: #497CBC;
}
.percentageRaisedWrapper .raisedSecondary p {
  font-size: 0.9em;
  line-height: 20px;
  vertical-align: middle;
  top: 3px;
  position: relative;
  margin: 0;
}
.percentageRaisedWrapper .raisedSecondary p.leftForSale {
  margin-right: 182px;
  display: block;
  left: 10px;
}
.percentageRaisedWrapper .raisedSecondary p.leftForSale.individualProperty {
  text-align: center;
  margin-right: 0;
  left: 0;
  font-size: 1em;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper .raisedSecondary p.leftForSale {
    text-align: center;
    width: 50%;
    position: absolute;
    left: 0;
    margin: 0;
    padding-left: 10px;
  }
}
.percentageRaisedWrapper .raisedSecondary .priceRange {
  height: 100%;
  border-left: 3px solid #FFF;
  text-align: center;
}
.percentageRaisedWrapper .raisedSecondary .priceRange.mobileView {
  position: absolute;
  right: 0px;
  width: 50%;
  display: none;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper .raisedSecondary .priceRange.mobileView {
    display: block;
  }
}
.percentageRaisedWrapper .raisedSecondary .priceRange.desktopView {
  width: 182px;
  float: right;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper .raisedSecondary .priceRange.desktopView {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .percentageRaisedWrapper .raisedSecondary .extraMessage {
    display: none;
  }
}
.percentageRaisedWrapper .raisedBorder {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 6px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 730px) {
  .percentageRaisedWrapper .raisedBorder {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.individualPercentageRaised {
  margin: 15px 5%;
  width: 80%;
}
.individualPercentageRaised.fullWidth {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .individualPercentageRaised {
    width: 100%;
    margin: 15px 0;
  }
}

.marketplacePercentageRaised {
  margin: 0;
}

.percentageCompleteArea {
  margin-right: 182px;
  position: relative;
  height: 100%;
}
.percentageCompleteArea.noTime {
  margin-right: 0;
}
@media screen and (max-width: 730px) {
  .percentageCompleteArea {
    margin-right: 0;
  }
}

.timeLeftArea {
  float: right;
  width: 182px;
  border-left: 3px solid #FFF;
  position: relative;
  height: 100%;
  background-color: #3FC3FC;
}
@media screen and (max-width: 730px) {
  .timeLeftArea {
    display: none;
  }
}

.triangle.right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #3C3C3C;
}
.triangle.right.grey {
  border-color: transparent transparent transparent #979797;
}
.triangle.down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #3C3C3C transparent transparent transparent;
}
.triangle.down.grey {
  border-color: #979797 transparent transparent transparent;
}

.blogWrapper {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
.blogWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.blogWrapper .sidebarWrapper {
  float: right;
}
.blogWrapper.list {
  padding: 0 10px;
}

.singlePost img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.sideWrapper .summaryContentWrapper {
  background-color: #3C3C3C;
  height: 100%;
  position: fixed;
  width: inherit;
  top: 0;
}
.sideWrapper .summaryContentWrapper .menuHeader {
  text-align: center;
  font-size: 1.2em;
  background-color: #3C3C3C;
  padding: 10px 0;
}
.sideWrapper .summaryContentWrapper .menuLogo {
  margin: 20px 15% 0 15%;
}
.sideWrapper .summaryContentWrapper .menuLogo img {
  max-width: 100%;
}
.sideWrapper .summaryContentWrapper .sumName {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.sideWrapper .summaryContentWrapper .sumName .firstSecond {
  position: relative;
  text-align: center;
  height: 70px;
  padding: 15px 0 0 0;
  border-bottom: 3px solid #497CBC;
}
.sideWrapper .summaryContentWrapper .sumName .sumType {
  text-align: center;
  margin: 0 0 0 0;
  font-size: 0.75em;
}
.sideWrapper .summaryContentWrapper .sumName .sumType a {
  color: #FFF;
  text-decoration: none;
}
.sideWrapper .summaryContentWrapper .sumName .dropDownArrow {
  position: absolute;
  top: 28px;
  right: 15px;
  cursor: pointer;
}
.sideWrapper .summaryContentWrapper .sumName .dropDownArrow img {
  position: relative;
  float: right;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown {
  background: #497CBC;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown .summaryDropdownWrapper {
  padding: 3px 0 0 0;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown p {
  color: #FFF;
  text-align: left;
  font-size: 0.75em;
  font-weight: 400;
  margin: 6px 0 0 70px;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown p a {
  color: #FFF;
  text-decoration: none;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown p a:visted {
  color: #FFF;
  text-decoration: none;
}
.sideWrapper .summaryContentWrapper .sumName .summaryDropdown p a:hover {
  text-decoration: underline;
}
.sideWrapper .summaryContentWrapper .logOut {
  font-size: 0.75em;
  font-weight: 600;
  position: relative;
  float: right;
  margin: 10px 15px 0 0;
}
.sideWrapper .summaryContentWrapper .logOut #logOutText {
  margin: 0 8px 10px 0;
  position: relative;
  float: left;
}
.sideWrapper .summaryContentWrapper .logOut a {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 20px;
}
.sideWrapper .summaryContentWrapper .logOut img {
  position: relative;
  float: right;
}
.sideWrapper .summaryContentWrapper .sumPhoto {
  margin: 50px auto 0 auto;
}
.sideWrapper .summaryContentWrapper .sumPhoto .circleborder {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-size: contain;
  background: #FFF;
  padding: 2px;
  margin: 0 auto;
  width: 115px;
  height: 115px;
}
.sideWrapper .summaryContentWrapper .sumPhoto .circleborder .circle {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
}
.sideWrapper .summaryContentWrapper .sumPhoto .circleborder .circle img {
  width: 100%;
}
.sideWrapper .summaryContentWrapper .buttonWhite {
  margin: 22px auto;
  width: 66%;
}
.sideWrapper .summaryContentWrapper .sumOverviewTitle {
  position: relative;
  margin: 0 auto;
  width: 150px;
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  height: 35px;
}
.sideWrapper .summaryContentWrapper .sumOverviewTitle img {
  float: left;
  margin: 3px 12px 5px 8px;
}
.sideWrapper .summaryContentWrapper .sumOverviewTitle h4 {
  float: left;
  margin: 5px 0;
  text-align: center;
}
.sideWrapper .summaryContentWrapper .sumOverview {
  margin: 0 0 0 40px;
  font-size: 0.75em;
  text-align: left;
}
.sideWrapper .summaryContentWrapper .sumCurrency {
  font-size: 1.75em;
  font-weight: 600;
  padding: 22px 0 0 0;
}
.sideWrapper .summaryContentWrapper .sumCurrency.secondSection {
  padding: 50px 0 0 0;
}
.sideWrapper .summaryContentWrapper .sumHistory {
  margin: 20px 0;
  text-align: center;
  font-size: 10px;
}
.sideWrapper .summaryContentWrapper .sumHistory a {
  color: #FFF;
  text-decoration: none;
}
.sideWrapper .summaryContentWrapper .sumHistory a:visted {
  color: #FFF;
  text-decoration: none;
}

#floorplans .floorplan {
  display: block;
}
#floorplans .floorplan:after {
  content: "";
  display: table;
  clear: both;
}
#floorplans .floorplan .floorplanImage {
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
}
#floorplans .floorplan .floorplanImage:last-child {
  margin-right: 0;
}
#floorplans .floorplan .floorplanImage img {
  width: 100%;
}
@media screen and (max-width: 730px) {
  #floorplans .floorplan .floorplanImage {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  #floorplans .floorplan .floorplanImage:last-child {
    margin-right: 0;
  }
}
#floorplans .floorplan .floorplanText {
  padding-left: 20px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 43.75%;
}
#floorplans .floorplan .floorplanText:last-child {
  margin-right: 0;
}
#floorplans .floorplan .floorplanText h2 {
  margin-top: 0;
}
@media screen and (max-width: 730px) {
  #floorplans .floorplan .floorplanText {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  #floorplans .floorplan .floorplanText:last-child {
    margin-right: 0;
  }
}

.centralArea #individualPropertyContent #dataWrapper .leftColumn {
  float: left;
  display: block;
  margin-right: 0%;
  width: 43.75%;
}
.centralArea #individualPropertyContent #dataWrapper .leftColumn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 730px) {
  .centralArea #individualPropertyContent #dataWrapper .leftColumn {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .centralArea #individualPropertyContent #dataWrapper .leftColumn:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #dataWrapper .leftColumn h2 {
  margin-top: 0px;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn {
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 730px) {
  .centralArea #individualPropertyContent #dataWrapper .rightColumn {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .centralArea #individualPropertyContent #dataWrapper .rightColumn:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection {
  display: block;
  padding: 5px 0;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection:after {
  content: "";
  display: table;
  clear: both;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .rangeTitle {
  float: left;
  display: block;
  margin-right: 0%;
  width: 12.5%;
  font-weight: bold;
  padding-top: 22px;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .rangeTitle:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .inlineFields {
  float: left;
  display: block;
  margin-right: 0%;
  width: 43.75%;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .inlineFields:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .inlineFields label {
  text-align: center;
  display: block;
  margin-bottom: 2px;
  font-size: 0.9em;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .inlineFields select {
  width: 93px;
  margin: 0 auto;
  display: block;
  background-color: #FFF;
  height: 30px;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .dateSelection .inlineFields select.month {
  width: 120px;
}
.centralArea #individualPropertyContent #dataWrapper .rightColumn .field {
  margin-top: 10px;
}
.centralArea #individualPropertyContent #dataWrapper .dataChartWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.centralArea #individualPropertyContent #dataWrapper .dataChartWrapper:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable {
  margin-top: 20px;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 12.5%;
  text-align: center;
  padding: 2px;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item.double {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item.double:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item.triple {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .item.triple:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow {
  display: block;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow:after {
  content: "";
  display: table;
  clear: both;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item .inner {
  padding: 5px;
  background-color: #cacaca;
  height: 50px;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item {
    display: none;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item.constant {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item.constant:last-child {
    margin-right: 0;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item.constant.double {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .headerRow .item.constant.double:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow {
  display: block;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow:after {
  content: "";
  display: table;
  clear: both;
}
.centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item .inner {
  padding: 5px;
  background-color: #e3e3e3;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipse;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item {
    display: none;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item.constant {
    float: left;
    display: block;
    margin-right: 0%;
    width: 37.5%;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item.constant:last-child {
    margin-right: 0;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item.constant.double {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
  }
  .centralArea #individualPropertyContent #dataWrapper .dataTable .itemRow .item.constant.double:last-child {
    margin-right: 0;
  }
}

.centralArea #individualPropertyContent #financial {
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
.centralArea #individualPropertyContent #financial:after {
  content: "";
  display: table;
  clear: both;
}
.centralArea #individualPropertyContent #financial h2 {
  margin: 0 0 15px 0;
  font-size: 1.225em;
}
.centralArea #individualPropertyContent #financial h3 {
  margin: 15px 0 8px 0;
}
.centralArea #individualPropertyContent #financial p {
  margin: 6px 0 6px 0;
  font-size: 0.875em;
}
.centralArea #individualPropertyContent #financial p.disclaimer {
  font-size: 0.75em;
}
.centralArea #individualPropertyContent #financial #capitalInvestment {
  float: left;
  display: block;
  margin-right: 0%;
  width: 31.25%;
  padding-right: 20px;
}
.centralArea #individualPropertyContent #financial #capitalInvestment:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial #capitalInvestment {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 20px;
  }
  .centralArea #individualPropertyContent #financial #capitalInvestment:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #financial #rentalInformation {
  float: left;
  display: block;
  margin-right: 0%;
  width: 31.25%;
  padding-right: 20px;
}
.centralArea #individualPropertyContent #financial #rentalInformation:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial #rentalInformation {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 20px;
  }
  .centralArea #individualPropertyContent #financial #rentalInformation:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial #priceIndex {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 20px;
  }
  .centralArea #individualPropertyContent #financial #priceIndex:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #financial #priceIndex p {
  margin: 0px;
}
.centralArea #individualPropertyContent #financial #priceIndex p.small {
  margin-top: 0px;
  margin-bottom: 10px;
}
.centralArea #individualPropertyContent #financial .financialOverview strong {
  font-size: 1em;
}
.centralArea #individualPropertyContent #financial .financialOverview strong.main {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 40px;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial .financialCalculationsArea {
    padding: 20px;
  }
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .notice {
  margin: 10px 0 6px 0;
  font-weight: bold;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding: 15px 20px 0 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-bottom: 20px;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField label {
  float: left;
  display: block;
  margin-right: 0%;
  width: 62.5%;
  font-weight: bold;
  font-size: 1.2em;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField label:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField .selectArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  text-align: right;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField .selectArea:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField .selectArea select {
  text-align: center;
  font-weight: bold;
  background-color: #FFF;
  color: #3C3C3C;
  width: 90px;
  height: 45px;
  font-size: 1.3em;
  padding: 5px;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationsInputs .inlineLabelField .selectArea select option {
  text-align: center;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding: 15px 0 0 15px;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote.mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote.mobile {
    display: block;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote.desktop {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0px;
    margin-top: 15px;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsArea .financialCalculationNote:last-child {
    margin-right: 0;
  }
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline.left {
  padding: 15px 15px 0 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline.right {
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 650px) {
  .centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0px;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline:last-child {
    margin-right: 0;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .value {
    text-align: right;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline.left {
    padding: 10px 0;
  }
  .centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline.right {
    padding: 10px 0;
  }
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .outputTitle {
  float: left;
  display: block;
  margin-right: 0%;
  width: 75%;
  font-size: 1.2em;
  font-weight: bold;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .outputTitle:last-child {
  margin-right: 0;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .outputTitle .output.sub {
  font-size: 1em;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .value {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  color: #497CBC;
  text-align: middle;
  font-size: 1.6em;
  font-weight: bold;
}
.centralArea #individualPropertyContent #financial .financialCalculationsOutputs .calcOutputInline .value:last-child {
  margin-right: 0;
}

body #individualPropertyContent .sellArea .SellTopArea {
  border-bottom: 1px solid #555555;
  display: block;
  padding: 0px 0px 30px 15px;
}
body #individualPropertyContent .sellArea .SellTopArea .notice {
  margin-bottom: 10px;
}
body #individualPropertyContent .sellArea .SellTopArea:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 830px) {
  body #individualPropertyContent .sellArea .SellTopArea {
    padding: 15px;
  }
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn {
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 830px) {
  body #individualPropertyContent .sellArea .SellTopArea .rightColumn {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  body #individualPropertyContent .sellArea .SellTopArea .rightColumn:last-child {
    margin-right: 0;
  }
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .propertyName {
  margin: 0 0 5px 0;
  font-size: 1.2em;
}
@media screen and (max-width: 830px) {
  body #individualPropertyContent .sellArea .SellTopArea .rightColumn .propertyName {
    margin: 20px 0 5px 0;
  }
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits {
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0);
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits .numberOfUnits {
  float: left;
  display: block;
  margin-right: 0%;
  width: 43.75%;
  background-color: #497CBC;
  color: #FFF;
  padding: 5px 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-weight: 600;
  font-size: 0.9em;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits .numberOfUnits:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits .avgPricePaid {
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
  text-align: right;
  background-color: #FFF;
  padding: 5px 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 600;
  font-size: 0.9em;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .overallUnits .avgPricePaid:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea {
  background: #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea h3 {
  margin: 10px 0;
  padding: 0 20px 5px 20px;
  border-bottom: 2px solid #3C3C3C;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 5px 20px;
  clear: both;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem .detailName {
  float: left;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem .detailValue {
  float: right;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem.blue {
  color: #FFF;
  background-color: #497CBC;
  font-weight: bold;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .propertyDetailItem.bold {
  font-weight: bold;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .divider {
  height: 3px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  background-color: #7B9BC1;
}
body #individualPropertyContent .sellArea .SellTopArea .rightColumn .personalPropertyDetailArea .personalPropertyDetails .divider:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 10px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 43.75%;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 830px) {
  body #individualPropertyContent .sellArea .SellTopArea .leftColumn {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0;
  }
  body #individualPropertyContent .sellArea .SellTopArea .leftColumn:last-child {
    margin-right: 0;
  }
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm {
  background-color: #FFF;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 10px 5px 5px 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm p {
  margin: 5px 0;
  text-align: center;
  font-size: 1em;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm h3 {
  text-align: center;
  font-size: 1.4em;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .listForSaleButtonWrapper {
  width: 150px;
  margin: 0 auto 10px auto;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form {
  margin-top: 10px;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0);
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField label {
  width: 100px;
  color: #FFF;
  background-color: #497CBC;
  padding-left: 10px;
  font-size: 0.875em;
  line-height: 36px;
  margin: 0px;
  float: left;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection {
  margin-left: 100px;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .inputWrapper {
  margin-right: 60px;
  width: initial;
  float: none;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .inputWrapper input {
  margin: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .inputWrapper input:focus {
  outline: none;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .inputWrapper .inputSymbol {
  margin-right: 20px;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .inputWrapper .currencySymbol {
  background-color: #FFF;
  width: 40px;
  float: right;
  text-align: left;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .nudgeButtons {
  width: 60px;
  float: right;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .nudgeButtons .nudgeButton {
  width: 50%;
  float: left;
  cursor: pointer;
  height: 36px;
  padding: 11px 7px;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .inlineLabelField .inputSection .nudgeButtons .nudgeButton.up {
  border-right: 1px solid #FFF;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .fairMarketPercentageArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 5px 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .fairMarketPercentageArea:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .fairMarketPercentageArea #fairMarketPercentage {
  width: 100%;
  font-size: 0.8em;
  text-align: right;
  float: right;
  max-height: 36px;
}
@media screen and (max-width: 650px) {
  body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm form .fairMarketPercentageArea #fairMarketPercentage {
    margin: 10px 0 !important;
  }
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 5px 20px;
  font-size: 1.2em;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem.first {
  border-bottom: 2px solid #3C3C3C;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem .detailName {
  float: left;
  display: block;
  margin-right: 0%;
  width: 75%;
  font-weight: bold;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem .detailName:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem .detailValue {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  font-weight: bold;
  text-align: right;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem .detailValue:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea .SellTopArea .leftColumn .sellForm .propertyDetailItem p.disclaimer {
  font-size: 0.6em;
  font-weight: 300;
  text-align: left;
}
body #individualPropertyContent .sellArea .SellTopArea h3 {
  margin: 0;
}
body #individualPropertyContent .sellArea #modalSell .investmentModalCheck {
  padding: 5px;
}
body #individualPropertyContent .sellArea #modalSell .investmentModalCheck label {
  font-weight: bold;
  cursor: pointer;
}
body #individualPropertyContent .sellArea #modalSell .investmentModalCheck input[type=checkbox] {
  margin-right: 10px;
}
body #individualPropertyContent .sellArea #modalSell .listSummary {
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
}
body #individualPropertyContent .sellArea #modalSell .listSummary:last-child {
  margin-right: 0;
}
@media screen and (max-width: 730px) {
  body #individualPropertyContent .sellArea #modalSell .listSummary {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  body #individualPropertyContent .sellArea #modalSell .listSummary:last-child {
    margin-right: 0;
  }
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 5px 0;
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem .detailName {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem .detailName:last-child {
  margin-right: 0;
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem .detailValue {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  text-align: right;
}
body #individualPropertyContent .sellArea #modalSell .listSummary .propertyDetailItem .detailValue:last-child {
  margin-right: 0;
}

.signUpOverlay {
  text-align: center;
}
.signUpOverlay a {
  margin: 0 auto;
}

#individualPropertyContent .propertyDescription .chartWrapperHoldings {
  margin-bottom: 15px;
}
#individualPropertyContent .financialOverview .top, #individualPropertyContent .dataOverview .top {
  border-bottom: 1px solid #3C3C3C;
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 1200px) {
  #individualPropertyContent .financialOverview .top, #individualPropertyContent .dataOverview .top {
    font-size: 0.8em;
  }
}
#individualPropertyContent .financialOverview .top .equalsSign, #individualPropertyContent .dataOverview .top .equalsSign {
  float: left;
  width: 15px;
  text-align: right;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .top .equalsSign, #individualPropertyContent .dataOverview .top .equalsSign {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    text-align: center;
  }
  #individualPropertyContent .financialOverview .top .equalsSign:last-child, #individualPropertyContent .dataOverview .top .equalsSign:last-child {
    margin-right: 0;
  }
}
#individualPropertyContent .financialOverview .top .unitValuationInner, #individualPropertyContent .dataOverview .top .unitValuationInner {
  margin-left: 15px;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .top .unitValuationInner, #individualPropertyContent .dataOverview .top .unitValuationInner {
    margin: 0;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  #individualPropertyContent .financialOverview .top .unitValuationInner:last-child, #individualPropertyContent .dataOverview .top .unitValuationInner:last-child {
    margin-right: 0;
  }
}
#individualPropertyContent .financialOverview .top .fraction, #individualPropertyContent .dataOverview .top .fraction {
  padding: 0 20px;
  float: left;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  #individualPropertyContent .financialOverview .top .fraction, #individualPropertyContent .dataOverview .top .fraction {
    width: 250px;
  }
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .top .fraction, #individualPropertyContent .dataOverview .top .fraction {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  #individualPropertyContent .financialOverview .top .fraction:last-child, #individualPropertyContent .dataOverview .top .fraction:last-child {
    margin-right: 0;
  }
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop, #individualPropertyContent .dataOverview .top .fraction .fractionTop {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop:last-child, #individualPropertyContent .dataOverview .top .fraction .fractionTop:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop .value, #individualPropertyContent .dataOverview .top .fraction .fractionTop .value {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop .value:last-child, #individualPropertyContent .dataOverview .top .fraction .fractionTop .value:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop .value .small, #individualPropertyContent .dataOverview .top .fraction .fractionTop .value .small {
  font-size: 0.625em;
}
#individualPropertyContent .financialOverview .top .fraction .fractionTop .value .wrapper, #individualPropertyContent .dataOverview .top .fraction .fractionTop .value .wrapper {
  border-bottom: 2px solid #3C3C3C;
}
#individualPropertyContent .financialOverview .top .fraction .fractionBottom, #individualPropertyContent .dataOverview .top .fraction .fractionBottom {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
#individualPropertyContent .financialOverview .top .fraction .fractionBottom:last-child, #individualPropertyContent .dataOverview .top .fraction .fractionBottom:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .UnitValuation, #individualPropertyContent .dataOverview .top .UnitValuation {
  margin-left: 300px;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #individualPropertyContent .financialOverview .top .UnitValuation, #individualPropertyContent .dataOverview .top .UnitValuation {
    margin-left: 250px;
  }
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .top .UnitValuation, #individualPropertyContent .dataOverview .top .UnitValuation {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin: 0;
  }
  #individualPropertyContent .financialOverview .top .UnitValuation:last-child, #individualPropertyContent .dataOverview .top .UnitValuation:last-child {
    margin-right: 0;
  }
}
#individualPropertyContent .financialOverview .top .UnitValuation .value, #individualPropertyContent .dataOverview .top .UnitValuation .value {
  margin-bottom: 0px;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
#individualPropertyContent .financialOverview .top .UnitValuation .value:last-child, #individualPropertyContent .dataOverview .top .UnitValuation .value:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .UnitValuation .title, #individualPropertyContent .dataOverview .top .UnitValuation .title {
  margin-top: 0px;
  font-size: 0.625em;
  font-weight: 600;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
#individualPropertyContent .financialOverview .top .UnitValuation .title:last-child, #individualPropertyContent .dataOverview .top .UnitValuation .title:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .value, #individualPropertyContent .dataOverview .top .value {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
}
#individualPropertyContent .financialOverview .top .value:last-child, #individualPropertyContent .dataOverview .top .value:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top .title, #individualPropertyContent .dataOverview .top .title {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
}
#individualPropertyContent .financialOverview .top .title:last-child, #individualPropertyContent .dataOverview .top .title:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .top strong, #individualPropertyContent .dataOverview .top strong {
  font-size: 1em;
}
#individualPropertyContent .financialOverview .top strong.main, #individualPropertyContent .dataOverview .top strong.main {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
#individualPropertyContent .financialOverview .top .moreLink, #individualPropertyContent .dataOverview .top .moreLink {
  text-align: center;
}
#individualPropertyContent .financialOverview .top .moreLink a, #individualPropertyContent .dataOverview .top .moreLink a {
  font-weight: bold;
  font-size: 0.875em;
}
#individualPropertyContent .financialOverview .breakdownArea, #individualPropertyContent .dataOverview .breakdownArea {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 20px;
  position: relative;
}
#individualPropertyContent .financialOverview .breakdownArea:last-child, #individualPropertyContent .dataOverview .breakdownArea:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .breakdownArea, #individualPropertyContent .dataOverview .breakdownArea {
    padding: 20px 0;
    font-size: 0.9em;
  }
}
#individualPropertyContent .financialOverview .breakdownArea .expandArrow, #individualPropertyContent .dataOverview .breakdownArea .expandArrow {
  height: 8px;
  width: 8px;
  width: 18px;
  float: left;
  position: absolute;
  top: 56px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .breakdownArea .expandArrow, #individualPropertyContent .dataOverview .breakdownArea .expandArrow {
    display: none;
  }
}
#individualPropertyContent .financialOverview .breakdownArea .expandArrow.managementCosts, #individualPropertyContent .dataOverview .breakdownArea .expandArrow.managementCosts {
  position: absolute;
  top: 79px;
  padding-top: 0;
}
#individualPropertyContent .financialOverview .breakdownArea .expandArrow.corporationTax, #individualPropertyContent .dataOverview .breakdownArea .expandArrow.corporationTax {
  position: absolute;
  top: 102px;
  padding-top: 0;
}
#individualPropertyContent .financialOverview .breakdownArea .expandArrow.corporationTax.buffetted, #individualPropertyContent .dataOverview .breakdownArea .expandArrow.corporationTax.buffetted {
  top: 208px;
}
#individualPropertyContent .financialOverview .breakdownArea .expandArrow img, #individualPropertyContent .dataOverview .breakdownArea .expandArrow img {
  cursor: pointer;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter {
  margin-left: 18px;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter {
    margin: 0;
  }
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown {
  border-left: 1px solid #3C3C3C;
  padding: 10px 0px 10px 20px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown {
    border: none;
    padding: 10px 10px 10px 20px;
  }
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown:last-child, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  position: relative;
  font-weight: 600;
  margin-bottom: 2px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item:last-child, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item.click, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item.click {
  cursor: pointer;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item.click:hover, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item.click:hover {
  color: #979797;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .symbol, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .symbol {
  position: absolute;
  left: -12px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .title, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .title {
  float: left;
  width: 162px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .value, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .item .value {
  margin-left: 162px;
  text-align: right;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues {
  padding: 10px 0px 10px 10px;
  font-size: 0.8em;
  color: #555555;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues .title, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues .title {
  float: left;
  width: 150px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues .value, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .primaryValues .secondaryValues .value {
  margin-left: 150px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-top: 10px;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue:last-child, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue:last-child {
  margin-right: 0;
}
#individualPropertyContent .financialOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue .value span, #individualPropertyContent .dataOverview .breakdownArea .fundingBreakdownOuter .fundingBreakdown .totalValue .value span {
  border-top: 2px solid #3C3C3C;
}
@media screen and (max-width: 650px) {
  #individualPropertyContent .graph {
    padding: 5px;
  }
}
#individualPropertyContent .graph .historicIndex {
  padding: 20px 10px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #individualPropertyContent .graph .historicIndex {
    padding: 20px 0 0 0;
  }
}
#individualPropertyContent .graph .historicIndex .highchartYaxisLabel {
  position: absolute;
  left: -20px;
  top: 25px;
  width: 100px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
  font-size: 0.8em;
}
#individualPropertyContent .dataOverview .yieldGraphs {
  padding-top: 10px;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea {
  font-size: 0.9em;
  font-weight: 600;
  margin: 10px 0;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .gross {
  color: #497CBC;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .income {
  color: #84D500;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea:last-child {
  margin-right: 0;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .aboveGraph {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-bottom: 3px;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .aboveGraph:last-child {
  margin-right: 0;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .aboveGraph .graphTitle {
  float: left;
  width: 145px;
  text-align: left;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .aboveGraph .amount {
  margin-left: 145px;
  text-align: right;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .percentageYield {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-top: 3px;
  text-align: right;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .percentageYield:last-child {
  margin-right: 0;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .yieldGraph {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  background: #cacaca;
  height: 20px;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .yieldGraph:last-child {
  margin-right: 0;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .yieldGraph .innerGraph {
  height: 100%;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .yieldGraph .innerGraph.gross {
  background-color: #497CBC;
  width: 100%;
}
#individualPropertyContent .dataOverview .yieldGraphs .yieldGraphArea .yieldGraph .innerGraph.income {
  background-color: #84D500;
}

.categories {
  margin: 20px 0 40px 0;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  font-size: 0.875em;
}
.categories:last-child {
  margin-right: 0;
}
.categories .category {
  display: inline-block;
}
@media screen and (max-width: 730px) {
  .categories .category {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .categories .category:last-child {
    margin-right: 0;
  }
}
.categories .category span.title-categories,
.categories .category span.title {
  background-color: #497CBC;
  color: #FFF;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 730px) {
  .categories .category span.title-categories,
.categories .category span.title {
    margin: 10px 0;
  }
}
.categories .category a {
  background-color: #3FC3FC;
  color: #FFF;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 730px) {
  .categories .category a {
    margin: 10px 0;
  }
}

.nav-links {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.nav-links:last-child {
  margin-right: 0;
}
.nav-links .nav-previous {
  display: inline;
}
.nav-links .nav-previous a {
  color: #979797;
  border: 1px solid #979797;
  padding: 10px;
  text-decoration: none;
}
.nav-links .nav-previous a:hover {
  background: #F0F0F0;
}
.nav-links .nav-next {
  display: inline;
  text-align: center;
}
.nav-links .nav-next a {
  color: #979797;
  border: 1px solid #979797;
  padding: 10px;
  text-decoration: none;
}
.nav-links .nav-next a:hover {
  background: #F0F0F0;
}

article.singlePost {
  position: relative;
}
article.singlePost .entry-header {
  height: 300px;
  max-height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  article.singlePost .entry-header {
    height: 500px;
  }
}
article.singlePost .entry-header.nextArticle {
  height: 420px;
}
article.singlePost .entry-header .headerContent {
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -moz-box-direction: column;
  -moz-flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  padding: 0 10px;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  height: 300px;
}
article.singlePost .entry-header .headerContent.nextArticle {
  padding: 110px 10px 0 10px;
  height: 380px;
  margin: 20px auto 0 auto;
}
article.singlePost .entry-header .headerContent .headerContentInner {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
article.singlePost .entry-header .headerContent .headerContentInner:last-child {
  margin-right: 0;
}
article.singlePost .entry-header .headerContent h1 {
  color: #FFF;
  font-weight: 400;
  text-align: left;
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  article.singlePost .entry-header .headerContent h1 {
    font-size: 2em;
  }
}
article.singlePost .entry-header .headerContent h1 a {
  color: #FFF;
  text-decoration: none;
}
article.singlePost .entry-header .headerContent h1 a:visited {
  color: #FFF;
}
article.singlePost .entry-header .headerContent h2 {
  margin-top: 12px;
  font-weight: 300;
}
@media screen and (max-width: 650px) {
  article.singlePost .entry-header .headerContent h2 {
    font-size: 1.2em;
  }
}
article.singlePost .entry-header .headerContent h2 a {
  color: #FFF;
  text-decoration: none;
}
article.singlePost .entry-header .headerContent h2 a:visited {
  color: #FFF;
}
article.singlePost .entry-header .headerContent .entry-meta {
  position: absolute;
  bottom: 20px;
  color: #FFF;
  text-align: left;
  font-weight: 400;
}
article.singlePost .entry-header .nextCategory {
  height: 20px;
  padding: 20px 10px 0 10px;
  max-width: 850px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  position: relative;
}
article.singlePost .entry-header .nextCategory .nextCategoryInner {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  color: #FFF;
}
article.singlePost .entry-header .nextCategory .nextCategoryInner:last-child {
  margin-right: 0;
}
article.singlePost .entry-header .nextCategory .nextCategoryInner a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
article.singlePost .entryHeaderOverlay {
  height: 300px;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-image: url("./library/assets/img/bgoverlay.png");
  z-index: 2;
}
@media screen and (max-width: 650px) {
  article.singlePost .entryHeaderOverlay {
    height: 500px;
  }
}
article.singlePost .entryHeaderOverlay.nextArticle {
  height: 480px;
}
article.singlePost .singlePost {
  color: #3C3C3C;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px 15px 0 15px;
}
article.singlePost .singlePost:after {
  content: "";
  display: table;
  clear: both;
}
article.singlePost .entry-content p {
  font-size: 16px;
  line-height: 1.65;
}
article.singlePost .entry-content h3, article.singlePost .entry-content h4, article.singlePost .entry-content h5, article.singlePost .entry-content h6 {
  font-size: 24px;
}
article.singlePost footer {
  max-width: 850px;
  margin: 40px auto 0 auto;
}
article.singlePost footer.entry-meta {
  background-color: #FFF;
}
article.singlePost footer.entry-meta .categories .category {
  display: inline-block;
}
@media screen and (max-width: 730px) {
  article.singlePost footer.entry-meta .categories .category {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  article.singlePost footer.entry-meta .categories .category:last-child {
    margin-right: 0;
  }
}
article.singlePost footer.entry-meta .categories .category span.title {
  background-color: #497CBC;
  color: #FFF;
  padding: 5px 20px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
article.singlePost footer.entry-meta .categories .category a {
  text-transform: uppercase;
  background-color: #3FC3FC;
  color: #FFF;
  padding: 5px 20px;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 730px) {
  article.singlePost footer.entry-meta .categories .category a {
    margin: 10px 0;
  }
}
article.singlePost footer.entry-meta .sharingLinks {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 20px 0;
}
article.singlePost footer.entry-meta .sharingLinks:last-child {
  margin-right: 0;
}
@media screen and (max-width: 730px) {
  article.singlePost footer.entry-meta .sharingLinks {
    margin: 10px 0 20px 0;
  }
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink {
  width: 150px;
  float: left;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  article.singlePost footer.entry-meta .sharingLinks .sharingLink {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin: 5px 0;
  }
  article.singlePost footer.entry-meta .sharingLinks .sharingLink:last-child {
    margin-right: 0;
  }
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .sh-box a {
  display: block;
  padding: 5px 10px 5px 35px;
  width: 100%;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink.first {
  margin-left: 0px;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink.facebook {
  background-color: #4c66a4;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink.linkedin {
  background-color: #4875B4;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink.twitter {
  background-color: #4099FF;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink.google {
  background-color: #C63D2D;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .share {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  color: white;
  text-decoration: none;
  font-weight: 300;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .share:last-child {
  margin-right: 0;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .count {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  float: right;
  text-align: right;
  color: white;
  text-decoration: none;
  font-weight: 300;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .count:last-child {
  margin-right: 0;
}
article.singlePost footer.entry-meta .sharingLinks .sharingLink .socialIcon {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
}
@media screen and (max-width: 730px) {
  article.singlePost footer.entry-meta .sharingLinks .section {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }
  article.singlePost footer.entry-meta .sharingLinks .section:last-child {
    margin-right: 0;
  }
  article.singlePost footer.entry-meta .sharingLinks .section .third {
    margin-left: 0px;
  }
}
@media screen and (max-width: 650px) {
  article.singlePost footer.entry-meta .sharingLinks .section {
    margin-bottom: 0px;
  }
}
article.singlePost footer .authorSection {
  display: block;
  padding: 45px 0;
}
article.singlePost footer .authorSection:after {
  content: "";
  display: table;
  clear: both;
}
article.singlePost footer .authorSection .authorProfile {
  float: left;
  width: 250px;
}
@media screen and (max-width: 730px) {
  article.singlePost footer .authorSection .authorProfile {
    width: 180px;
    margin: 0 auto;
    float: none;
  }
}
article.singlePost footer .authorSection .authorProfile .authorImage {
  width: 50px;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  float: left;
  cursor: pointer;
}
article.singlePost footer .authorSection .authorProfile .authorText {
  color: #3C3C3C;
  margin-left: 55px;
}
article.singlePost footer .authorSection .authorProfile .authorText p {
  margin: 0;
}
article.singlePost footer .authorSection .authorProfile .authorText a {
  color: #3C3C3C;
  text-decoration: none;
}
article.singlePost footer .authorSection .authorProfile .authorText a:visited {
  color: #3C3C3C;
}
article.singlePost footer .authorSection .rightSection {
  margin-left: 250px;
}
@media screen and (max-width: 730px) {
  article.singlePost footer .authorSection .rightSection {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin: 10px 0;
  }
  article.singlePost footer .authorSection .rightSection:last-child {
    margin-right: 0;
  }
}
article.singlePost footer .authorSection .rightSection .middleText {
  width: 50px;
  float: left;
  color: #3C3C3C;
  padding-top: 20px;
}
@media screen and (max-width: 730px) {
  article.singlePost footer .authorSection .rightSection .middleText {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    text-align: center;
  }
  article.singlePost footer .authorSection .rightSection .middleText:last-child {
    margin-right: 0;
  }
}
article.singlePost footer .authorSection .rightSection .authorArticles {
  margin-left: 70px;
  color: #3C3C3C;
}
@media screen and (max-width: 730px) {
  article.singlePost footer .authorSection .rightSection .authorArticles {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  article.singlePost footer .authorSection .rightSection .authorArticles:last-child {
    margin-right: 0;
  }
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding: 0 15px;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost:last-child {
  margin-right: 0;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost.first {
  border-right: 2px solid #3C3C3C;
}
@media screen and (max-width: 730px) {
  article.singlePost footer .authorSection .rightSection .authorArticles .authorPost {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    text-align: center;
  }
  article.singlePost footer .authorSection .rightSection .authorArticles .authorPost:last-child {
    margin-right: 0;
  }
  article.singlePost footer .authorSection .rightSection .authorArticles .authorPost.first {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost h4 {
  margin: 0 0 5px 0;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: uppercase;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost h4 a {
  color: #3C3C3C;
  text-decoration: none;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost h4 a:visited {
  color: #3C3C3C;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost p {
  margin: 0;
  font-size: 0.75em;
  font-weight: 300;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost p a {
  color: #3C3C3C;
  text-decoration: none;
}
article.singlePost footer .authorSection .rightSection .authorArticles .authorPost p a:visited {
  color: #3C3C3C;
}
article.singlePost ul {
  padding-left: 20px;
  margin: 1em 0;
  list-style: disc;
}

.listTitleWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-top: 24px;
}
.listTitleWrapper:last-child {
  margin-right: 0;
}
.listTitleWrapper .listTitle {
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: "center";
  -ms-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  margin: 0 5px 10px 5px;
  padding: 0;
  line-height: 30px;
}
.listTitleWrapper .listTitle h1 {
  margin: 0;
  font-size: 1.225em;
  text-transform: uppercase;
}

.listArticleWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  min-height: 250px;
}
.listArticleWrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 950px) {
  .listArticleWrapper {
    min-height: 250px;
  }
}
@media screen and (max-width: 650px) {
  .listArticleWrapper {
    min-height: 0;
  }
}
.listArticleWrapper.even:last-child {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .listArticleWrapper {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .listArticleWrapper:last-child {
    margin-right: 0;
  }
}
.listArticleWrapper .listArticle {
  background-size: cover;
  margin-bottom: 30px;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.listArticleWrapper .listArticle:last-child {
  margin-right: 0;
}
.listArticleWrapper .listArticle .entry-header {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.listArticleWrapper .listArticle .entry-header:last-child {
  margin-right: 0;
}
.listArticleWrapper .listArticle .entry-header .imageSection {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  padding: 0 5px;
}
.listArticleWrapper .listArticle .entry-header .imageSection:last-child {
  margin-right: 0;
}
.listArticleWrapper .listArticle .entry-header .imageSection img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.listArticleWrapper .listArticle .entry-header .titleSection {
  padding: 10px 15px 0 15px;
  color: #3C3C3C;
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
}
.listArticleWrapper .listArticle .entry-header .titleSection:last-child {
  margin-right: 0;
}
.listArticleWrapper .listArticle .entry-header .titleSection h1 {
  text-align: left;
  font-size: 1em;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
}
.listArticleWrapper .listArticle .entry-header .titleSection h1 a {
  color: #3C3C3C;
  text-decoration: none;
}
.listArticleWrapper .listArticle .entry-header .titleSection h1 a:visited {
  color: #3C3C3C;
}
.listArticleWrapper .listArticle .entry-header .titleSection h2 {
  color: #555555;
  text-align: left;
  font-size: 1em;
  font-weight: 100;
  margin: 0;
}
.listArticleWrapper .listArticle .entry-header .titleSection .meta {
  color: #9CA4AA;
  margin-top: 4px;
}
.listArticleWrapper .listArticle .entry-header .titleSection .meta p {
  margin: 0;
  font-size: 0.875em;
}
.listArticleWrapper .listArticle .entry-header .titleSection .meta p a {
  color: #9CA4AA;
  text-decoration: none;
}
.listArticleWrapper .listArticle .entry-header .titleSection .meta p a:visited {
  color: #9CA4AA;
}

.featuredPostsTitleWrapper {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.featuredPostsTitleWrapper:last-child {
  margin-right: 0;
}
.featuredPostsTitleWrapper .featuredPostsTitle {
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: "center";
  -ms-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  color: #FFF;
  background-color: #3C3C3C;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .featuredPostsTitleWrapper .featuredPostsTitle {
    font-size: 0.875em;
  }
}

.featuredPosts {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-bottom: 30px;
}
.featuredPosts:last-child {
  margin-right: 0;
}
.featuredPosts .postOuter {
  position: relative;
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  padding: 0 5px;
}
.featuredPosts .postOuter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 830px) {
  .featuredPosts .postOuter {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    margin-bottom: 10px;
    min-height: 210px;
  }
  .featuredPosts .postOuter:last-child {
    margin-right: 0;
  }
  .featuredPosts .postOuter#featured2:last-child, .featuredPosts .postOuter#featured4:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .featuredPosts .postOuter {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    min-height: initial;
  }
  .featuredPosts .postOuter:last-child {
    margin-right: 0;
  }
}
.featuredPosts .postOuter .bgOverlay {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.featuredPosts .postOuter .postWrapper {
  cursor: pointer;
  padding: 30px 15px;
  background-size: cover;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .featuredPosts .postOuter .postWrapper {
    padding: 15px;
    height: 100px;
  }
}
.featuredPosts .postOuter .postWrapper .postSubtitle {
  font-size: 0.75em;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
.featuredPosts .postOuter .postTitle {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 4px 0 0 0;
  position: relative;
  z-index: 3;
}
.featuredPosts .postOuter .postTitle a {
  color: #3C3C3C;
  text-decoration: none;
}
.featuredPosts .postOuter .postTitle a:visited {
  color: #3C3C3C;
}

.not-found {
  margin-top: 150px;
  color: #3C3C3C;
}
.not-found h3 {
  text-align: center;
  font-weight: 100;
}
.not-found .page-content {
  margin-top: 50px;
}

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