html { scroll-behavior: smooth; }

#inner-page-wrapper .container {

    width: 100%;

    padding: 0;

}



.community-details {

    max-width: 1397px;

    margin: auto;

    margin-top: 30px;
    margin-bottom: 60px;

}



.community-flex {

    display: flex;

    justify-content: space-between;

     align-items: flex-start; 
/*    align-items: flex-end;*/

}



.first .community-left {

/*    padding-top: 17px;*/

}



.first .community-info {

    max-width: 645px;

    margin-top: 45px;

}



.community-button {

    margin: auto;

    margin-top: 65px;

}



.community-button .meet-btn {

    display: flex;

    justify-content: center;

    text-align: center;

}



.community-button .meet-btn a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: auto;

    padding: 25px;

    min-height: 60px;

    margin: auto;

    color: #4a4a4a;

    border: 2px solid #767676;

    font-family: var(--poppins);

    font-weight: 400;

    font-size: 16px;

    text-align: center;

    line-height: 1.3;

    letter-spacing: 0.34em;

    text-transform: uppercase;

    background: 0;

    transition: all ease-in-out 0.35s;

    background: #a33038;

    border: 2px solid #a33038;

    color: #fff;

}



.community-button .meet-btn a:hover {

    background: #767676;

    border: 2px solid #767676;

    color: #fff;

}



.community-flex.second {

    margin-top: 20px;

}



.second .community-info {

    max-width: 660px;

    margin-top: 60px;

}



.community-info p {

    font-size: 15px;

    font-weight: 300;

    font-family: var(--poppins);

    line-height: 26px;

    letter-spacing: 0.02em;

    color: #565656;

    margin-bottom: 30px;

}



.community-title span {

    font-size: 76px;

    font-weight: 500;

    font-family: var(--poppins);

    color: #515151;

    position: relative;

    text-transform: uppercase;

}



.community-title span::after {

    content: '';

    height: 2px;

    width: 169px;

    background: #a33038;

    position: absolute;

    bottom: -2px;

    margin: auto;

    left: 0;

	display: none;

}



.community-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.community-img {

    width: 700px;

    height: 429px;

}



.property-photo-container img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.property-photo-container {

    width: 100%;

    height: auto;

    overflow: hidden;

    max-height: 678px;

}



.property-photo {

    margin-top: 65px;

}



.community-cta-container {

    width: 267px;

    position: relative;

    border-right: 1px solid #c0c0c0;

    height: 605px;

}



.community-cta-container:hover .community-cta-hover {

    opacity: 1;

}



/*.community-cta-container:hover{

    border: none !important;

}*/

.community-cta-container:hover::after {

    display: none;

}



.community-cta-container:hover .community-cta-title {

    opacity: 0;

}



.community-cta-container:last-child {

    border-right: 0;

}



.community-cta-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.community-cta-img {

    width: 100%;

    height: 100%;

}



.community-cta-img::after {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: rgba(0,0,0,0.3);

}



.community-cta-title span {

    font-size: 24px;

    font-weight: 600;

    font-family: var(--poppins);

    color: black;

    text-transform: uppercase;

    transform: rotate(270deg);

}



.community-cta-container::after {

    content: '';

    width: 1px;

    height: 45%;

    position: absolute;

    bottom: 0;

    right: -1px;

    background: #a33038;

}



.community-cta-list p {

    margin: 20px 0px;

}



.community-cta-list a {

    transition: all ease-in-out 0.35s;

    cursor: pointer;

    text-decoration: none;

}



.community-cta-list a:hover {

    color: white;

    opacity: 0.7;

}



