.topbar-cotainer {
    width: 100%;
}

.topbar {
    /*background-color: #da463a;*/
    background-color: #28282B;
    height: 55px;
    display: flex;
    padding: 0px 3%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 999999999;
    width: 100vw;
    left: 0px;
    right: 0px;
    scrollbar-gutter: both-edges;
    opacity: 0.9;
}

.sitevie-tag-line {
    margin-left: 25px;
    align-self: center;
}

.sitevine-controls {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.topbar-link {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-left: 15px;
}

.topbar-sitevine-tagline {
    color: white;
    text-decoration: none;
}

.header-banner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sitevine-banner-details {
    background-color: #f2f2f2;
    width: 60%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .sitevine-banner-details p {
        margin: 0px;
    }

.banner-detail-sub-content {
    font-size: 13px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    width: 20%;
}

.banner-detail-bold-content {
    font-weight: 800;
}

.banner-detail-content {
    font-size: 28px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 350;
    width: 45%;
}

.banner-detail-button {
    background-color: #da463a !important;
    color: white;
    border: none;
    width: 20%;
}

.header-banner-text-content {
    background-color: #eeeeee73;
    width: 98.2%;
    display: flex;
    flex-direction: column;
    height: 93%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.banner-heading {
    color: #201e43;
}

#navbarNav {
    justify-content: left;
}

.sitevine-nav-item {
    margin-right: 10px;
}

    .sitevine-nav-item a {
        border-bottom: 2px solid transparent;
        color: white !important;
    }

        .sitevine-nav-item a.active {
            border-bottom: 2px solid white !important;
        }

        .sitevine-nav-item a:hover {
            border-bottom: 2px solid white;
        }

.sitevine-navbar-nav {
    width: 60%;
    justify-content: space-around;
}

.sitevine-navbar {
    width: 70%;
    background-color: transparent !important;
}
/* Carousel styles  */
.carousel-cards {
    display: flex;
    justify-content: space-evenly;
}

.post {
    width: 33%;
    height: 400px;
    background-color: #a2cfe3;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.411);
    display: flex;
    padding: 20px;
    align-items: center;
}

    .post:hover {
        background-color: rgba(0, 0, 0, 0.562);
    }

.post-content {
    color: white;
}

.post-link {
    color: white;
    text-decoration: none;
    background-color: #da463a;
    padding: 4px 10px 4px 10px;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
}

.sitevine-post-1 {
    background-image: url("../images/card1_1.jpg");
}

.sitevine-post-2 {
    background-image: url("../images/card1_2.jpg");
}

.sitevine-post-3 {
    background-image: url("../images/card1_3.jpg");
}

.sitevine-post-4 {
    background-image: url("../images/card1_4.jpg");
}

.sitevine-post-5 {
    background-image: url("../images/card1_5.jpg");
}

.sitevine-post-6 {
    background-image: url("../images/card1_6.jpg");
}

.sitevine-post-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.content-heading {
    margin-bottom: 0px;
}

.content-section-heading {
    background-color: #da463a;
    color: white;
    padding: 5px 5px;
    margin-bottom: 5px;
}

.content-microsite-section-heading {
    background-color: #E0A75E;
    color: white;
    padding: 5px 5px;
    margin-bottom: 5px;
}

.carousel-prev-button {
    padding-left: 15px;
    width: 60px;
}

.carousel-next-button {
    width: 65px;
    padding-right: 30px;
    z-index: 4;
}

header {
    /*margin-bottom: 30px;*/
}

section {
    margin-bottom: 30px;
    margin-top: 80px !important;
}

.card-carousel-button {
    background-color: #134b70;
    color: #eeeeee;
    transform: scale(0.9);
    transition: 0.3s;
}

card-carousel-button:hover {
    background-color: #134b70;
    color: #eeeeee;
    transform: scale(1);
    transition: 0.3s;
}

/*.card-body {
    height: 100%;
}*/

.content-post-section {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-around;
}

.content-section-1 {
    width: 36%;
}

.content-section-2 {
    width: 36%;
}

.feature-events-container {
    background-color: #f7f7f7;
    padding: 20px;
}

.content-section-3 {
    width: 24%;
}

.sitevine-card {
    width: 100%;
}

.sitevine-card {
    margin-bottom: 15px;
}

.sitevine-post-card-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.sitevine-post-card-content {
    font-size: 14px;
    margin-bottom: 5px;
}

.sitevine-post-card-sub-content {
    font-size: 12px;
}

/*.sitevine-posts .card-body {
    height: 110px;
    overflow: hidden
}*/

/*.sitevive-post-image-container {
    height: 110px;
}*/

.see-all-events-link {
    color: #da463a;
    text-decoration: none;
}

.featured-news-container {
    height: 40%;
    margin-bottom: 20px;
}

.news-heading {
    height: 11%;
}

.result-heading {
    height: 11%;
}

.documents-container {
    height: 42%;
    margin-bottom: 20px;
}

.news-container {
    padding: 10px;
    overflow-y: scroll;
    height: 85%;
    background-color: #f7f7f7;
}

.results-container {
    padding: 10px;
    overflow-y: hidden;
    height: 85%;
    background-color: #f7f7f7;
}

.results-container {
    padding: 10px;
}

.sitevine-news .card-body {
    height: auto;
    padding: 6px;
}

#footer {
    background-color: #f2f2f2;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #da463a;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                #footer .footer-top .footer-links ul a {
                    color: #3f3f3f;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    text-decoration: none;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #923027;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

.footer-newsletter p {
    color: #3f3f3f;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #da463a;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.link {
    text-decoration: none;
    color: #da463a;
}

.microsite-link {
    text-decoration: none;
    color: #E0A75E;
}

.header-banner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sitevine-banner-details {
    background-color: #f2f2f2;
    width: 60%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .sitevine-banner-details p {
        margin: 0px;
    }

.banner-detail-sub-content {
    font-size: 13px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    width: 20%;
}

.banner-detail-bold-content {
    font-weight: 800;
}

.banner-detail-content {
    font-size: 28px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 350;
    width: 45%;
}

.banner-detail-button {
    background-color: #E0A75E !important;
    color: white;
    border: none;
    width: 20%;
}

.header-banner-text-content {
    background-color: #eeeeee73;
    width: 98.2%;
    display: flex;
    flex-direction: column;
    height: 93%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.banner-heading {
    color: #201e43;
}

.sitevine-microsite-navbar {
    background-color: #E0A75E !important;
}

#navbarNav {
    justify-content: left;
}

.sitevine-microsite-nav-item {
    margin-right: 10px;
}

    .sitevine-microsite-nav-item a {
        border-bottom: 2px solid transparent;
        color: white !important;
    }

        .sitevine-microsite-nav-item a.active {
            border-bottom: 2px solid white !important;
            color: white
        }

        .sitevine-microsite-nav-item a:hover {
            border-bottom: 2px solid white;
        }

.sitevine-microsite-navbar-nav {
    width: 62%;
    justify-content: space-around;
}

#micrositeNavbarNav {
    justify-content: center;
}

.microsite-content-container {
    width: 90%;
    margin: auto;
}

.sitevine-card {
    margin-bottom: 15px;
    margin-top: 15px;
}

.sitevine-post-card-title {
    font-size: 18px;
    /*    margin-bottom: 15px;*/
}

.sitevine-post-card-content {
    font-size: 14px;
    /*margin-bottom: 15px;*/
}

.sitevine-post-card-sub-content {
    font-size: 12px;
}

/*.sitevine-posts .card-body {
    height: 110px;
}*/

/*.sitevive-post-image-container {
    height: 110px;
}*/

.microsite-see-all-events-link {
    color: #E0A75E;
    text-decoration: none;
}

.sitevine-post-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.section-heading {
    margin-top: 15px;
}

.sitevine-result-card-title {
    color: #E0A75E;
}

.download-link {
    color: black;
}

.sitevine-result-card-content {
    margin-bottom: 5px;
}

.sitevine-results {
    border: none !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.103);
}

    .sitevine-results a {
        text-decoration: none;
    }

.sitevine-category {
    list-style: none;
    padding: 15px;
    border-left: 2px solid #E0A75E;
    margin-bottom: 5px;
}

    .sitevine-category:hover {
        background-color: #e6e5e5;
    }

.sitevine-category-list {
    padding: 0px;
}

.sitevine-sidebar {
    padding: 10px 25px;
}

/*microsites*/
.carousel-microsite-prev-button {
    background-color: #E0A75E;
    height: 20px;
    width: 20px;
    align-self: center;
}

.carousel-microsite-next-button {
    background-color: #E0A75E;
    height: 20px;
    width: 20px;
    align-self: center;
}

.microsite-content-container {
    margin-bottom: 15px;
}

.sitevine-sidebar-Notices {
    height: 300px;
    background-color: #E0A75E;
}

.sitevine-sidebar-Notices {
    padding: 10px 25px;
    margin-left: 0px;
}

.notices-heading {
    color: white;
}

.notice-content {
    color: white;
    font-size: 14px;
}

.notice-buttons {
    background-color: white;
    color: #E0A75E;
    transform: scale(0.95);
    transition: 0.7s;
}

    .notice-buttons:hover {
        background-color: white;
        color: #E0A75E;
        transform: scale(1);
        transition: 0.7s;
    }

#microsite-footer {
    background-color: #f2f2f2;
    padding: 60px 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #microsite-footer .microsite-footer-top h4 {
        font-size: 16px;
        font-weight: 600;
        color: #E0A75E;
        position: relative;
        padding-bottom: 12px;
    }

    #microsite-footer .microsite-footer-top .microsite-footer-links ul a:hover {
        color: #E0A75E;
    }

    #microsite-footer .microsite-footer-top .microsite-footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #microsite-footer .microsite-footer-top .microsite-footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

        #microsite-footer .microsite-footer-top .microsite-footer-links ul a {
            color: #3f3f3f;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
            text-decoration: none;
        }

            #microsite-footer .microsite-footer-top .microsite-footer-links ul a:hover {
                color: #923027;
            }

    #microsite-footer .microsite-footer-top .microsite-footer-news-letter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4px;
    }

