﻿/* general content items */

.item-other-news p, .sub-content-item p, #videos p, .blog-post p {
    color: #660000;
    padding: 15px 0px 50px;
    margin: 0px;
}



/* main content-item list */

.col {
    float: left;
    padding: 5px;
}

.content-item-img {
    width: 35%;
    padding-right: 25px;
}

.content-item-desc {
    width: 65%;
}

.content-item-elem {
    width: 100%;
}

.content-item-list {
    padding: 5px;
}

.content-item-list li {
    border-top: #ccc solid 1px;
    padding: 15px 0;
}

.content-item-list li:after {
    content: "";
    display: table;
    clear: both;
}

h4.content-item-header {
    margin: 0;
    border: none;
    padding: 0;
}


/* feature well */

.feature-well h4 {
    padding: 0px 0px 25px 0px;
    font-weight: bold;
    border-top: 0px;
    margin: 0px;
    font-size: 28px;
}

.feature-well h1 {
    border-top: 0px;
    padding: 10px 0px 0px 0px;
    font-weight: 500;
    margin: 0px;
    color: #000;
}

.feature-image {
    padding: 0px 0px 20px 0px;
}



/* sub-content items */

.sub-content-item {
    height: 125px;
}

.sub-content-item p {
    text-decoration: underline;
}

/* media queries */

@media (max-width: 990px) {
    .sub-content-item {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .col {
        display: block;
        width: 100%;
        max-height: none;
    }

    .sub-content-item {
        height: auto;
    }

    .sub-content-item p {
        padding: 15px 0;
    }

    .content-item-summary {
        display: none;
    }
}