.community-cta-title {

    text-align: center;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.community-cta-hover-title span {

    font-weight: 600;

    font-family: var(--poppins);

    font-size: 24px;

    color: white;

    text-transform: uppercase;

    display: block;

    margin-bottom: 13px;

}



.community-cta-list {

    font-weight: 300;

    font-family: var(--poppins);

    font-size: 15px;

    color: white;

    line-height: 24px;

    letter-spacing: 0.02em;

}



.community-cta-hover {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: black;

    opacity: 0;

    transition: all ease-in-out 0.35s;

}



.community-cta-info {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    margin: auto;

    width: fit-content;

    height: fit-content;

    text-align: center;

    z-index: 2;

}



.community-cta-flex {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}



.other-communities-img {

    width: 100%;

    height: 100%;

    opacity: 70%;

}



.other-communities-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.other-communities {

    max-width: 1554px;

    margin: auto;

}



.other-communities-flex {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

    align-items: flex-start;

    justify-content: flex-start;

    margin: 0 -1px;

}



.other-communities-title span {

    font-size: 25px;

    font-weight: 600;

    font-family: var(--poppins);

    color: white;

    text-transform: uppercase;

}



.other-communities-container {

    position: relative;

    font-size: 0;

    width: 25%;

    padding: 1px;

}



.other-communities-container a {

    display: block;

    background: #000000;

}



.other-communities-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    aspect-ratio: 378 / 342;

}



.other-communities-container a, .other-communities-container img {

    transition: all ease-in-out 0.35s;

}



.other-communities-container a:hover img {

    filter: grayscale(1);

}



.other-communities-title {

    position: absolute;

    bottom: 20px;

    right: 0;

    left: 0;

    z-index: 2;

    margin: auto;

    width: fit-content;

    height: fit-content;

}



.comm-cta-blurb {

    /* display: none; */

    padding: 0 40px;

}



.comm-cta-blurb.active {

    display: block;

    

    /* animation: fade 0.9s ease-in-out; */

    opacity: 1;

}



.comm-cta-blurb span[style] {

    outline: none!important;

    border: none!important;

}





@keyframes fade {

    0% {

        transform: translateY(50px);

        opacity: 0;

    }



    100% {

        transform: translateY(0);

        opacity: 1;

    }

}



.comm-cta-blurb p, .comm-cta-blurb ul li, .comm-cta-blurb ol li {

    font-size: 15px;

    font-weight: 300;

    font-family: var(--poppins);

    line-height: 26px;

    letter-spacing: 0.02em;

    color: #565656;

    margin-bottom: 20px;

}



.comm-cta-blurb ul, .comm-cta-blurb ol {

    padding-left: 40px;

    margin-bottom: 15px;

}



.comm-cta-blurb ul li {

    margin-bottom: 0;

    font-size: 13px;

    list-style-type: disc;

}



.comm-cta-blurb ol li {

    margin-bottom: 0;

    font-size: 13px;

    list-style-type: decimal;

}



.comm-cta-blurb strong {

    font-size: 20px;

    font-weight: 600;

    font-family: var(--poppins);

    color: #000;

    /*display: block;*/

    padding: 13px 0;

    line-height: 23px;

}



.community-cta-blurb {

    padding: 40px 0;

    border-top: 1px solid;

}

.comm-category{
    padding: 0 20px;
}

.comm-category h2 {

    font-size: 26px;

    font-weight: 600;

    font-family: var(--poppins);

    color: #000;

    /*display: block;*/

    padding: 13px 0;

    line-height: 23px;

    text-transform: uppercase;

}

.comm-category p{
    font-size: 15px;
    font-weight: 300;
    font-family: var(--poppins);
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #565656;
    margin-bottom: 20px;
}


/* For New Template */

.ip-global-title-inner {
    position: relative;
    display: inline-block;
    padding: 73px 23px 0;
    margin-bottom: 11px;
}

.ip-global-title-inner:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #203d45;
    bottom: 7px;
    left: 0;
}


