.content-page.template {
    position: relative;
    top: 3px;
}

.topic-page .page-body {
    line-height: 20px;
    font-size: 14px;
    color: #888;
}

.text-image-flex > div.image-container {
    flex: 2;
}

.text-image-flex {
    display: flex;
}

.standard-light-border {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.text-image-flex.inverted > div.image-container {
    flex: 2;
}

.text-image-flex.inverted > div.text-block {
    flex: 4;
    padding-left: 20px;
}

.text-image-flex > div.text-block {
    padding: 1rem;
}

.text-image-flex:not(.inverted) > div.text-block {
    flex: 4;
    padding-right: 20px;
}


.template h1 {
    font-size: 1.6rem;
}

.template h1, .template h2, .template h3 {
    color: #007ba4;
}

.topic-page h1 {
    padding-bottom: 20px;
    color: #117ba2;
    line-height: 34px;
}

.image-container img {
    transition: all .3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-page.template .content-section {
    margin: 0 0 1.5rem 0;
}

.flex-2c, .flex-3c, .flex-2-large, .flex-row, .flex-3-col {
    display: flex;
}

.wpb-green-container {
    flex: 1;
    background-color: #73ae44;
    padding: 1.5rem;
    color: #fff;
    height: 80%;
    padding-bottom: 15%;
    margin-right: 2rem;
    position: relative;
}

    .wpb-green-container h2 {
        color: #fff;
    }

.content-section h2 {
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.flex-2-large.bomen-benefits .flex-column {
    flex: 3;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.bomen-benefits .flex-column .flex-2c {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 1rem;
}

.flex-2c {
    align-items: center;
}

.content-page .content-page-content .flex-2c > *:first-child {
    flex: 1;
}

.bomen-benefits .flex-column img {
    max-width: 30px;
    max-height: 30px;
    flex: none;
}

.flex-2c > *:first-child {
    margin-right: 1.5rem;
}

.wpb-green-container > div:last-child {
    margin-top: 2rem;
}

.wpb-green-container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpb-green-container a, .wpb-green-container .standout-button {
    width: 100%;
    margin-top: 7px;
}

.standout-button {
    border: none;
    background-color: #fda428;
    color: #fff;
    transition: all .3s;
}

button, .simple-button, .standout-button {
    cursor: pointer;
    padding: .75rem 1.25rem;
}

@media (min-width: 450px) {
    .bomen-benefits .wpb-green-container.arrow-right::after {
        border-left-color: #73ae44;
    }
}

.arrow-right::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 45%;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000;
    border-top: 20px solid transparent;
}
