html {
    scroll-behavior: smooth;
}

.ip-banner::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 20%, transparent, rgba(0, 0, 0, 0.75));
    opacity: 0.5;
}

.ip-banner canvas {
    height: calc((388/1600)*100vw);
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-section-image {
    position: relative;
}

.ip-section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-section-image canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.ip-section-content {
    font-size: max(min(1vw, 16px), 9.92px);
}

.ip-section-content p {
    font-size: 0.938em;
    font-weight: 300;
    line-height: 1.667em;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 1.73;
    margin-bottom: 36px;
}

/*.ip-section-content .lazyloading {
    opacity: 0;
    transition: var(--default-transition);
}
.ip-section-content .lazyloaded {
    opacity: 1;
}*/
.ip-section-content .gsite-title {
    /* font-size: 3.75em; */
}

.ip-section-content .gsite-title small {
    font-size: 0.4em;
    margin-bottom: 0.083em;
}

.ip-section-content .gsite-button,
.ip-section-content a.gsite-button {
    font-size: 0.938em;
    width: 14.533em;
    padding-left: 0.6em;
}

.ip-section-content .gsite-button span,
.ip-section-content a.gsite-button span {
    height: 3.6em;
    transform: translateX(-0.8em);
}

.ip-section-content .gsite-button:hover span,
.ip-section-content a.gsite-button:hover span {
    transform: translateX(0.533em);
}

.ip-section-content .gsite-button::before,
.ip-section-content a.gsite-button::before {
    width: 3.6em;
    left: 0.6em;
    border-radius: 3.333em;
}

.ip-section-content .gsite-button:hover::before,
.ip-section-content a.gsite-button:hover::before {
    width: calc(100% - 0.6em);
}

.ip-section-content .gsite-button i,
.ip-section-content a.gsite-button i {
    width: 2.2em;
    height: 0.133em;
}

.ip-section-content .gsite-button i::before,
.ip-section-content .gsite-button i::after,
.ip-section-content a.gsite-button i::before,
.ip-section-content a.gsite-button i::after {
    width: 0.533em;
    height: 0.133em;
}

.ip-section-content .gsite-button i::before,
.ip-section-content a.gsite-button i::before {
    top: -0.133em;
}

.ip-section-content .gsite-button i::after,
.ip-section-content a.gsite-button i::after {
    top: 0.133em;
}

.ip-breadcrumbs {
    margin: 0 auto;
    max-width: 1140px;
    width: calc((1140/1600)*100%);
}

.ip-breadcrumbs #custom-breadcrumbs,
.ip-breadcrumbs #breadcrumbs {
    font-size: 0.938em;
    font-weight: 400;
    line-height: 1.667em;
    letter-spacing: 0.04em;
    padding: 1.2em 0;
}

.ip-breadcrumbs #custom-breadcrumbs .breadcrumb_last,
.ip-breadcrumbs #breadcrumbs .breadcrumb_last {
    color: #97782e;
}

/* Description */
.cd-description {
    position: relative;
}

.cd-description .gsite-bg {
    z-index: -1;
}

.cd-description .gsite-bg canvas {
    background-position: center top;
}

.cd-description__wrap {
    width: calc((1276/1600)*100%);
    max-width: 1276px;
    margin: 0 auto;
    display: flex;
    padding: min(calc((57/1600)*100%), 57px) 0 min(calc((63/1600)*100%), 63px);
}

.cd-description__photo {
    width: calc((400/1276)*100%);
}

.cd-description__text {
    width: calc((876/1276)*100%);
    padding: calc((57/1276)*100%) 0 0 calc((79/1276)*100%);
}

.cd-description__text .gsite-title {
    padding-bottom: 16px;
}

.cd-description__text p {
    margin: 1.667em 0;
}

/* Amenities */
.cd-amenities {
    position: relative;
}

.cd-amenities .gsite-bg canvas {
    background-position: center 200%;
}

