body.home #section-content {
    padding: 1em 0;
}

body.home #content-main {
    max-width: 1200px !important;
}

/** MAIN FEATURE **/
body.home #content-main .feature-main {
    padding-top: 1em;
}
body.home #content-main .feature-main figure {
    margin: 0;
    background: #333;
    border-radius: 3px;
}
body.home #content-main .feature-main figcaption {
    padding: .5em 0.9375em 1em 0.9375em;
    text-align: left;
    color: #fff;
}
body.home #content-main .feature-main figcaption a {
    display: inline-block;
    color: #ffffff;
}
body.home #content-main .feature-main figcaption strong {
    font-size: 2em;
    color: #ffcb0b;
}

/** MORE FEATURES **/
body.home #content-main .features-more {
    padding: 1em;
    background: #e5e8ec;
    border-radius: 3px;
}
body.home #content-main .features-more figure {
    margin: 0;
}
body.home #content-main .features-more figcaption {
    text-align: left;
}
body.home #content-main .features-more figcaption strong {
    font-size: 1.1em;
}
body.home #content-main .features-more .wp-block-image:hover a img, .mcwpgallery-gallery ul li:hover a img {
    transform: initial;
}

/** INITIATIVES **/
body.home #content-main .initiatives {
    padding-top: 1em;
}
body.home #content-main .initiatives h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
body.home #content-main .initiatives h3:before,
body.home #content-main .initiatives h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 39, 76, 0.5) 0%, rgb(0, 39, 76) 50%, rgba(0, 39, 76, 0.5) 100%);
    border-radius: 2px;
}
body.home #content-main .initiatives h3:before {
    margin-bottom: 7px;
}
body.home #content-main .initiatives h3:after {
    margin-top: 7px;
}

body.home #content-main .initiatives ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
body.home #content-main .initiatives ul li {
    padding: 5px 0;
}
body.home #content-main .initiatives ul li + li {
    border-top: 1px dashed;
}
body.home #content-main .initiatives ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5px 30px 5px 10px;
    transition: all .2s ease-in-out;
    color: #00274c;
    border-radius: 3px;
}
body.home #content-main .initiatives ul li a:after {
    content: "\f0da";
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
}
body.home #content-main .initiatives ul li a:hover {
    background: #e5e8ec;
}


/** BOTTOM **/
body.home #content-main .bottom-columns > .wp-block-column {
    overflow: auto;
    min-height: 500px;
    border-radius: 3px;
}
body.home #content-main .bottom-columns > .wp-block-column:first-child + .wp-block-column {
    border-left: 1px solid #ccc;
}

/** BOTTOM: NEWS **/
body.home #content-main .bottom-columns .news h3 {
    margin-top: 0;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
body.home #content-main .bottom-columns .news ul li {
    padding: 5px 0;
}
body.home #content-main .bottom-columns .news ul li + li {
    margin: 0;
    border-top: 1px dashed;
}
body.home #content-main .bottom-columns .news ul li .wp-block-post-title {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body.home #content-main .bottom-columns .news ul li .wp-block-post-title a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #00274c;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
body.home #content-main .bottom-columns .news ul li .wp-block-post-title a:hover {
    background: #e5e8ec;
}

body.home #content-main .bottom-columns .news .more-news a {
    text-transform: uppercase;
    text-decoration: none;
}
body.home #content-main .bottom-columns .news .more-news a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}

@media screen and (max-width: 781px) {
    body.home #content-main .bottom-columns > .wp-block-column:first-child + .wp-block-column {
        border: none;
    }

    body.home #content-main .bottom-columns > .wp-block-column.socialmedia {
        order: 3;
    }
    body.home #content-main .bottom-columns > .wp-block-column.promo {
        order: 2;
    }
}
