/* MICROSITE STYLESHEET

 ***********
 COLORS
 blue: #23c7d1  
 logo-color: #62a7d1
 *********/

/* ------------------------- BOOTSTRAP Global OVERRIDES ----------------------  */

/* FONTS */

html, body {
    font-family: 'Open Sans', sans-serif !important;
}


/* TYPOGRAPHY */

body {
    font-size: 16px;
    color: #4d4d4d;
}


/* HR */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
}


/* LINKS */

a {
    color: #007dc3;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #36a3e0;
        text-decoration: none;
    }



/* BUTTONS */

/* Large */

.juf-btn {
    color: #007dc3;
    border: 3px #007dc3 solid;
    padding: 8px 24px;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    margin: 20px 0 30px 0;
    border-radius: 0;
}
    
/* Small */

.juf-xs {
    border: 2px solid #007dc3;
    font-size: 16px;
    padding: 6px 18px;
    margin: 0 1em 1em 0;
}

/* Large/Small Hover States */
    .juf-btn:hover {
            color: #ffffff;
            background-color: #007dc3;
            text-decoration: none;
    }

article.side-article a.juf-btn {
    margin-bottom: 0;
}

a.donate-top {
    border: 3px solid #db801b;
    color: #db801b;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    padding: 6px 18px;
}

    a.donate-top:hover {
        color: #ffffff;
        background-color: #dd7f1d;
        opacity: .8;
        text-decoration: none;
    }

@media (max-width: 1140px) {
    .donate-top {
        display: none;
    }
}

.donate-top-shim {
    margin-top: 17px !important;
}

a.juf-donate-btn-xs {
    display: inline;
    color: #dd7f1d;
    border: 2px #dd7f1d solid;
    padding: 4px 10px;
    margin: 14px 10px 0 10px;
    float: right;
    font-size: 12px;
}

    a.juf-donate-btn-xs:hover {
        color: #ffffff;
        background-color: #dd7f1d;
        opacity: .8;
        text-decoration: none;
    }

@media (min-width: 1140px) {
    .hide-o1140 {
        display: none !important;
    }
}

@media (max-width: 400px) {
    a.juf-donate-btn-xs {
        margin-top: 10px !important;
        font-size: 10px;
        padding: 4px 6px;
    }
}

@media (max-width: 340px) {
    a.juf-donate-btn-xs {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}





/* ------------------ BOOTSTRAP Class OVERRIDES -------------------  */
.thumbnail {
      border-radius: 0;
}


/* ------------------ BOOTSTRAP col/row/container breakpoint OVERRIDES -------------------  */

/* REMOVED WDF -- breaks proper negative margins for column padding within rows */
/*
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding: 0 0 0 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
*/

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container, .container-nav {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px !important;
    }
}

@media (min-width: 769px) {
    .container {
        width: 729px;
    }
}

@media (min-width: 961px) {
    .container {
        width: 921px;
    }
}

@media (min-width: 1140px) {
    .container, .container-nav {
        width: 1100px;
    }
}

@media (min-width: 1260px) {
    .container, .container-nav {
        width: 1200px;
    }
}

@media (max-width: 1140px) {
    .hidden-1140 {
        display: none !important;
    }

    .container-nav {
        width: 100% !important;
    }
}

/* VISIBILITY CLASSES*/

.hide-u400 {
    display: block;
}

@media (max-width: 444px) {
    .hide-u444 {
        display: none !important;
    }
}



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

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

/*@media (max-width: 767px) {
    .micro-content {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 50px;
    }
}*/

@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;
    /*margin-bottom: 40px;*/
}
.micro-content h2 {
    font-size: 38px;
    /*margin-bottom: 40px;*/
}
.micro-content h3 {
    font-size: 30px;
    /*margin-top: 30px;*/

}
.micro-content h4 {
    font-size: 24px;
    /*margin-top: 36px;*/
    /*line-height: 32px;*/
}
.micro-content h5 {
    font-size: 20px;
    font-weight: bold;
    /*margin-top: 32px;*/
    /*line-height: 26px;*/
}
.micro-content p, .micro-content ul li, .micro-content ol li {
    font-size: 18px;
    line-height: 33px;
}
.micro-content p, .micro-content ul, .micro-content ol {
    /*margin: 0 0 24px 0;*/
}

    .micro-content ul li, .micro-content ol li {
        /*margin-bottom: 14px;*/
    }

    .micro-content p img, .micro-content img {
        display: block;
        /*margin-top: 30px;*/ /* <<<<<< CONSIDER REMOVING!!!  */
        /*padding-bottom: 10px;*/ /* Removed WDF, disrupts caption styling!! */
    }

.micro-content img {
    max-width: 100%;
    height: auto;
}