.microsite-footer-news-letter p {
    color: #3f3f3f;
}

/*ADD Wrapper*/

.wrapper {
    max-width: 800px;
    width: 100%;
    background: #fff;
    margin: 50px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.125);
    padding: 30px;
}

    .wrapper .event-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        background: #da463a;
        padding: 10px;
        color: white;
        text-transform: uppercase;
        text-align: center;
    }

    .wrapper .form {
        width: 100%;
    }

        .wrapper .form .inputfield {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

            .wrapper .form .inputfield label {
                width: 200px;
                color: #757575;
                margin-right: 10px;
                font-size: 14px;
            }

            .wrapper .form .inputfield .input,
            .wrapper .form .inputfield .textarea {
                width: 100%;
                outline: none;
                border: 1px solid #d5dbd9;
                font-size: 15px;
                padding: 8px 10px;
                border-radius: 3px;
                transition: all 0.3s ease;
            }

            .wrapper .form .inputfield .textarea {
                width: 100%;
                height: 125px;
                resize: none;
            }

            .wrapper .form .inputfield .custom_select {
                position: relative;
                width: 100%;
                height: 37px;
            }

                .wrapper .form .inputfield .custom_select:before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    right: 10px;
                    border: 8px solid;
                    border-color: #d5dbd9 transparent transparent transparent;
                    pointer-events: none;
                }

                .wrapper .form .inputfield .custom_select select {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    border: 0px;
                    padding: 8px 10px;
                    font-size: 15px;
                    border: 1px solid #d5dbd9;
                    border-radius: 3px;
                }

            .wrapper .form .inputfield p {
                font-size: 14px;
                color: #757575;
            }

            .wrapper .form .inputfield .check {
                width: 15px;
                height: 15px;
                position: relative;
                display: block;
                cursor: pointer;
            }

                .wrapper .form .inputfield .check input[type="checkbox"] {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                }

                .wrapper .form .inputfield .check .checkmark {
                    width: 15px;
                    height: 15px;
                    border: 1px solid #fec107;
                    display: block;
                    position: relative;
                }

                    .wrapper .form .inputfield .check .checkmark:before {
                        content: "";
                        position: absolute;
                        top: 1px;
                        left: 2px;
                        width: 5px;
                        height: 2px;
                        border: 2px solid;
                        border-color: transparent transparent #fff #fff;
                        transform: rotate(-45deg);
                        display: none;
                    }

                .wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark {
                    background: #fec107;
                }

                    .wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark:before {
                        display: block;
                    }

            .wrapper .form .inputfield:last-child {
                margin-bottom: 0;
                margin-bottom: 0;
            }

