
/* COLORS
   HeroBG: #013a71
   TaglineBG: #004e85
   TaglineLink: #7cc6e7
*/

/* overrides juf-wrapper.css due to navTitle removal */
body {
    padding-top: 164px;
}
@media (min-width: 768px) {
    .navbar-fixed-top-second {
        min-height: 62px;
    }
}

.navbar-nav {
    margin: 12px auto 0;
}

/* microsite-specific styles for JUF JWF microsite */

.juf-home .hero-wrapper {
	background-color: #013a71;
}
.juf-home .tagline-wrapper {
    background-color: #004e85;
}
.juf-home .tagline {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px auto;
    text-align: center;
    width: 95%;
    color: #FFFFFF;
    display: block;
}
.juf-home a.taglineLink {
    color: #7cc6e7;
}
.juf-home a.taglineLink:hover {
    color: #007ec5;
}

/* BREAKING NEWS */

.juf-home-bn-fcont-bg {
    background-color:#e5f8ff;
}
.juf-home-bn-cont-bg {
    background-image: url(/WrapperRWD/img/Breaking-News-Chevrons.png); 
    background-position:center right; 
    background-repeat: no-repeat;
}
@media (max-width: 420px) {
    .juf-home-bn-cont-bg {
        background-position: calc(100% + 200px) center;
    }
}
@media (max-width: 768px) {
    .juf-home-bn-cont-bg {
        background-position: calc(100% + 150px) center;
    }
}
.juf-home-bn-alertId {
    display: block;
    margin: .25em 0;
    color: #0083cb;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.0em;
    text-transform: uppercase;
}
juf-home-bn-alertMsg {

}


/* NOW AT JUF */

.NowTitle {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}



/* MISC */

.banner-home {
    margin-bottom:30px;
}

/* WHY?

   .title-no-image {
    margin-top: 60px;
}*/

.home-wide-row {
    padding-top:30px;
}

.filler {
    padding:60px 0;
}



/* MICROSITE MASTER STYLE OVERRIDES */

.panel-primary {
    border-color: #004e85;
}

.panel-primary > .panel-heading {
    background-color: #004e85;
    border-color: #004e85;
    color: #fff;
}


/* FACEBOOK */
.fb-page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
}