.red-bg-wide {
    min-height: 400px;
    height: 35%;
    max-height: 450px;
}

.correspondent h3 {
    margin-bottom:20px;
}

.correspondent p {
    font-size: 92%;
    margin: 0 auto;
    padding: 0;
    line-height: 14px;
}

.correspondent-section p {
    line-height: 18px;
}

ul.themes-list.in-page-list, 
ul.topics-list.in-page-list, 
ul.themes-list.in-page-list a, 
ul.topics-list.in-page-list a {
    line-height: normal;
    color:#1189B3;
}



article.theme-article {
    padding-left: 0;
    padding-right: 10px;
}

.theme-mid-right {
    padding: 0 50px;
    font-weight: normal;
}

.theme-mid-right h1 {
    max-width: 90%;
    margin: 0 auto 20px auto;
}

.white-thick-underline::before {
    height:4px;
}

h4.white-thick-underline {
    margin-bottom:7px;
}
footer#site-footer{
    position:relative;
}

footer#site-footer:after {
    position: absolute;
    content: '';
    display: block;
    background: #f0f0f0;
    top: 0;
    bottom: 0;
    right: -40px;
    left: -40px;
    z-index: -1;
}

.article-content-text-no-banner {
    margin-top:40px;    
}
.article-date-category {
    padding-top: 3px;
}
.article-content-text-no-banner p {
    padding-right: 230px;
    text-align:left;
}

blockquote.blockquote-right {
    border-left: 0;
    line-height: normal;
    text-align: left;
    padding: 0 50px 30px 50px;
    margin: 0;
    font-family: 'lyon_display_regularregular';
}
.single h1.lmu-red, .single h3.lmu-blue {
    font-family: 'lyon_display_regularregular';
    font-style:normal;
}
blockquote.blockquote-right * {
    margin-top:0;
}

.single .article-content {
    padding-left: 100px;
}


/* kyle added 9-6 styling for article posts */

.article-content-text-no-banner blockquote {
    border: none !important;
   
}

.article-content-text-no-banner blockquote:not(:first-of-type) {
    padding-right: 230px ;
    
}
.article-content-text-no-banner blockquote:not(:first-of-type) h3{
    font-family: 'lyon_display_regularregular';
    font-size: 28px;
    margin: 0 auto 20px auto;
    max-width: 65%;
}
figcaption {
    font-size: 16px;
    padding-top: 10px;
}

figure {
    padding-right: 230px ;
}
/* ==== */