.ip-cd-section-2 {

}
	.ip-cd-s2-row {
		margin: 0 0 60px;
	}
		.ip-cd-s2-row .ip-global-title {
			padding: 0 3% 0 0;
			width: 45.83%;
		}
			.ip-cd-s2-row .ip-global-title-inner {
				padding: 0 0 40px;
				margin: 0;
				width: 100%;
			}
			.ip-cd-s2-row .ip-global-title-inner:after {
				max-width: 573px;
			    height: 2px;
			    /* background: rgb(32,61,69);
			    background: -moz-linear-gradient(90deg, rgba(32,61,69,1) 0%, rgba(190,143,51,1) 100%);
			    background: -webkit-linear-gradient(90deg, rgba(32,61,69,1) 0%, rgba(190,143,51,1) 100%);
			    background: linear-gradient(90deg, rgba(32,61,69,1) 0%, rgba(190,143,51,1) 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203d45",endColorstr="#be8f33",GradientType=1); */
                background: #a33038;
			    bottom: 0;
			    width: 100%;
			}
			.ip-cd-s2-row .ip-global-title h2 {
				font-size: 50px;
				letter-spacing: 0.05em;
				text-transform: uppercase;
				font-family: var(--poppins);
                color: #515151;
                font-size: clamp(35px, 3.4375000000000004vw, 55px) !important;
                line-height: 1;
			}
		.ip-cd-s2-text {
			width: 54.17%;
		}
			.ip-cd-s2-text p {
				font-size: 15px;
				font-weight: 300;
				font-family: var(--poppins);
				line-height: 26px;
				letter-spacing: 0.02em;
				color: #565656;
				margin-bottom: 20px;
			}

.ip-cd-s2-text ul {
    list-style: disc;
    margin: 20px 0 20px 20px;
}

.ip-cd-s2-text ul li {
    font-size: 15px;
				font-weight: 300;
				font-family: var(--poppins);
				line-height: 26px;
				letter-spacing: 0.02em;
				color: #565656;
}
.ip-cd-s2-text a {
    color: #337ab7;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/* Listings  */
.entry-title strong {
    font-family: var(--poppins);
    font-weight: 500;
    color: #515151;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
}

#content .entry-title strong, #content .archive-title strong {
    font-family: var(--poppins);
    font-weight: 500;
    color: #515151;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
}
 .agents-listings-slider:not(.slick-slider) .agents-listings-col {
    flex-shrink: 0;
    width: calc(100% / 3);
}

 .agents-listings-col,  .agents-listings-item {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

 .agents-listings-img {
    position: relative;
    background: #000;
    overflow: hidden;
}

 .agents-listings-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s ease;
    opacity: 0.8;
}

 .agents-listings-item:hover .agents-listings-img canvas {
    transform: scale(1.1);
}

 .agents-listings-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 166px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    opacity: 0;
    transform: translateY(100%) translateY(50px);
    transition: all 0.4s ease;
}

 .agents-listings-item:hover .agents-listings-button {
    opacity: 1;
    transform: translateY(0);
}

 .agents-testi {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 130px;
}

.container  .agents-testi {
}

 .agents-testi:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.84);
}

 .agents-testi-quote {
    margin-bottom: 40px;
}

 .agents-testi-quote img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

 .agents-testi-slider {
    position: relative;
}

 .agents-testi-col,  .agents-testi-item {
    position: relative;
}

 .agents-testi-slider:not(.slick-initialize) .agents-testi-col:nth-child(n + 2) {
    display: none;
}

 .agents-testi-description {
    position: relative;
    width: 975px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.05em;
    text-align: center;
}

 .agents-testi-description p {
    margin: 0;
    line-height: inherit;
}

 .agents-testi-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 12px;
}

 .agents-testi-image {
    margin: auto;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 70px;
    background-size: cover;
    background-position: center center;
}

 .agents-testi-star {
    margin: 50px auto 30px;
    display: block;
}

 .agents-testi-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

 .agents-testi-arrow {
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.4s ease;
    position: absolute;
}

 .agents-testi-arrow {
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.4s ease;
    position: absolute;
}

 .agents-testi-arrow i {
    font-size: 60px;
    opacity: 0.5;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: all;
    transition-property: all;
    display: block;
    font-style: normal;
}

 .agents-testi-arrow.agents-testi-prev i {
    transform: rotate(180deg);
}

