.body-container-wrapper {
  font-size: 10px;
}
.section {
    padding: 6em 0;
}
.blog-sidebar {
  font-size: 10px;
}
.blog-sidebar .widget-type-blog_subscribe h3 {
  color: #B0946F;
  font-size: 2.6em;
  text-align: center;
  margin-top: 0;
}
.blog-sidebar .widget-type-blog_subscribe {
  background-color: #395775;
  padding: 2em;
  margin-bottom: 2em;
}
.blog-sidebar .widget-type-blog_subscribe .hs-button {
  width: 100%;
  margin-top: 2em;
  border: 1px solid #B0946F;
}
.blog-sidebar .widget-type-blog_subscribe .hs-form-field > label {
  display: none;
}
.blog-sidebar .field {
  margin-bottom: 18px;
}
.body-container-wrapper .button, 
.body-container-wrapper input[type='submit'], 
.body-container-wrapper button[type='submit'] {
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #B0946F;
  display: inline-block;
  font-size: 1.6em;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 700;
  color: #fff;
  transition: all 0.18s ease-in-out;
  text-decoration: none;
  padding: 1em 2em;
  white-space: nowrap;
}
.body-container-wrapper input[type="text"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper textarea {
  border: 1px solid #ECEAE9;
  color: #4F4E50;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  padding: 0.75em 1em !important;
  width: 100%;
}
.popular-posts {
  background: #F3F3F3;
  padding: 1em;
}



/*** Blog Settings ***/
.community-blog .blog-listing .image {
  width: 100%;
  height: 25em;
}

.community-blog .blog-listing .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 25em;
}

