:root {
    --blue: #2196f3;
    --indigo: #3f51b5;
    --purple: #9c27b0;
    --pink: #e91e63;
    --red: #f44336;
    --orange: #ff9800;
    --yellow: #ffeb3b;
    --green: #4caf50;
    --teal: #009688;
    --cyan: #00bcd4;
    --white: rgba(255,255,255,1.00);
	--off-white: rgba(242,242,242,1.00);
	--gray-light: rgba(166,166,166,1.00);
    --gray: rgba(117,117,117,1.00);
    --gray-dark: rgba(66,66,66,1.00);
	--gray-darker: rgba(55,55,56,1.00);
    --primary: #2196f3;
    --secondary: #757575;
    --success: #4caf50;
    --info: #00bcd4;
    --warning: #ffeb3b;
    --danger: #f44336;
    --light: #f5f5f5;
    --dark: rgba(66,66,66,1.00);
	
	--waves-blue-pale: rgba(148,208,227,1.00);	
	--waves-blue: rgba(81,167,191,1.00);
	--waves-blue-dark: rgba(33,54,116,1.00);
	--waves-orange: rgba(239,140,72,1.00);
	
	
	
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-sliders: 'Sacramento','Dancing Script', 'League Script', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} 

body {
    font-family: var(--font-family-sans-serif);
    font-weight: 200;
    color: var(--gray-dark) !important;
}

h1, .block-title, .h1, .page-title {
font-family: var(--font-family-sliders);
font-weight: 200;
color: var(--waves-blue-dark);
}

.teaser--large-card h2 {
	font-family: var(--font-family-sliders);
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-family-sans-serif);
font-weight: 200;
color: var(--waves-blue-dark);
}

.page-title {
    color: var(--waves-blue-dark) !important;
  }

::placeholder {
-webkit-text-security: none;
color: var(--gray-dark) !important;
pointer-events: none;
}

.container.teaser__content {
	max-width: 100%;
	width:100%;
}

.container-full .themag-layout__region {
position: relative;
width: 100%;
 padding-right: 0px; 
 padding-left: 0px; 
}

.themag-layout--onecol-section .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
 margin-right: 0rem !important; 
 margin-left: 0rem !important; 
}

h2.headline-slider {
    color: var(--white);
    font-family: var(--font-family-sliders);
    font-size: 5em;
    margin: 0 auto;
    line-height: 8rem;
    white-space: nowrap;
    overflow: hidden;
    top: -20vh;
  position: relative;
   width: 100%;
	 /* added animation property to show the character one at a time*/
    animation: type 7s alternate backwards;
}

 
        /*set the background colour of div element to black */
        .wrapper {
          background-color: transparent;
         }
 
         @keyframes type{ 
          from { 
               width: 1px; 
               } 
           }

h2.headline-slider.small {
color: var(--white);
font-family: var(--font-family-sliders);
font-size: 3em;
margin: 0 auto;
line-height: 5rem;
white-space: nowrap;
overflow: hidden;
	 top: 0;
width: 100%;
animation: type 7s alternate backwards;
}

@media (max-width: 850px) {
    h2.headline-slider {
		font-size: 4.5em;
    }
	h2.headline-slider.small {
		font-size: 2.5em;
    }
}

@media (max-width: 650px) {
    h2.headline-slider {
		font-size: 3.5em;
    }
	h2.headline-slider.small {
		font-size: 2em;
    }
}

@media (max-width: 375px) {
    h2.headline-slider {
		font-size: 2.5em;
    }
	h2.headline-slider.small {
		font-size: 1.5em;
    }
}


.block__title {
    font-family: var(--font-family-sliders);
    text-transform: lowercase;
	
}