.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;
    }

    /*.micro-content p, .micro-content ul li, .micro-content ol li {
        font-size: 17px;
        line-height: 30px;
    }

    .micro-content p, .micro-content ul, .micro-content ol {
        margin: 0 0 22px 0;
    }

        .micro-content ul li, .micro-content ol li {
            margin-bottom: 12px;
        }*/
}


/* ---------------------------- 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: -23px !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;
    }
}


/* 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;
}




/*------------------------------ 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;
        }


/* JUF Footer */

.juf-footer {
    color: #67a7cf;
    margin-top: 30px;
    margin-bottom: 100px;
}

    .juf-footer p {
        color: #62a5d0;
        line-height: 40px;
    }

    .juf-footer a {
        color: #62a5d0;
        text-decoration: none;
    }

        .juf-footer a:hover {
            color: #007dc3;
            opacity: 1.0;
            text-decoration: none;
        }

a.juf-footer-donate {
    color: #dd7f1d;
    border: 2px #dd7f1d solid;
    padding: 4px 10px;
    margin-left: 10px;
}

    a.juf-footer-donate:hover {
        color: #ffffff;
        background-color: #dd7f1d;
        opacity: 1.0;
    }

.juf-footer-links {
    display: inline-block;
    height: 80px;
}

/* Both */

@media (max-width: 767px) {
    .micro-footer {
        margin-top: 0;
        margin-bottom: 0;
    }

        .micro-footer a {
            /*display: block;*/ /* why? */
            line-height: 32px;
        }

    .juf-footer a {
        display: block;
    }

    .juf-footer-copy {
        line-height: 24px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-facebook-link {
        margin-left: 0px !important;
        margin-right: 10px;
    }

    a.juf-footer-donate {
        padding: 0px 10px;
        width: 148px;
        margin-left: 0px;
        margin-top: 20px;
    }
}


/** FOOTER STAR **/

.footer-star {
    display: inline-block;
    height: 80px;
    width: 96px;
    vertical-align: top;
}

    .footer-star img {
        vertical-align: top;
    }


/* MICROSITE FOOTER FACEBOOK LINK */

.footer-facebook-link {
    margin-left: 20px;
    margin-right: 10px;
}

    .footer-facebook-link img {
        margin-right: 8px;
    }

.corp-link-mobile {
    color: #67a7cf !important;
    text-transform: lowercase !important;
}







/* ---------------------------- HOMEPAGE ----------------------------  */

@media (min-width: 768px) {
    .micro-content .micro-home {
        margin-top: 64px;
    }
}

.micro-content .micro-home p.links-line {
    color: #007dc3;
    margin-bottom: 60px;
}

.micro-content .micro-home p {
    margin-bottom: 10px;
}

.micro-content .micro-home h3 {
    margin-top: 10px;
}

.banner-home .micro-sub-nav-wrapper {
    display: none;
}

.banner-home .micro-banner-title-wrapper {
    background-color: #ededed;
}

    .banner-home .micro-banner-title-wrapper h4 {
        font-size: 24px;
        line-height: 36px;
        margin: 40px auto;
        width: 90%;
        text-align: center;
    }

@media (max-width: 1140px) {
    .banner-home .micro-banner-title-wrapper h4 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 95%;
    }
}

@media (max-width: 991px) {
    .banner-home .micro-banner-title-wrapper h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 98%;
    }
}

@media (max-width: 600px) {
    .banner-home .micro-banner-title-wrapper h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .banner-home .micro-banner-title-wrapper h4 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}





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

.top-buffer {
    margin-top: 20px; /*adds some spacing above rows */
}

.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;
}


/* PADDING HELPERS */

.pad1h {
    padding-left: 1em;
    padding-right:1em;
}
.pad1v {
    padding-top: 1em;
    padding-bottom: 1em;
}
.pad1vt {
    padding-top: 1em;
}
.pad1vb {
    padding-bottom: 1em;
}

.pad2h {
    padding-left: 2em;
    padding-right:2em;
}
.pad2v {
    padding-top: 2em;
    padding-bottom: 2em;
}
.pad2vt {
    padding-top: 2em;
}
.pad2vb {
    padding-bottom: 2em;
}

.pad3v {
    padding-top: 3em;
    padding-bottom: 3em;
}
.pad3vt {
    padding-top: 3em;
}
.pad3vb {
    padding-bottom: 3em;
}

.pad4v {
    padding-top: 4em;
    padding-bottom: 4em;
}
.pad4vt {
    padding-top: 4em;
}
.pad4vb {
    padding-bottom: 4em;
}

.pad5v {
    padding-top: 5em;
    padding-bottom: 5em;
}
.pad5vt {
    padding-top: 5em;
}
.pad5vb {
    padding-bottom: 5em;
}

.pad6v {
    padding-top: 6em;
    padding-bottom: 6em;
}
.pad6vt {
    padding-top: 6em;
}
.pad6vb {
    padding-bottom: 6em;
}


/* MARGIN HELPERS */

.margin1 {
    margin: 1em;
}