body,
td,
p {
    /* font-size: 14px; */
}

hr:last-child {
    display: none;
}

/* p {
        padding: 0 !important
    } */

p>span {
    /* font-size: 12px !important; */
}

p:empty {
    margin: 0;
    padding: 0;
}

#featured-testimonial-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    margin: 10px 0;
}

.testimonial-container {
    border: 1px solid lightgray;
    margin-bottom: 10px;
    padding: 0 15px;
    float: left;
    width: 100%;
    font-size: 15px;
    /* color: #3e3e3e; */

}

.testimonial-container.featured {
    padding: 10px 15px;

    /* margin: 15px 0; */
    /* background-color: #ebf1f7; */
    background-color: #f7f9fb;
    border: 1px solid #dcdddd;
    border-radius: 4x;
    font-size: 16px;
    position: relative;
    /* color: #3e3e3e; */
}

.testimonial-container.featured p {
    /* font-size: 16px; */
    font-size: 16px;
}

div[id*='testimonial-wrapper'] {
    float: left;
}

.testimonial-container.featured+.testimonial-container:not(.featured) {
    margin-top: 20px;
}


.header1 {
    font-size: 18px;
    padding-left: 14px;
    padding-top: 10px;
}

pre.testimonial-body {
    font-family: inherit;
    white-space: pre-wrap;
    /* margin: inherit; */
    margin-bottom: 12px;
}

.featured .testimonial-body {
    margin-bottom: 20px;
    /* background: url(https://www.mikeholt.com/brightpink/media/quotes.png) top left no-repeat; */
    margin-top: 0;
}

.featured .testimonial-image+.testimonial-body {
    background-position: 120px 0px;
}

.featured .testimonial-body p:first-child {
    margin-top: 0;
}

.featured .testimonial-body p:last-child {
    margin-bottom: 0;
}

.testimonial-date {
    /* font-weight: 500; */
    margin: 12px 0;
    font-size: 12px;
}

.testimonial-body {
    margin-top: 12px;
}

.testimonial-name {
    /* font-weight: bold; */
}

.featured .testimonial-name {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.testimonial-container:not(.featured) .testimonial-name {
    margin-bottom: 14px;
    font-size: 14px;
}


.testimonial {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid lightgray;
    border-radius: 2px;
}

.testimonial-image {
    float: left;
    height: 100px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    background-color: gray;
    /* content: ""; */
    margin: 0 15px 10px 0;
    object-fit: cover;

}

.testimonial-container::after,
.testimonial-image::after {
    content: "";
    display: table;
    clear: both;
}

#page-title h1 {
    width: calc(100% - 190px);
}

#page-title .testimonial-button {
    display: inline-block;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    margin-right: 33px;
    /* height: 100%; */
    padding-left: 20px;
    border-left: 2px solid #eeeeee;
}

#page-title .testimonial-button span {
    display: inline-block;
}

#page-title .testimonial-button a {
    font-weight: bold;
    position: relative;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    padding-bottom: 8px;
    display: inline-block;
}

#page-title .testimonial-button a:hover {
    text-decoration: underline;
}

#page-title .testimonial-button a::before {
    content: url("testimonials/testimonial_icon.png");
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    zoom: 0.8;
}

.image-title {
    background-image: url("https://www.mikeholt.com/brightpink/media/continuing-education-product.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden {
    display: none;
}

.page-controls {
    font-size: 14px;
    /* font-weight: bold; */
    color: #3e3e3e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgray;
    float: left;
    text-align: right;
    width: 100%;
}

.page-controls button {
    cursor: pointer;
    font-size: 12px;
    padding: 4px 8px;
}

img.quotemark {
    /* filter: contrast(0.6); */
    width: 40px;
    height: auto;
    margin-bottom: 5px;
}

/* .page-controls button:disabled {
        background-color: lightgray;
        border-color: gray;
    } */


@media screen and (max-width: 910px) {
    .testimonial-container.featured {
        /* margin: 15px 0; */
    }
}

@media screen and (max-width:600px) {
    #featured-testimonial-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}