.cd-amenities__wrap {
    padding: min(calc((64/1600)*100%), 64px) 0 0;
}

.cd-amenities__header {
    margin-bottom: 3.125em;
    text-align: center;
}

.cd-amenities__list {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.cd-amenities__list-item {
    width: calc(100% / 4);
}

.cd-amenities__list-item__wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.cd-amenities__list-item__photo {
    z-index: 1;
}

.cd-amenities__list-item__photo::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.cd-amenities__list-item__photo img {
    top: -1%;
    left: -1%;
    right: -1%;
    bottom: -1%;
    width: 102%;
    height: 102%;
    margin: auto;
}

.cd-amenities__list-item__name {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 1.083em;
    right: 1.25em;
    left: 1.25em;
    color: #fff;
    z-index: 1;
    transition: var(--default-transition);
}

.cd-amenities__list-item__text {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.875em 1.875em 1.625em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(100%);
    transition: var(--default-transition);
    opacity: 0;
}

.cd-amenities__list-item__text::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.48);
}

.cd-amenities__list-item__text strong {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: block;
    /* transform: translateY(calc(-100% + 8.25em)); */
    /* transition: var(--default-transition); */
}

.cd-amenities__list-item__text > div {
    /* transform: translateY(100%); */
    /* transform-origin: top; */
    /* margin-bottom: -1.875em; */
    /* opacity: 0; */
    /* transition: var(--default-transition); */
}

.cd-amenities__list-item__text p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cd-amenities__list-item__text .gsite-button {
    color: #fff;
    margin-top: 1.733em;
    padding: 1.267em 0 1.333em 0.6em;
}

.cd-amenities__list-item__text .gsite-button i,
.cd-amenities__list-item__text .gsite-button i::before,
.cd-amenities__list-item__text .gsite-button i::after {
    background: currentColor;
}

.cd-amenities__list-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cd-amenities__list-item__bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cd-amenities__list-item:hover .cd-amenities__list-item__bg,
.cd-amenities__list-item:focus-within .cd-amenities__list-item__bg,
.cd-amenities__list-item.active .cd-amenities__list-item__bg {
    opacity: 1;
}

/*.cd-amenities__list-item.hovered a .cd-amenities__list-item__name,*/
.cd-amenities__list-item:hover a .cd-amenities__list-item__name,
.cd-amenities__list-item:focus-within a .cd-amenities__list-item__name {
    opacity: 0;
}

.cd-amenities__list-item.hovered a .cd-amenities__list-item__name {
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
}

.cd-amenities__list-item:hover a .cd-amenities__list-item__photo,
.cd-amenities__list-item:focus-within a .cd-amenities__list-item__photo,
.cd-amenities__list-item.hovered a .cd-amenities__list-item__photo {
    opacity: 0;
}

.cd-amenities__list-item:hover a .cd-amenities__list-item__text,
.cd-amenities__list-item:focus-within a .cd-amenities__list-item__text,
.cd-amenities__list-item.active a .cd-amenities__list-item__text {
    transform: translateY(0);
    opacity: 1;
}

/* Accordions */
.cd-accordions__wrap {
    width: calc((1140/1600)*100%);
    max-width: 1140px;
    margin: 0 auto;
    padding: min(calc((126/1600)*100%), 126px) 0 min(calc((140/1600)*100%), 140px);
}

.cd-accordions__header {
    margin-bottom: 3.688em;
    text-align: center;
}

.cd-accordions__list {
    display: flex;
    gap: 1.875em;
}

.cd-accordions__list-left,
.cd-accordions__list-right {
    display: flex;
    flex-direction: column;
    width: calc((555/1140)*100%);
    gap: 1.875em;
}

.cd-accordions__list-item {
    width: 100%;
    break-inside: avoid-column;
    scroll-margin-top: 200px;
}