.agents-testi-arrow.agents-testi-next.slick-arrow {
    top: 34%;
    right: 50px;
}

.agents-testi-arrow.agents-testi-prev.slick-arrow {
    top: 34%;
    left: 50px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .aios-popup-body {
    width: 555px !important;
    max-width: calc(100% - 30px);
    min-height: 0 !important;
    padding: 30px !important;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form h2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form form {
    margin: 0;
    padding: 0;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form [class*=col-] {
    position: relative;
    padding: 10px 5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=text], .aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=email], .aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=tel], .aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 50px;
    color: #636363;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #a5a5a5;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    padding-top: 15px;
    height: 100px;
    resize: none;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: #c1b283;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .ajax-loader {
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/** Title **/
/*h1.agent-entry-title {*/
/*    font-size: 60px;*/
/*    color: #383838;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    line-height: 1.1;*/
/*    margin: .67em 0;*/
/*}*/
.agent-entry-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .4px;
}

/** Videos **/
.agent-videos {
    position: relative;
    z-index: 2;
    width: 960px;
    height: 540px;
    margin: auto;
    margin-top: 88px;
}

.video-bottom-bg {
    position: relative;
    z-index: 1;
    height: 250px;
    margin-top: -169px;
    background-image: url('../images/video-bg.jpg');
    background-position: center center;
}

.max-container .video-bottom-bg {
    width: 100vw;
    margin-left: calc((100vw - 1500px) / -2);
    margin-right: calc((100vw - 1500px) / -2);
}

.container .video-bottom-bg {
    width: 100vw;
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2);
}

.video-bottom-bg-overlay {
    background-image: url('../images/video-bg-overlay.png');
    width: 100%;
    height: 100%;
}

.agent-videos .slick-dots {
    text-align: center;
}

.agent-videos .slick-dots li {
    display: inline;
}

.agent-videos .slick-dots li button {
    background: #fff;
    border: none;
    color: #fff;
    font-size: 0px;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 12px;
    opacity: .7;
}

/** Additional Information **/
#content .agents-additional-info {
    font-size: 15px;
    margin-top: 48px;
}

#content .agents-additional-info-head {
    margin-bottom: 16px;
    cursor: pointer;
}

.agents-additional-info-head span {
    float: right;
    font-size: 24px;
    color: var(--aios-agents-primary-color);
    line-height: 16px;
}

.agents-additional-info-line {
    border-top: dashed 1px #a5a5a5;
    width: 100%;
    margin-bottom: 25px;
}

#content .agents-additional-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 0;
    list-style: none;
}

#content .agents-additional-info ul li span.li-marker {
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background-color: var(--aios-agents-primary-color);
    display: inline-block;
}

#content .agents-additional-info ul li {
    width: 32%;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#content .agents-additional-info ul li > div {
    float: left;
    width: 93%;
    padding-left: 20px;
}

.agents-popup-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    line-height: 1;
}

.agents-popup-form .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

/*Custom Listings IDXB*/
.agents-listings-info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.agents-listings-info .listings-address {
    /* font-size: 25px; */
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.agents-listings-info .listings-address span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
}

