.topBanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}

.body-content img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 1440px;
}

.sectionPadding {
    padding-top:80px;
    padding-bottom:80px;
}

.sectionPaddingBottom {
    padding-top: 0px;
    padding-bottom: 80px;
}

.sectionPaddingTop {
    padding-top: 80px;
    padding-bottom: 0px;
}

.NoSectionPadding {
    padding-top: 0px;
    padding-bottom: 0px;
}

h2.titleH2 {
    margin:0px auto 30px auto;
    display:table;
}

.lightGreen {
    background: #f5f7f2;
}

.TwoColumns .rightCol iframe {
    height: 367px;
    border-radius: 30px;
}

.TwoColumns .leftCol iframe {
    height: 300px;
    border-radius: 0px;
}

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

.Contact .flexWrapper {
    display:table;
}

.Contact .form-control {
    background: #f5f1ec;
}

.Contact .btn {
    background: var(--amber);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
    border: 1px solid #d3ac62 !important;
}

    .Contact .btn:hover {
        background: var(--ink);
        border: 1px solid var(--ink)!important;
        transform: translateY(-1px);
        color: #fff;
        text-decoration: none;
    }

    .rightPadding {
    padding-right: 40px;
}

.leftPadding {
    padding-left:40px;
}

.FullWidth h2, .TwoColumns h2, .TwoColumns h1, .TwoColumns h3, .accordion-wrapper h2 {
    margin-top: 0px;
}

    .MultipleThumbnails h2 {
        margin:0px auto 0px auto;
        display:table;
    }

    .mainInteriorContent img {
        border-radius: 60px;
    }

.mainInteriorContent h1, .mainInteriorContent h2:first-child {
    margin-top: 0px;
}

.mainInteriorContent p:last-child {
    margin-bottom:0px;
}

.img-wrapper {
    height: 220px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-radius: 30px;
}

.GalleryWrapperTop {
    margin-bottom:50px;
}

.GalleryWrapper h1 {
    margin-top:0px;
}

.body-content li {
    text-align: left;
}

ul.centeredUl {
    display: table;
    margin: 30px auto 0px auto;
}


.mainInteriorContent h3:first-child {
    margin-top: 0px;
}

.ThreeColumnsWrapper p:last-child {
    margin-bottom: 0px;
}

.ThreeColumnsWrapper p, .ThreeColumnsWrapper h4 {
    text-align: center;
    padding: 0px 40px;
}


.ThreeColumnsWrapper .fa-regular {
    color: #f7bd78;
    font-size: 80px;
    margin: 0px auto 20px auto;
    display: table;
}

.FullWidth {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.BannerText h2 {
    padding: 8% 15%;
    text-align: center;
    color: #fff;
    line-height: 1.3em;
}

ul.checkmarks li:before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    margin-right: 7px;
    color: #f7bd78;
}

ul.checkmarks, .linkIcons ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

    ul.checkmarks li, .linkIcons li {
        text-indent: -28px;
        padding-left: 28px;
    }

    .linkIcons ul li:before {
        content: "\f08e";
        font-family: "Font Awesome 6 Pro";
        margin-right: 7px;
        color: #f7bd78;
    }

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #ddd;
}

.MultipleContentWrapperBgImage {
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 40px;
    position: relative;
    z-index: 10;
}

    .MultipleContentWrapperBgImage:hover {
        filter: brightness(0.8);
    }

    .MultipleContentWrapperBgImage.no-hover:hover {
        filter: none;
    }


.MultipleThumbnailsWrapper .col-sm-6 {
    margin-top: 60px;
    text-align: center;
}

.MultipleThumbnailsWrapper p {
   text-align:left;
}

.MultipleThumbnailsWrapper .button {
    text-align:center;
}

.lightGreenWrapper {
    background: #f5f7f2;
    border-radius: 0px 0px 40px 40px;
    padding: 60px 50px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}



.accordion-wrapper .panel-default {
    border: none;
    box-shadow: none;
}