.submit-button-container {
    width: 100%;
    display: flex;
    justify-content: left;
}

.create-microsite-section {
    margin: 25px 0px
}

#microsite-footer .microsite-footer-top .microsite-footer-news-letter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#microsite-footer .microsite-footer-top .microsite-footer-news-letter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #E0A75E;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.microsite-dropdown-button {
    width: 100%;
    background-color: white !important;
    color: #da463a;
}

    .microsite-dropdown-button:hover {
        background-color: white !important;
        color: #da463a;
    }

.microsite-dropdown-menu {
    padding: 5px 0px
}

.dropdown {
    width: 13%;
}

.dropdown-item:hover {
    background-color: #ffc9c4
}

.dropdown-item.active {
    background-color: #ffc9c4
}

.sitevie-tag-line a {
    display: inline-block;
    margin-right: 10px
}

.event-detail-container {
    padding: 10px
}

.event-card {
    margin-left: 0px;
    margin-right: 0px;
}

.pagination-buttons-container {
    display: flex;
    justify-content: right;
}

.sitevie-social-links a {
    color: white;
    display: inline-block;
    margin-right: 10px;
}

.footer-copyright {
    background-color: #343A40;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.copyright-text {
    color: white;
    margin: 0px;
}

.sitevine-slider-container {
    width: 100vw;
    height: 90vh;
    /*margin-bottom: 0px;*/
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

#sitevineCarouselRide {
    width: 100% !important;
    height: 100% !important;
}

.carousel-inner {
    width: 100% !important;
    height: 100% !important;
    background-color: #28282B;
}

.crousel-content-container {
    width: 100% !important;
    height: 100% !important;
    position: relative
}

.carousel-item {
    height: 100% !important;
}


.image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}


.slider-heading {
    font-size: 4rem;
    font-weight: bold;
    /*margin-bottom: 3%;*/
    max-width: 90vw;
}

.slider-content {
    position: absolute;
    top: 35%;
    left: 5%;
    color: white;
    width: 100%;
    z-index: 2;
}

.slider-button {
    background-color: #da463a;
    color: white;
}

    .slider-button:hover {
        background-color: #da463a;
        color: white;
        transform: scale(1.04);
        transition: ease-in-out;
    }

.slider-event-conten-container {
    width: 26%;
}

.slider-content-dates {
    font-style: italic;
    font-weight: bold;
}

.sitevine-logo img {
    width: 50%
}

.topbar-login-btn {
    background-color: white;
    color: #da463a;
    margin-left: 15px;
    border-radius: 20px;
}

    .topbar-login-btn:hover {
        border: white 1px solid;
        color: white;
    }

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hover-shadow {
    transition: box-shadow 0.3s ease-in-out;
}

    .hover-shadow:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
