/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
/* Filtering */ 
#gnw-filters select {
    background-color: #E4E4E9;
    border: solid 1px #E4E4E9;
    padding: 12px 15px;
    color: #232331;
    margin: 0 20px 20px 0;
    height: 55px;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    min-width: 300px;
    background-image: url(../images/arrow-gray-down.png);
    background-repeat: no-repeat;
    background-size: 17px 5px;
    background-position: calc(100% - 15px) center;
}

#gnw-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
}

/* Articles */ 
#gnw-articles__wrapper {
    margin-top: 20px;
}
 
#gnw-articles__wrapper article {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    transition: .1s ease-in-out;
}

#gnw-articles__wrapper article .gnw-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 5px;
}

#gnw-articles__wrapper article .gnw-meta {
    font-size: 17px;
    padding: 0 0 15px;
    color: #333;
}

#gnw-articles__wrapper article .gnw-link {
    font-size: 17px;
}

@media screen and (min-width: 768px) {
    #gnw-filters select {
        min-width: 350px;
    }
}

/* Notice banner */
.financial-report__notice {
    display: none;
}

@media screen and (min-width: 992px) {
    #gnw-filters select {
        width: calc(50% - 40px);
    }
}