{# COLOR DEFINITIONS #}
{% set white = "#fff" %} {# White #}
{% set black = "#000" %}
{% set charcoal = "#252525" %}
{% set darkGray = "#4F4E50" %} {# Dark Gray #}
{% set lightGray = "#ECEAE9" %} {# Light Gray #}
{% set midGray = "#acacac" %}
{% set midGray2 = "b2b2b2" %}
{% set color1 = "#395775" %} {# Blue #}
{% set color1_transparent = "rgba(57, 87, 117, 0.81)" %} {# Semi-transparent blue #}
{% set color1_transparent_60 = "rgba(57, 87, 117, 0.60)" %} {# Semi-transparent blue #}
{% set color2 = "#B0946F" %} {# Gold #}

/*********
Banner
**********/

.banner.section:not(.has-image){
  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;
}

.banner.section:not(.has-image) .banner-content > h1 {
  color: #B0946F;
  font-size: 60px;
}
@media print {
  .banner.section:not(.has-image) .banner-content > h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
  }
}

.banner.section:not(.has-image) .banner-content p,
.banner.section:not(.has-image) .banner-content a{
  color: #fff;
  font-size: 22px;
  margin: 1em 0 2em 0;
  line-height: 1.454545455;
}
@media print {
  .banner.section:not(.has-image) .banner-content p,
  .banner.section:not(.has-image) .banner-content a {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

.banner.section a.button {
  color: #FFFFFF;
}
.banner.section a.button:focus,
.banner.section a.button:hover {
  color: #ffffff;
}

.bg-blue .selectric-items li,
.resources-page .prestige .selectric-items li {
  color: ;
}

/* .button {
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #B0946F;
  display: inline-block;
  font-size: 1rem;
  
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 700;
  color: #fff;
  transition: all 0.18s ease-in-out;
  text-decoration: none;
  padding: 1rem 2rem;
  white-space: nowrap;
} */

/* .button:hover, .button:focus {
  background-color: #395775;
  color: #fff;
  text-decoration: none;
} */

.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: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.5rem 0;
  position: relative;
}

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

.banner.section.has-image.simple {
  /* padding: 8.75rem 0; */
}

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

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

.banner.section .banner-content 
{
  text-shadow: 2px 2px 4px #000000;
}

.banner.section .banner-content:hover {
  text-shadow: none;
}


.banner.section.short {
  padding: 2.5rem 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;
    width: 100%;
  }

  .banner.section.simple .banner-content {
    width: 50%;
  }
  
  .banner.section.detail {
    min-height: 43.75rem;
  }
  
  .banner.section.simple:not(.has-image) .banner-content {
    width: 100%;
    margin: 0;
  }
  
  .banner.section.detail .banner-content {
    width: 60%;
  }
}

@media (max-width: 959px) {
  .banner.section.detail {
    padding-bottom: 7.5rem;
    min-height: 21.875rem;
  }
}

.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: 0.9375em 1.5625em 0 0;
  padding: 0;
}

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

.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: 2.75rem;
  height: 2.75rem;
  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: 0.75rem;
    padding-left: 2rem;
    display: inline-block;
  }
  
  .banner.section.detail .optional-links li a:before {
    width: 1.375rem;
    height: 1.375rem;
  }
  
  .banner.section.detail .optional-links li a.pano-button:before {
    width: 52px;
    height: 38px;
  }
}

.optional-links .play-button {color: #ffffff;}
.optional-links .play-button:before {
  background-image: url('//cdn2.hubspot.net/hubfs/747395/Arbor%20Microsite/UI%20Elements/play-button.svg')
}

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


.optional-links .down-arrow:before {
  background-image: url('//cdn2.hubspot.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 > h1 {
  color: #ffffff;
  margin-top: 4rem;
  font-size: 60px;
  line-height: 71px;
  letter-spacing: -1.45px;
}

.banner.section .banner-content p {
  font-size: 1.375rem;
  line-height: 32px;
  padding-right: 3rem;
}

.banner.section .banner-content p a {
  color: white;
  font-size: 1.375rem;
  line-height: 32px;
}
@media screen and (max-width:768px) {
  .banner.section .banner-content p {
    padding-right: unset;
  }
}

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

.banner-info-box {
  padding: 1.5625rem 0;
  background-color: #395775;
}

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

.banner-info-box .info-box-inner {
  padding: 0 5rem;
}

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

.banner-info-box ul.calls-to-action {
  margin: 0 0 1.25rem 0;
  padding: 0 0 1.25rem 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: 1.25rem;
}

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

.banner-info-box ul.calls-to-action li .content {
  color: #fff;
}

.banner-info-box ul.calls-to-action li .content a {
  color: #b0946f;
}




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

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

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




/*.checkmark svg {
  width: auto;
  height: 16px;
}*/

@media screen and (min-width: 60em) {
  .banner-info-box {
    position: absolute;
    right: 1.25rem;
    bottom: 7.5rem;
  }
}

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

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

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

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(.2rem .4rem .6rem black);
  position: absolute;
  /*overflow: hidden;*/
  text-indent: -10000em;
  transition: all .3s linear;
  width: 3.125rem;
  height: 3.125rem;
}

body:not(.homepage-v2) .banner .scroll-past-banner:hover {
  filter: brightness(130%) drop-shadow(0.0625rem 0.125rem 0.1875rem black);
  cursor: pointer;
  animation-play-state: paused;
}

.hurricane .banner {
  padding: 1.25rem 0 !important;
}

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

body:not(.homepage-v2) .banner .scroll-arrow {
  background: url('https://www.arborcompany.com/hubfs/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;
  outline: none !important;
}

body:not(.homepage-v2) .banner .scroll-arrow:focus{
  outline: none;
}

@media screen and (max-width: 60em) {
  .banner-info-box .seal {
    top: -8.125rem;
    right: 1.25rem;
    width: 80px;
  }
  
  body:not(.homepage-v2) .banner .scroll-past-banner {
    animation-name: wiggle;
    position: absolute;
    left: calc(50% - 2.5rem);
    bottom: 1.25rem;
  }
  
  .banner.simple.has-image .scroll-past-banner {
    bottom: 2.5rem;
    outline: none !important
  }
  
  
}

@media screen and (min-width: 60em) {
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul {
    background: transparent;
  }
  
  .banner-info-box .seal {
    bottom: -2.5rem;
    right: -0.625rem;
  }
  
  body:not(.homepage-v2) .banner .scroll-past-banner {
    animation-name: wiggle-desktop;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem;
    
  }
  
  .banner.simple.has-image .scroll-past-banner {
    bottom: 2.5rem;
  }
}

@keyframes wiggle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

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

.banner.section:not(.has-image) {
  text-align: center;
  padding-top: 1.85rem;
  padding-bottom: 1.85rem;
}

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

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

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

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

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

.banner.section.detail .optional-links li i {
  color: ;
  font-size: 3.125rem;
}

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

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

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

.banner-info-box ul.calls-to-action a {
  color: ;
  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: ;
}

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

.banner-info-box ul.living-options li {
  color: ;
  font-size: 1rem;
}

.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: 1.5rem;
  color: #E4CE9B;
  letter-spacing: -0.58px;
  line-height: 1;
  margin: 0.83em 0;
}

.banner-info-box.detail_alternate ul.living-options li a {
    color: #ffffff;
    text-decoration: underline
}
.banner-info-box.detail_alternate ul.living-options li {
  font-size: 1.5rem;
  color: #ffffff;
  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: 1.375rem;
  color: #FFFFFF;
  line-height: 1;
}
.banner-details-alternate .calls-to-action .content p {
font-size: 1rem;
margin: 1rem 0;
}
.banner-details-alternate .calls-to-action .content a {
  color: #FFFFFF;
  text-decoration: none;
}

.pano-lity {
  width: 1280px;
  max-width: 90%;
  height: 720px;
}
/* Base-v2 */
/* Banner */
.banner.section.detail {
  padding: 3rem 0;
}

.banner-info-box ul.calls-to-action a {
  color: #fff;
}

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

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

@media screen and (min-width: 600px) {
  .banner-info-box {
    bottom: 3rem;
  }
}

.banner.section .banner-content {
  margin-bottom: 5rem;
}
@media print {
  .banner.section .banner-content {
    margin-bottom: 0;
  }
}

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

.banner-info-box-top {
  padding: 1.5625rem;
}

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

.banner-info-box ul.calls-to-action {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.banner-info-box ul.calls-to-action li:last-child {
  margin-bottom: 0;
}

.banner-info-box-bottom {
  padding: 1.5625rem;
  background: #252525;
}


.banner .scroll-past-banner {
  background: none;
  border: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5625rem;
  transition: all .3s linear;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  
  border-radius: 50%;
  background: ;
  color: ;
}

.banner .scroll-past-banner:hover {
  background: ;
  color: ;
}

.banner .scroll-arrow:before {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  
  transform: rotate(90deg);
  transform-origin: center center;
}

@media (max-width: 959px) {
  .scroll-past-banner {
    display: none;
  }
  
  .banner.section.detail {
    padding: 180px 0 60px;
  }
  
  .banner.section .banner-content {
    margin-bottom: 0;
  }
  
  .banner.section.detail h1 {
    font-size: 3.2em;
    margin: 0;
  }
  
  .banner-info-box,
  .banner-info-box ul.living-options li {
    color: #ffffff;
    font-size: 1rem;
  }
  
  .banner-info-box ul.calls-to-action li {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  
  .banner-info-box ul.calls-to-action a {
    font-size: 1rem;
  }
  
  .banner-info-box h2 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media (max-width: 50em) {
  .banner.section.detail h1 {
    font-size: 3.555555555555556em;
  }
  
  .banner-info-box,
  .banner-info-box ul.living-options li {
    font-size: 1.0625rem;
  }
  
  .banner-info-box ul.calls-to-action li {
    font-size: 1.375rem;
    line-height: 1.6;
  }
  
  .banner-info-box ul.calls-to-action a {
    font-size: 1.0625rem;
  }
  
  .banner-info-box h2 {
    font-size: 1.375rem;
  }
}

.banner.section.detail .optional-links li a {
  text-decoration: underline;
  text-transform: none;
  padding-left: 26px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.banner.section.detail .optional-links li a:before {
  background-image: url('https://www.arborcompany.com/hubfs/Arbor%20Microsite/UI%20Elements/play-button-v2.svg');
  width: 20px;
  height: 20px;
}

@media print {
  .b-banner-p > p {
    font-size: 20px!important;
    color: #252525!important;
    line-height: 1!important;
  }
}

h1.page_white_heading_color {
    color: #fff !important;
    position: relative;
}
h1.page_white_heading_color:after {
    content: '';
    background: #B0946F;
    height: 6px;
    width: 150px;
    display: block;
    margin: 15px auto;
}