.agents-listings-info .listings-price {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: auto;
    padding-top: 10px;
    position: relative;
    top: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.agents-listings-item:hover .agents-listings-info .listings-price {
    top: -70px;
}

.agents-listings-info .listings-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 16px;
    position: absolute;
    bottom: -70px;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.agents-listings-item:hover .agents-listings-info .listings-plan {
    bottom: 0;
}

.agents-listings-info .listings-plan span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.agents-listings-info .listings-plan span em {
    display: block;
    font-style: normal;
    color: #fff;
    margin-bottom: 8px;
}

.agents-listings-info .listings-plan span+span {
    margin-left: 30px;
}

.agents-listings-info .listings-plan span.area {
    text-align: right;
}

.agents-listings-info .listings-plan span p {
    display: inline !important;
    margin: 0 !important;
    padding: 0;
    line-height: 1;
}

.agents-listing-holder {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

#content .agents-listing-holder .entry-title {
    margin: 0;
}

.agents-listing-holder:not(:last-child) {
    margin-bottom: 50px;
}

.ftr-contact {
    margin-top: 0;
}

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

/*Listing Container New*/
.cad-container {
    z-index: auto;
    position: relative;
    z-index: 5;
    padding: 0 5.25%;
    margin-top: 50px;
    margin-bottom: 50px;
    /* margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2); */
    width: 100vw;
    margin-top: 50px;
}

h2.entry-title{
    margin: 33px 0;
}

div#sold-listings span:nth-child(3) {
    display: none;
}

.ip-cad-list {
    margin: 0 -15px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex:before, .flex:after {
    display: none;
}

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.dir-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}

.dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.al-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.al-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ju-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ju-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.agents-listings-col {
    width: 33.33%;
}

ul.cad-listings-sort {
    display: flex;
    align-items: center;
    padding: 0 0 18px;
    list-style-type: none !important;
}

    ul.cad-listings-sort li {
        padding: 0 18px;
        border-right: 1px solid #aaaaaa;
    }
        ul.cad-listings-sort li a {
            font-size: 24px;
            letter-spacing: 0.1em;
            line-height: 1;
            color: #b9b9b9;
            text-transform: uppercase;
            position: relative;
            display: block;
        }

    ul.cad-listings-sort li:first-child {
        padding-left: 0;
    }
    ul.cad-listings-sort li:last-child {
        padding-right: 0;
        border-right: 0;
    }
    ul.cad-listings-sort li a:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 3px;
        background: #a33038;
        transition: all var(--default-transition);
        transform: scaleX(0);
    }
    ul.cad-listings-sort li.active a {
        color: #000;
    }
        ul.cad-listings-sort li.active a:before {
            transform: scaleX(1);
        }

.agents-listings-img span.status {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    max-width: 42%;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 0.1em;
    margin: 0 1px 5px 0px;
        background: #e00;
    color: #fff;
}
/* End Listings */



@media only screen and (min-width: 1601px) {

    .community-cta-container {

        width: 16.6875%;

    }

}



@media only screen and (max-width: 1570px) {

    .other-communities {

        max-width: 97%;

    }



    .other-communities-container {

        width: 24.9034749035%;

        height: auto;

    }



    .community-cta-container {

        width: 16.6875%;

    }



    .community-img {

        width: 100%;

        height: 100%;

    }



    .first .community-right, .second .community-left {

        width: 50.107372942%;

        height: auto;

    }



    .community-details {

        max-width: clamp(56.25rem, 81.743vw + 5.569rem, 87.313rem);

    }



    .community-title span {

        font-size: clamp(3.125rem, 4.276vw + 0.474rem, 4.75rem);

    }



    .community-info p, .ip-cd-s2-text p, .ip-cd-s2-text ul li {

        font-size: clamp(0.688rem, 0.658vw + 0.28rem, 0.938rem);

    }



    .first .community-info {

        max-width: clamp(25.938rem, 37.829vw + 2.484rem, 40.313rem);

        margin-top: clamp(1.875rem, 5.757vw - 1.694rem, 4.063rem);

    }



    .second .community-info {

        max-width: clamp(25.625rem, 41.118vw + 0.132rem, 41.25rem);

        margin-top: clamp(0.688rem, 8.059vw - 4.309rem, 3.75rem);

    }



    .community-cta-container {

        height: clamp(31.25rem, 17.27vw + 20.543rem, 37.813rem);

    }



    .community-cta-title span {

        font-size: clamp(1.188rem, 0.822vw + 0.678rem, 1.5rem);

    }



    .community-cta-hover-title span {

        font-size: clamp(1.125rem, 0.987vw + 0.513rem, 1.5rem);

    }



    .community-cta-list {

        font-size: clamp(0.688rem, 0.658vw + 0.28rem, 0.938rem);

        line-height: clamp(0.938rem, 1.48vw + 0.02rem, 1.5rem);

    }



    .other-communities-title span {

        font-size: clamp(1.188rem, 0.987vw + 0.576rem, 1.563rem);

    }

}



