.what-we-do .page .columns {
    display: flex;
    flex-wrap: wrap;
}

.what-we-do-left, .what-we-do-right {
    flex: 1 0 25%;
}

.what-we-do-center {
    padding-left: 1.5em;  
    padding-top, padding-bottom: 0;
    padding-right: 3em;
    flex: 1 1 50%;
}

.what-we-do-bottom {
    flex: 1 1 50%;
    padding: 0 3em;
    display: flex;
    justify-content: center;
}

.what-we-do h1 {
    font-size: 5.5em;
    line-height: 1;
    margin: .2em 0 .1em;
}

.what-we-do h2 {
    font-size: 2.5em;
}

.what-we-do h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

.what-we-do-center img {
    width: 90%;
}

hr.green {
    font-size: 1rem;
    border: 1px solid;
    border-width: 0 0 1px;
    position: absolute;
    overflow: visible;
    border-color: #149417;
    top: -2em;
    width: 100%;
}

hr.green:before, hr.green:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #149417;
}

hr.green:after {
    left: auto;
    right: 0;
}

li#active, #active a {
    color: #fff;
}

.what-we-do-links li, .what-we-do-links a, .what-we-do-links-wrapper p {
    color: #149417;
}

.what-we-do-center a {
    color: #fff;
    text-decoration: underline;
}

.what-we-do a:hover {
    text-decoration: underline;
}

.what-we-do-left ul {
    padding: 0;
    margin-left: 1em;
}

.what-we-do-links li>span {
    position: relative;
    left: -0.3em;
}

.what-we-do-links {
    line-height: 1.75em;
}

.related-highlight {
    background-color: #111dbf;
    font-size: 0.85em;
}

.related-links {
    /* position relative to allow child hr to be positioned and styled */
    position: relative;
    margin-top: 2em;
    width: 50%;
}

.related-links a {
    color: #fff;
}

.related-links a:hover {
    text-decoration: underline;
}

.related-link::after {
    content: "|";
    padding-left: .5em;
    padding-right: .5em;
    text-decoration: none;
}

.related-links hr {
    font-size: 1rem;
    border: 1px solid;
    border-width: 0 0 1px;
    position: absolute;
    overflow: visible;
    border-color: #fff;
    top: -2em;
    width: 100%;
    margin-top: 1.5em;
}

.related-links hr::before, .related-links hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .4em;
    height: .4em;
    overflow: visible;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.related-links hr::after {
    left: auto;
    right: 0;
}

.related-links p {
    margin-bottom: 0;
}

svg.green {
    width: 2.5em;
    height: 3em;
    margin-top: 2em;
    margin-bottom: 0;
}

.quote, .quote-small, .asset-cta>a {
    color: #149417;
}

.quote-small, .asset-cta {
    font-size: 0.75em;
}

.asset-wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 2em;
}

.asset-module-text {
    margin-left: 1em;
    margin-top: 0.5em;
}

.asset-title {
    font-size: .75em;
    margin-top: 0;
    margin-bottom: 0;
}

.asset-blurb {
    margin-top: 0;
}

.asset-cta {
    position: relative;
    margin-left: 2.5em;
    margin-top: 0.5em;
}

.asset-cta::before {
    /* The below svg is in the Hubspot filesystem */
    content: url("/hubfs/Sapien_February2020%20Theme/Images/Green-chevron.svg");
    width: 0.75em;
    position: absolute;
    left: 0;
    margin-left: -1.25em;
}

@media (max-width: 899px) {
    .what-we-do .page .columns {
        flex-direction: column;
    }
    #what-we-do-grp .page-center {
        padding-top: 0px;
    }
    
    .what-we-do-center {
        padding: 0;
    }
    .what-we-do-bottom {
        padding: 1em 0 0 0;
    }
    .related-links {
        width: 100%;
        margin-top: .5em;
    }
    .related-links p {
        padding: 0;
    }
    .asset-wrapper {
        margin-top: 0;
    }
    .what-we-do-left ul {
        margin-left: 0;
        padding-left: 2em;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .what-we-do-link-expand:after {
        content: '+';
        float: right;
    }
    /*.active:after {
        content: "-";
    }*/
}

/* Hide the mobile menu style for desktop */

@media (min-width: 899px) {
    .what-we-do-link-expand, .what-we-do-link-line {
        display: none;
    }
}

/*===================== IE10+ specific styles to fix layout =====================*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .what-we-do-center {
        padding: 0;
    }
}

@media (max-width: 899px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .what-we-do-left, .what-we-do-center, .what-we-do-right, .what-we-do-bottom {
        flex-basis: auto;
    }
}