.accordion-wrapper .panel-heading {
    padding: 0px;
    background: #f5f7f2;
    border-radius: 12px;
    border: none !important;
}

    .accordion-wrapper .panel-heading .panel-title a {
        background: var(--light-color);
        padding: 15px 20px;
        color: var(--secondary-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        border: none;
    }

        .accordion-wrapper .panel-heading .panel-title a i {
            transition: transform 0.3s ease;
            font-size: 35px;
            background: var(--primary-color);
            border-radius: 50%;
            aspect-ratio: 1/1;
            max-width: 35px;
            text-decoration: none;
            border: none;
        }

        .accordion-wrapper .panel-heading .panel-title a:not(.collapsed) i {
            transform: rotate(45deg);
        }

.accordion-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 20px;
    border-top: none;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.panel-group {
    margin-top: 40px;
    margin-bottom: 0px;
}

.accordion-wrapper .panel-body .row {
    display: flex;
}


@media (min-width: 2560px) {
    .container {
        width: 1700px;
    }

    .topBanner {
        height: 350px;
    }
}

    @media (min-width: 1481px) and (max-width: 1600px) {
    }

@media (min-width: 1367px) and (max-width: 1480px) {

    .container {
        width: 1200px;
    }

    .topBanner {
        height: 275px;
    }

    .TwoColumns .rightCol iframe {
        height: 300px;
    }

    .img-wrapper {
        height: 180px;
    }

    .MultipleContentWrapperBgImage {
        height: 275px;
        border-radius: 36px;
    }
}

    @media (min-width: 1200px) and (max-width: 1366px) {
        .container {
            width: 1200px;
        }

        .topBanner {
            height: 270px;
        }

        .TwoColumns .rightCol iframe {
            height: 290px;
        }

        .img-wrapper {
            height: 170px;
        }

        .MultipleContentWrapperBgImage {
            height: 270px;
            border-radius: 36px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .container {
            width: 940px;
        }

        .topBanner {
            height: 250px;
        }

        .TwoColumns .rightCol iframe {
            height: 225px;
        }

        .img-wrapper {
            height: 140px;
        }

        .MultipleContentWrapperBgImage {
            height: 220px;
            border-radius: 32px;
        }

        .sectionPadding {
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .sectionPaddingBottom {
            padding-top: 0px;
            padding-bottom: 70px;
        }

        .sectionPaddingTop {
            padding-top: 70px;
            padding-bottom: 0px;
        }

        .NoSectionPadding {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .lightGreenWrapper {
            border-radius: 0px 0px 36px 36px;
            padding: 60px 40px 40px 40px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .container {
            width: 750px;
        }

        .topBanner {
            height: 220px;
        }
        .TwoColumns .rightCol iframe {
            height: 300px;
            margin-top: 40px;
        }

        .img-wrapper {
            height: 200px;
        }

        .MultipleContentWrapperBgImage {
            height: 250px;
            border-radius: 30px;
        }

        .sectionPadding {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .sectionPaddingBottom {
            padding-top: 0px;
            padding-bottom: 60px;
        }

        .sectionPaddingTop {
            padding-top: 60px;
            padding-bottom: 0px;
        }

        .NoSectionPadding {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .lightGreenWrapper {
            border-radius: 0px 0px 36px 36px;
            padding: 60px 40px 40px 40px;
        }

        .TwoColumnsWrapper .col-sm-6, .MultipleThumbnailsWrapper .col-sm-6 {
            width: 100%;
        }

        .blockThumbs2, .blockThumbs3, .blockThumbs4 {
            height: auto !important;
        }

        .GalleryWrapper .col-sm-3 {
            width:50%;
        }

        .TwoColumnsWrapper .leftPadding {
            padding-left: 15px;
        }

        .MultipleThumbnails h2 {
            text-align: center;
        }

        .col-md-12 {
            padding: 0px;
        }
    }

    @media (min-width: 0px) and (max-width: 767px) {
        .container {
            width: 100%;
            padding-right: 25px;
            padding-left: 25px;
        }

        .rightPadding {
            padding-right: 0px;
        }

            .topBanner {
            height: 180px;
        }


        .blockThumbs1, .blockThumbs2 {
            height:auto!important;
        }


        .TwoColumns .rightCol iframe {
            height: 210px;
            margin-top: 30px;
        }

        .MultipleThumbnailsWrapper .col-sm-6 {
            margin-top: 30px;
            padding-bottom: 20px !important;
        }

        .img-wrapper {
            height: 210px;
        }

        .MultipleContentWrapperBgImage {
            height: 210px;
            border-radius: 30px;
        }

        .sectionPadding {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .sectionPaddingBottom {
            padding-top: 0px;
            padding-bottom: 40px;
        }

        .sectionPaddingTop {
            padding-top: 40px;
            padding-bottom: 0px;
        }

        .NoSectionPadding {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .rightCol p:last-child {
            margin-bottom:0px;
        }

        .lightGreenWrapper {
            border-radius: 0px 0px 32px 32px;
            padding: 50px 35px 40px 35px;
        }

        .TwoColumnsWrapper .col-sm-6, .MultipleThumbnailsWrapper .col-sm-6 {
            width: 100%;
            padding:0px;
        }

        .blockThumbs2, .blockThumbs3, .blockThumbs4 {
            height: auto !important;
        }

        .GalleryWrapper .col-sm-3 {
            width: 100%;
        }

        .TwoColumnsWrapper .leftPadding, .mainInteriorContent .col-sm-12, .mainInteriorContent .col-sm-6, .accordion-wrapper .col-lg-12 {
            padding-left: 0px;
            padding-right: 0px;
        }

        .TwoColumnsWrapper .col-sm-4 img {
            margin-top:30px;
        }

        .mainInteriorContent img {
            border-radius: 30px;
            margin-top: 30px;
        }

        .panel-group {
            margin-top: 30px;
            margin-bottom: 0px;
        }

        .mainInteriorContent .callout-button {
            width:100%;
            margin:10px 0px;
            text-align:center;
        }

        .MultipleThumbnails h2 {
            text-align: center;
        }

        .col-md-12, .col-sm-8, .col-sm-7, .col-sm-3 {
            padding: 0px;
        }

        .TwoColumns .leftCol iframe {
            margin-bottom: 40px;
        }

        ol, ul {
            margin-bottom: 20px;
            padding-left: 20px;
        }
    }
