
/* about the power project box section */
.community-row-section {
    display: flex;
    justify-content: space-between;
}

.column-box-overlay {
    padding: 0px;
}


.hover-over-imagery {
    overflow: hidden;
    max-width: inherit;
    max-height: inherit;
    padding: 0px;
    margin-bottom: 0px;
    height: 200px;
}

.communities-imagery {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}


.communities-text-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.thumbnail.hover-over-imagery .caption {
    padding: 0px;
}

.communities-text {
    padding: 10px;
    justify-content: center;
    color: white;
    display: none;
}

.communities-header {
    display: block;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 500;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.communities-header h3 {
    text-align: center;
    display: flex;
    margin: auto;
}

.hover-over-imagery:hover .communities-text {
    display: flex;
}

.hover-over-imagery:hover .communities-text-overlay {
    background: rgba(51, 51, 51, 0.7);
}

.hover-over-imagery:hover .communities-header {
    display: none;
}

.communities-text p {
    text-align: left;
    margin: auto 0;
    font-size: 1em;
}

.communities-imagery {
    min-height: 100%;
    object-fit: cover;
    height: 330px;
}


/* strategic initiatives and investments section */

.blue-box-outer {
    text-align: center;
}


.blue-boxes-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}


.blue-box-wrapper {
    background-color: rgb(24, 53, 97);
    display: flex;
    justify-content: space-evenly;
    margin: 0 5px 5px 5px;
    padding: 10px;
}


.main-blue-number {
    color: rgb(111, 200, 227);
    font-size: 3.5em;
    font-weight: 700;
    margin: auto 5px auto 0;
}

.main-blue-text {
    margin: auto 0;
    text-align: left;
}


.main-blue-topText {
    color: rgb(111, 200, 227);
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 5px;
}

.main-blue-descriptive p {
    color: white;
    font-size: 0.8em;
}

.main-blue-icon {
    color: white;
    margin: auto 0;
}


.blue-box-wrapper.unexpanded-blue {
    height: 100px;
}

.blue-box-wrapper.expanded-blue {
    min-height: 250px;
}

.blue-box-wrapper.expanded-blue .main-blue-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.blue-box-wrapper.expanded-blue .main-blue-number {
    margin: 0px 5px auto 0px;
}

.blue-box-wrapper.expanded-blue .main-blue-icon {
    margin: 0px 0px auto 0px;
}

.unexpanded-blue .main-blue-descriptive {
    display: none;
}

.expanded-blue .main-blue-descriptive {
    display: block;
}

@media (max-width: 768px) {
    header.main-gloco-header {
        height: 100%;
    }

    header.main-gloco-header .header-content {
        overflow-y: auto;
    }

    header.main-gloco-header .header-content .header-content-inner {
        top: auto;
        transform: initial;
    }

    header.main-gloco-header br.first-level-breaks {
        display: none;
    }

    .header-globe, .header-globe-container {
        display: none;
    }

    .communities-text p {
        font-size: 0.9em;
    }
}

/*@media (max-width: 768px) {
    header.main-gloco-header {
        height: 100%;
    }

    header.main-gloco-header .header-content {
        overflow-y: auto;
    }

    header.main-gloco-header .header-content .header-content-inner {
        top: auto;
        transform: initial;
    }

    header.main-gloco-header br.first-level-breaks {
        display: none;
    }

    .header-globe, .header-globe-container {
        display: none;
    }
}*/