/* Below - Shrink text size for the 1st slide in the carousel in case it is too loooong */

.home-pipeline-blog-post.post-0 .headline h3 {
    font-size: 36px !important;
}

@media screen and (max-width: 480px){
    .home-pipeline-blog-post.post-0 .headline h3 {
        font-size: 22px !important;
    }
 
}
/* Above - Shrink text size for the 1st slide in the carousel in case it is too loooong */


@media screen and (max-width:768px) {
    #home-row-gamma > div {
        max-height:unset !important;
    }
}

@media screen and (max-width:1080px) {
    .evergreen-box-container {
            margin-bottom:10px;
    }
}
.event {
    align-items:flex-start;
}
.heading-lg.home-page {
    margin-top:12px;
    margin-bottom:9px;
}


div.ccm-page .top-tasks a {
    text-decoration:none !important;
    padding:1ex .5em !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom:none !important;
}

div.ccm-page #home-top-tasks a .fa {
    flex-basis: 9px;
    margin-right:.5em;
    margin-top: .5ex;
}

div.ccm-page .top-tasks li:last-child a {   
    border-bottom: 1px dotted #ccc !important;
}

/*Remove Slide #2 Auto-generated Title*/
/*
.post-1 .headline h3 {
    display: none;
}*/