﻿/*** News Press Release ***/

main {
    width: 1260px;
    margin: 0 auto;
}

.flex-container {
    align-items: flex-start;
}

h1 {
    width: 100%;
}

h2 {
    color: #004878;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
}

h3 {
    color: #505050;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}

p {
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1.5rem auto;
}

.column-right h2 {
    font-weight: 600;
    margin-bottom: 12px;
}

.header-content {
    width: 100%;
    margin: 0;
}

.column-left {
    width: 65%;
    margin: 0;
}

.column-right {
    width: 28%;
    margin: 0;
}

    .column-right .box {
        padding: 24px;
        background-color: rgba(214, 222, 234, 0.6);
        /*background-color: #D9F2FF;*/
    }

.recent-news {
    margin-bottom: 24px;
}

.news-item {
    margin: 12px 0;
}

.recent-news-image {
    width: 33%;
}

    .recent-news-image img {
        width: 100%;
    }

.recent-news-text {
    font-size: 0.9rem;
    line-height: 1.3;
    width: 63%;
}

/*** Top ***/

#header-top h3 {
    margin-bottom: 24px;
}

#header-top p {
    color: #505050;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 24px;
}

.newsinfo {
    color: #505050;
    margin-bottom: 24px;
    font-size: 0.875rem;
}

/*** Cover Image ***/

.cover-image {
    border: 1px solid #777777;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .cover-image img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        object-fit: cover;
    }

.caption {
    text-align: right;
    margin-top: 6px;
}

/*** Content ***/

#section-content {
    margin: 36px 0;
    color: #505050;
    font-size: 1rem;
    line-height: 1.6;
}

main small {
    font-size: 0.75rem;
}

main table {
    box-sizing: border-box;
    width: 100%;
    border-spacing: 4px;
    margin-left: -4px;
    margin-bottom: 24px;
}

    main table td {
        padding: 6px 12px;
        color: #505050;
    }

    main table tr:nth-child(odd) {
        background-color: #eeeeee;
    }

    main table tr:nth-child(even) {
        background-color: #f6f6f6;
    }

    main table td:nth-child(odd) {
        background-color: #004878;
        /*background-color: #2A71AE;*/
        color: #FFFFFF;
        padding: 6px 12px;
    }

main ul {
    margin: 1em 0;
}

.button-bottom {
    text-align: center;
    padding-top: 40px;
}

.flex-container.quote {
    width: 80%;
    margin: 0 auto;
}

.column.headshot {
    width: 90px;
}

blockquote {
    font-size: 1.25rem;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
}

.mark {
    font-size: 1.75em;
    font-family: "Times New Roman", Times, serif;
    line-height: 0.5;
}

/*** Responsive ***/

@media (max-width: 1450px) {
    main {
        width: 85%;
    }
}

@media (max-width: 1199px) {
    .recent-news-image,
    .recent-news-text {
        width: 100%;
    }
}

@media (max-width: 980px) {
    main.flex-container {
        flex-direction: column;
    }

    .column-left, .column-right {
        width: 100%;
    }

    .news-item {
        width: 31%;
    }

        .news-item.flex-container {
            align-content: flex-start;
        }

    .recent-news-image {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        .recent-news-image img {
            height: 100%;
            position: absolute;
            left: 0;
            object-fit: cover;
        }

    .recent-news-text {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    main {
        width: 90%;
    }

    .news-item {
        width: 48%;
    }
}
