﻿.seo--wrapper {
    display: block;
    background-color: #fff;
    width: 100%;
}

.seonew--wrapper {
    display: block;
    background-color: #fed03d;
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}

.seo--copy-wrapper {
    background-color: #f7f7f7;
    padding: 16px 16px 8px 16px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
}

.seonew--copy-wrapper {
    background-color: #fed03d;
    padding: 12px;
    border-bottom: solid 1px #e6e6e6;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}

.seo--copy-wrapper p {
    display: none;
    margin: 0 auto 12px !important;
    max-width: 840px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}

    .seo--copy-wrapper p:first-of-type, .seo--copy-wrapper p:last-of-type {
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: calc(100% - 100px);
        padding-left: 12px;
        margin: 0px 0 6px 0 !important;
        max-height: 18px;
        transition: max-height 0.8s ease-out;
    }

        .seo--copy-wrapper p:first-of-type.expanded {
            -webkit-line-clamp: 10;
            max-height: 120px;
        }

.seo--copy-wrapper span.read-more {
    color: #1a6461;
    font-weight: 500;
    position: absolute;
    right: 32px;
    top: 18px;
}

    .seo--copy-wrapper span.read-more::after {
        content: "+ Read More";
    }

    .seo--copy-wrapper span.read-more.expanded::after {
        content: "- Read Less";
    }


.seo--copy-wrapper p a {
    color: #000;
    text-decoration: underline;
}

.seo--wrapper-links {
    width: 90%;
    text-align: center;
}

.seo--links {
    margin: 0 auto;
    font-weight: 500;
}

    .seo--links a {
        display: inline-block;
        color: #000;
        font-size: 12px;
        line-height: 18px;
        padding: 5px 16px;
        font-weight: 500;
        background-color: #fff;
        text-decoration: none;
        border: solid 1px #e6e6e6;
        box-sizing: border-box;
        height: 30px;
        border-radius: 15px;
        margin: 0 6px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .seo--links a:hover {
            text-decoration: none;
        }
