.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
}
p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.suite-contact {
    background-color: #f0f0f0;
    padding: 4rem 0 4rem 0;
}
.suite-contact__container {
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 1.75rem 0 1.75rem;
}
.suite-contact__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
}
@media (min-width: 768px) {
    .suite-contact__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width: 768px) {
    .suite-contact__one {
        grid-column: 1 / span 3;
    }
}
@media (min-width: 1024px) {
    .suite-contact__one {
        grid-column: 1 / span 2;
    }
}
.suite-contact__meta-one {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
@media (min-width: 768px) {
    .suite-contact__two {
        grid-column: 4 / span 3;
    }
}
@media (min-width: 1024px) {
    .suite-contact__two {
        grid-column: 3 / span 2;
    }
}
.suite-contact__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #525047;
    padding-bottom: 1rem;
}
.suite-contact__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #525047;
    padding-bottom: 3rem;
}
.suite-contact__grid img {
    width: 75%;
}
.accordion-container {
    border-bottom: 1px solid #707070;
}
.ct-accordion-content {
    display: none;
}
.ct-accordion-content .address-meta {
    margin: 2rem 0 2rem 0;
    padding: 0;
}
.ct-accordion-content .address-meta li {
    margin-bottom: 1rem;
}
.ct-accordion-content .address-meta li a {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.166666;
    color: #fff;
    margin: 0;
    text-decoration: none;
}
.ct-accordion-content .address-meta li a:hover {
    color: #4da2d7;
}
.ct-accordion-content .left-label {
    font-size: 0.875rem;
    line-height: 1.428571;
    color: #bcbaba;
    margin: 0;
}
.ct-accordion-content .right-text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.166666;
    color: #fff;
    margin: 0;
}
.ct-accordion-content .left-label-two {
    font-size: 0.875rem;
    line-height: 1.428571;
    color: #bcbaba;
    margin: 0;
}
.ct-accordion-content .right-text-two {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.166666;
    color: #fff;
    margin: 0;
}
.ct-accordion-content .accordion-line {
    height: 2px;
    background-color: #7c7b7b;
    margin: 0;
}
.ct-accordion-content .title h4 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}
.ct-accordion-content .contact-meta {
    list-style: none;
    margin: 0;
    padding: 2rem 0.5rem 1rem 0.5rem;
}
.accordion-content__grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 3.5rem 0 3.5rem;
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .accordion-content__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.accordion-content__grid .profile_repeater_col ul {
    list-style: none;
    margin: 0;
    padding: 2rem 0.5rem 5rem 0.5rem;
}
.accordion-content__grid .profile_repeater_col ul li {
    color: #fff;
    font-size: 1.5rem;
}
.accordion-content__grid .profile_repeater_col ul li a {
    color: #fff;
    text-decoration: none;
}
.accordion-content__grid .profile_repeater_col ul li a:hover {
    color: #4da2d7;
}
.accordion-content__grid .profile_repeater_col img {
    max-width: 365px;
}
.fa-chevron-right {
    transform: rotate(0deg);
    transition: 0.2s ease;
}
.ct-accordion-header.active .fa-chevron-right {
    transform: rotate(90deg);
    transition: 0.2s ease;
}
.slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider .slick-dots {
    bottom: 20px;
}
.slider .slick-dots li {
    margin-right: 1rem;
}
.slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    width: 34px;
    height: 6px;
    border-radius: 0;
}
.slider .slick-dots li button:before {
    content: none;
}
.slider .slick-dots .slick-active button {
    background-color: #fff;
}
.gallery-button:hover {
    cursor: pointer;
}
.floor-plan-button:hover {
    cursor: pointer;
}
.social-media-contact {
    display: flex;
    list-style: none;
    margin: 0 0 0 0.5rem;
    padding: 0;
}
.social-media-contact li {
    margin-right: 1rem;
}
.social-media-contact li .fab {
    color: #fff;
    font-size: 1.2rem;
}
@media (min-width: 600px) {
    .social-media-contact li .fab {
        font-size: 1.5rem;
    }
}
.social-media-contact li .fab:hover {
    color: #4da2d7;
}
.single-event-solfit-title {
    height: 185px;
    background-color: #414042;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.single-event-solfit-title h1,
.single-event-solfit-title h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}
.single-event-solfit-title__container {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.75rem;
}
#tribe-events-pg-template {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.75rem;
}
#tribe-events-pg-template .tribe-events-single-event-title,
#tribe-events-pg-template .tribe-events-back a {
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
}
#tribe-events-pg-template .tribe-events-schedule h2 {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
}
@media (min-width: 768px) {
    #tribe-events-pg-template .tribe-events-single-event-description {
        max-width: 70%;
    }
}
#tribe-events-pg-template .tribe-events-meta-group-details {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
}
#tribe-events-pg-template .tribe-events-sub-nav {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
}
.tribe-events-c-subscribe-dropdown__button {
    background-color: transparent !important;
    border: 1px solid #414042 !important;
    color: #414042 !important;
}
.tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #414042 !important;
    color: #fff !important;
}
.tribe-events-c-search__button {
    background-color: #414042 !important;
    color: #fff !important;
}
.tribe-events-c-search__button:hover {
    background-color: #525047 !important;
}
.event-back-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-back-button a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    width: 185px;
    height: 40px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #525047;
    background-color: #fff;
    border: 1px solid #525047;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-back-button a:hover {
    background-color: #525047;
    border: 1px solid #fff;
    color: #fff;
} /*# sourceMappingURL=main.css.map */