.block__title .title-text {
	font-weight: 100;
    font-size: 3em;
	color: var(--waves-blue-dark);
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

p {
    font-size: 1.1428rem;
}

.review p,
.response p {
	font-size: 1.1rem;
    color: var(--gray-darker);
	line-height: 1.2;
	font-weight: 200;
}

.response {
	background: var(--waves-blue-pale);
	padding: 20px;
	border-radius:15px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top, rgba(148,208,227,0) 0%, var(--waves-blue-pale) 100%);
    background: -webkit-linear-gradient(top, rgba(148,208,227,0) 0%, var(--waves-blue-pale) 100%);
    background: linear-gradient(to bottom, rgba(148,208,227,0) 0%, var(--waves-blue-pale) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(148,208,227,0)', endColorstr='var(--waves-blue-pale)', GradientType=0);
    opacity: .77;
}



.paragraph--type--text {
  font-size: 1.1328rem;
    color: var(--gray-darker);
  line-height: 1.37;
}

/*** Messages **/
.messages {
    border-width: 0 0 0 20px;
    border-style: solid;
    border-color: rgba(53, 54, 65, 1.00);
    border-radius: 0;
    padding: 1.5rem 1.5rem 1.5rem calc(1.5rem - 0.3125rem);
    font-size: 1.2em;
    margin: 1rem;
    background-color: rgba(53, 54, 65, .1);

  a {
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }

  &--status {
    background: #e8f5e9;
    border-color: rgba(54, 163, 103, 1.00);
    color: rgba(54, 163, 103, 1.00);
  }

  &--warning {
    background: #ffecb3;
    border-color: rgba(233, 160, 10, 1.00);
    color: rgba(233, 160, 10, 1.00);
  }

  &--error {
    background: #ffcdd2;
      border-color: rgba(227, 49, 49, 1.00);
    color: rgba(227, 49, 49, 1.00);
  }

/*  .layout-builder__message--overrides & {
    background: #e3f2fd;
    border-color: #64b5f6;
    color: #42a5f5;
  }*/
}

.alert {
    box-sizing: border-box;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2.5rem 2.5rem 2.5rem calc(2.5rem - 0.3125rem);
    color: rgba(255, 255, 255, 1.00);
    border-width: 0 0 0 20px;
    border-style: solid;
    border-color: rgba(53, 54, 65, 1.00);
    border-radius: 0;
    background-color: rgba(53, 54, 65, .1);
    font-size: 1.5em;
}

.success {
    border-color: rgba(54, 163, 103, 1.00);
    color: rgba(54, 163, 103, 1.00);
}

.info {
    border-color: rgba(41, 122, 211, 1.00);
    color: rgba(41, 122, 211, 1.00);
}

.notice {
    border-color: rgba(233, 160, 10, 1.00);
    color: rgba(233, 160, 10, 1.00);
}

.error {
    border-color: rgba(227, 49, 49, 1.00);
    color: rgba(227, 49, 49, 1.00);
}

.button {
padding: 5px 1rem;
}

.button--primary {
background-color: hsla(30,95%,74%,1.00);
border-color: hsla(0,0%,98%,1.00);
color: #FFF;
}

.button--primary:hover {
background-color: hsla(30,93%,82%,1.00);
border-color: hsla(30,93%,82%,1.00);
color: #FFF;
text-shadow: 0 -1px 0 hsla(30,93%,82%,0.3);
}

.header__toggleable-button,
a.cart-block--link__expand {
color: rgba(239,140,72,1.00);
}


@media (max-width: 1012px) {
    .block--region-logo {
    height: 50px;
    }
}

hr {
	background-color: var(--waves-orange);
	color: transparent;
}

/*.block--region-logo {
    height:60px;
}*/

.slider-caption {
font-family: var(--font-family-sliders);
position: absolute;
bottom: 0vh;
left: 0vw;
display: inline-block;
color: white;
font-size: 1.4em;
font-weight: 200;
background: var(--waves-orange);
padding: 2px 7px;
}

@media (max-width: 550px) {
    .slider-caption {
		font-size: 1.2em;
        display: inline-block;
    }
}

@media (max-width: 450px) {
    .slider-caption {
		display:none;
    }
}

.slider-logo {
position: absolute;
bottom: 5vh;
right: 8vw;
min-width: 15vw;
display: inline-block;
}

@media (max-width: 550px) {
    .slider-logo {
		position: absolute;
		bottom: 4vh;
        right: 4vw;
        min-width: 14vw;
        display: inline-block;
    }
}

@media (max-width: 450px) {
    .slider-logo {
		display:none;
    }
}

.slider-logo img {
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(15,15,15,0.80));

}

.block--system-branding-block svg {
    max-width: 250px;
    width:100% !important;
}