@media only screen and (max-width: 1199px) {

    .agents-listings-col {
        width: 50%;
    }

    .community-cta-list p {

        margin: 10px 0px;

    }



    .community-info p {

        margin-bottom: 20px;

    }



    .comm-cta-blurb.active {

        display: block;

        padding: 20px;

    }

    .ip-cd-s2-row .ip-global-title h2 {
        font-size: 30px;
    }

}



@media only screen and (max-width: 991px) {

    .agents-listings-col {
        width: 100%;
    }

    .community-cta-blurb {

        border: none;

        padding-top: 0;

    }



    .other-communities-container {

        width: 50%;

    }



    .community-cta-flex {

        display: flex;

        align-items: center;

        justify-content: flex-start;

        flex-wrap: wrap;

        max-width: 95%;

        margin: auto;

        margin-bottom: 0;

    }



    .community-cta-container {

        width: calc(100%/2);

        border: 1px solid #c0c0c0 !important;

        border-top: 0 !important;

    }



    .community-cta-hover-title span {

        font-size: 24px;

    }



    .community-cta-list {

        font-size: 15px;

        line-height: 24px;

    }



    .community-flex {

        display: flex;

        justify-content: space-between;

        align-items: center;

        flex-direction: column-reverse;

        text-align: center;

    }



    .community-flex.second {

        flex-direction: column;

        text-align: center;

    }



    .first .community-right, .second .community-left {

        width: 100%;

        height: auto;

    }



    .community-info {

        max-width: 100% !important;

        margin: auto;

        margin-top: 30px !important;

    }



    .community-details {

        max-width: 95%;

        margin-top: 30px;

    }



    .community-button {

        margin-top: 45px;

    }



    .community-button .meet-btn a {

        min-height: 80px;

    }



    .community-title span::after {

        content: '';

        height: 2px;

        width: 40%;

        background: #a33038;

        position: absolute;

        bottom: -2px;

        margin: auto;

        left: 0;

        right: 0;

    }



    .community-cta-container:first-child {

        border-top: 1px solid #c0c0c0 !important;

    }



    .community-info p, .comm-cta-blurb p, .comm-cta-blurb ul li, .comm-cta-blurb ol li {

        font-size: 15px;

        font-weight: 300;

        line-height: 26px;

        letter-spacing: 0.02em;

    }

    /* New Template */

    .ip-cd-s2-row .ip-global-title-inner:after {
        left: 0;
        right: 0;
        margin: auto;
        max-width: 330px;
    }
    
    .ip-cd-s2-row {
        max-width: 680px;
        margin: 0 auto 80px;
        text-align: center;
    }

    .ip-cd-s2-row .ip-global-title {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .ip-cd-s2-row .ip-global-title h2 {
        font-size: clamp(30px, 3.438vw, 55px) !important;
    }

    .ip-cd-s2-text {
        width: 100%;
        margin: 30px 0 0;
    }
}



@media only screen and (max-width: 767px) {

    .other-communities-container {

        width: 100%;

        /* margin: auto;

        margin-right: 0;

        margin-bottom: 3px; */

    }



    .other-communities {

        max-width: 450px;

    }



    .property-photo {

        margin-top: 18px;

    }

}



@media only screen and (max-width: 480px) {

    .other-communities {

        max-width: 290px;

    }



    .community-cta-container {

        width: 100%;

    }



    .community-title span {

        font-size: 30px;

    }



    .community-details {

        max-width: 95%;

        margin-top: 30px;

    }

}

