.myth-info .pink {
    background-color: #D93595;
    color: #fff;
    display: flex;
    /* Enables flexbox */
    flex-direction: column;
    /* Sets the flex direction to column */
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    /* Centers content horizontally */
    padding: 1.5em;
}
.myth-info .dark-purple {
    background-color: #5A2F7D;
    color: #fff;
    display: flex;
    /* Enables flexbox */
    flex-direction: column;
    /* Sets the flex direction to column */
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    /* Centers content horizontally */
    padding: 5em 1.5em;
}
.dark-purple-text {
    color: #5A2F7D;
}
.myth-info h3 strong {
    font-weight: 700!important;
}
.well.alternate-six {
    margin-top: 1em;
    margin-bottom: 2em;
    border: 5px solid #D93595;
    border-radius: 0.5em;
    background: #fff;
    color: #5A2F7D;
    font-weight: 700;
    padding: 1em 1em;
    box-shadow: none;
    font-size: 1.75em;
    line-height: 140%;
    text-align: center;
}
.well.alternate-seven {
    border-radius: 0.5em;
    background: #fff;
    color: #5A2F7D;
    font-weight: 700;
    padding: 1em 1em;
    box-shadow: none;
    line-height: 140%;
    width: 100%;
    text-align: center;
}
.display-flex {
    display: block;
}
.cd-timeline__img {
    font-size: 12px!important;
}
@media(min-width:48em) {
    .display-flex {
        display: flex;
    }
    .cd-timeline__img {
        font-size: 15px!important;
    }
}
.myth-boxes .four.columns>div {
    height: 100%;
    padding: 2px;
    border-radius: 5px;
}
.myth-boxes {
    color: #fff;
    font-weight: 700;
}
.myth-boxes .pink {
    background-color: #D93595;
}
.myth-boxes .dark-purple {
    background-color: #5A2F7D;
}
.myth-boxes .purple {
    background-color: #86649F;
}
.myth-boxes .green {
    background-color: #5A9F38;
}
.myth-boxes .blue {
    background-color: #218FB4;
}
.myth-boxes .orange {
    background-color: #EE643A;
    color: #fff;
}
@media(min-width:48em) {
    .pad-half-left {
        padding-left: 0.5em;
    }
    .pad-half-right {
        padding-right: 0.5em;
    }
}
.breakout-area.orange {
    background-color: #EE643A;
    color: #fff;
    min-height: auto;
    font-size: 1.25em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.breakout-area.orange h2 {
    color: #fff!important;
    padding-bottom: 0.5em;
}
.double-pad-all {
    padding: 3em 4em;
}
a.white-link:link, a.white-link:visited {
    color: #fff;
    border-bottom: 1px solid #fff;
}
a.white-link:hover, a.white-link:active {
    color: #222;
    border-bottom: 1px solid #222;
}