

#gbc-main-content {
    margin-top: 81.45px;
    
    @media screen and (min-width: 768px){
        margin-top: 99.15px;
    }

    @media screen and (min-width: 901px){
        margin-top: 117px;
    }
    @media screen and (min-width: 1200px){
        margin-top: 132px;
    }
}



.gbc-banner__has-fade {
    position: relative;
    &::after {
        width: 100%;
        height: 250px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0px;
        content: "";
        z-index: 1;
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
}

.gbc-banner--video__inner {
    position: relative;
    z-index: 2;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 15px 65px;


    @media screen and (min-width: 768px){
        padding-top: 65px;
    }

    @media screen and (min-width: 900px){
        padding-top: 90px;
    }
}

.gbc-banner--video__large {
    max-width: 1070px;
}

.gbc-banner--video__small {
    max-width: 800px;
}

.gbc-flex-video {
    position: relative;
    aspect-ratio: 16/9;

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 100%;
        height: 100%;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px 0px
    }
}


.gbc-banner {
    &:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 1;
        background: rgba(0,0,0,0.2);
    }
}
.gbc-banner--title-only {
    padding-top: 60px;

    h2 { 
        margin: 0 0 10px 0;
        font-size: 44px;
        color: #001d60;
    }
}

.gbc-banner__height-standard {
    padding: 155px 0 75px 0;
    width: 100%;
    min-height: 320px;
    position: relative;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}


.gbc-banner__height-thin {
    padding: 45px 0 35px 0;
    width: 100%;
    min-height: 145px;
    position: relative;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}

.gbc-banner__inner {
    padding: 0px 15px;
    margin: auto;
    text-align: center;
    max-width: 1230px;
    position: relative;
    z-index: 2;
}




.gbc-main__top-margin {
    margin-top: 60px;
}




/*  WP BAKERY  */
.gbc-content-block--bakery {
    width: 100%;
    float: none;
    position: relative;
    z-index: 1;
    
    font-size: 18px;
    color: #333D47;
    line-height: 30px;


    &.is_padded { 
        h3,
        p {
            padding: 0 40px;
        }

        ul,
        ol {
            padding: 0 30px 0 70px;
        }
    }

    h3 {
        margin: 20px 0;
    }
    h1 {
        margin-bottom: 40px;
        text-align: center;
        font-family: 'titillium_weblight';
        font-size: 60px;
        line-height: 62px;
        color: #032366;
    }

    

    &.narrow {
        .mycontainer {
            max-width: 1070px;
        }
    }


    &.wide {
        .mycontainer {
            max-width: 1400px;
        }
    }

    ul,
    ol {
        padding-left: 30px;
    }

    iframe:not(.airtable-embed) {
        display: block;
        margin: 15px auto 75px;
        max-width: 770px;
        width: 100%;
        height: 430px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    }

}






/* BLOCKS */
.gbc-content-block--info-buckets {
    padding-bottom: 45px;

    .gbc-block__inner {
        padding: 40px 0;
        width: 100%;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    h2 {
        margin-bottom: 10px;
        font-size: 41px;
        color: #032366;

        a {
            color: #032366;
            text-decoration: none;
        }
    }

    .gbc-content-block--info-buckets__intro,
    .short {
        padding: 0 13% 20px;
    }

    .item {
        margin: 20px 0;

        a {
            text-decoration: none;
        }

        .info-bucket-card {
            display: block;
            width: 100%;
            padding: 0;
            border: 0;
            background: transparent;
            color: inherit;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            appearance: none;
        }

        .info-bucket-card__icon {
            display: block;
        }

        i {
            margin-bottom: 12px;
            display: block;
            font-size: 70px;
            color: #032366;
        }

        h3,
        .info-bucket-card__title {
            margin-bottom: 5px;
            display: inline-block;
            font-family: 'titillium_webbold';
            font-size: 24px;
            line-height: 1.2;
            color: #032366;
            text-transform: uppercase;
            border-bottom: 5px solid transparent;
        }

        .info-bucket-card__description {
            display: block;
        }

        img {
            margin: 0 auto 20px;
            width: auto;
        }

        svg {
            margin: 0 auto 15px;
            display: block;
            width: 50px;
            height: 67px;
        }

        .active,
        &:hover,
        &:focus,
        &:focus-within {
            h3,
            .info-bucket-card__title {
                border-bottom-color: #3FAE29;
            }
        }

        .info {
            display: none;
            clear: both;
            width: 100%;
            margin-top: 25px;
            text-align: left;

            &[hidden] {
                display: none !important;
            }

            .mycontainer {
                position: relative;
            }

            .close {
                position: absolute;
                top: 0;
                right: 0;
                padding: 0;
                border: 0;
                background: transparent;
                color: #032366;
                font-size: 40px;
                line-height: 1;
                cursor: pointer;
                appearance: none;
            }

            h4 {
                color: #032366;
            }
        }
    }

    .item:nth-of-type(3n+4) {
        clear: both;
    }
}




/*  Content-TItle */
.gbc-content-block--title_icon {
    margin-top: 40px;

    h2 {
        margin-bottom: 40px;
    }
}