
/* Generics */

h1.sg-2022 {
    font-family: 'Open Sans', sans-serif; /*'dylanthin', Arial, sans-serif*/
    color: #000;
    font-size: 28px;
    padding: 40px 0 0 0;
}

h2.sg-2022 {
    font-family: 'Open Sans', sans-serif; /*'dylanthin', Arial, sans-serif*/
    color: #000;
    font-size: 20px;
    padding: 10px 0 30px 0;
    font-weight: 500;
}

.evo-soft-hide {
    display: none;
}

.sg-h1 {
    font-size: 28px !important;
    padding: 30px 0 20px 0 !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
}

.sg-h2 {
    color: #000 !important;
    font-size: 20px !important;
    padding: 10px 0 30px 0 !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
}

.sg-h3 {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.sg-social-items {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px;
}

    .sg-social-items i {
        padding: 0 10px 0 14px;
    }

    .sg-social-items a {
        color: #000!important;
        text-decoration: none!important;
    }

        .sg-social-items a:hover {
            text-decoration: underline!important;
        }



blockquote.sg {
    margin: 1.5em 10px;
    padding: 20px 0 24px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    display: inline;
    color: #006600;
    position: relative;
    text-align: center;
    display: block;
}

    blockquote.sg:before {
        content: '\201C';
        font-size:350%;
        position: absolute;
        width: 50px;
        top: -40px;
        left: 50%;
        margin-left: -25px;
    }

    blockquote.sg:after {
        content: '';
        position: absolute;
        width: 200px;
        bottom: 0px;
        left: 50%;
        margin-left: -100px;
        border-bottom: 3px solid #006600;
    }


/* Underside */
#sub-content .sub-content-item iframe {
    /*width: 100%!important;
    max-width: 800px;
    max-height: 500px;*/
    /*width: 100px;
    height: calc(600px/1.77);*/
}


/* RTE */
.sg-rte-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .sg-rte-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Breadcrumbs */
.sg-breadcrumb {
    list-style: none;
}

    .sg-breadcrumb ul {
    }

        .sg-breadcrumb ul li {
            display: inline;
            position: relative;
        }

            .sg-breadcrumb ul li a {
                color: #777 !important;
                text-decoration: none !important;
                font-size: 11px;
            }

            .sg-breadcrumb ul li a:hover {
                text-decoration: underline!important;
            }

            .sg-breadcrumb ul li .separator {
                color: #777 !important;
                padding: 0 10px 0 10px;
            }


.sg-pt-10 {
    padding-top: 10px;
}

.sg-pt-20 {
    padding-top: 20px;
}

.sg-pt-30 {
    padding-top: 30px;
}

.sg-pt-40 {
    padding-top: 40px;
}

.sg-pb-10 {
    padding-bottom: 10px;
}

.sg-pb-20 {
    padding-bottom: 20px;
}

.sg-pb-30 {
    padding-bottom: 30px;
}

.sg-pb-40 {
    padding-bottom: 40px;
}


/* FP News */
.home-news-2021 {
    color: #000;
    font-family: 'Open Sans', sans-serif; /*'dylanthin', Arial, sans-serif*/
}


.home-news-2021_item {
    padding-bottom: 60px;
}

    .home-news-2021 h1 {
        font-size: 28px!important;
        padding: 30px 0 20px 0;
    }

        .home-news-2021 h1.news-overview {
            color: #000;
            font-size: 32px;
            padding: 40px 0 0 0;
        }

    .home-news-2021 h2 {
    }

        .home-news-2021 h2.news-banner {
            font-family: 'Playfair Display', serif;
            color: #000;
            font-size: 36px;
        }

        .home-news-2021 h2.news-overview {
            color: #000;
            font-size: 20px;
            padding: 10px 0 30px 0;
            font-weight: 500;
        }



    .home-news-2021 div.pf-news-date {
        color: #777;
        font-size: 11px;
        padding: 6px 0 8px 0;
    }

    .home-news-2021 h3.pf-news-header {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

    .home-news-2021 p.pf-news-text {
        font-size: 14px;
    }





/* FP Image Section */
.fp-image-section {
    /*background-size: cover;
    background-position-x: 50%;
    background-position: 50%;
    height: 600px;*/
    position: relative;
}

    .fp-image-section img {
        width: 100%;
        padding-top: 30px;
    }




/* FP Video Section */
.sg-video-padding {
}

.sg-video-outer {
    width: 75%;
    max-width: 800px;
    margin-left: 70px;
    border: 5px solid #fff;

    /* Vertical align */
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media (max-width: 991px) {
    .sg-video-outer {
        width: 96%;
        margin-left: 0;
        max-width: none;
    }
}


@media (max-width: 572px) {
    #video-section.container .video-section {
        height: 300px;
    }

    .sg-video-outer {
        width: 90%;
    }

}

.sg-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .sg-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.gallery-2022 {
    margin-bottom: 80px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif; /*'dylanthin', Arial, sans-serif*/
}

    .gallery-2022 .input-group {
        display: block;
    }

    .gallery-2022 .form-control {
        border-radius: 0;
        float: none;
    }
        .gallery-2022 .form-control:focus {
            border-color: #006600;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .gallery-2022 #select-year,
    .gallery-2022 #select-album,
    .gallery-2022 #btn-load-gallery {
        width: 290px;
        margin: 0 6px;
        height: 40px;
    }

    .gallery-2022 #select-year {
    }

    .gallery-2022 #select-album {
    }

    .gallery-2022 #btn-load-gallery {
        border: 0;
        border-radius: 0;
        background-color: #006600;
        color: #fff;
        font-weight: 600;
        outline: 0;
    }

        .gallery-2022 #btn-load-gallery:hover {
            background-color: #1d9b1d;
        }

    .gallery-2022 img.gallery-item {
        width: 33%;
        padding: 5px;
    }


@media (max-width: 992px) {
    .gallery-2022 #select-year,
    .gallery-2022 #select-album,
    .gallery-2022 #btn-load-gallery {
        width: 200px;
        height: auto;
    }
    
    .gallery-2022 img.gallery-item {
        width: 49%;
        padding: 5px;
    }
}


@media (max-width: 762px) {
    .gallery-2022 #select-year,
    .gallery-2022 #select-album,
    .gallery-2022 #btn-load-gallery {
        width: 100px;
        height: auto;
        margin: 0 4px;
    }

}

