
/* Center application form on page */
.page-id-41 .page__text-body{
    margin: auto;
}


/* Styling for second founders facet */
@media only screen and (min-width: 581px){

    .founders-dropdown{
        margin-bottom: 0;
        border-bottom: 2px solid #000;
        display: flex;
        align-items: stretch;
    }

    .founders-dropdown .cat-list {
        display: inline-flex;
        align-items: center;
        margin: 0;
    }
    .cta-wrapper,
    .cat-list{
        margin-bottom: 0!important;
    }

    .cat-list .fs-wrap {
        width: 100% !important;
        position: relative;
        border: none !important;
        margin: 0 !important;
    }

    .cat-list .facetwp-facet {
        margin: 0;
    }

    .cat-list .facetwp-facet:first-of-type .fs-wrap {
        padding-right: 15px;
        margin-right: 0px;
    }

    .cat-list .facetwp-facet:last-of-type .fs-wrap {
        padding-left: 15px;
    }

    .facet-prompt {
        font-family: NeueHaas, sans-serif;
        font-weight: 400;
        font-size: 17px;
        white-space: pre;
        line-height: 1.15em;
        padding: 6px 22px 0 0;
    }
}

@media only screen and (max-width: 580px){
    .cat-list .fs-label-wrap{
        width: 100%;
    }
    .facet-prompt{
        border: none;
        font-weight: 600;
        font-size: 17px;
        font-weight: 600;
        padding-top: 0;
    }
}
/* End Styling for second founders facet */


/* Styling News Menu*/

.tax-news_type .news-teases .news-tease:first-of-type{
    border-top-color: #000;
}

.tax-news_type .news-features--wrapper .news-teases{
    border-bottom: none;
}
.tax-news_type .news-features--wrapper .news-teases .news-tease{
    border-top: none;
}
.tax-news_type .page__nav-h{
    padding-bottom: 0;
}

@media only screen and (min-width: 900px){
    .tax-news_type .news-teases--wrapper {
        margin-top: 1em;
    }
}


@media only screen and (min-width: 1350px){
    .tax-news_type .news-teases .news-tease:nth-of-type(2) {
        border-top-color: #000;
    }
}



/*End Styling News Menu