.cd-accordions__list-item__header {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0.583em 1.167em 0.625em 1.708em;
    background: #f0ebe1;
    min-height: 3.208em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cd-accordions__list-item__header i {
    font-size: 0.833em;
    line-height: 0.55em;
    color: #97782e;
    transform: rotateZ(0deg);
    transition: var(--default-transition);
}

.cd-accordions__list-item__header.accordion-active i {
    transform: rotateZ(180deg);
}

.cd-accordions__list-item__content {
    width: 100%;
    display: none;
    padding: 1.875em;
}

/* Featured*/
.cd-featured {
    position: relative;
    padding: min(calc((75/1600)*100%), 75px) 0 min(calc((84/1600)*100%), 84px);
}

.cd-featured .gsite-title small {
    margin-top: 11px;
}

.cd-featured .gsite-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(240, 235, 225, 0.98) 0%, rgba(240, 235, 225, 0.92) 30%, rgba(243, 239, 232, 0.88) 52%, rgb(246, 245, 242) 82%, rgb(248, 248, 248) 100%);
}

.cd-featured .gsite-bg canvas {
    filter: grayscale(1);
}

.properties-container {
    position: relative;
    max-width: 1330px;
    width: calc((1330/1600)*100%);
    padding: 0 min(15px, calc((15/1600)*100%));
    margin: 0 auto;
}

.properties-holder {
    margin-top: calc((65/1300)*100%);
}

.properties-list {
    margin: 0 calc((-2.5/1300)*100%);
}

.properties-list:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
}

.properties-list:not(.slick-initialized) .properties-item {
    width: 33.33%;
}

.properties-list:not(.slick-initialized) .properties-item:nth-child(6) ~ div {
    display: none;
}

.properties-item {
    padding: calc((2.5/1305)*100%);
}

.properties-item a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all var(--default-transition);
}

.properties-item a i {
    position: absolute;
    width: 2.455em;
    height: 2.455em;
    right: 1.364em;
    bottom: 1.364em;
    font-size: 1.375em;
    color: #f0ebe1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.properties-item a i::before {
    transition: all var(--default-transition);
    z-index: 1;
}

.properties-item a i::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(var(--secondary-color), 1);
    z-index: 0;
    transition: all var(--default-transition);
}

.properties-item a:hover {
    transform: scale(1.09);
    box-shadow: 0.041em 0.118em 3.438em 0px rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.properties-item a:hover i::before {
    transform: translate(0.727em, 0.727em);
}

.properties-item a:hover i::after {
    width: 6.818em;
    height: 6.818em;
    transform: translate(-0.455em, -0.455em);
}

.properties-item:nth-child(3n+2) a {
    margin-top: -3.75em;
}

.properties-item:nth-child(3n+3) a {
    margin-top: -7.5em;
}

.properties-image {
    z-index: 1;
}

.properties-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
    opacity: 0.6;
    transition: all var(--default-transition);
}

.properties-image img {
    transition: all var(--default-transition);
}

.properties-item a:hover .properties-image::after {
    opacity: 0.9;
}

.properties-item a:hover .properties-image img {
    filter: grayscale(1);
}

.properties-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.563em 1.875em;
    z-index: 2;
    transform: translateY(1.25em);
    transition: all var(--default-transition);
}

.properties-price {
    font-size: 1.5em;
    font-weight: 500;
    color: #ffffff;
    line-break: 1.1;
    letter-spacing: 0.02em;
}

.properties-address {
    font-size: 0.875em;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    max-width: 20em;
    margin-top: 0.286em;
}

.properties-specs {
    display: flex;
    font-size: 0.75em;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.06em;
    margin-top: 0.5em;
    opacity: 0;
    transition: all var(--default-transition);
}

.properties-specs span:not(:first-child) {
    margin-left: 1.25em;
}

.properties-item a:hover .properties-text {
    transform: translateY(0);
}

.properties-item a:hover .properties-text .properties-specs {
    opacity: 1;
}

