<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* UNIVERSAL STYLES */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.post-nav-holder {
  background: none !important;
  height: auto !important;
  padding: 0%;
  border: 0 !important;
}
.nav-previous {
  float: right;
}
.nav-next {
  float: left;
}
.footer-widget a {
  color: inherit;
}
.footer-widget p a:hover {
  color: #363636;
}
.footer-contact p a:hover {
  color: inherit !important;
}
.footer-tags {
  color: #ffffff;
  width: 100%;
  margin-top: .5em;
  padding: 0;
  list-style: none;
}
.footer-tags li {
  display: inline-block;
}
.footer-tags li a {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 8px 10px;
  background: #11345e;
  text-decoration: none;
  color: inherit;
}
.footer-tags li a:hover {
  background: #5b8cad;
}
.footer-nav ul {
  color: #5b8cad;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li {
  padding-top: .5em;
}
.footer-nav ul li a {
  color: inherit;
}
.footer-nav ul li a:hover {
  color: #11345e;
}
.fa {
  font-family: FontAwesome !important;
}
.soc-nav {
  display: block;
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
}
.soc-nav li {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  text-align: center;
}
.soc-nav i {
  line-height: 32px;
}
.soc-nav a {
  display: block;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
}
.soc-nav a:hover {
  background: #363636;
}
.propwebsitesocial {
  background: #5b8cad;
}
.facebook {
  background: #3d60b3;
}
.twitter {
  background: #36bdec;
}
.linkedin {
  background: #0274b3;
}
.bloggo,
.blog-rss {
  background: #f58136;
}
.google {
  background: #de4b39;
}
.pinterest {
  background: #f91a1b;
}
.youtube {
  background: #ee0000;
}
.instagram {
  background: #2a5b83;
}
strong {
  font-weight: 700;
}
.slicknav_menu {
  display: none;
}
body {
  background: #dbdbdb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.7em;
}
/* HEADER ELEMENTS */
#mobile-logo {
  display: none;
}
header {
  background: #11345e;
  display: block;
  width: 100%;
  position: fixed;
  z-index: 997;
  border-bottom: 1px solid #e1e1e1;
}
#logo {
  display: block;
  float: left;
  width: 25%;
  padding: 1% 0;
}
#logo img {
  width: auto;
  max-height: 100px;
  vertical-align: top;
  max-width: 300px;
}
.main-nav {
  color: #5b8cad;
  float: right;
  list-style: none;
  text-align: right;
  /* padding-top: 1.5em; */
  font-size: .95em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
}
.secondary-nav {
  color: #ffffff;
  background: #5b8cad;
  width: 100%;
  list-style: none;
  text-align: left;
  /* padding-top: 1.5em; */
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .1em;
}
.secondary-nav .secondary-title {
  font-weight: bold;
  padding-right: .8em;
}
.main-nav ul {
  margin: 8% 0;
}
.secondary-nav ul {
  margin: 0 auto;
  padding: 1% 0;
  width: 80%;
}
.main-nav li,
.secondary-nav li {
  display: inline;
}
.main-nav li:before {
  /* content: ' | '; */
}
.main-nav li:first-child:before {
  /*  content: none; */
}
.main-nav li a,
.secondary-nav li a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  color: inherit;
}
.main-nav li a:hover,
.secondary-nav li a:hover {
  color: #363636;
}
.main-nav ul li ul li {
  background: #5b8cad;
  color: #fff;
}
.main-nav ul li ul li:hover {
  background: #11345e;
}
.main-nav ul li ul li a:hover {
  color: #fff;
}
/* CONTENT ELEMENTS */
.hero-overlay {
  box-shadow: inset 200px 200px 200px 200px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 200px 200px 200px 200px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 200px 200px 200px 200px rgba(0, 0, 0, 0.3);
}
#hero {
  background-image: url(http://blog.respage.com/c-street-flats-apartments/files/2016/02/IMG_5173web.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-top: 480px;
  position: relative;
}
#hero.internal-hero {
  padding-top: 360px;
}
#hero h1 {
  color: #ffffff;
  position: absolute;
  bottom: 25%;
  font-size: 2.5em;
  font-weight: 300;
  text-shadow: 0px 1px 5px #454545;
}
#hero h2 {
  color: #ffffff;
  position: absolute;
  bottom: 25%;
  font-size: 1.5em;
  font-weight: 300;
  text-shadow: 0px 1px 5px #454545;
}
#hero img {
  width: 100%;
  vertical-align: bottom;
}
.content {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.page-content {
  display: block;
  width: 80%;
  margin: 3% auto;
}
.content:after,
.blog-post:after,
.soc-nav:after,
.blog-post-header,
.page-content {
  content: "";
  display: table;
  clear: both;
}
.main {
  width: 65%;
  float: left;
}
/* POST ELEMENTS */
.blog-excerpt {
  background: #ffffff;
  width: 100%;
  margin-bottom: 3%;
  border: 1px solid #e1e1e1;
}
.blog-post {
  background: #ffffff;
  display: block;
  width: 100%;
  margin-bottom: 3%;
}
.blog-post-header {
  width: 100%;
  padding: 3%;
}
.blog-post-date {
  display: block;
  width: 10%;
  float: left;
  text-align: center;
}
.blog-post-date .day {
  display: block;
  font-size: 2em;
}
.blog-post-date .month {
  display: block;
  font-size: .9em;
  text-transform: uppercase;
}
.blog-post-date .year {
  display: block;
  font-size: .9em;
}
.blog-post-title {
  display: block;
  width: 89%;
  float: right;
}
.sticky .blog-post-title {
  float: none;
  width: auto;
}
.blog-post-title h3 {
  font-size: 1.5em;
  padding-bottom: .5em;
}
.sticky .blog-post-title h3 {
  padding-bottom: 0;
  color: #5b8cad;
  font-weight: 400;
}
.blog-post-title p {
  font-size: .8em;
}
.sticky .blog-post-content {
  padding: 0% 3% 1% 3%;
}
.blog-post-thumbnail {
  width: 100%;
}
.blog-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
}
.blog-post-content {
  width: 100%;
  padding: 3%;
}
.blog-post-content p {
  font-size: 1em;
  padding-bottom: 1.25em;
}
.blog-post-content a {
  color: #5b8cad;
}
.nav-links a {
  color: #11345e;
  display: inline-block;
  margin: .5em 0;
  border: 1px solid #11345e;
}
.nav-links a:hover {
  color: #ffffff;
  background: #11345e;
}
div a.more-button,
input.more-button {
  background: #11345e;
  color: #ffffff;
  display: inline-block;
  margin: .5em 0;
}
.more-button {
  display: inline-block;
  padding: .75em 1.5em;
  color: inherit;
  text-decoration: none;
}
.more-button:hover {
  background: #363636;
}
.nav-links a {
  padding: .75em 1.5em;
  text-decoration: none;
}
.blog-post-footer {
  width: 100%;
  padding: 3%;
  border-top: 1px solid #e1e1e1;
  font-size: .8em;
}
.blog-post-header a,
.blog-post-footer a {
  color: #5b8cad;
  text-decoration: none;
}
.blog-post-header a:hover,
.blog-post-footer a:hover {
  color: #11345e;
}
.blog-article-header {
  width: 100%;
  padding: 3%;
  border-bottom: 1px solid #e1e1e1;
}
.blog-article-header h3 {
  font-size: 1.5em;
  padding-bottom: .5em;
}
.blog-article-header p {
  font-size: .8em;
}
.blog-article-header a {
  color: inherit;
}
.blog-article-header a:hover {
  color: #11345e;
}
/* SIDEBAR ELEMENTS */
.sidebar {
  width: 30%;
  float: right;
}
.widget {
  background: #ffffff;
  display: block;
  width: 100%;
  margin-bottom: 2em;
  padding: 10%;
  border: 1px solid #e1e1e1;
}
.widget h3 {
  color: #5b8cad;
  font-size: 1.35em;
  font-weight: 400;
  padding-bottom: .5em;
}
.widget ul {
  color: #363636;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  padding-top: .75em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: .75em;
}
.widget ul li:last-of-type {
  border-bottom: 0;
}
.widget ul li a {
  text-decoration: none;
  color: inherit;
}
.widget ul li a:hover {
  color: #11345e;
  text-decoration: underline;
}
/* FOOTER ELEMENTS */
footer {
  background: #363636;
  color: #ffffff;
  padding: 2em 0;
}
.footer-widget {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 1%;
}
.footer-widget h6 {
  font-size: 1.35em;
  padding-bottom: .5em;
  font-weight: 300;
}
.footer-widget p {
  font-size: .9em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.footer-links {
  display: block;
  padding: 0 1%;
  margin-top: 2%;
  font-size: .9em;
}
.footer-links ul li {
  display: inline-block;
  float: left;
}
.footer-links ul li a {
  color: inherit;
}
.footer-links ul li:after {
  content: " | ";
  margin: 0 18px;
}
.footer-links ul li:last-child:after {
  content: "";
}
@media screen and (max-width: 860px) {
  #logo {
    display: block;
    float: none;
    margin: 0 auto .25em;
    width: 40%;
  }
  .main-nav {
    float: none;
    padding: .75em 0;
  }
  .secondary-nav {
    display: none;
  }
  .main-nav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .content {
    width: 90%;
  }
  .page-content {
    width: 90%;
    margin: 5% auto;
  }
  #hero h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: .75em;
  }
  .main {
    width: 100%;
    float: none;
  }
  .sidebar {
    width: 100%;
    float: none;
    margin-top: 10%;
  }
  .widget {
    text-align: center;
  }
  .footer-widget {
    width: 100%;
    margin-bottom: 3%;
    padding: 1% 0;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #mobile-logo {
    display: block;
    z-index: 999;
    position: fixed;
    top: 2%;
    left: 2%;
  }
  #mobile-logo a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
  }
  .js .slicknav_menu {
    display: block;
    position: fixed;
    z-index: 998;
    width: 100%;
    padding: 1%;
    height: auto;
  }
  header {
    display: none;
  }
  .main-nav {
    display: none;
  }
  #hero {
    padding-top: 180px;
  }
  #hero h1 {
    font-size: 1.45em;
    bottom: 2em;
  }
  .blog-post-date {
    width: 100%;
    float: none;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #e1e1e1;
  }
  .blog-post-date .month {
    display: inline-block;
    margin-right: .5em;
  }
  .blog-post-date .year {
    display: inline-block;
  }
  .blog-post-title {
    width: 100%;
    float: none;
  }
  .blog-article-header {
    padding: 5%;
    text-align: center;
  }
  .blog-post-content {
    padding: 5%;
  }
}
/* SLICK NAV ELEMENTS */
.slicknav_nav .slicknav_row:hover {
  background: #5b8cad;
}
.slicknav_nav a:hover {
  background: #5b8cad;
}
/* TEXT WIDGETS */
.textwidget {
  line-height: 2em;
}
.textwidget strong {
  font-weight: 500;
}
.textwidget a {
  color: #5b8cad;
}
.textwidget a:hover {
  color: #11345e;
}
.widget_text {
  background: #ffffff !important;
  border: 1px solid #e1e1e1 !important;
}
/* LOCAL LINKS ELEMENTS */
.local-links {
  padding: 0;
  margin: 0 0 2em 0;
  list-style: none;
}
.local-links li {
  display: block;
  margin-bottom: 2px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  padding-top: 0 !important;
}
.local-links a {
  display: block;
  padding: 10px;
  color: inherit !important;
  text-decoration: none;
  background: #ffffff;
}
.local-links.dark a {
  color: #fff !important;
  background: #5b8cad;
}
.local-links a:hover {
  background: #ebebeb;
}
.local-links.dark a:hover {
  background: #11345e;
}
.local-links i {
  color: #5b8cad;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5em;
  margin-right: 1em !important;
}
.local-links.dark i {
  color: #fff;
}
/* REMOVING PADDING FROM FULL-WIDTH WIDGETS */
.widget_referralwidget,
.widget_recipewidget,
.widget_citywidget {
  padding: 0;
}
.widget_referralwidget,
.widget_recipewidget a,
.widget_citywidget a {
  border-radius: 0;
}
.videosidebar {
  border-bottom: 0;
  padding: 0;
  background: none;
  border: 0;
}
.videosidebar iframe {
  min-height: 240px;
}
/* OPTION BUTTON ELEMENTS */
.options-button {
  display: block;
  width: 100%;
  padding: 5%;
  background: #5b8cad;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  /* border-radius: 5px; */
  position: relative;
}
.options-button:hover {
  background: #11345e;
}
.options-small {
  display: block;
  font-size: .8em;
  position: relative;
  z-index: 10;
}
.options-large {
  display: block;
  font-size: 1.75em;
  position: relative;
  z-index: 10;
}
.referral:after {
  content: "\f0e6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  bottom: 20%;
  right: 5%;
  font-size: 3em;
  color: rgba(54, 54, 54, 0.3);
  z-index: 1;
}
.recipe:after {
  content: "\f0f5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  bottom: 20%;
  right: 5%;
  font-size: 3em;
  color: rgba(54, 54, 54, 0.3);
  z-index: 1;
}
/* FEEDBURNER STYLES */
.enews-widget {
  display: block;
  width: 100%;
  padding: 3%;
  background: #5b8cad;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.enews-widget h4 {
  font-size: 1.25em;
  padding-bottom: .5em;
  font-weight: 400;
}
.enews-widget p {
  font-size: .8em;
  padding-bottom: .75em;
}
#subscribe {
  width: 100%;
  padding: 3%;
  background: #fff;
  border-radius: 5px;
}
#subscribe .screenread {
  color: #5b8cad;
}
#subbox {
  display: block;
  width: 100%;
  padding: 5px;
  margin: .25em 0;
  color: #999;
}
#subbutton {
  display: block;
  width: 90%;
  margin: 1em auto 0;
  padding: 1em 0;
  background: #11345e;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}
#subbutton:hover {
  background: #363636;
}
button.btn.btn-default.btn-submit {
  background: #5b8cad;
  color: #ffffff;
  display: inline-block;
  margin: .5em 0;
  padding: .75em 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
input.form-control.search-field {
  margin: 1em 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: .5em;
}
/* CITY BUTTON ELEMENTS */
.city-button {
  display: block;
  width: 100%;
  position: relative;
}
.city-button img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.city-button span {
  display: block;
  bottom: 5%;
  right: 5%;
  position: absolute;
  font-size: 1.75em;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 1024px) {
  .local-links i,
  .local-links-dark i {
    margin-bottom: .3em;
  }
}
@media screen and (max-width: 860px) {
  .local-links i,
  .local-links-dark i {
    margin-bottom: 0;
  }
  .referral:after {
    bottom: 25%;
  }
  .videosidebar iframe {
    min-height: 380px;
  }
}
</pre></body></html>