﻿/* Media */
/* Breadcrumbs */
div[data-name='SliderWebPartZone'] > div > .ms-webpart-zone > .s4-wpcell-plain > .ms-webpart-chrome-vertical > .media-breadcrumbs > a {
    color: #2D588D!important;
}
/* Mobile Small - Core*/
.newsItem {
    padding: 0;
}

/*Top Header*/
    .newsItem h1 {
        font-size: 24px !important;
        line-height: 36px !important;
        text-transform: capitalize;
        color: #464646;
        margin-bottom: 0;
    }

    div[data-name='Page Field: Page Content'] > .ms-rtestate-field > h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        text-transform: capitalize !important;
    }
    div[data-name='Page Field: Page Content'] > .ms-rtestate-field > p {
        margin-bottom: .33em !important;
    }

/* Middle Image */
.newsItem img {
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Bottom Header */
.newsItem h1 {
    margin-bottom: 0;
}

    .newsItem h1 a {
        color: #000;
        text-decoration: none !important;
        font-size: 24px !important;
        line-height: 36px !important;
        text-transform: capitalize !important;
    }

    .newsItem h1 a:hover {
        text-decoration: underline !important;
        color: #143056 !important;
    }

.newsItem h2 {
    margin-bottom: 5px;
    line-height: 0 !important;
}

    .newsItem h2 a {
        color: #000;
        text-decoration: none !important;
        font-size: 20px !important;
        line-height: 24px !important;
        text-transform: capitalize !important;
    }

.newsItem h2 a:hover {
    text-decoration: underline !important;
    color: #143056 !important;
}

.border {
    border: 1px solid #EBEBEB;
    margin: 30px 0;
}

/* Tablet and Desktop Medium to Large */
@media only screen and (min-width: 640px) {
    /*Top Header*/
    .newsItem h1 {
        font-size: 3rem !important;
        line-height: 1.4 !important;
        text-transform: capitalize !important;
        color: #464646;
        margin-bottom: 0;
    }

    div[data-name='Page Field: Page Content'] > h3 {
        font-size: 1.5rem !important;
        text-transform: capitalize !important;
    }

    /* Middle Image */
    .newsItem img {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    /* Bottom Header */
    .newsItem h1 {
        margin-bottom: 0;
    }

    .newsItem h1 a {
        color: #000;
        text-decoration: none !important;
        font-size: 36px !important;
        line-height: 47px !important;
        text-transform: capitalize !important;
    }
    .newsItem h1 a:hover {
        text-decoration: underline !important;
        color: #143056 !important;
    }


    .newsItem h2 a {
        color: #000;
        text-decoration: none !important;
        font-size: 20px !important;
        line-height: 24px !important;
        text-transform: capitalize !important;
    }
    .newsItem h2 a:hover {
        text-decoration: underline !important;
        color: #143056 !important;
    }

    .border {
        border: 1px solid #EBEBEB;
        margin: 30px 0;
    }
}

/* Detail Page */

/* Mobile Small - Core*/

div[data-name='SliderWebPartZone'] > div > .ms-webpart-zone > .s4-wpcell-plain > .ms-webpart-chrome-vertical > .ms-webpart-chrome-title {
    display: none;
}

div[data-name='SliderWebPartZone'] > div > .ms-webpart-zone > .s4-wpcell-plain > .ms-webpart-chrome-vertical > .ms-WPBody > div > div > a {
    color: #2D588D !important;
}

.primary-content {
    padding: 0 0 1em 0 !important;
}
/* Optional Top Header */
.newsItemDetail h1 {
    font-size: 24px !important;
    line-height: 36px !important;
    text-transform: capitalize !important;
    color: #464646;
    margin-bottom: 0;
}

    /* Middle Image */
.newsItemDetail img {
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}

        /* Bottom Header */

.newsItemDetail h1 {
    color: #000;
    text-decoration: none !important;
    font-size: 24px !important;
    line-height: 36px !important;
    text-transform: capitalize !important;
    margin-bottom: 0;
}

.newsItemDetail h2 {
    margin-bottom: 15px;
    color: #000;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
}


/* Tablet and Desktop Medium to Large */
@media only screen and (min-width: 640px) {
 
    /* Image */
    .newsItemDetail img {
        margin: 0 0 30px 0;
        width: 100%;
    }

    /* Bottom Header */
    .newsItemDetail h1 {
        margin-bottom: 0;
    }

    .newsItemDetail h1 {
        color: #000;
        font-size: 36px !important;
        line-height: 47px !important;
        text-transform: capitalize !important;
    }

    .newsItemDetail h2 {
        color: #000;
        text-decoration: none !important;
        font-size: 24px !important;
        line-height: 29px !important;
        text-transform: capitalize !important;
        margin-bottom: 30px;
    }
} 

