/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2022 | 19:34:26 */
#news-app-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#flex-columns-container {
    display: flex;
    justify-content: center;
}

#news-app-container h3 {
    margin-bottom: 4px;
	font-size: 20px;
}

#news-menu-bar {
    color: white;
    height: auto;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

#menuButtonContainer {
    display: flex;
    flex-wrap: wrap;
}

#menuButtonContainer .tagContainer{
    padding-top: 0px;
    font-family: "DIN Next W01 Regular", arial, sans-serif;
}

.flex-article-column {
    min-width: 340px;
    flex: 0;
}

.articles-container {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 1120px;
}

.article-single {
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #e9ebeb;
    width: 90%;
    transition: width .2s, max-height 1s;
    overflow: hidden;
}

.flex-article-column .article-single {
    width: 300px;
}

.flex-article-column .article-single:hover {
    width: 310px;
    background-color: #d5d8d8;
}

.article-single.tall {
    min-height: 450px;
    height: auto;
}

.article-single.short {
    min-height: 250px;
    height: auto;
}

.article-flex-container {
    display: flex;
    flex-direction: column;
    height: inherit;
    width: 100%;
    min-height: inherit;
}

.article-link-image {
    flex: 1;
    overflow: hidden;
    width: 100%;
    color: black;
    text-decoration: none;
    min-height: 350px;
}

.article-image {
    min-height: inherit;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: width, height;
    transition-duration: .2s;
}

.article-textbox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    font-family: "DIN Next W01 Regular", arial, sans-serif;
}

.flex-article-column .article-textbox {
    width: 300px;
}

.article-link {
    text-decoration: none;
}

.article-source {
    font-style: italic;
}

.article-description {
    font-family: "NewslabLight", Georgia, serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4;
    margin-top: 10px;
}

.article-description p {
    margin: 0;
}

.tagContainer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 20px;
}

.tagPill {
    border-radius: 3px;
    color: #01426a;
    border: 1px solid #01426a;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
    margin-top: 8px;
}

#news-menu-bar .tagPill {
    margin-top: 0px;
    margin-bottom: 8px;
}

.tagPill:hover {
    background-color: #71c5e8;
}

.button-tag .tagPill {
    background-color: #01426a;
    color: white;
}

.tagPill.activeTag {
    background-color: #71c5e8;
}

.button-tag .tagPill:hover {
    background-color: #d44420;
}