@media (max-width: 991px) {
    .block--system-branding-block svg {
      max-width: 200px;
      width:100% !important;
	}
}

.block--system-branding-block svg .cls-2,
#offcanvas-sidebar svg .cls-2 {
    fill: rgba(239,140,72,1.00);
}

.block--region-footer-first svg .cls-1 {
	stroke: rgba(239,140,72,1.00) !important;
    fill: rgba(239,140,72,1.00) !important;
    
}

.block--region-footer-first svg .cls-2 {
	fill: rgba(148,208,227,1.00); 
}

.block--region-footer-first svg {
    max-width: 100%;
    background: transparent;
}

#offcanvas-sidebar svg {
    max-width: 70%;
    background: transparent;
    display: block;
    margin: 10px 20px;
}

svg .cls-3,
svg .cls-4 {
stroke: rgba(65,68,153,1.0) !important;
}

.block__title:after,
.block__title:before {
content: "";
display: block;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: 1px;
border-top: 1px solid rgba(148,208,227,1.00);
border-bottom: 0px solid rgba(148,208,227,1.00);
}

.block--page-title-block:after,
.block--page-title-block:before {
content: "";
display: block;
width: 100%;
border-top: 1px solid rgba(148,208,227,1.00) !important;
position: absolute;
bottom: calc(41% + 1.5px);
z-index: 0;
height: 6px;
}


.block--region-footer-first svg .cls-2 {
fill: rgba(148,208,227,1.00) !important;
}

.block--region-footer-first svg .cls-3,
.block--region-footer-first svg .cls-4 {
stroke: rgba(148,208,227,1.00) !important;
}

