﻿


/* ------------------ MICRO-SITE BOOTSTRAP OVERRIDES -------------------  */

.micro-content {
    margin-top: 38px;
    margin-bottom: 40px;
    border-bottom: none;
}

@media (min-width: 460px) {
    .micro-content {
        margin-bottom: 0;
    }
        .micro-content, .micro-content .micro-home {
            margin-top: 40px;
        }
}



/* ----------------- JUF DEFAULT TYPOGRAPHY ---------------------  */

.micro-content h1 {
    font-size: 40px;
}

.micro-content h2 {
    font-size: 38px;
}

.micro-content h3 {
    font-size: 30px;
}

.micro-content h4 {
    font-size: 24px;
}

.micro-content h5 {
    font-size: 20px;
    font-weight: bold;
}

.micro-content p, .micro-content ul li, .micro-content ol li {
    font-size: 18px;
    line-height: 33px;
}

.micro-content figcaption {
    font-style: italic;
    opacity: 0.8;
    margin-top: 0;
    margin-bottom: 40px;
    color: #666;
    line-height: 1.7;
}


/* CONTENT TYPOGRAPHY AT SMALLER WIDTHS -------------  */

@media (max-width: 767px) {
    .micro-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .micro-content h2 {
        font-size: 28px;
    }

    .micro-content h3 {
        font-size: 24px;
        /*margin-top: 24px;*/
    }

    .micro-content h4 {
        font-size: 21px;
        /*margin-top: 30px;*/
        line-height: 28px;
    }

    .micro-content h5 {
        font-size: 17px;
        font-weight: bold;
        /*margin-top: 30px;*/
        line-height: 26px;
    }
}


/* ---------------------------- SUB NAV STYLES ADJUSTMENTS ----------------------------  */

/* Hero Image Wrapper */

.jumbotron {
    padding: 0 0 0 0;
    background-color: #ededed;
}

.micro-banner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}

/* Hero Image */

.micro-banner-img {
    display: block;
    margin: 0 auto !important;
    width: 1200px;
}

/* Title Wrapper */

.micro-banner-title-wrapper {
    background-color: #ededed;
    width: 100%;
}

.title-wrapper-nosubnav, .micro-sub-nav-wrapper { /* new per CK */
    border-bottom: 1px solid #dadada;
}

/* Title (section below hero image) */

.micro-banner-title {
    color: #999999;
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 22px;
}

@media (max-width: 767px) { /* CK's UPDATES */
    .micro-banner-title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .micro-banner-title {
        font-size: 28px;
        line-height: 32px;
    }
}

/* SUB NAVIGATION  */

.micro-sub-nav {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.micro-sub-nav-wrapper {
    border-bottom: none;
    width: 100%;
    background-color: #ededed;
}

.micro-sub-nav, .micro-sub-nav a {
    font-size: 18px;
    color: #444444;
    line-height: 20px;
}

@media (max-width: 768px) {
    .micro-sub-nav, .micro-sub-nav a {
        line-height: 26px;
    }
}

.micro-sub-nav a:hover {
    text-decoration: none;
    color: #666666;
}

.micro-sub-nav-mobile {
    display: none;
    border-radius: 0 !important;
    margin: 20px 0;
}

    .micro-sub-nav-mobile a {
        text-decoration: none;
        color: #353535;
    }

@media (max-width: 460px) {
    .micro-sub-nav {
        padding-bottom: 10px;
        color: #666;
    }

    .micro-sub-nav-mobile {
        display: inherit !important;
    }
}






/* ---------------------------- SIDE BAR ----------------------------  */

.latest-head {
    margin-top: 62px;
    width: 100%;
    background-color: #6ea4c7;
}

.side-article {
    margin: 0 0 60px 0;
}

    .side-article p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px;
        color: #4d4d4d;
    }

    .side-article h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

        .side-article h4, .side-article h4 a {
            color: #4d4d4d;
            font-weight: 600;
        }

            .side-article h4 a:hover {
                color: #4d4d4d;
            }

/* pad top of sidebar at mobile/tablet when wraps to bottom */
@media (max-width: 768px) {
    .juf-sidebar {
        padding-top: 50px;
    }
}




/*------------------------------ FOOTER ----------------------------------- */

hr.footer-hr {
    margin-top: 80px;
}


/* Micro Footer */

.micro-footer {
    margin-top: 0;
    margin-bottom: 30px;
}

    .micro-footer p, .micro-footer a {
        color: #666;
        opacity: 0.8;
    }

        .micro-footer p strong {
            display: block;
            font-size: 22px;
            margin-top: 20px;
        }

    .micro-footer a {
        text-decoration: none;
        display: inline-block;
    }

        .micro-footer a:hover, .footer-facebook-link:hover {
            color: #666;
            opacity: 1.0;
            text-decoration: none;
        }





/* ---------------------------------- HELPER CLASSES ----------------------------------- */

.GmapIconSmall {
    display: inline-block !important;
    margin-right: 5px !important;
    width: 15px !important;
    height: 15px !important;
}

iframe.flickr {
    border: none;
}

/* IMAGES IN MAIN CONTENT BLOCKS */

.article-img {
    margin-bottom: 20px;
}



/* Facebook Page Plugin box */

.juf-fb-container {
    text-align: center;
}

.fb-page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
}

.fb-header {
    background-color: #EAEAF4;
    padding-top: 20px;
}