.community-blog.hs-blog-post .post-body-featured-image {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

@media (min-width: 60em) {
  .community-blog .blog-listing {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .community-blog.hs-blog-post .post-body-featured-image {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
  }
}

.community-blog .blog-listing .item {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 60em) {
  .community-blog .blog-listing .item {
    width: 80%;
    margin: 2em auto;
  }
}

@media (min-width: 60em) {
  .community-blog .blog-listing .item {
    width: 48%;
    margin-bottom: 2em;
  }
}

.community-blog .blog-listing .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
}

.community-blog .blog-listing .content h3 {
  margin-bottom: .5em;
  line-height: 30px;
}

.community-blog .blog-listing .content p {
  margin: 0 0 .75em 0;
}

.community-blog .blog-listing p.read-more {
  font-size: 1.5em;
}

.community-blog .blog-listing .topics {
  display: block;
  margin-bottom: .4em;
}

.blog-listing h3 a {
  line-height: 10px;
}

.blog-pagination {
  text-align: center;
  padding: 2em 0;
}

.popular-posts {
  background: #F3F3F3;
  padding: 1em;
}

.popular-posts h4 {
  margin-top: 0;
}

.popular-posts h4 div {
  font-size: 2.2em;
  margin-top: 0;
}

.popular-posts div {
  font-size: 1.6em;
}

.popular-posts .title-link {
  color: #4F4E50;
  text-decoration: none;
  font-weight: 700;
}

.popular-posts .more-link {
  display: block;
  margin-top: 0.5em;
  color: #395775;
  text-decoration: underline;
}

.featured-post-section.section.collapse-bottom {
  padding: 6em 0 0;
}

.popular-posts .post-title-block {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #B0946F;
}

.popular-posts .post-title-block:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-sidebar .widget-type-blog_subscribe {
  background-color: #395775;
  padding: 2em;
  margin-bottom: 2em;
}

.blog-sidebar .widget-type-blog_subscribe .hs-form-field > label {
  display: none;
}

.blog-sidebar .widget-type-blog_subscribe .hs-error-msgs {
  color: #f00;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .widget-type-blog_subscribe .hs-error-msgs label {
  color: #f00;
  font-size: 1.3em;
}

.blog-sidebar .widget-type-blog_subscribe .hs_error_rollup {
  display: none !important;
}

.blog-sidebar .widget-type-blog_subscribe .hs-button {
  width: 100%;
  margin-top: 2em;
  border: 1px solid #B0946F;
}

.blog-sidebar .widget-type-blog_subscribe .submitted-message {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
}

.blog-sidebar .widget-type-blog_subscribe h3 {
  color: #B0946F;
  font-size: 2.6em;
  text-align: center;
  margin-top: 0;
}

.community-blog .living-cost-calculator-cta {
  background-color: #395775;
  text-align: center;
  margin-top: 2em;
  padding: 1em;
}

.hs-blog-listing .community-blog .living-cost-calculator-cta h3 {
  color: #B0946F;
  font-size: 2.6em;
}


.community-blog .living-cost-calculator-cta h3 {
   color: #B0946F;
}


.hs-blog-listing .community-blog .living-cost-calculator-cta .cta_button.button:hover, .community-blog .living-cost-calculator-cta .cta_button.button:focus {
  border-color: #B0946F;
}

.community-blog .featured-post-section img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.community-blog .featured-post-section .featured-content small {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  color: #4F4E50;
}

.community-blog .listing-title {
  text-align: center;
  display: none;
}

.community-blog .listing-title h2 {
  color: #395775;
  font-weight: 700;
}

.community-blog.hs-blog-post .listing-title, .community-blog.hs-blog-post .featured-post-section {
  display: none;
}

.community-blog .listing-featured-post {
  margin-bottom: 0 !important;
}

.community-blog:not(.hs-blog-id-9222483182) .about-author-sec {
  display: none;
}

.community-blog .about-author-sec img {
  height: auto;
  max-width: 100%;
  width: 200px;
  margin: 6em auto 1em;
  display: block;
}

@media (min-width: 48em) {
  .community-blog .about-author-sec {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .community-blog .about-author-sec .image {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 33%;
  }

  .community-blog .about-author-sec .content {
    width: 66%;
    padding-left: 2em;
  }

  .community-blog .about-author-sec img {
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0;
    display: block;
  }
}  

/***********************

Typography

************************/
h1, 
.body-container-wrapper h2, 
.body-container-wrapper h3, 
.body-container-wrapper h4, 
.body-container-wrapper h5, 
.body-container-wrapper h6 {
  font-family: "Verlag A", "Verlag B", sans-serif;
}

h1 {
  font-size: 6em;
  letter-spacing: -1.45px;
  line-height: 1.183333333;
  margin: 0.67em 0;
}

.body-container-wrapper h2 {
  font-size: 4.5em;
  letter-spacing: -0.35px;
  line-height: 1.222222222;
}

.body-container-wrapper h2.section-heading {
  font-size: 4em;
  font-weight: 600;
  color: #395775;
  letter-spacing: -1.12px;
  line-height: 1.375;
}

.body-container-wrapper h3, 
.body-container-wrapper th {
  color: #395775;
  font-size: 3.5em;
  line-height: 1.285714286;
}

.body-container-wrapper h4 {
  color: #395775;
  font-size: 2.8em;
  font-weight: 600;
}

.body-container-wrapper h5 {
  font-size: 1.5em;
  font-weight: 400;
}

.body-container-wrapper h6 {
  font-weight: 400;
}
.body-container-wrapper p {
  font-size: 2.2em;
  font-weight: 400;
}

.body-container-wrapper li {
  font-size: 2.2em;
  font-weight: 400;
}

.body-container-wrapper a {
  color: #395775;
  font-size: inherit;
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}

.body-container-wrapper a:hover, 
.body-container-wrapper a:focus {
  color: #4F4E50;
  text-decoration: none;
}

.body-container-wrapper a.cta_button.arrow, 
.body-container-wrapper .arrow {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.body-container-wrapper a.cta_button.arrow:hover, 
.body-container-wrapper a.cta_button.arrow:focus, 
.body-container-wrapper .arrow:not(.button):hover, 
.body-container-wrapper .arrow:not(.button):focus {
  text-decoration: underline;
}

.body-container-wrapper a.cta_button.arrow::after, 
.body-container-wrapper .arrow::after {
  background-image: url("https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/right-arrow-tan.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2px;
  content: '';
  display: inline-block;
  height: .75em;
  position: relative;
  -webkit-transition: -webkit-transform 0.18s ease-in-out;
  transition: -webkit-transform 0.18s ease-in-out;
  -o-transition: transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  vertical-align: middle;
  width: 18px;
  margin-left: 6px;
}

.body-container-wrapper a.cta_button.arrow.arrow-primary::after, 
.body-container-wrapper .arrow.arrow-primary::after {
  background-image: url("data:image/svg+xml,%3Csvg height='52' viewBox='0 0 73 52' width='73' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.8127877.78382002c1.0285363-1.04509336 2.6481188-1.04509336 3.6766551 0 .9966661 1.0098655.9966661 2.68318914 0 3.69305464l-18.6498254 18.89681454h61.544134c1.4370535 0 2.6162486 1.1595839 2.6162486 2.6039264 0 1.4560852-1.1791951 2.6479613-2.6162486 2.6479613h-61.544134l18.6498254 18.8645223c.9966661 1.0421577.9966661 2.7301596 0 3.7282825-1.0285363 1.0421577-2.6481188 1.0421577-3.6766551 0l-23.0652881-23.3707535c-.99666613-1.0098655-.99666613-2.6831892 0-3.6930546z' fill='%23395775' transform='matrix(-1 0 0 1 73 0)'/%3E%3C/svg%3E");
}

.body-container-wrapper a.cta_button.arrow.arrow-primary:hover::after, 
.body-container-wrapper .arrow.arrow-primary:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg height='52' viewBox='0 0 73 52' width='73' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.8127877.78382002c1.0285363-1.04509336 2.6481188-1.04509336 3.6766551 0 .9966661 1.0098655.9966661 2.68318914 0 3.69305464l-18.6498254 18.89681454h61.544134c1.4370535 0 2.6162486 1.1595839 2.6162486 2.6039264 0 1.4560852-1.1791951 2.6479613-2.6162486 2.6479613h-61.544134l18.6498254 18.8645223c.9966661 1.0421577.9966661 2.7301596 0 3.7282825-1.0285363 1.0421577-2.6481188 1.0421577-3.6766551 0l-23.0652881-23.3707535c-.99666613-1.0098655-.99666613-2.6831892 0-3.6930546z' fill='%23B0946F' transform='matrix(-1 0 0 1 73 0)'/%3E%3C/svg%3E");
}
/*
a.cta_button.arrow:hover::after, a.cta_button.arrow:focus::after, .arrow:hover::after, .arrow:focus::after {
  -webkit-transform: translateX(0.25em);
      -ms-transform: translateX(0.25em);
          transform: translateX(0.25em);
}*/

.body-container-wrapper a[href*="javascript"],
.body-container-wrapper a[href="#"] {
  cursor: default !important;
}

.body-container-wrapper .banner-content a[href="#"] {
  cursor: pointer !important;
}

.body-container-wrapper .tagline {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  padding-bottom: 1em;
}


/*********
Banner
**********/
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner.section {
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8em 0;
  font-size: 10px;
  position: relative;
}

.banner.section.has-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.section.has-image.simple {
  padding: 14em 0;
}

.banner.section.has-image.simple.small h1 {
  margin-top: 0;
}

.banner.section.has-image.simple.small .banner-content {
  margin-bottom: 0;
}

.banner.section.short {
  padding: 4em 0;
}

@media screen and (min-width: 60em) {
  .banner.section .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .banner.section.simple .banner-content {
    width: 50%;
  }

  .banner.section.detail {
    min-height: 70em;
  }

  .banner.section.simple:not(.has-image) .banner-content {
    width: 100%;
  }

  .banner.section.detail .banner-content {
    width: 65%;
  }
}

@media (max-width: 959px) {
  .banner.section.detail {
    padding-bottom: 12em;
    min-height: 35em;
  }
}

.banner.section.detail .optional-links {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 60em) {
  .banner.section.detail .optional-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner.section.detail .optional-links li {
  list-style-type: none;
  margin: 1.5em 2.5em 0 0;
  padding: 0;
}

.banner.section.detail .optional-links li a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.9em;
}

.banner.section.detail .optional-links li a:hover, .banner.section.detail .optional-links li a:focus {
  text-decoration: underline;
}

.banner.section.detail .optional-links li a:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4.4em;
  height: 4.4em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner.section.detail .optional-links li a.pano-button {
  padding-left: 67px;
}

.banner.section.detail .optional-links li a.pano-button:before {
  width: 52px;
  height: 38px;
}

@media (max-width: 767px) {
  .banner.section.detail .optional-links li {
    margin-right: 90px;
  }

  .banner.section.detail .optional-links li a {
    font-weight: 400;
    font-size: 1.2em;
    padding-left: 3.2em;
    display: inline-block;
  }

  .banner.section.detail .optional-links li a:before {
    width: 2.2em;
    height: 2.2em;
  }

  .banner.section.detail .optional-links li a.pano-button:before {
    width: 52px;
    height: 38px;
  }
}

.optional-links .play-button:before {
  background-image: url('https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/play-button.svg')
}

.optional-links .pano-button:before {
  background-image: url('https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/360Icon.svg')
}

.optional-links .down-arrow:before {
  background-image: url('https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/down-arrow.svg')
}

@media screen and (min-width: 60em) {
  .banner.section.detail .banner-info-box {
    width: 20%;
  }
}

.banner.section::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.banner.section .banner-content {
  /* Needed to put text above overlay */
  position: relative;
  z-index: 1;
  /* set hanging right indent */
}

.banner.section .banner-content > p {
  padding-right: 10em;
}

.banner-info-wrap {
  position: relative;
  max-width: 118em;
  margin: 0 auto;
  width: 100%;
}

.banner-info-box {
  padding: 4em 0;
}

@media (min-width: 60em) {
  .banner-info-box {
    padding: 2.5em 0;
    position: relative;
  }
}

.banner-info-box .info-box-inner {
  padding: 0 8em;
}

@media (min-width: 60em) {
  .banner-info-box .info-box-inner {
    padding: 0 3em;
  }
}

.banner-info-box ul.calls-to-action {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  list-style-type: none;
}

.banner-info-box ul.calls-to-action li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2em;
}

.banner-info-box ul.calls-to-action li span.icon {
  padding: 0 2em 0 0;
  width: 44px;
  height: 44px;
}

.banner-info-box ul.living-options {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.banner-info-box ul.living-options li {
  margin-bottom: .5em;
  padding: 0;
}

.banner-info-box ul.living-options li .checkmark {
  display: inline-block;
  margin-right: .5em;
  height: auto;
  width: 1em;
}

/*.checkmark svg {
width: auto;
height: 16px;
}*/
@media screen and (min-width: 60em) {
  .banner-info-box {
    position: absolute;
    right: 2em;
    bottom: 12em;
  }
}

.banner-info-box .seal {
  position: absolute;
}

.no-arrow .banner .scroll-past-banner {
  display: none;
}

body:not(.homepage-v2) .banner .scroll-past-banner {
  animation-delay: 6s;
  animation-duration: 2s;
  animation-iteration-count: 6;
  background: none;
  border: 0;
  filter: brightness(100%) drop-shadow(.2em .4em .6em black);
  position: absolute;
  /*overflow: hidden;*/
  text-indent: -10000em;
  transition: all .3s linear;
  width: 5em;
  height: 5em;
}

body:not(.homepage-v2) .banner .scroll-past-banner:hover {
  filter: brightness(130%) drop-shadow(.1em .2em .3em black);
  cursor: pointer;
  animation-play-state: paused;
}

.hurricane .banner {
  padding: 2em 0 !important;
}

.hurricane .banner .scroll-past-banner {
  display: none !important;
}

body:not(.homepage-v2) .banner .scroll-arrow {
  background: url('https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/right-arrow-tan.svg') no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  transform-origin: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

@media screen and (max-width: 60em) {
  .banner-info-box .seal {
    top: -13em;
    right: 2em;
    width: 80px;
  }

  body:not(.homepage-v2) .banner .scroll-past-banner {
    animation-name: wiggle;
    position: absolute;
    left: calc(50% - 2.5em);
    bottom: 2em;
  }

  .banner.simple.has-image .scroll-past-banner {
    bottom: 4em;
  }
}

@media screen and (min-width: 60em) {
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul {
    background: transparent;
  }

  .banner-info-box .seal {
    bottom: -4em;
    right: -1em;
  }

  body:not(.homepage-v2) .banner .scroll-past-banner {
    animation-name: wiggle-desktop;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2em;
  }

  .banner.simple.has-image .scroll-past-banner {
    bottom: 4em;
  }
}

@keyframes wiggle {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(1em);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes wiggle-desktop {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 1em);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.banner.section:not(.has-image) {
  text-align: center;
}

.banner.section:not(.has-image) h1 {
  color: #B0946F;
}

.banner.section.detail h1 {
  letter-spacing: -1.98px;
  line-height: 1.06097561;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .banner.section.detail h1 {
    font-size: 8.2em;
  }
}

.banner.section.detail .optional-links li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.banner.section.detail .optional-links li:first-of-type {
  font-weight: 700;
}

.banner.section.detail .optional-links li i {
  color: #B0946F;
  font-size: 5em;
}

.banner.section.detail .optional-links li a {
  text-decoration: none;
}

.banner.section.detail .optional-links li a:hover, .banner.section.detail .optional-links li a:focus {
  text-decoration: underline;
}

.banner.section.has-image.simple::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.67)), color-stop(30%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0));
}

.banner.section.has-image.simple.small::before {
  background: linear-gradient(90deg, rgba(37, 37, 37, 0.9) 22.07%, rgba(68, 68, 68, 0) 80.03%);
}

.banner.section.has-image.detail::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 48em) {
  .banner.section.has-image.simple::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.67) 10%, rgba(0, 0, 0, 0.3));
  }

  .banner.section.has-image.detail::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.banner-info-box {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.31);
}

