﻿.Content_FeaturedImageLinks .usas-vert-middle {
    /*requirement changed:  instead of vertically aligning middle, it is now top.  I altered this class because it was faster than restructuring the cshtml to accomodate. */
    vertical-align: top;
}
.Content_FeaturedImageLinks .hero-content img {width: 100%;}

@media (min-width: 991px) {
    .Content_FeaturedImageLinks .featured-content {
        width: 50%; 
        padding-right: .75em;
    }
    .Content_FeaturedImageLinks .other-content {
        width: 50%; 
        padding-left: .75em;
    }
    .Content_FeaturedImageLinks .featured-content>div {
        width: 100%;
    }
    .Content_FeaturedImageLinks .featured-content-bookmark {
        right: 25px;
    }
}

@media (max-width: 990px) {
    .Content_FeaturedImageLinks .featured-content{width: 100%;margin-bottom: 1.667em;}
    .Content_FeaturedImageLinks .other-content {width: 100%;}
}
.Content_FeaturedImageLinks .featured-content, .Content_FeaturedImageLinks .other-content {
        position: relative;
}
.Content_FeaturedImageLinks .usas-large-bookmark {
    width: 28px !important;
}