.cd-featured a.properties-more {
    display: block;
    width: 18em;
    margin: -3.8em -0.333em 0 auto;
}


.cd-stats-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    padding-top: 58px;
}

section#ip-cd-stats .ip-breadcrumbs {
    position: relative;
    z-index: 2;
}

.cd-stats {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 15px;
}

.cd-stats-wrap .gsite-title {
    text-align: center;
}

.cd-stats-items {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    padding-bottom: 100px;
}

.cd-stats-item h2 {
    font-family: var(--font-family-title);
    font-size: 24px;
    color: #4c4c4c;
    font-weight: 400;
    text-align: center;
}

.cd-stas-info {
    display: flex;
    /* padding-top: 46px; */
    justify-content: space-between;
}

.cd-stats-info-inn span {
    color: #97782e;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.cd-stats-item {
    width: calc(100% / 3);
}

.cd-stats-line {
    width: calc(100% - 50px);
    height: 1px;
    background: #9d9c9c;
    margin-left: auto;
    margin-right: auto;
}

.cd-stats-info-inn {
    text-align: center;
    position: relative;
    padding-top: 46px;
}

.cd-stats-info-inn h2 {
    margin-bottom: 15px;
}

.cd-stats-item:first-child {
    width: calc((380 / 1350)* 100%);
}

.cd-stats-item:nth-child(2) {
    width: calc((354 / 1350)* 100%);
}

.cd-stats-item:last-child {
    width: calc((390 / 1350)* 100%);
}

.cd-stats-item > h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85px;
}

.cd-stats-info-inn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 33px;
    background: #9d9c9c;
}

.cd-stats-info-inn:nth-child(2) {
    padding-top: 76px;
}

.cd-stats-info-inn:nth-child(2):before {
    height: 62px;
}

.cd-tableofcontents-wrap {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    align-items: flex-start;
}

.cd-photo {
    position: relative;
}

.cd-photo canvas {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.cd-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.toc-list ul {
    list-style: none;
    /* Remove default bullets */
    counter-reset: roman-counter;
    /* Initialize the counter */
}

.toc-list ul li {
    counter-increment: roman-counter;
    /* Increment the counter for each item */
    position: relative;
    /* Position relative for pseudo-element */
    padding-left: 27px;
    /* Space for the Roman numeral */
    color: #97782e;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.toc-list ul li:before {
    content: counter(roman-counter, upper-roman) ". ";
    /* Roman numeral style */
    position: absolute;
    /* Position the numeral */
    left: 0;
    /* Align to the left */
    top: 0;
    /* Align to the top */
    font-weight: bold;
    /* Make the numeral bold */
}

.toc-list {
    width: calc((366 / 1350)* 100%);
    padding-top: 92px;
}

.toc-photo {
    width: calc((587 / 1350)* 100%);
    margin-right: -47px;
    position: relative;
    box-shadow: -20px 0px 20px 0px #e0e0e0;
    margin-top: -42px;
}

.toc-description {
    width: calc((444 / 1350)* 100%);
    position: relative;
    z-index: 2;
}

.toc-list h2 {
    font-family: var(--font-family-title);
    font-size: clamp(22px, 2.125vw, 34px);
    margin-bottom: 42px;
}

.toc-photo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 78%, rgba(242, 242, 242, 1) 100%);
}

.toc-description p {
    font-weight: 300;
    font-size: 14px;
    color: #4d4d4d;
    letter-spacing: 0.075em;
    margin-bottom: 34px;
}

.cd-tableofcontents-wrap {
    padding-bottom: 68px;
}

.cd-stats:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37.5vw;
    height: 28.749999999999996vw;
    background-image: url(../../../../assets/images/comm/toc-bg.jpg);
    background-size: cover;
    background-position: top right;
    min-height: 460px;
    max-height: 460px;
}

section.cd-overview {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-left: 125px;
    padding-bottom: 140px;
}