.footer-wrapper {
background: var(--gray-darker) !important;
padding: 3rem 0 !important;
font-size: .889rem !important;
color: rgba(242,242,242,1.00) !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6  {
	font-family: var(--font-family-sans-serif);
	color: var(--off-white) !important;
}

.footer-wrapper p,
.footer-bottom-wrapper p {
font-size: .889rem !important;
color: rgba(242,242,242,1.00) !important;
}

.footer-wrapper hr {
	background-color: none;
	color: var(--off-white);
}

.footer-bottom-wrapper p {
font-size: .889rem !important;
color: rgba(38,50,56,1.00) !important;
}



.footer-wrapper .block__title .title-text,
.footer-wrapper .teaser__headline a {
color: rgba(242,242,242,1.00);
}

.footer-wrapper .tag-list a {
color: rgba(242,242,242,1.00);
}

.footer-wrapper .tag-list a:hover {
color: rgba(38,50,56,1.00);
}

.anchor:before {
content: "";
display: block;
height: 170px;
margin: -190px 0 0;
}



.header--header-a .header__container-wrapper--header__main {
-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
/*background: rgba(243,243,243,1.00);*/
    
}

.we-mega-menu-ul .we-mega-menu-li > a,
.we-mega-menu-ul .we-mega-menu-li > span {
    font-family: var(--font-family-sans-serif) /*"Brandon Grotesque","Raleway",sans-serif*/ !important;
    font-weight: 300 !important;
	color: var(--waves-orange)!important;
}

.slide__description {
    color: rgba(249,249,249,1.00);
    text-shadow: 1px 4px 4px 0 rgba(0,0,0,0.1);
    font-size: 2.2em !important;
    font-family: "Brandon Grotesque","Raleway",sans-serif !important;
    font-weight: 100;  
}

.slide__caption {
    content: "";
}

.slide__caption:before {
    display: block;
    background-image: url(/sites/default/files/xtravillaservices_logo_2023_white.svg);
    background-size: 200px;  
}

.slick-arrow::before {
  color: rgba(249,249,249,1.00);
  font-size: 36px;
  font-size: 2.25rem;
}

.sidr ul.menu a,
.sidr ul.menu .nolink,
.sidr ul.menu span {
display: block;
padding: 15px 20px;
border-bottom: 1px solid rgba(144, 164, 174, 0.2);
color: #FFF;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
position: relative;
cursor: pointer;
}

/* vbro */
.four-pack {
    border-bottom: 1px solid #ddddde;
    margin-bottom: 10px;
    padding-bottom: 1px
}

.four-pack__block {
    margin-bottom: 15px !important
}

@media (min-width: 768px) {
    .four-pack__block {
        border-right: 1px solid #ddddde;
        display: inline-block;
        margin-right: 16px;
        min-height: 50px;
        padding-right: 16px;
        vertical-align:top
    }

    .four-pack__block:last-of-type {
        border: none;
        margin-right: 0;
        padding-right: 0
    }
}

.four-pack__detail-item {
    margin-right:-8px
}

.four-pack__detail-item:not(:last-of-type):after {
    content: "\B7";
    padding:0 0 0 8px
}

.amenity-single {
display: flex;
-moz-column-break-inside: avoid;
break-inside: avoid;
page-break-inside: avoid;
}

.rooms-and-spaces-room-card {
padding: 0 12px 24px;
width: 33.33%;
}

.FamilySpacesRoom {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside:avoid
}

.FamilySpacesRoom--with-icon {
    display:flex
}

@media (max-width: 768px) {
    .FamilySpacesRoom--with-icon {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom:12px
    }
}

.FamilySpacesRoom__description {
    margin-top:2px
}

@media (min-width: 769px) {
    .FamilySpacesRoom__icon {
        margin-right:10px
    }
}

@media (max-width: 768px) {
    .FamilySpacesRoom__icon {
        margin-left:10px
    }
}

.FamilySpacesRoomGroup {
    -moz-column-gap: 32px;
    column-gap:32px
}

@media (min-width: 769px) and (max-width: 1199px) {
    .FamilySpacesRoomGroup {
        -moz-column-count: 2;
        column-count:2
    }
}

@media (min-width: 1200px) {
    .FamilySpacesRoomGroup {
        -moz-column-count: 3;
        column-count:3
    }
}

@media (min-width: 768px) {
    .FamilySpacesRoomGroup--modal {
        -moz-column-count: 2;
        column-count:2
    }
}

@media (min-width: 992px) {
    .FamilySpacesRoomGroup--modal {
        -moz-column-count: 3;
        column-count:3
    }
}

@media (min-width: 1200px) {
    .FamilySpacesRoomGroup--ads {
        -moz-column-count: 2;
        column-count:2
    }
}

@media (min-width: 1660px) {
    .FamilySpacesRoomGroup--ads {
        -moz-column-count: 3;
        column-count:3
    }
}

.rooms-and-spaces-modal__link {
    margin-left: -8px;
    text-align: left;
    white-space:inherit
}

.rooms-and-spaces-modal__details-label {
    font-size:32px
}

.rooms-and-spaces-modal__title {
    margin-top:32px
}

@media (min-width: 768px) and(max-width: 992px) {
    .rooms-and-spaces-modal-portal .Modal__dialog {
        width:655px
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-modal-portal .Modal__dialog {
        width:735px
    }
}

.rooms-and-spaces-modal-portal .ScrollingBodyModal .Modal__header:after {
    z-index:1
}

.rooms-and-spaces-icons-group {
    display: flex;
    position: relative;
    margin-top:auto
}

.rooms-and-spaces-icons-group--show-all {
    flex-wrap:wrap
}

.rooms-and-spaces-icons-group__icon {
    margin-right: 8px;
    color:#717171
}

.rooms-and-spaces-icons-group__overflow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(221, 221, 222, .4);
    display: flex;
    justify-content: center;
    font-size: .75rem;
    font-weight:700
}

.rooms-and-spaces-room {
    flex: 0 0 auto;
    padding: 0 0 40px;
    scroll-snap-align: center;
    width:100%
}

@media (min-width: 768px) {
    .rooms-and-spaces-room {
        padding: 0 8px 32px;
        width:50%
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-room {
        padding: 0 12px 32px;
        width:33.33%
    }
}

.rooms-and-spaces-room__container {
    display: flex;
    flex-direction:column
}

.rooms-and-spaces-room__name {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden
}

.rooms-and-spaces-room__details {
    color: #717171;
    margin:0 0 16px
}

.rooms-and-spaces-room__note {
    margin-top:16px
}

@media (max-width: 991px) {
    .rooms-and-spaces-room__note {
        font-size:.875rem
    }
}

.rooms-and-spaces-room-card {
    flex: 0 0 auto;
    padding: 0 16px 16px 0;
    scroll-snap-align: center;
    width:280px
}

@media (min-width: 767px) {
    .rooms-and-spaces-room-card {
        width:260px
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .rooms-and-spaces-room-card {
        padding: 0 8px 16px;
        width:50%
    }
}

@media (min-width: 1200px) {
    .rooms-and-spaces-room-card {
        padding: 0 12px 24px;
        width:33.33%
    }
}

@media (min-width: 1200px) {
    .rooms-and-spaces--with-ads .rooms-and-spaces-room-card {
        padding: 0 8px 16px;
        width:50%
    }
}

@media (min-width: 1660px) {
    .rooms-and-spaces--with-ads .rooms-and-spaces-room-card {
        padding: 0 12px 24px;
        width:33.33%
    }
}

@media (max-width: 767px) {
    .rooms-and-spaces-room-card:first-child {
        margin-left:16px
    }
}

@media (max-width: 768px) {
    .rooms-and-spaces-room-card:first-child {
        margin-left:5%
    }
}

@media (max-width: 767px) {
    .rooms-and-spaces-room-card:last-child {
        padding-right:16px
    }
}

@media (max-width: 768px) {
    .rooms-and-spaces-room-card:last-child {
        padding-right:5%
    }
}

.rooms-and-spaces-room-card__container {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddddde;
    border-radius: 16px;
    padding: 24px;
    min-height:148px
}

.rooms-and-spaces-room-card__name {
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .875rem;
    line-height:1.125rem
}

@media (min-width: 768px) {
    .rooms-and-spaces-room-card__name {
        font-size: 16px;
        line-height:1.5rem
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-room-card__name {
        margin-bottom:0
    }
}

.rooms-and-spaces-room-card__details {
    color: #717171;
    margin: 0 0 8px;
    font-size: .875rem;
    line-height: 1.125rem;
    position: relative;
    overflow: hidden;
    height:2.25rem
}

@media (min-width: 768px) {
    .rooms-and-spaces-room-card__details {
        height:3rem
    }
}

.rooms-and-spaces-room-card__details:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1.125rem;
    background:linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%)
}

@media (min-width: 768px) {
    .rooms-and-spaces-room-card__details:after {
        height:1.5rem
    }
}

@media (min-width: 768px) {
    .rooms-and-spaces-room-card__details {
        font-size: 16px;
        line-height: 1.5rem;
        margin-bottom:4px
    }
}

.Modal__title {
    font-size:24px
}

.rooms-and-spaces-group:nth-last-of-type(3) .rooms-and-spaces-group__title {
    margin-top:24px
}

.rooms-and-spaces-group__title {
    margin-top:32px
}

.rooms-and-spaces-group__secondary-title {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    margin-left:8px
}

.rooms-and-spaces-group__summary {
    margin-bottom:16px
}

.rooms-and-spaces-group__container:last-child {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    border-bottom:1px solid #ddddde
}

@media (min-width: 767px) {
    .rooms-and-spaces-group__container:last-child {
        margin-left: -8px;
        margin-right:-8px
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-group__container:last-child {
        margin-left: -12px;
        margin-right:-12px
    }
}

.rooms-and-spaces-group__container {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    border-bottom:none
}

@media (min-width: 767px) {
    .rooms-and-spaces-group__container {
        margin-left: -8px;
        margin-right:-8px
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-group__container {
        margin-left: -12px;
        margin-right:-12px
    }
}

@media (max-width: 768px) {
    .rooms-and-spaces-group__slider-container {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right:-50vw
    }
}

.rooms-and-spaces-group__slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right:0
}

@media (min-width: 767px) {
    .rooms-and-spaces-group__slider {
        margin-left: -8px;
        margin-right:-8px
    }
}

@media (min-width: 992px) {
    .rooms-and-spaces-group__slider {
        margin-left: -12px;
        margin-right:-12px
    }
}

@media (max-width: 768px) {
    .rooms-and-spaces-group__slider {
        overflow-x: scroll;
        flex-wrap: nowrap;
        align-items: stretch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling:touch
    }
}

.amenity-single {
    display: flex;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside:avoid
}

.amenity-single .SVGIcon {
    margin-right:8px
}

.amenity-single__content {
    display: inline-block;
    flex:1
}

.amenity-single__content:after {
    content: "";
    display:block
}

.amenity-single__headline {
    font-weight:700
}

.amenity-single__description {
    color: #717171;
    display: block;
    margin-top:4px
}

.amenities-subsection {
    margin-bottom:16px
}

@media (min-width: 768px) {
    .amenities-subsection {
        border-top: 1px solid #ddddde;
        padding-top:32px
    }
}

.amenities-subsection__section-summary {
    color: #717171;
    font-style:italic
}

.amenities-subsection__list, .amenities-subsection__notes-list, .amenities-subsection__section-summary {
    margin-left: 24px;
    margin-right:24px
}

@media (max-width: 767px) {
    .amenities-subsection__list, .amenities-subsection__notes-list, .amenities-subsection__section-summary {
        margin-left: 16px;
        margin-right:16px
    }
}

.condense-to-preview .amenities-subsection__header {
    display:none
}

.amenities-categorized-modal__category {
    border-bottom: 1px solid #ddddde;
    margin-bottom: 16px;
    padding:16px 0
}

.amenities-categorized-modal__category:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom:0
}

.amenities-categorized-modal__amenity-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 24px;
    column-gap:24px
}

@media (min-width: 768px) {
    .amenities-categorized-modal__amenity-list {
        -moz-column-count: 2;
        column-count:2
    }
}

@media (min-width: 1200px) {
    .amenities-categorized-modal__amenity-list {
        -moz-column-count: 3;
        column-count:3
    }
}

.amenities-categorized-modal__amenity-list-item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom:12px
}

