/* Templates ---------------- */
.swh-template {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;

}

    .swh-template * {
        float: none !important;
    }

.swh-col.hide-desktop {
    display: block;
}

.swh-col.hide-mobile {
    display: none;
}

.swh-col.unique-terms {
    padding: 2rem 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.swh-col {
    box-sizing: border-box;
    max-width: 100%;
    border: 0;
    margin: 0;
  
}

    .swh-col.fullscreen {
        min-width: 100%;
        max-width: 100%;
        position: relative;
    }


    .swh-col.spacer {
        padding: 0 !important;
    }


    .swh-col figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .swh-col figcaption {
        font-style: italic;
        font-size: .7rem;
        opacity: .8;
    }

    .swh-col img {
        max-width: 100%;
    }

    .swh-col .swiper img {
        width: 100%;
        height: auto;
    }

    .swh-col .swiper .swiper-text {
        color: #fff;
    }

.responsive-vid {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

    .responsive-vid iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.swh-col video {
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* --- CMS - Image ---*/

.swh-col.cms-image figure img {
    max-width: 100%;
width:100%;
height:auto;
}

/* --- Toggle block ocn CMS --- */

.swh-col .text-wrapper {
    display: flex;
    background: none;
    padding: 0;
    width: 100%;
    margin-top: 2rem;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    position: relative;
    padding-bottom: 2em;
}

.swh-col .text-toggle {
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 0 0 1em 0;
    text-align: center;
    margin-bottom: 1em;
}

.swh-col .text-wrapper.hide {
    display: flex !important;
    max-height: 200px;
    overflow: hidden;
}

    .swh-col .text-wrapper.hide:after {
        content: "";
        display: block;
        height: 8em;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    }


.swh-col .toggle-content {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    background: none;
    display: inline-flex;
    border: none;
    color: #000;
}


    .swh-col .toggle-content span {
        display: flex;
        align-items: center;
        font-weight: 600;
    }

        .swh-col .toggle-content span.hide {
            display: none;
        }

        .swh-col .toggle-content span:hover:before {
            transform: rotate(180deg);
        }

        .swh-col .toggle-content span:first-of-type::before,
        .swh-col .toggle-content span:last-of-type::before {
            font-family: 'Font Awesome 6 Pro';
            margin-right: 0.5em;
            font-weight: 600;
            transition: .5s;
        }



        .swh-col .toggle-content span:first-of-type::before {
            content: "\f13a" !important;
        }

        .swh-col .toggle-content span:last-of-type::before {
            content: "\f139" !important;
        }

/* --- CMS - Events --- */

.swh-col.cms-events .cms-events {
    width: 100%;
}

.swh-col .cms-events, .swh-col.cms-events.cms-events {
    display: flex;
    flex-wrap: wrap;
}

    .swh-col.cms-events .cms-events-item {
        display: flex;
        width: 100%;
        flex-grow: 1;
        justify-content: space-around;
        border: 1px solid #000;
        margin: .5rem;
    }

        .swh-col.cms-events .cms-events-item .cms-events-item-link {
            display: flex;
            flex-direction: column;
            border: none;
            padding: 0;
            justify-content: space-between;
            margin: 0;
            width: 100%;
        }

            .swh-col.cms-events .cms-events-item .cms-events-item-link figure,
            .swh-col.cms-events .cms-events-item .cms-events-item-link .text-content {
                width: 100%;
                background: #fff;
            }

            .swh-col.cms-events .cms-events-item .cms-events-item-link figure {
                height: auto;
                width: 100%;
            }

                .swh-col.cms-events .cms-events-item .cms-events-item-link figure img {
                    object-fit: cover;
                    height: 100%;
                    width: 100%;
                }

            .swh-col.cms-events .cms-events-item .cms-events-item-link .text-content {
                padding: 1rem;
                flex-grow:1;
            }

                .swh-col.cms-events .cms-events-item .cms-events-item-link .text-content h2 {
                    text-transform: uppercase;
                    font-size: 1.4rem;
                    margin-bottom: 1em;
                }

            .swh-col.cms-events .cms-events-item .cms-events-item-link span {
                font-weight: 600;
                padding: 1em;
                width: 100%;
                background: #000;
                color: #fff;
            }


    /* --- CMS - News --- */

    .swh-col.cms-newshome .cms-news {
        width: 100%;
    }

    .swh-col .cms-news, .swh-col.cms-newshone.cms-news {
        display: flex;
        flex-wrap: wrap;
    }

.swh-col .cms-news h2.cms-news-heading {
    display: flex;
   width:100%;
   justify-content:center;
}


        .swh-col.cms-newshome .cms-news-item {
            display: flex;
            width: 100%;
            flex-grow: 1;
            justify-content: space-around;
            border: 1px solid #000;
            margin: .5rem;
        }

            .swh-col.cms-newshome .cms-news-item .cms-news-item-link {
                display: flex;
                flex-direction: column;
                border: none;
                padding: 0;
                justify-content: space-between;
                margin: 0;
                width: 100%;
                height:fit-content;
            }

                .swh-col.cms-newshome .cms-news-item .cms-news-item-link figure,
                .swh-col.cms-newshome .cms-news-item .cms-news-item-link .text-content {
                    width: 100%;
                    background: #fff;
                }

                .swh-col.cms-newshome .cms-news-item .cms-news-item-link figure {
                    max-height: 50%;
                    width: 100%;
                }

                    .swh-col.cms-newshome .cms-news-item .cms-news-item-link figure img {
                        object-fit: cover;
                        width: 100%;
                    }

                .swh-col.cms-newshome .cms-news-item .cms-news-item-link .text-content {
                    padding: 1rem;
                    flex-grow: 1;
                    height:auto;
                }

                  

                    .swh-col.cms-newshome .cms-news-item .cms-news-item-link .text-content h3 {
                        text-transform: uppercase;
                        font-size: 1.4rem;
                        margin-bottom: 0.5em;
                    }

                        .swh-col.cms-newshome .cms-news-item .cms-news-item-link .text-content h3:after {
                            content: "\f35a";
                            font-family: Font Awesome\ 6 Pro;
                            font-size: 1.4rem;
                            color: #000;
                            margin-left:0.5rem;
                        }

                .swh-col.cms-newshome .cms-news-item .cms-news-item-link span {
                    font-weight: 600;
                    padding: 1em;
                    width: 100%;
                    background: #000;
                    color: #fff;
                }


          


@media only screen and (min-width : 520px) {


    .swh-col.cms-events .cms-events-item {
        width: calc(50% - 1rem);
        flex-grow: 1;
        flex-wrap: wrap;
    }

    .swh-col.cms-newshome .cms-news-item {
        width: calc(50% - 1rem);
        flex-grow: 1;
        flex-wrap: wrap;
    }
}



    @media only screen and (min-width : 768px) {
        .swh-col.cms-events .cms-events-item {
            width: calc(25% - 1rem);
        }

        .swh-col.cms-newshome .cms-news-item {
            width: calc(33% - 1rem);
        }

      

        .swh-col.hide-mobile {
            display: block;
        } 

        .swh-col.hide-desktop {
            display: none;
        }


    }

    @media only screen and (min-width : 1216px) {

        .swh-col.cms-newshome .cms-news-item {
            width: calc(25% - 1rem);
        }
    }


    @media only screen and (min-width : 1408px) {
    }