.banner-info-box ul.calls-to-action {
  border-bottom: 1px dashed #B0946F;
}

.banner-info-box ul.calls-to-action li {
  font-size: 1.55em;
  font-weight: 400;
  line-height: 1.416666667;
}

@media (min-width: 60em) {
  .banner-info-box ul.calls-to-action li {
    font-size: 1.6em;
  }
}

.banner-info-box ul.calls-to-action a {
  color: #B0946F;
  font-weight: 600;
  text-decoration: underline;
}

.banner-info-box ul.calls-to-action a[href*="tel:"] {
  text-decoration: none;
}

.banner-info-box ul.calls-to-action a:hover, .banner-info-box ul.calls-to-action a:focus {
  text-decoration: none;
}

.banner-info-box ul.calls-to-action .icon svg {
  color: #B0946F;
}

.banner-info-box h2 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.75;
}

.banner-info-box ul.living-options li {
  color: #B0946F;
  font-size: 1.6em;
}

.banner-info-box ul.living-options li::before {
}

.banner-info-box .seal {
  width: 120px;
  max-width: 100%;
  -webkit-filter: drop-shadow(0 2px 10px 0 rgba(0, 0, 0, 0.31));
  filter: drop-shadow(0 2px 10px 0 rgba(0, 0, 0, 0.31));
}

