.co-blockquote {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    padding: 20px !important;
    margin: 1% !important;
    font-style: normal !important;
    text-align: left !important;
    font-weight: 500;
    max-width: 50%;
    clear: both;
}

.co-quickbio {
    padding: 20px;
    margin: 1% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 60%;
    clear: both;
}

.co-quickbio-title {
    width: 100%;
    margin: 0 0 5px 0;
}

.co-quickbio-photo {
    max-width: 40%;
}

.co-quickbio-content {
    max-width: 60%;
    text-align: left !important;
}

.co-quickbio-content ul {
    margin: 0 0 5px 0 !important;
}

.co-quickbio-content li {
    margin: 0 0 5px 20px !important;
}

.co-related {
    padding: 20px;
    margin: 1% !important;
    border-left: 2px solid #03838F !important;
}

.co-related h3 {
    margin: 0;
}

.co-related-links-rail {
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.co-related-links-group {
    flex-basis: 100%;
    flex-shrink: 0;
    width: 100%;
    scroll-snap-align: start;
}

.co-related-links-footer {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    align-items: center;
}

.co-related-links-pagination {
    color: #CCC;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

.co-related-back,
.co-related-forward {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #4DB2EC;
    width: 25px;
}

.co-related-back {
    transform: rotate(180deg);
}

.co-related-links-navigation button[disabled] {
    color: #999;
    background: #EDEDED;
}

.co-photo {
    padding: 20px;
    margin: 1% !important;
    max-width: 40%;
    clear: both;
}

.co-photo img {
    margin-bottom: 5px !important;
}

.co-photo-caption {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
    margin: 0 !important;
}

.co-multipurpose {
    font-family: 'Rubik', sans-serif;
    padding: 20px;
    margin: 1% !important;
    max-width: 50%;
    clear: both;
}

.co-multipurpose p,
.co-multipurpose ul,
.co-multipurpose ol {
    font-size: 12px;
    margin: 5px 0 !important;
}

.co-multipurpose ul li,
.co-multipurpose ol li {
    font-size: 12px !important;
    margin: 0 0 3px 20px !important;
    text-align: left !important;
}

.co-sponsored {
    background: #EEE;
    padding: 20px;
    margin: 1% !important;
    font-size: 16px !important;
    max-width: 50%;
    clear: both;
}

.co-sponsored-top {
    color: #ccc;
    font-size: 10px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.co-sponsored-top span {
    background-color: #FFF !important;
    padding: 0 3px;
}

.co-sponsored-top:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #ccc;
    width: 100vw;
    margin: 0 3px;
    z-index: -1;
}

@media (min-width: 767px) {
    .co-sponsored-top {
        display: none;
    }
}

.co-sponsored-source {
    color: #AAA;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin: 0 !important;
}

.co-sponsored-link {
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin: 0 !important;
}

.align-left {
    border-left: 2px solid #03838F !important;
    float: left;
}

.align-right {
    border-right: 2px solid #03838F !important;
    float: right;
}

.align-center {
    border-left: 2px solid #03838F !important;
    border-right: 2px solid #03838F !important;
    text-align: center !important;
    max-width: 100% !important;
    float: none;
}

@media (max-width: 500px) {
    .co-blockquote,
    .co-quickbio,
    .co-photo,
    .co-multipurpose,
    .co-sponsored {
        max-width: 100%;
        float: none;
    }
}