.tour .banner.section.simple {
  display: block !important;
}

.tour-form {
  position: relative;
  border: 2px solid #b0946f;
  padding: 4rem;
}

.tour-form form {
  display: flex;
  flex-wrap: wrap;
  width: 974px;
  max-width: 100%;
  margin: 0 auto;
}

.tour-form .hs-richtext h3 {
  font-size: 28px;
  color: #395775;
  letter-spacing: 0;
  line-height: 1.214285714285714;
  margin: 0 0 13px;
}

.tour-form .hs-richtext p {
  line-height: 1.214285714285714;
  font-size: 14px !important;
  line-height: 1;
  color: #5A5A5A;
  letter-spacing: 0;
  margin 0 0 18px;
}

.tour-form .hs-richtext hr {
  width: 100%;
  height: 2px;
  background: #b0946f;
  border: none;
  margin: 0 0 25px;
}

.tour-form fieldset {
  width: 100%;
  max-width: 100% !important;
}

.tour-form fieldset:nth-child(2) {
  margin-top: 40px;
}

.tour-form fieldset:nth-child(3) {
  margin-top: 40px;
}

@media (min-width: 789px) {
  .tour-form fieldset:first-child {
    width: 48%;
  }

  .tour-form fieldset:nth-child(2) {
    width: 48%;
    margin-left: 4%;
    margin-top: 0;
  }
}

.hs-dateinput > input[name="what_day_would_you_like_to_visit_"],
.hs-fieldtype-date > label,
.hs-datepicker {
  display: none !important;
}

.tour-form .hs-form-field {
  margin-bottom: 25px;
}

.tour-form input[type="submit"] {
  background: #992937;
  color: #fff;
  text-transform: uppercase;
}

.tour-form input[type="submit"]:hover {
  background: #b0946f;
  color: #fff;
}



.tour-form .hs_what_time_would_you_like_to_visit_radio ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 10px;
  align-items: center;
  margin-top: 13px;
}

.tour-form .hs_what_time_would_you_like_to_visit_radio ul li {
  width: 22.580645161290323%;
  margin-bottom: 7px;
  margin-top: 0;
}

.tour .selectric .label
{
  position: relative;
    background: none;
    text-transform: none;
    text-align: left;
    top: auto;
    right: auto;
    padding: initial;
    border-radius: 0;
    letter-spacing: 0;
}
.tour .selectric b {
    color: #B0946F !important;
    border-left: 1px solid #ECEAE9 !important;
    font-size: 16px !important;
    padding: 0 1em !important;
}
.tour .selectric {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.25em;
}
.tour .selectric .label {
    display: block;
    white-space: wrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 14px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    position: static;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    text-transform: none;
}
@media (max-width: 900px) {
  .tour-form .hs_what_time_would_you_like_to_visit_radio ul li {
    width: 31.5%;
    min-width: 31.5%;
  }
}

@media (max-width: 599px) {
  .tour-form .hs_what_time_would_you_like_to_visit_radio ul li {
    width: 48.5%;
    min-width: 48.5%;
  }
}

.tour-form .hs_what_time_would_you_like_to_visit_radio ul li:last-child {
  width: auto !important;
}

.tour-form .hs_what_time_would_you_like_to_visit_radio input[type="radio"] {
  display: none;
}

.tour-form .hs_what_time_would_you_like_to_visit_radio ul li label span {
  display: block;
  border: 1px solid #395775;
  border-radius: 2px;
  color: #395775;
  background: #fff;
  padding: 8px 8px;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.tour-form .hs_what_time_would_you_like_to_visit_radio ul li:last-child label span {
  padding: 8px 18px;
}


.tour-form .hs_what_time_would_you_like_to_visit_radio input[type="radio"]:checked + span {
  background: #395775;
  color: #fff;
}





.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) ul li {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) input[type="radio"] {
  display: none;
}

.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) ul li label {
  cursor: pointer;
}

.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) ul li label span:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #eceae9;
  border-radius: 2px;
  background: #fff;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: 2px;
  box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.25);
}


.tour-form .hs-fieldtype-radio:not(.hs_what_time_would_you_like_to_visit_radio) input[type="radio"]:checked + span:before {
  background: #395775;
  border-color: #395775;
}



.tour-form .smart-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.tour-form .smart-field ul li {
  font-size: 18px;
}

.tour-form .smart-field ul .hs-input{
  width: auto !important;
  margin-right: 10px;
}



.tour-form .hs_error_rollup {
  width: 100%;
  margin: 0 0 15px;
}

.tour-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
}

.tour-form .hs-error-msgs li {
  font-size: 1.5rem;
}