.cd-overview-wrap {
    width: 100%;
    padding: 0 105px;
    margin: 0px auto;
    padding-top: 47px;
    padding-right: 230px;
    position: relative;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.cd-ov-wrap-inner .cd-photo {
    margin-right: -230px;
    margin-left: 74px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 50%);
    width: clamp(360px, 44.0625vw, 705px);
    height: auto;
}

.cd-overview-wrap .gsite-title {
    margin-bottom: 44px;
    padding-top: 40px;
}

.cd-overview-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(to bottom, rgba(239, 234, 224, 1) 0%, rgba(242, 237, 229, 1) 22%, rgba(251, 249, 247, 0) 100%);
}


.cd-college-station {
    width: 100%;
    padding: 0 230px;
    padding-top: 94px;
}

.cd-cs-wrap-inner .cd-photo {
    margin-left: -105px;
    margin-right: 68px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 50%);
    width: clamp(320px, 35.875vw, 574px);
    height: auto;
}

.ip-section-content b {
    color: #97782e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 17px;
    display: block;
}

.cd-cs-wrap-inner .gsite-title {
    margin-bottom: 44px;
    padding-top: 40px;
}

.cd-college-station {
    position: relative;
}

.cd-college-station-wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 76px;
}

.cd-college-station-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -184px;
    height: calc(100% - 105px);
    width: calc((400 / 1140)* 100%);
    background: linear-gradient(to right, rgba(239, 234, 224, 1) 0%, rgba(242, 237, 229, 1) 22%, rgba(251, 249, 247, 0) 100%);
}

.cd-cs-wrap-inner {
    position: relative;
    z-index: 2;
}

.cd-living-in-wrap {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    padding: 0 20px;
}

.cd-lv-wrap-inner .gsite-title {
    text-align: center;
    margin-bottom: 44px;
}

.cd-lv-wrap-inner > b {
    text-align: center;
}

.cd-lv-wrap-inner > p {
    text-align: center;
    max-width: 1140px;
    margin: 0px auto;
}

.cd-lv-wrap-inner .cd-accordions__list {
    margin-top: 65px;
}

.cd-living-in {
    padding-top: 115px;
}

.cd-lv-wrap-inner .cd-accordions__list-item__header {
    font-size: 14px;
    font-weight: 500;
    color: #97782e;
    letter-spacing: 0.075em;
    padding-right: 44px;
    padding-left: 44px;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.cd-lv-wrap-inner .cd-accordions__list-item__header i {
    color: #97782e;
}

.ip-section-content p strong {
    text-decoration: underline;
}

.ip-section-content p strong {
    text-decoration: underline;
}

.ip-section-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.ip-section-content ul li a {
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.075em;
    line-height: 1.73;
    margin-bottom: 36px;
}

.ip-section-content ul {
    margin-bottom: 30px;
}

.ip-section-content ul.col-count-2 {
    column-count: 2;
}


.cd-cta-items {
    display: flex;
}

.ct-cta-item {
    width: calc(100% / 2);
    position: relative;
    display: block;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.cd-cta-label {
    position: absolute;
    bottom: 40px;
    left: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.075em;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

.ct-cta-info .cd-photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 2;
    opacity: 50%;
}

.cd-cta-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 70px;
    padding-bottom: 108px;
}

.ct-cta-item:hover {
    width: 298%;
}

.ct-cta-info .cd-photo {
    min-height: 502px;
    max-height: 800px;
    max-height: 800px;
}

.ct-cta-item:hover .cd-cta-label {
    opacity: 0;
}

.ct-cta-item:hover .cd-photo:before {
    opacity: 0;
}

.ct-cta-info .cd-photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.ct-cta-item:hover .cd-photo:after {
    opacity: 80%;
}

.ct-cta-info-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding-left: 7.375vw;
    padding-top: 4.375vw;
    padding-right: 7.000000000000001vw;
    z-index: 4;
    color: #fff;
    overflow: scroll;
}

