/*********************************************** FONTS ***********************************************/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

/*********************************************** GLOBAL STYLES ***********************************************/
* {
  box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #40419a;
    margin: 0; 
}
a {
    color: #6e9e9d;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a span {
     color: #191919;
}
a:active,
a:hover {
    color: #191919;
    text-decoration: none;
    outline: 0;
}
a:hover span {
     color: #6e9e9d;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
h2 {
    font-size: 40px;
    color: #40419a;
}
.sup-title {
    font-family: 'fourells_scriptregular';
    color: #6e9e9d;
    font-size: 50px;
    position: relative;
    padding-bottom:10px;
    margin-bottom:30px;
}
.sup-title:after {
    content: '';
    background-color: #afba3b;
    height:2px;
    width: 90px;
    position: absolute;
    bottom: 0px;
    left:0;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
section {
    padding:95px 0;
}
.section_intro {
    font-size: 22px;
    color: #464646;
}
.sup_title {
    color: #464646;
    font-size: 20px;
}
.sup_title::after {
    content: '';
    display: block;
    width: 150px;
    height: 3px;
    background-color: #ffbd5a;
    margin: 25px 0; 
}
.section_title {
    font-size: 50px;
    margin-bottom: 60px;
    color: #40419a;
}
/*********************************************** HEADER ***********************************************/
header {
    position: relative;
    width: 100%;
}
.top-nav, .main_menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.top-nav {
    margin-bottom: 40px;
}
.top-nav li:first-child, 
.main_menu li:first-child {
    margin-left: 0;
}
.top-nav li {
    margin-left: 30px;
}
.top-nav a {
    font-size: 16px;
    color: #40419a;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.top-nav a:hover {
    color: #a08fc7!important;
}
.main_menu li {
    margin-left: 90px;
}
.main_menu a {
    font-size: 24px;
    color: #464646;
    padding-right: 24px;
    background-image:url('../img/arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.main_menu li {
    position: relative;
}
.main_menu li ul {
    padding: 40px 30px 40px;
    background-color: #fff;
    border-top: 2px solid transparent;
    position: absolute;
    top: 30px;
    display: none;
    left: 0;
    z-index: 1000;
    padding-top: 40px;
    list-style-type: none;
}
.main_menu li.last ul {
right: -40px;
left: auto;
}
.main_menu li.last ul li a {
    text-align: left;
    width: 100%;
    display: block;
}
.main_menu li.last ul li a:hover,
.main_menu a:hover {
    color:#8470b2!important;
}
.main_menu li > ul li {
    margin: 0;
    border-bottom: 1px solid #40419a;
    padding: 10px 0;
    background: none;
}
.main_menu li > ul li:last-child {
    margin: 0;
    border-bottom: none;
    padding: 10px 0 0;
    background: none;
}
.main_menu li ul li a {
    background-image: none;
    white-space: nowrap;
    font-size: 18px;
    padding-right: 0;
}
.main_menu li:hover ul {
    display: block;
}
.nav_holder {
    margin-top: 10px;
}
/*********************************************** HP KEYART ***********************************************/
.hp_keyart {
    position: relative;
    height: 748px;
    padding: 0;
}
.hp_keyart .keyart-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hp_keyart .keyart-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp_keyart .video-bg {
    width: 100%;
    height: 748px;
    position: absolute;
    left: 0;
    top:0;
}
.hp_keyart .video-bg video {
    margin: auto; 
    position: absolute; 
    z-index: -1; 
    top: 0%; 
    left: 0%; 
    transform: translate(0%, 0%); 
    visibility: visible; opacity: 1; 
    width: 100%; 
    object-fit: cover; 
    height: 748px;
}
.hp_keyart .container {
    position: relative;
    height: 100%;
}
.hp_keyart .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.hp_keyart .content-holder {
    width: 40%;
    float: right;
    text-align: center;
    color: white;
}
.hp_keyart .keyart_title {
    font-size: 64px;
    margin-bottom: 30px;
}
.hp_keyart .keyart_description {
    font-size: 19px;
    margin-bottom: 30px;
}
.hp_keyart .infolink {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.hp_keyart .infolink:hover {
    transform: translateX(10px);
    color: #8470b2 !important;
}
.hp_keyart .cta {
    font-size: 28px;
    color: #40419a;
    background: white;
    border-radius: 20px;
    background-image: url('../img/arrow-blue-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 8px 40px 8px 20px;
    margin-top: 35px;
    display: inline-block;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.hp_keyart .cta:hover {
    background-color: #8470b2!important;
    color: white;
    background-image: url(../img/arrow-white-big.png);
}
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.inner-keyart .video-controls {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 10000;
}
.video-controls {
    position: absolute;
    left: 0;
    bottom: 50px;
}
.video-playpause {
    width:70px;
    height:27px;
    background: url('../img/play.png') no-repeat center center;
}
.video-playpause.active {
    background: url('../img/pause.png') no-repeat center center;
}
/*********************************************** INNER KEYART ***********************************************/
.inner_keyart {
    position: relative;
    height: 320px;
    padding: 0;
}
.inner_keyart .keyart-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.inner_keyart .keyart-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_keyart .container {
    position: relative;
    height: 100%;
}
.inner_keyart .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.inner_keyart .content-holder {
    width: 40%;
    float: right;
    color: white;
}
.inner_keyart .sup_title {
    color: #fff;
    font-size: 20px;
    margin-top: 60px;
}
.inner_keyart .sup_title::after {
    content: '';
    display: block;
    width: 150px;
    height: 3px;
    background-color: #ffbd5a;
    margin: 25px 0; 
}
.inner_keyart .keyart_title {
    font-size: 40px;
    margin-bottom: 60px;
    color: #fff;
}
.inner_keyart .keyart_breadcrumbs {
    text-align: right;
    font-size: 16px;
    color: #ffbd5a;
}
.inner_keyart .keyart_breadcrumbs a, 
.inner_keyart .keyart_breadcrumbs span {
    color: #fff;
    transition: .35s cubic-bezier(.25,.46,.45,.94);

}
.inner_keyart .keyart_breadcrumbs a:hover span {
    color: #a08fc7 !important;
}
.B_crumbBox {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}
.B_crumbBox li {
    margin: 0 5px;
}
.B_crumbBox .B_lastCrumb {
    margin-right: 0;
}
/**********************************************  HP  Schedule a Tour ************************************/
.schedule_tour {
    text-align: center;
}
.schedule_tour .section_title {
    color: #40419a;
    font-size: 64px;
}
.schedule_tour .section_subtitle {
    color: #40419a;
    font-size: 50px;
}
.schedule_tour .stars {
    display: block;
    margin: 70px 0;
}

.schedule_tour .star {
    color: black;
    font-size: 16px;
}
.schedule_tour .star img {
    margin: 0 auto 20px;
}
.schedule_tour .section_content {
    font-size: 26px;
}
.schedule_tour .cta_holder {
    display: block;
    margin-top: 50px;
}
.schedule_tour .cta_holder .full {
    color: white;
    border: 2px solid #40419a;
    background-color: #40419a;
    background-image: url('../img/arrow-white-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-radius: 20px;
    padding:8px 40px 8px 20px;
    display: inline-block;
    font-size: 28px;
    margin-right:30px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.schedule_tour .cta_holder .full:hover {
    background-color: #8470b2 !important;
    color: white;
    background-image: url(../img/arrow-white-big.png);
    border-color:#8470b2 !important;
}
.schedule_tour .cta_holder .hollow {
    color: #40419a;
    border: 2px solid #40419a;
    background-image: url('../img/arrow-blue-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-radius: 20px;
    padding:8px 40px 8px 20px;
    display: inline-block;
    font-size: 28px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.schedule_tour .cta_holder .hollow:hover {
    background-color: #8470b2 !important;
    color: white;
    background-image: url(../img/arrow-white-big.png);
    border-color:#8470b2 !important;
}
/*********************************************** LIVING STYLES ***********************************************/
.living_styles {
    background-image: url(/assets/img/living-styles-bcg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 150px 0 90px;
    color: white;
}
.living_styles .section_title {
    font-size: 70px;
    background-image: url(/assets/img/title-ornament.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 30px;
    color: white;
}
.living_styles .video_cover {
    width: 50%;
}
.living_styles .arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -60px;
    position: relative;
    z-index: 1000;
}
.living_styles .arrows .custom-prev-video {
    margin-right: 20px;  
}
.living_styles .living_styles_slide {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.living_styles_slide .video_cover {
    width: 54%;
}
.living_styles_slide .slide_content {
    width: 46%;
    margin-top: 80px;
}
.living_styles_slide .text_content {
    width: 90%;
    font-size: 20px;
}
.living_styles_slide .text_content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.living_styles_slide  a.yellow {
    color: #40419a;
    border: 2px solid #ffbd5a;
    background-color: #ffbd5a;
    background-image: url('../img/arrow-blue-small.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 22px;
    margin:15px 15px 0 0;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.living_styles_slide  a.yellow:hover {
    background-color: #8470b2 !important;
    color: white;
    background-image: url(../img/arrow-white-small.png);
    border-color:#8470b2 !important;
}
.living_styles_slide a.white {
    color: #40419a;
    border: 2px solid white;
    background-color: white;
    background-image: url('../img/arrow-blue-small.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 22px;
    margin:15px 0 0 0;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.living_styles_slide a.white:hover {
    background-color: #8470b2 !important;
    color: white;
    background-image: url(../img/arrow-white-small.png);
    border-color:#8470b2 !important;
}
.living_styles_slide .amenities {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 10px;
    width: 70%;
}
.living_styles_slide .amenities .amenity {
    color: white;
    font-size: 14px;
    text-align: center;
    flex: 0 0 23%;
}
.living_styles_slide .amenities .amenity img {
    display: block;
    margin: 0 auto 5px;
}
table {
    background: #f4eff9;
    border-radius: 20px;
    color: #464646;
    width: 100%;
}
table, th, td {
  border: 1px solid white;
}
table tr:first-child td {
    background: #8470b2;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
}
table td {
    padding: 10px 20px;
    font-size: 20px;
}
table tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
}
table tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
}
/********************************************** CONTINUUM OF CARE **************************************/
.continuum_of_care .section_content {
    width: 60%;
}
.continuum_of_care .section_image {
    width: 40%;
}

.continuum_of_care  p {
    color: #464646;
    font-size: 20px;
}

/* Remove default arrow */
.continuum_of_care .accordion-button::after {
    display: none;
}

/* Custom + icon */
.continuum_of_care .accordion-button.custom-toggle {
    position: relative;
    padding-right: 3rem;
    padding-left: 0;
    color:  black!important;
    font-size: 30px;
}

.continuum_of_care .accordion-button.custom-toggle::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 2px solid #8470b2;
    color: #8470b2;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    transition: 0.3s;
}

/* Change to - when open */
.continuum_of_care .accordion-button.custom-toggle:not(.collapsed)::before {
    content: '–';
}
.continuum_of_care .accordion-button:focus {
    box-shadow: none;
}

.continuum_of_care .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}
.continuum_of_care .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

/* Remove bottom border for the last item */
.continuum_of_care .accordion-item:last-child {
    border-bottom: none;
}

/* Optional: remove inner borders from button and collapse body */
.continuum_of_care .accordion-button {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.continuum_of_care .accordion-body {
    border-top: none;
    padding-left: 0;
}


/********************************************** DISCOVER COMMUNITY **********************************/
.discover_community {
    background-image: url(/assets/img/wavy-top.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 150px 0 0px;
    color: white;
    background-color: #f4eff9;
    text-align: center;
    color: #464646;
    font-size: 20px;
}
.discover_community .section_title {
    font-size: 50px;
    color: #40419a;
    margin-bottom: 40px;
}
.discover_community .discover_slider {
    margin-top: 40px;
}
.discover_community .discover_slide {
    background: white;
    border-radius: 20px;
    display: inline-block;
}
.discover_community .discover_slide .slide_content {
    padding: 25px 10px;
    font-size: 22px;
}
.discover_community .cta {
    text-align: center;
    margin-top: 40px;
}
.discover_community  a.purple {
    color: white;
    background-color: #40419a;
    background-image: url('../img/arrow-white-small.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 22px;
    margin:15px 15px 0 0;
    width: auto;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.discover_community a.white {
    color: #40419a;
    background-color: white;
    background-image: url('../img/arrow-blue-small.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 22px;
    margin:15px 0 0 0;
    width: auto;
    transition: background-color 0.5s ease;
}
/********************************************** DISCOVER INSTAGRAM **********************************/
.discover_instagram {
    background-color: #f4eff9;
    padding-top: 50px;
    background-image: url(/assets/img/wavy-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-bottom: 150px;
}
.discover_instagram .section_title {
    font-size: 50px;
    color: #40419a;
    margin-top: 40px;
    text-align: center;
}
.discover_instagram .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}
.discover_instagram .social a {
    padding:0 10px;
}
/********************************************** TESTIMONIAL ************************************************/

.testimonial_slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.testimonial_slide .slide_content {
    width: 50%;
    color: black;
    font-size: 24px;
}
.testimonial_slide .slide_content b {
    font-style: italic;
    color: #40419a;
    font-weight: bold;
}
.testimonial_slide .slide_image {
    width: 50%;
    text-align: right;
}
.testimonial_slide .signature {
    color: #8470b2;
    display: flex;
    align-items: center;
}
.testimonial_slide .signature img {
    margin-left: 40px;
}
.testimonial  .arrows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -80px;
    position: relative;
    z-index: 1000;
}
.testimonial .arrows .custom-prev {
    margin-right: 20px;  
}

/********************************************** NEWS **********************************/

.news  p {
    color: #464646;
    font-size: 20px;
}

/********************************************** SCHEDULE TOUR **********************************/
.tour_form {
    color: #464646;
}
.tour_form label {
    margin-bottom: 10px;
    margin-top: 20px;
}
.tour_form label.no_margin {
    margin-top:0;
}
.tour_form input,
.tour_form textarea,
.tour_form select {
    background-color:#f4eff9;
    border: 2px solid #40419a;
    border-radius: 10px;
}
.tour_form textarea {
    padding: 10px;
}
.tour_form input[type=submit] {
    background-color: #ffbd5a;
    padding: 8px 30px;
    font-size: 28px;
    color: #40419a;
    border: none;
    border-radius: 18px;
    background-image: url('../img/arrow-blue-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 8px 40px 8px 20px;
    transition: background-color 0.5s ease; /* animacija */
}
.tour_form .sidebar_title {
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    color: #40419a;
    padding-left: 30px;
    margin-bottom:0;
}
.tour_form .sidebar_address {
    font-size: 20px;
    padding-left: 30px;
}
/********************************************** SERVICES **********************************************/

.sidebar_title {
    color: #40419a;
    font-size: 27px;
    margin-bottom: 30px;
}

/********************************************** AMENITIES **********************************************/

.gallery li iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.amenities_list {
    list-style-type: none;
    margin-top: 50px;
    padding:0;
    break-inside: avoid;
}
.amenities_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.amenities_list li p {
    margin:0;
    color: #464646;
}
.amenities_list li img {
    margin-right: 20px;
}
/********************************************** FOOTER **********************************************/
footer {
    background-color: #40419a;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_logo {
    margin-bottom:30px;
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}
.footer_social a{
    padding:0 10px;
}
.footer_top_nav a {
    color: white;
    font-size: 24px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.footer_top_nav a:hover {
    color: #a08fc7!important;
}
.footer_top_nav a.tel {
    color: #ffbd5a;
}
.footer_copy {
    color: #a08fc7;
    font-size: 14px;
    padding-bottom:200px;
    text-align: right;
}
.footer_data {
    width: calc(100% - 400px);
}
.footer_top_nav,
.footer_bottom_nav{
    display: flex;
    justify-content: space-between;
}
.footer_bottom_nav {
    margin: 30px 0 30px 50px;
}
.footer_bottom_nav a {
    color: white;
    font-size: 16px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.footer_bottom_nav a:hover {
    color: #a08fc7!important;
}
.footer_bottom_nav a.tour {
    font-style: italic;
    font-weight: bold;
}

/********************************************** WYSIWYG CONTENT **************************************/
.wysiwyg {
    color: #464646;
    font-size: 20px;
}
.wysiwyg h1 {
    font-size:70px;
    text-transform: uppercase;
    color: #40419a;
}
.wysiwyg h2 {
    font-size:40px;
    color: #40419a;
    text-transform: initial;
    margin-top: 40px;
    margin-bottom: 20px;
}
.wysiwyg h3 {
    font-size:26px;
    color: #8470b2;
    margin-top: 40px;
    margin-bottom: 20px;
}
.wysiwyg h4 {
    font-size:26px;
    color: #40419a;
    margin-top: 40px;
    margin-bottom: 20px;
}
/*
.wysiwyg h5 {
    font-size:26px;
    color: #40419a;
    font-family: 'poppinsblack';
    margin-top: 44px;
}
.wysiwyg h6 {
    font-size:50px;
    font-family: 'fourells_scriptregular';
    color: #40419a;
    margin-top: 44px;
}
*/
.wysiwyg ul.list_one {
    list-style: inside;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding:0 0 40px;
    list-style-type: none;

}
.wysiwyg ul.list_one li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #40419a;
  font-size: 1.2em;
  line-height: 1;
}
.wysiwyg ul.list_one li {
    padding: 6px 0 15px 0px;
    break-inside: avoid;
    list-style-position: outside;
    position: relative;
    padding: 20px;
}

.wysiwyg img {
    padding: 20px 0;
}
.wysiwyg a {
    color: #8470b2;
}
.purple_text {
    color: #8470b2;
}
.bottom_section_divider {
    border-bottom: 2px solid #e4deeb;
    display: block;
    height:1px;
    width: 100%;
}
.yellow_button {
    background-color: #ffbd5a;
    background-image: url('../img/arrow-blue-small.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 40px 5px 20px;
    font-size: 22px;
    color: #40419a!important;
    border: none;
    border-radius: 18px;
    margin-top: 30px;
    display: inline-flex;
    transition: background-color 0.5s ease;
}

/******************************** sidebar menu *******************************/
.sidebar-menu {
    list-style-type: none;
    padding:0;
    margin:0;
}
.sidebar-menu li a {
    border-bottom: 1px solid #ebeeee;
}
.sidebar-menu li.is-last a{
    border-bottom: none;
}
.sidebar-menu li:last-child a{
    border-bottom: none;
}
.sidebar-menu li a {
    font-size: 18px;
    color: #808080;
    padding: 0px 22px;
    display: block;
    line-height: 48px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.sidebar-menu li.active a {
    color: #1f1f1f;
}
.sidebar-menu li a:hover {
    text-decoration: none;
    color: #1f1f1f;
    transform: translateX(10px);
}

.sidebar_cta_blue {
    background-color: #40419a;
    background-image: url('../img/arrow-white-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 8px 40px 8px 20px;
    font-size: 28px;
    color: #fff!important;
    border: none;
    border-radius: 18px;
    display: inline-flex;
    font-weight: normal;
    transition: background-color 0.5s ease;
}
.sidebar_cta_yellow {
    background-color: #ffbd5a;
    background-image: url('../img/arrow-blue-big.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 8px 40px 8px 20px;
    font-size: 28px;
    color: #40419a!important;
    border: none;
    border-radius: 18px;
    display: inline-flex;
    transition: background-color 0.5s ease;
}
.from-holder.success {
    display: none;
}
.message-holder {
    display: none;
}
.message-holder.success {
    display: flex;
    text-align: center;
    color: black;
}
.map_holder {
    border: 4px solid #ffbc5d;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 541 / 437;
    padding-bottom: 80%; /* 437/541 ≈ 0.807 => 80.7% aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 541px;
}

.map_holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 1399px) {
    .living_styles_slide .amenities {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .main_menu li {
        margin-left: 50px;
    }
    .top-nav li {
        margin-left: 25px;
    }
    .nav_holder {
        display: block;
    }
    .living_styles_slide .amenities {
        width: 100%;
    }
    .testimonial .arrows {
        margin-top: 30px;
    }
    .footer_holder {
        flex-direction: column;
        align-items: center;
    }
    .footer_data {
        width: 100% 
    }
    .footer_copy {
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    .top-nav li {
        display: none;
    }
    .nav_holder {
        display: none;
    }
    .hp_keyart .keyart_title {
        font-size: 40px;
    }
    .hp_keyart .keyart_description {
        font-size: 16px;
    }
    .hp_keyart .infolink {
        font-size: 20px;
    }
    .hp_keyart .cta {
        font-size: 20px;
    }
    .living_styles_slide .text_content h3 {
        font-size: 30px;
    }
    .living_styles_slide .text_content {
        font-size: 17px;
    }
    .living_styles .living_styles_slide {
        flex-direction: column;
    }
    .living_styles_slide .video_cover {
        width: 100%;
        margin-top: 60px;
    }
    .living_styles_slide .slide_content {
        width: 100%;
        margin-top: 40px;
    }
    .continuum_of_care .section_image {
        width: 100%;
    }
    .continuum_of_care .section_content {
        width: 100%;
    }
    .schedule_tour .section_title {
        font-size: 50px;
    }
    .schedule_tour .section_subtitle {
        font-size: 35px;
    }
    .schedule_tour .section_content {
        font-size: 20px;
    }
    .schedule_tour .cta_holder .full,
    .schedule_tour .cta_holder .hollow {
        font-size: 20px;
    }
    .discover_instagram .section_title,
    .discover_community .section_title {
        font-size: 30px;
    }
    .discover_community {
        font-size: 17px;
    }
    .discover_community .discover_slide .slide_content {
        font-size: 18px;
    }
    .discover_community a.purple,
    .discover_community a.white {
        font-size:18px;
    }
    .schedule_tour .star {
        margin-bottom: 20px;
    }
    .sidebar_cta_blue,
    .sidebar_cta_yellow {
        font-size: 20px;
    }
    .yellow_button {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial_slide {
        flex-direction: column;
    }
    .testimonial_slide .slide_content,
    .testimonial_slide .slide_image {
        width: 100%;
    }
    .testimonial_slide .slide_image {
        margin-top: 30px;
    }
    .testimonial_slide .slide_content {
        font-size: 20px;
    }
    .continuum_of_care .accordion-button.custom-toggle {
        font-size: 25px;
    }
    .continuum_of_care .section_title {
        font-size: 30px;
    }
    .footer_top_nav, .footer_bottom_nav {
        flex-direction: column;
        align-items: center;
    }
    .footer_bottom_nav {
        margin-left: 0;
    }
    .sidebar_title {
        margin-top: 40px;
    }
    html, body {
        font-size: 16px;
    }
    .section_intro {
        font-size: 18px;
    }
    .amenities .section_title {
        font-size: 36px;
    }
    .mobile-logo img,
    .footer_logo img {
        max-width: 75%;
    }
    .footer_logo {
        text-align: center;
    }
    .sup_title {
        font-size: 16px;
    }
    .section_title {
        font-size: 35px;
    }
        .wysiwyg {
        font-size: 18px;
    }
    .wysiwyg h2 {
        font-size: 30px;
    }
    .wysiwyg ul.list_one {
        columns: 1;
        -webkit-columns: 1;
    }
    section {
        overflow: hidden;
    }
    .inner_keyart .content-holder,
    .hp_keyart .content-holder {
        width: 100%;
    }
    .keyart-overlay {
        background-image: url('../img/mobile-keyart.jpg');
        background-size: cover;
    }
    .keyart-overlay img { 
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .schedule_tour .cta_holder .full {
        margin:0 0 20px 0;
    }
    table tr:first-child td {
        font-size: 16px;
    }
    table td {
        font-size: 16px;
        padding: 10px 10px
    }
    .wysiwyg {
        font-size: 18px;
    }
    .wysiwyg h2 {
        font-size: 30px;
    }

}