@media (min-width: 768px) {
    .amenities-categorized-modal__amenity-list-item {
        margin-bottom:16px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .amenities-categorized-modal-portal .Modal__dialog {
        width:655px
    }
}

@media (min-width: 992px) {
    .amenities-categorized-modal-portal .Modal__dialog {
        width:735px
    }
}

@media (min-width: 768px) {
    .AmenitiesCategorizedRollup__category-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: -16px;
        margin-right:-16px
    }
}

@media (min-width: 768px) {
    .AmenitiesCategorizedRollup__category-list-item {
        min-width: 50%;
        padding-left: 16px;
        padding-right:16px
    }
}

@media (min-width: 1200px) {
    .AmenitiesCategorizedRollup__category-list-item {
        min-width:33%
    }
}

.AmenitiesCategorizedRollup__amenity-list {
    margin-bottom:32px
}

.AmenitiesCategorizedRollup__amenity-list-item {
    margin-bottom: 16px;
    display:flex
}

@media (max-width: 767px) {
    .AmenitiesCategorizedRollup__amenity-list-item {
        flex-direction: row-reverse;
        justify-content:space-between
    }
}

@media (min-width: 768px) {
    .AmenitiesCategorizedRollup__amenity-icon {
        margin-right:10px
    }
}

@media (max-width: 767px) {
    .AmenitiesCategorizedRollup__amenity-icon {
        margin-left:10px
    }
}

