/*link color on dark blue*/
.paragraphs-item-uaqs-full-width-bg-wrapper.bg-midnight a,.paragraphs-item-uaqs-full-width-bg-wrapper.bg-midnight a:hover{
    color: #378dbd;
}
.paragraphs-item-uaqs-full-width-bg-wrapper.bg-midnight a.btn,.paragraphs-item-uaqs-full-width-bg-wrapper.bg-midnight a.btn:hover{
    color: #001c48;
}

/*homepage card width*/
@media (min-width: 544px){
    .page-node-55 .card-deck.uaqs-card-deck-width-one-card{
        width: 50%;
    }
}
/*event sidebar*/
@media (min-width: 768px){
    .node-type-uaqs-event .card-group .card+.card {
        border: 1px solid #e5e5e5;
    }
}

/*event and story tags*/
.field-uaqs-event-category, .field-uaqs-news-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.field-uaqs-event-category li, .field-uaqs-news-tags li {
    float: left;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: normal;
    background: #eee;
    padding: 3px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #1E5288;
    font-weight: 700;
}
.page-calendar-of-events .field-uaqs-event-category, 
.view-id-apw_news.view-display-id-three_col_news_block_3 .field-uaqs-news-tags, .view-id-apw_news.view-display-id-three_col_news_block .field-uaqs-news-tags,
.view-id-apw_news.view-display-id-uaqs_teaser_list_page .field-uaqs-news-tags{
    margin-top: 16px;
    margin-bottom: 0;
}
.node-type-uaqs-event #content .field-uaqs-event-category a{
    color: #8b0015;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: inherit;
}
/*video tags*/
ul.field-video-tags{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
ul.field-video-tags li {
    float: left;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: normal;
}
ul.field-video-tags a {
    background: #eee;
    padding: 3px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}