/* DatePicker Container */
.ui-datepicker {
	width: 100%;
	height: auto;
	margin: 5px auto 0;
	font-size: 14px;
  border: 1px solid #EAE8E7;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
  padding: 14px 20px 20px;
}
.ui-datepicker-header {
	background: #E4CE9B;
	color: #5A5A5A;
	font-weight: 400;
	line-height: 30px;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.ui-datepicker-title {
	text-align: center;
  order: 2;
  margin: 0 15px;
  width: calc(100% - 94px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-datepicker-title .selectric-wrapper {
	width: 48.5%;
}
.ui-datepicker-title .selectric-wrapper .selectric {
	width: 100%;
  padding: 0;
  font-size: 1.4rem;
}
.ui-datepicker-title .selectric-wrapper .selectric .label {
  font-size: 1.4rem;
  height: 35px;
  line-height: 35px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 17px;
	height: 12px;
	text-align: center;
	cursor: pointer;
	background-image: url(https://cdn2.hubspot.net/hubfs/747395/img/icons/datepicker-next.svg);
	background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  order: 1;
	background-image: url(https://cdn2.hubspot.net/hubfs/747395/img/icons/datepicker-prev.svg);
  margin-left: 15px;
}
.ui-datepicker-next {
  order: 3;
  margin-right: 15px;
}
.ui-datepicker thead {
  
}
.ui-datepicker th {
	padding: 5px 0;
  font-size: 14px;
  line-height: 1.285714285714286;
  color: #5A5A5A;
  letter-spacing: 0;
}
.ui-datepicker tbody td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  font-size: 1.4rem;
	display: inline-block;
	text-align: right;
  padding-right: 6px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #5A5A5A;
  cursor: pointer !important;
}
.ui-datepicker-calendar .ui-state-default {
	background: #FCFCFC;
  border: 1px solid #EBEBEB;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
	background: #395775;
  border: 1px solid #395775;
	color: #fff;
	position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}




.tour-form .ui-datepicker-title select {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  padding: .6em 1.4em .5em .8em;
  width: 48.5%;
  max-width: 48.5%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #979797;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='8px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Schedule-a-Tour---Full-Page' transform='translate(-402.000000, -607.000000)' fill='%23395775'%3E%3Cg id='FORM' transform='translate(206.000000, 524.000000)'%3E%3Cg id='CALENDAR' transform='translate(1.000000, 0.000000)'%3E%3Cpolygon id='Triangle' transform='translate(201.000000, 87.000000) rotate(-180.000000) translate(-201.000000, -87.000000) ' points='201 83 207 91 195 91'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 14px top 50%;
  background-size: 12px 8px;
}
/* Hide arrow icon in IE browsers */
.tour-form .ui-datepicker-title select::-ms-expand {
  display: none;
}
/* Hover style */
.tour-form .ui-datepicker-title select:hover {
  border-color: #888;
}
/* Focus style */
.tour-form .ui-datepicker-title select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222; 
  outline: none;
}

/* Set options to normal weight */
.tour-form .ui-datepicker-title select option {
  font-weight:normal;
}

/* Disabled styles */
.tour-form .ui-datepicker-title select:disabled,
.tour-form .ui-datepicker-title select[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.tour-form .ui-datepicker-title select:disabled:hover,
.tour-form .ui-datepicker-title select[aria-disabled=true] {
  border-color: #aaa;
}


@media (max-width: 767px) {
  .tour-form .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
  
  .tour-form .hs-form-field .selectric {
    width: 100% !important;
  }
	.tour-form {
		padding: 4rem 2rem 4rem 2rem;
	}
}



.testimonial-slider .slick-track {
  left: 0 !important;
}

.bg-white, .mobile-open .main-nav, .top-bar ul li.hs-item-has-children ul,
.main-nav ul:not(.lang_list_class) li.hs-item-has-children ul {
  background-color: #fff;
}

.bg-blue, .rsvp-box, .top-bar, .banner.section, .banner-info-box, .testimonial-slider .controls::before {
  background-color: ;
}

.bg-blue h1, .rsvp-box h1, .top-bar h1, .banner.section h1, .banner-info-box h1, .bg-blue h2, .rsvp-box h2, .top-bar h2, .banner.section h2, .banner-info-box h2, .bg-blue h3, .rsvp-box h3, .top-bar h3, .banner.section h3, .banner-info-box h3, .bg-blue h4, .rsvp-box h4, .top-bar h4, .banner.section h4, .banner-info-box h4, .bg-blue h5, .rsvp-box h5, .top-bar h5, .banner.section h5, .banner-info-box h5, .bg-blue h6, .rsvp-box h6, .top-bar h6, .banner.section h6, .banner-info-box h6, .bg-blue p, .rsvp-box p, .top-bar p, .banner.section p, .banner-info-box p, .bg-blue li, .rsvp-box li, .top-bar li, .banner.section li, .banner-info-box li, .bg-blue a, .rsvp-box a, .top-bar a, .banner.section a, .banner-info-box a {
  color: #fff;
}

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

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

.pattern, .rsvp-box, .banner.section, .testimonial-slider .controls::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/747395/Arbor%20Microsite/ScallopTileBG.svg");
  background-repeat: repeat;
  background-color: transparent;
  background-size: 300px 278px;
}
.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: 8rem 0;
  position: relative;
}

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

.banner.section.has-image.simple {
  padding: 14rem 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: 4rem 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: 70rem;
  }
  
  .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: 12rem;
    min-height: 35rem;
  }
}

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

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

.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 > p {
  padding-right: 10rem;
}

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

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

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

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

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

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

.banner-info-box ul.calls-to-action li span.icon {
  padding: 0 2rem 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: .5rem;
  height: auto;
  width: 1em;
}




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

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

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

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

.hurricane .banner {
  padding: 2rem 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;
}

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

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

@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%, 1rem);
  }
  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.2rem;
  }
}

.banner.section.detail .optional-links li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  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: 5rem;
}

.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.55rem;
  font-weight: 400;
  line-height: 1.416666667;
}

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

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

.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.4rem;
  color: #b0946f;
  letter-spacing: -0.58px;
  line-height: 1;
}

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

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

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

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

.tour-form input::placeholder {
  color: #4F4E50
}
.banner.section h1,
.banner.section p {
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 550px) {
.ui-datepicker-title {
    flex-direction: column;
    gap: 1rem;
}
.ui-datepicker-title .selectric-wrapper {
    width: 100%;
}
}

@media only screen and (max-width: 477px) {
  .tour-form .hs_what_time_would_you_like_to_visit_radio ul {
     gap: 6px;
  }
}