/* PYE CARDS */
.pye-card{
    border-radius:8px;
    height:100%;
    flex-direction: column;
    display:flex;
    flex:1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dadfe5+75,bdc3c9+100 */
    background: rgb(218,223,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,223,229,1) 75%, rgba(189,195,201,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(218,223,229,1) 75%,rgba(189,195,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(218,223,229,1) 75%,rgba(189,195,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadfe5', endColorstr='#bdc3c9',GradientType=0 ); /* IE6-9 */
}
.pye-card figure, .pye-card figure img, .editor-styles-wrapper .pye-card figure{
    border-radius: 15px 15px 0 0;
    margin:0;
    padding:0;
    width:100%;
    max-width: 100%;
}
.pye-card .info{
    text-align: center;
    padding:45px;
    margin:0;
    border-radius:0 0 15px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;    
}
.pye-card .wp-block-group__inner-container{
    height:100%;
    display: flex;
    flex-direction: column;    
}
.pye-card .info > .wp-block-group__inner-container{
    display:flex;
    flex-direction: column;
    height: 100%;;
}
.pye-card .info h2{
    color:#2e588f;
    margin:0 0 0.5em;
}
.pye-card .info .wp-block-buttons{
    margin:auto auto 0px;
}
.pye-card .info .wp-block-buttons > .wp-block-button{
    margin:0 auto;
}
.pye-card .wp-block-button .wp-block-button__link{
    color:#fff;
    border:1px solid #fff;
    background:#797b7e;
}
.pye-card .wp-block-button .wp-block-button__link:hover{
    color:#fff !important;
    background:#0b8945;
}
/* Equal Height Cards in block columns*/


/* News Related */
#recent-news{
    max-width: 1840px;
    padding-right: 15px;
    padding-left: 15px;
}
.recent-news{
    margin-top:0;
}
.recent-news > div:nth-child(2){
    background:#fff;
    border-bottom:7px solid #0e4e79;
}
.recent-news ul{
    margin:0;
}
.recent-news li::before{
    display:none;
}
.entry-content .recent-news li, .recent-news li{
    border-left:7px solid #0e4e79;
    margin-left:1px;
    background:#fff;
    text-align: left;
    padding:30px 40px;
    margin-bottom:40px;
}
.entry-content .recent-news li:last-child, .recent-news li:last-child{
    margin-bottom:0;
}
.recent-news li h3{
    color:#303030;
    margin:0 0 1em;
    text-align: left;
    font-weight: 400;
    font-size:22px;
}
#content .recent-news h3 a, .recent-news h3 a, .recent-news h3 a:visited{
    color:#303030;
    text-decoration: none;
}
#content .recent-news h3 a:hover, .recent-news h3 a:hover{
    color:#0e4e79;
    text-decoration: underline;
}
.recent-news .wp-block-post-date{
    color:#0e4e79;
    margin-bottom:auto;
}
.recent-news .single-news ul, .recent-news .single-news li{
    border-left:none;
    padding:0;
    margin:0;
}
.recent-news .single-news li .news-blurb{
    padding:30px 40px;
}
.recent-news figure{
    overflow: hidden;
    max-height:350px;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0;
    width:100%;
}
@media (max-width: 781px){
    .entry-content .recent-news li, .recent-news li{
        margin-bottom:20px;
    }
    .recent-news.wp-block-columns  {
        gap: 1em;
        flex-direction: column-reverse;
    }
}

/* side-by-side */
.side-by-side .content h3{
    text-align:left;
}
.side-by-side .content h3::after{
    background: rgb(114,114,114);
    background: -moz-linear-gradient(left, rgba(114,114,114,1) 0%, rgba(231,232,234,1) 100%);
    background: -webkit-linear-gradient(left, rgba(114,114,114,1) 0%,rgba(231,232,234,1) 100%);
    background: linear-gradient(to right, rgba(114,114,114,1) 0%,rgba(231,232,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#e7e8ea',GradientType=1 );
    height: 2px;
    margin-bottom: 1.5em;
    color: transparent;
    width: 100%;
    content:" ";
    display: block;
    margin:0.7em 0;
    position: relative;
}
.side-by-side, .side-by-side.alignwide{
    max-width:55%;
}
.side-by-side.alignfull{
    max-width:none;
}

.entry-content > div.pye-accordion:not(.alignfull){
    max-width: 1500px;
}
.pye-accordion .heading{
    background:#00649c;
    color:#fff;
    cursor: pointer;
    padding:10px;
    margin-bottom:1px;
}
.pye-accordion .heading::before{
    content: "+ ";
    color:#fff;
    width:15px;
    display:inline-block
}
.pye-accordion.open .heading::before{
    content: "- ";
    color:#fff;
}
.pye-accordion .heading p{
    margin-bottom: 0;
}
.pye-accordion .content{
    display:none;
    padding-left:15px;
    padding-right:15px;
    margin-top:1em;
}
.editor-styles-wrapper .pye-accordion .content{
    display: block;
}

@media screen and (max-width:1199px) {
    .side-by-side, .side-by-side.alignwide{
        max-width: 100%;
    }
}
@media (max-width: 781px){
    .side-by-side.image-right{
        flex-direction: column-reverse;
    }
    .side-by-side, .side-by-side.alignwide{
        max-width: none;
    }
}