.property-headline-expanded {
    border-bottom: 1px solid #ddddde;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-start;
    justify-content:space-between
}

@media (max-width: 1199px) {
    .property-headline-expanded {
        flex-direction:column
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .property-headline-expanded {
        border-bottom: none;
        margin-bottom:0
    }
}

.Description {
    font-size:.875rem
}

@media (max-width: 480px) {
    .Description {
        padding:0 24px 8px
    }
}

.Description--location {
    font-weight: 700;
    color: #292929;
    font-size:.875rem
}

@media (max-width: 480px) {
    .Description--location {
        color:#717171
    }
}

.pdp-map__modal .Modal__body .map-modal__pdp-map {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:0
}

.google-map, .Map {
    height:100%
}

.Map {
    position:relative
}

.Map--container {
    height:100%
}

.Map--expand-button {
    top: 18px;
    position: absolute;
    right: 24px;
    z-index: 3;
    background-color: #292929 !important;
    color: #fff;
    opacity: .9;
    margin:-10px
}

.SVGIcon.foursquare-label {
    width: 100%;
    height: 10px;
    justify-content: flex-end;
    stroke-width: 1;
    stroke:initial
}

.defer-loading__placeholder {
    overflow: hidden;
    position:relative
}

.defer-loading__placeholder ul {
    top:0
}

.defer-loading__placeholder ul li {
    height: 10px;
    margin: 0;
    width:10px
}

.pdp-section--location {
    display: flex;
    flex-direction: row;
    justify-items:center
}

.pdp-section--location-list {
    flex:2
}

.pdp-section--location-list .List {
    height:100%
}

.pdp-section--location-map {
    padding-left: 32px;
    flex:3
}

.MapList--location {
    display: flex;
    flex-direction: row;
    justify-items:center
}

.MapList--location-list {
    flex:2
}

.MapList--location-list .List {
    height:100%
}

.MapList--location-map {
    padding: 0 32px;
    flex:3
}

.List {
    position:relative
}

@media (max-width: 480px) {
    .List--toi-headline {
        margin-bottom:8px
    }
}

.List a {
    color: #292929;
    text-decoration:none
}

@media (hover: hover) {
    .List a:hover {
        cursor: pointer;
        font-weight:900
    }

    .List a:hover li {
        background-color: #f9f8f7;
        border-radius:8px
    }

    .List a:hover small {
        font-weight: 100;
        color:#292929
    }
}

.List a.selected-toi {
    font-weight:900
}

.List a.selected-toi li {
    border-radius:8px
}

.List a.selected-toi small {
    font-weight:100
}

.List--item-foursquare, .List--item-gaia {
    padding: 12px;
    margin:0 -12px
}

.List--item-toi {
    display:flex
}

.List--item-toi-name {
    flex: 7;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .875rem;
    color:#292929
}

.List--item-toi-distance {
    flex: 1;
    white-space: nowrap;
    font-size:.875rem
}

small {
    font-weight: 100;
    font-size: .75rem;
    color:#717171
}

.Pager__li--page {
    flex: 3;
    order: 1;
    padding:16px 32px
}

.Pager {
    display: flex;
    margin: 32px 16px;
    list-style:none
}

.Pager__li {
    display: flex;
    align-items: center;
    justify-content:center
}

.Pager__li--previous {
    flex: 1;
    order: 0;
    justify-content:flex-start
}

.Pager__li--next {
    flex: 1;
    order: 2;
    justify-content:flex-end
}

@media (min-width: 768px) {
    .Pager--left {
        justify-content:flex-start
    }

    .Pager--left .Pager__li {
        flex:none
    }

    .Pager--right {
        justify-content:flex-end
    }

    .Pager--right .Pager__li {
        flex:none
    }

    .Pager--center {
        justify-content:center
    }

    .Pager--center .Pager__li {
        flex:none
    }
}

/* tabs */

.tabs ul.primary > li a {
color: #115e85;
}

.tabs ul.primary > li a:hover {
color: #081A22;
}

/* calendar */

/*.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
	min-height: 35px;
}*/

/*.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
color: white;
font-size: 15px;
min-height: 40px;
vertical-align: middle;
	text-overflow: ellipsis;
}*/



.fc-event.fc-start {
	margin: 0 0 0 10px;
	clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*.fc-content::before {
 width: 0; 
height: 0px;
border-style: solid;
border-width: 0 120px 120px;
border-color: transparent transparent transparent #fff;
}*/

/*.fc-event.fc-start.fc-end {
	margin: 0 10px 0 10px;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 95%);
}

.fc-event.fc-not-start.fc-end {
	margin: 0 10px 0 0;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}*/

.fc-title {
    margin: 2px auto 2px 15px;
	color: var(--off-white) !important;
/*	font-size: 1em;*/
    font-weight: 400;
/*	line-height: 1.1em; */
}

.fc-time {
    display:none
}

.fc-event {
/*position: relative;
display: block;*/
	color: var(--off-white) !important;
/*font-size: 1.3em;
    font-weight: 200;
line-height: 1.5; */
 border: 0px solid #3788d8; 
}

/*@media (max-width: 758px) {
	.fc-event.fc-start.fc-not-end {
	margin: 0 0 0 10px;
    }
	
	
	.fc-event.fc-start.fc-end {
	margin: 0 10px 0 10px;
    }

    .fc-event.fc-not-start.fc-end {
    margin: 0 10px 0 0;
    }
}*/

/*.is-sticky {
	top:80px !important;
	background-color: white;
}
*/