.ct-cta-item:hover .ct-cta-info-hover {
    opacity: 1;
}

.ct-cta-info-hover b {
    color: #fff;
    display: inline-flex;
    text-decoration: underline;
}

.cta-info-hvr-innr > ul {
    list-style: none;
}

.cta-info-hvr-innr > ul > li h2 {
    margin-bottom: 30px;
}

.cta-info-hvr-innr > ul > ul {}

.cta-info-hvr-innr > ul > li > ul {
    list-style-type: disc;
    list-style-position: inside;
}

.cta-info-hvr-innr > ul > li > ul > li {
    padding-left: 30px;
}


.cta-cnt-list {
    display: flex;
    gap: 60px;
}

.cta-cnt-col {
    width: calc(100% / 2);
}

.ct-cta-info-hover b {
    margin-bottom: 0;
}

.cta-cnt-col ul li p {
    display: inline;
}

.cta-cnt-col ul li {
    margin-bottom: 22px;
}

.cta-cnt-col h2 {
    margin-bottom: 30px;
}

.cta-info-hvr-innr > b {
    text-decoration: none;
    margin-bottom: 10px;
}

.cd-recreational {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 88px;
    padding-left: 15px;
    padding-right: 15px;
}

.cd-recreational-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
}

.isc-col b {
    display: inline-block;
    margin-bottom: 0;
}

.isc-row {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
}

.isc-col {
    width: calc(100% / 2 - 25px);
}

.toc-list ul {
    list-style-type: none;
}

.isc-col ul {
    padding-left: 20px;
}

.isc-col ul li {
    margin-bottom: 25px;
    list-style: disc;
}

.cta-cnt-col ul {
    list-style-type: none;
    padding-left: 20px;
}

.cta-cnt-col ul li {
    list-style: disc;
}

.cd-rcr-innr strong {
    font-weight: 500;
}

.cd-cta-wrap *::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.cd-cta-wrap *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
    border: 2px solid #FFFFFF;
}

.cd-cta-wrap *::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

.cd-cta-wrap *::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

.cd-cta-wrap *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #000000;
    border: 2px solid #FFFFFF;
}

.cd-cta-wrap *::-webkit-scrollbar-thumb:hover {
    background-color: #555555;
}

.cd-cta-wrap *::-webkit-scrollbar-thumb:active {
    background-color: #A4A4A4;
}

.ip-section-content ul li p {
    display: inline;
}

.cd-partner-with-wrap {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 0px auto;
    padding: 0 20px;
}

.cd-partner-with-wrap-inner .gsite-title {
    text-align: center;
    margin-bottom: 44px;
}

.cd-partner-with-wrap-inner > b {
    text-align: center;
}

.cd-partner-with-wrap-inner > p {
    text-align: center;
    max-width: 1140px;
    margin: 25px auto;
}

.cd-partner-with-wrap p strong {
    text-decoration: none;
    font-weight: 500;
}

.cd-partner-with-wrap p a {
    text-decoration: underline !important;
}

@media screen and (min-width: 992px) {
    .header {
        background: #f8f8f8;
        box-shadow: 0 0 3px #000000;
    }

    .header-logo a img {
        filter: none;
    }

    .header .site-navi > li > a {
        color: var(--primary-color-default);
    }

    .site-navi > li > .sub-menu {
        padding-top: 41px;
    }

    .site-navi > li > a::after {
        bottom: -41px;
    }

    .header.is-sticky .site-navi > li > .sub-menu {
        padding-top: 36px;
    }

    .header.is-sticky .site-navi > li > a::after {
        bottom: -36px;
    }

    .ip-banner {
        margin-top: clamp(4.875rem, 3.0293rem + 2.977vi, 6.0063rem);
    }
}

@media screen and (max-width: 1199px) {
    .cd-stats-item > h2 {
        font-size: 18px;
    }

    .cd-stats-info-inn h2 {
        font-size: 18px;
    }

}

