/* Universal Styles */
body:not(.news_edit_form_page) .ipsLayout_container {
    max-width: 1200px !important;
}

#ipsLayout_mainArea #elCmsPageWrap {
    background: none;
}

body[data-pageapp="cms"].cCmsDatabase_newsandupdates .page_header {
    display: flex;
    background-position: center !important;
}

body[data-pageapp="cms"].cCmsDatabase_newsandupdates #page_title_text:before {
    content: "News & Announcements";
}

/* Article View */
.news_content p {
    font-size: 17px;
}

.news_footer {
  
}

.edit_line {
    font-style: italic;
}

.edit_line > p {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ipsType_pageTitle {
    font-size: 32px;
}

.news_footer {
    position: relative;
}

/* Article List */
.news_article_item {
    margin: 12px 0px;
    position: relative;
    min-height: 180px;
}

.news_article_image img {
    height: auto;
    width: 100%;
    transition: 0.5s;
}

.news_article_image:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.news_article_image {
    overflow: hidden;
}

.news_article_blurb {
    display: block;
    padding-bottom: 7px;
    font-style: italic;
}

.news_meta_container {
    position: relative;
}

.news_meta_item {
    position: absolute;
    bottom: 0px;
}

.news_article_item .ipsDataItem_modCheck {
    position: absolute;
    right: 0px;
}

.news_article_item .news_article_stats .news_article_stats_group {
    margin-top: 12px;
}

.news_article_stats_group li .ipsDataItem_stats_number {
    font-size: 16px;
}

.news_article_stats_group li .ipsDataItem_stats_type {
    font-size: 12px;
}

.news_article_reply_photo, .news_article_reply_meta {
    display: inline-block;
}

.news_article_reply_photo .ipsUserPhoto {
    vertical-align: bottom;
}

.news_article_item .ipsDataItem_icon {
    position: absolute;
    right: 9px;
    margin-top: 24px;
}

.news_link {
    font-size: 16px;
    position: absolute;
    bottom: 15px;
}

.news_article_status {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.news_article_status .ipsBadge_icon {
    height: 20px !important;
    width: 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.news_article_status .status_icon {
    font-size: 16px;
}

.news_article_item .news_title {
    font-size: 20px;
    margin: 10px 0px;
    display: block;
}

.status_icon.featured {
    color: #ffbe00;
}

.status_icon.hidden {
    color: #ec0000;
}

.status_icon.pending_approval {
    color: #ff7c00;
}

.status_icon.pinned {
    color: #2ace1b;
}

.status_icon.unpublished {
    color: #6d96ff;
}

.status_icon.locked {
    color: #ff7406;
}

.status_icon.has_forum_topic {
    color: #873bca;
}

@media screen and (max-width: 979px) {
  .news_article_reply_photo, .news_article_item .ipsDataItem_icon, .news_article_item .ipsDataItem_modCheck  { 
      display: none;
  }
}

@media screen and (max-width: 767px) {
    .news_article_image_container {
        display: none !important;
    }
}