﻿
.tab-row {
    padding-bottom: 15px;
}


.tab-button {
    color: #fff;
    background-color: #006681;
    border-color: #015e77;
    min-width: 100px;
    max-width: 230px;
    font-size: 16px;
    line-height: 32px;
    display: block;
    cursor: pointer;
    padding: 10px;
    height: 100px;
    width: 95%;
    white-space: nowrap;
}


.tab-row .tab-button.selected {
    border-bottom: #006681 8px solid;
    background-color: #fff;
    color: #006681;
    font-weight: bold;
}

.tab-button div {
    font-size: 18px;
}

.tab-button .sub-header, .tab-button .sub-header-description {
    font-size: 12px;
    line-height: 14px;
    display: block;
    white-space: normal;
}



#prior-news-content {
    background: #ffffff;
    overflow-y: auto;
    padding: 10px;
}

    #prior-news-content img:not(.alert-background) {
        float: left;
        padding-right: 10px;
        padding-bottom: 10px;
    }


    #prior-news-content img.hor {
        height: 400px;
    }

    #prior-news-content img.vert {
        width: 400px;
    }

    #prior-news-content .news-content-header {
        font-size: 1.4em;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    #prior-news-content .news-content-subheader {
        font-size: 1.4em;
        padding-bottom: 15px;
    }

.interview_item .name {
    font-weight: bold;
}

.interview_item .question {
    font-style: italic;
}

.interview_item .answer {
    padding-left: 15px;
    padding-bottom: 15px;
}


@media (max-width: 767px) {
    .prior-news {
        padding: 10px 20px 20px 20px;
    }
}

@media (max-width: 600px) {
    .tab-row .sub-header {
        display: none;
    }

    .tab-button div {
        font-size: 16px;
    }

    .tab-button {
        height: 60px;
    }
}

@media (max-width: 530px) {


    .tab-button div {
        font-size: 14px;
    }

    #prior-news-content img {
        display: none;
    }
}

@media (max-width: 420px) {
    .prior-news .news-content .text {
        font-size: 16px;
    }

    .tab-button {
        padding: 0;
        white-space: normal;
        line-height: 18px;
    }
}


@media (min-width: 1200px) {
    .tab-button {
        min-width: 180px;
        max-width: 180px;
    }
}