@media screen and (max-width: 991px) {
    .toc-list {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .cd-stats-items {
        flex-flow: row wrap;
        max-width: 600px;
        margin: 0px auto;
        margin-top: 56px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cd-stats-item {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .cd-tableofcontents-wrap {
        flex-flow: row wrap;
        padding-left: 50px;
        padding-right: 50px;
    }

    .toc-list {
        width: 100%;
        /* text-align: center; */
    }

    .toc-photo {
        width: 100%;
        margin: 0;
    }

    .cd-stats-items {
        padding-bottom: 0;
    }

    .toc-description {
        width: 100%;
        margin-top: 20px;
    }

    .cd-overview-wrap {
        padding: 0;
        padding-left: 50px;
        padding-right: 50px;
    }

    section.cd-overview {
        padding: 0;
        /* padding-left: 60px; */
    }

    .cd-ov-wrap-inner .cd-photo {
        margin: 0;
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0px auto;
    }

    .cd-ov-wrap-inner {
        padding-top: 40px;
        text-align: center;
    }

    .cd-cs-wrap-inner .cd-photo {
        margin: 0;
        float: none;
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0px auto;
    }

    .cd-college-station {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .cd-cs-wrap-inner {
        text-align: center;
    }

    .cd-partner-with-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ct-cta-item {
        width: 100%;
    }

    .cd-cta-items {
        flex-flow: row wrap;
    }

    .isc-row {
        gap: 0;
    }

    .isc-col {
        width: 100%;
    }

    .cd-recreational-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ip-section-content {
        font-size: max(min(16px, 1.61vw), 14px);
    }

    .ip-section-content .gsite-title {
        text-align: center;
    }

    .ip-breadcrumbs {
        width: 80%;
        min-width: 280px;
    }

    .cd-description__wrap {
        width: 80%;
        min-width: 280px;
        flex-direction: column;
    }

    .cd-description__photo {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .cd-description__text {
        padding: max(6vw, 40px) 0 0;
        width: 100%;
    }

    .cd-description__text p {
        text-align: center;
    }

    .cd-amenities__wrap {
        padding: max(8vw, 50px) 0;
    }

    .cd-amenities__list-item {
        width: calc(100% / 2);
    }

    .cd-amenities__list-item__bg {
        display: none;
    }

    .cd-amenities__list-item:hover a .cd-amenities__list-item__photo,
    .cd-amenities__list-item:focus-within a .cd-amenities__list-item__photo,
    .cd-amenities__list-item.hovered a .cd-amenities__list-item__photo {
        opacity: 1;
    }

    .cd-accordions__wrap {
        width: 80%;
        min-width: 280px;
    }

    .cd-featured {
        padding: max(8vw, 40px) 0;
    }

    .properties-container {
        max-width: 600px;
        min-width: 280px;
        width: 80%;
    }

    .properties-holder {
        margin-top: 65px;
    }

    .properties-list:not(.slick-initialized) .properties-item {
        width: 100%;
    }

    .properties-item:nth-child(3n+2) a,
    .properties-item:nth-child(3n+3) a {
        margin-top: 0;
    }

    .cd-featured a.properties-more {
        margin: 20px auto;
    }

    .properties-text {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 767px) {
    .cd-amenities__list-item__wrap {
        font-size: 1.3em;
    }

    .cd-amenities__list-item {
        width: 100%;
    }

    .cd-accordions__list {
        flex-direction: column;
    }

    .cd-accordions__list-left,
    .cd-accordions__list-right {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .ip-section-content .gsite-title {
        /* font-size: 40px; */
    }

    .cd-amenities__list-item__wrap {
        font-size: 1em;
    }

    .properties-specs {
        font-size: 9px;
    }

    .properties-specs span:not(:first-child) {
        margin-left: 5px;
    }

    .properties-item a:hover i::after {
        transform: translate(-5px, -5px);
    }
}