.ie .banner, .ie .banner .page-center {
  display: block !important;
}

.banner-icon {
  margin: 30px 0 -20px;
}

.banner.section.detail.detail_alternate {
  min-height: 1px;
}

.banner.section.detail.detail_alternate .scroll-arrow {
  display: none;
}

.banner-info-box.detail_alternate h2 {
  font-size: 2.4em;
  color: #E4CE9B;
  letter-spacing: -0.58px;
  line-height: 1;
}

.banner-info-box.detail_alternate ul.living-options li {
  font-size: 2.4em;
  color: #E4CE9B;
  line-height: 1.5;
}

.banner-details-alternate {
  background: #395775;
  padding: 30px 0;
}

.banner-details-alternate svg {
  max-width: 27px;
  max-height: 26px;
  color: #E4CE9B;
}

.banner-details-alternate .calls-to-action {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.banner-details-alternate .calls-to-action li {
  display: flex;
  align-items: center;
}

.banner-details-alternate .calls-to-action .location {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
}

.banner-details-alternate .calls-to-action .icon {
  display: inline-block;
  width: 27px;
  height: 26px;
  margin-right: 20px;
}

.banner-details-alternate .calls-to-action .content {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: -0.58px;
  line-height: 1;
}

.banner-details-alternate .calls-to-action .content a {
  color: #FFFFFF;
  text-decoration: none;
}

.pano-lity {
  width: 1280px;
  max-width: 90%;
  height: 720px;
}

.body-container-wrapper .pattern, 
.body-container-wrapper .rsvp-box, 
.body-container-wrapper .banner.section, 
.body-container-wrapper .testimonial-slider, 
.body-container-wrapper .controls::before {
  background-image: url(https://747395.fs1.hubspotusercontent-na1.net/hubfs/747395/Arbor%20Microsite/ScallopTileBG.svg);
  background-repeat: repeat;
  background-color: transparent;
  background-size: 300px 278px;
}
.listing-featured-post p.read-more {
  font-size: 10px;
}

.listing-featured-post {
  background-color: #F3F3F3;
  margin-bottom: 80px;
  padding: 20px;
}
.listing-featured-post .row-fluid {
  display: flex;
  align-items: center;
}
.listing-featured-post .featured-content {
  padding 40px 20px !important;
}

.listing-featured-post h2 {
  font-size: 28px;
  color: #00537F;    
  font-weight: bold;
  line-height: 110%;
  margin-top: 20px;
}
.listing-featured-post h2 a {
  color: #395775;    
  text-decoration: underline;
}

.listing-featured-post p {
  font-size: 14px;
  color: #4F4E50;
  line-height: 27px;
}
.community-blog .featured-post-section .featured-content small {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  color: #4F4E50;
}
.hs-blog-post .post-body .post-body-featured-image {
  width: 50%;
  float: right;
  margin: 0 0 30px 30px;
}
@media (max-width: 800px) {
  .listing-featured-post .row-fluid {
    display: block !important;
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .hs-blog-post .post-body .post-body-featured-image {
    width: 100%;
    float: none;
    margin: 0px auto 30px;
  }
}