@media (max-width: 767px) {
    .homepage_highlights_card .highlights-card-img-top.img-responsive {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .homepage_highlights_card .highlights-card {
        overflow: hidden;
    }
    /* added for homepage main component */
    
    .homepage_main .highlights-card-img-top.img-responsive {
        width: 100%;
    }
    /* added for homepage main component */
}
@media (max-width: 991px) {
    .homepage_highlights_card .highlights-card-img-top.img-responsive {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .homepage_highlights_card .highlights-card {
        overflow: hidden;
    }
}
@media (min-width: 991px) {
    .center-right-border {
        border-right: 0px solid #dedede;
    }
}
.homepage_highlights_card .highlights-card .blurb-text {
    line-height: 18px;
    font-size: 13px;
    color: #333333;
}
.c14v1-body.c14v1-body-text.flipboard-keep p {
    /*font: 13px "Open Sans", sans-serif;*/
}
.btn-home {
    font-size: 12px;
    padding: 11px 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.grid_3_par_1 div.top_news.section {
        clear: both;
        padding-right: 20px;
    }
    .grid_3_par_1 div.top_news.section,
    div.inline_search_API.section {
        width: 50%;
        float: left;
    }
    .grid_3_par_1 div.top_news.section+hr {
        margin: 0;
        border: none;
    }
    .homepage_newsletter.parbase.section {
        clear: both;
        padding-right: 20px;
    }
    .homepage_newsletter.parbase.section,
    .homepage-image-button.parbase.section {
        display: inline-block;
        float: left;
        width: 50%;
        margin-top: 64px;
    }*/
    
    .homepage-image a:first-child {
        overflow: hidden;
        display: block;
    }
}
@media(max-width:767px) {
    div.top_news.section {
        /*margin-top: 32px;*/
    }
}
@media (min-width: 768px) {
    .container {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
/* IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    body {
        -ms-overflow-style: scrollbar;
    }
}
.homepage_highlights_card .highlights-card-block {
    padding: 1rem 0;
}
.homepage_highlights_card .highlights-card-block h5 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.homepage_listing ul.n02v10 li.n02v10-wrapper {
    border-bottom: 1px solid #dedede;
    padding-bottom: 3%;
    margin-bottom:10px!important;
}
.homepage_listing ul.n02v10 li.n02v10-wrapper .n02v10-img img{
    height:48px;
    width:48px;
}
.homepage_listing ul.n02v10 li.n02v10-wrapper:last-child {
    border: none;
    padding-bottom: 0;
}
.homepage_listing ul.n02v10 li.n02v10-wrapper .n02v10-content .author {
    font-style: italic;
    color: #666666;
}
@media (max-width: 450px) {
    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 100% !important;
        /*position: inherit;*/
    }
}
.c14v1-body-text ul,
.c14v1-body-text ul li {
    list-style: disc outside;
}
.c14v1-body-text ol,
.c14v1-body-text ol li {
    list-style: decimal outside;
}
.c14v1-body-text ol li {
    padding-left: 1px;
}
.block_event_right_content {
    float: right;
}