﻿@charset "UTF-8";
/* CSS Document */

/* JUF News styles */




body { padding-top: 187px; }


@media (max-width: 767px) {
    body { padding-top: 124px;  }
}

@media (max-width: 420px) {
    body {
        padding-top: 94px;
    }
}

/* this lessens space between nav items for wide non-mobile navigation */
@media (max-width: 960px) {
    .navbar-nav > li > a {
        margin-right: 16px;
    }
}



.news-top-ad {
    background-color: #ffffff;
    border-bottom: solid 1px #cccccc;
    padding: 10px 15px 0 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

    .news-top-ad img {
        display: inline-block;
    }

    .news-top-ad .news-top-ad-sm {
        display: inline-block;
    }

    .news-top-ad .news-top-ad-lg {
        display: none;
    }

@media (min-width: 420px) {
    .news-top-ad .news-top-ad-sm {
        display: none;
    }

    .news-top-ad .news-top-ad-lg {
        display: inline-block;
    }
}


.micro-content {
    margin-top: 36px;
}

@media (min-width: 767px) {
    .micro-content {
        margin-top: 50px;
    }
}

@media (min-width: 767px) {
    .news-top-ad {
        padding: 0px 0 3px 0;
    }
}

.news-home-feature {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: solid 1px #cccccc;
}


    .news-home-feature .news-home-feature-teaser {
        padding: 0 0 30px 0;
        padding-right: 15%;
    }


.news-home-feature-teaser .news-teaser-byline span {
    display: inline-block;
    margin-left: 0.5em;
    color: #999999;
}

@media (min-width: 920px) {
    .news-home-feature {
        margin-top: 0;
        padding-top: 30px;
    }
}

@media (max-width: 500px) {
    .news-home-feature {
        padding-bottom: 30px;
    }
}

/* note: these styles are desktop-first */
@media (max-width: 767px) {
    .news-home-feature .col-sm-8 {
        padding: 0;
    }

    .news-home-feature .col-sm-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-home-feature .news-home-feature-teaser {
        padding-right: 15px;
    }
}


/* Adding tagline to microsite title -- this should be in universal .css for microsites for to use for those that have a tagline? */
.juf-microsite-nav-title .juf-microsite-nav-tagline {
    font-size: 16px;
    margin-top: 6px;
    color: #91c9e5;
}



/* ------------------------------------- article page styles ------------------------------------- */

.micro-content .news-article-category {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.micro-content h1.news-article-headline {
    font-size: 43px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;
}


.micro-content .news-article-subhead {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 30px;
}

.micro-content .news-article-byline {
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 30px;
}

    .micro-content .news-article-byline img {
        display: block;
        margin-bottom: 12px;
        height: 75px;
        width: 75px;
    }

    .micro-content .news-article-byline span {
        display: block;
    }

@media (min-width: 620px) {
    .micro-content .news-article-byline img {
        display: inline;
        margin-bottom: 0;
        margin-right: 16px;
    }

    .micro-content .news-article-byline span {
        display: inline;
    }
}

@media (min-width: 767px) {
    .micro-content .news-article-byline img {
        display: block;
        margin-bottom: 12px;
    }

    .micro-content .news-article-byline span {
        display: block;
    }
}

@media (min-width: 1140px) {
    .micro-content .news-article-byline img {
        display: inline;
        margin-bottom: 0;
        margin-right: 16px;
    }

    .micro-content .news-article-byline span {
        display: inline;
    }
}

.micro-content p,
.micro-content ul li,
.micro-content ol li {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 22px;
}
.micro-content ul.dropdown-menu li,
.micro-content ol.dropdown-menu li {
    margin-bottom: 0;
}

.micro-content .news-article-first-img {
    margin-bottom: 40px;
}


.micro-content figcaption {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 12px;
    margin-bottom: 0;
    color: #4d4d4d;
}

.micro-content .news-interrupter-img {
    margin: 40px 0 40px 0;
}

.micro-content h2,
.micro-content h3,
.micro-content h4,
.micro-content h5 {
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.3;
}

    .micro-content h2.news-article-subhead {
        -webkit-margin-before: 0px !important;
        padding-top: 0px;
        margin-top: 0px;
    }


.micro-content blockquote {
    padding: 20px 0;
    margin: 40px 0;
    font-size: 17px;
    border-left: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .micro-content blockquote p {
        font-size: 28px;
        line-height: 1.7;
        font-style: italic;
        margin: 0 20px 0 20px;
        font-weight: bold;
    }

    .micro-content blockquote footer {
        color: #4d4d4d;
        font-size: 16px;
        font-style: italic;
        margin: 20px 20px 0 20px;
    }

hr.news-after-article {
    margin-top: 40px;
}



/* NOTE: article font size and spacing styles are desktop-first */
@media (max-width: 1250px) {
    .micro-content .news-article-category {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .micro-content h1.news-article-headline {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 26px;
    }

    .micro-content .news-article-subhead {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 26px;
    }

    .micro-content .news-article-byline {
        margin-bottom: 30px;
    }
}

@media (max-width: 620px) {
    .micro-content .news-article-category {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .micro-content h1.news-article-headline {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 26px;
    }

    .micro-content .news-article-subhead {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 26px;
        padding: 0;
    }

    .micro-content .news-article-byline {
        margin-bottom: 26px;
    }

    .micro-content p, .micro-content ul li, .micro-content ol li {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .micro-content .news-article-first-img {
        margin-bottom: 30px;
    }

    .micro-content figcaption {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .micro-content .news-interrupter-img {
        margin: 30px 0 30px 0;
    }

    .micro-content h2,
    .micro-content h3,
    .micro-content h4,
    .micro-content h5 {
        margin-top: 30px;
        line-height: 1.3;
    }

        .micro-content h2.news-article-subhead {
            -webkit-margin-before: 0px !important;
            padding-top: 0px;
            margin-top: 0px;
        }

    .micro-content blockquote {
        padding: 15px 0;
        margin: 30px 0;
        font-size: 16px;
    }

        .micro-content blockquote p {
            font-size: 24px;
            line-height: 1.6;
            margin: 0 15px 0 15px;
        }

        .micro-content blockquote footer {
            font-size: 15px;
            margin: 15px 20px 0 15px;
        }

    hr.news-after-article {
        margin-top: 30px;
    }
}



.micro-content .news-author-teaser {
    padding: 10px 0 0 0;
    color: #999999;
    font-size: 15px;
    line-height: 1.7;
}

    .micro-content .news-author-teaser img {
        margin-bottom: 10px;
    }

    .micro-content .news-author-teaser .news-author-name {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .micro-content .news-author-teaser a {
        text-transform: uppercase;
    }

    .micro-content .news-author-bioText {
        margin-bottom: 70px;
    }

@media (max-width: 1260px) {
    .micro-content .news-author-teaser img {
        display: block;
        margin-bottom: 30px;
    }
}


/* ------------------------------------- sidebar page styles ------------------------------------- */


.micro-content .news-calendar-teaser .CalEventName,
.micro-content .news-calendar-teaser .CalEventDate {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 3px;
}

.micro-content .news-more-link {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.micro-content .news-sidebar .CalEventName a {
    font-weight: bold;
    font-size: 17px;
    color: #4d4d4d;
    margin-bottom: 0;
    text-transform: none;
}

    .micro-content .news-sidebar .CalEventName a:hover {
        color: #808080;
    }


.micro-content .news-top-stories2 {
    margin-bottom: 60px;
}

.news-home-feature .news-top-stories2 {
    margin: 0 0 0 30px;
}

@media (max-width: 767px) {
    .news-home-feature .news-top-stories2 {
        margin: 40px 0 0 0;
    }
}

/* 2017-04-26, WDF, Added not() to exclude drop-down carets, and glyphicons */
.micro-content .news-top-stories2 span:not(.caret):not(.glyphicon),
.news-home-feature .news-top-stories2 span:not(.caret):not(.glyphicon) {
    display: block;
    border-bottom: solid 1px #ededed;
    font-weight: bold;
    font-size: 16px;
}

.news-home-feature .news-top-stories2 span {
    border-bottom: none;
}

    .micro-content .news-top-stories2 span a,
    .news-home-feature .news-top-stories2 span a {
        color: #4d4d4d;
        padding: 12px 0 12px 0;
        display: block;
    }


        .micro-content .news-top-stories2 span a:hover,
        .news-home-feature .news-top-stories2 span a:hover {
            color: #007dc3;
        }

.news-top-stories-boxed {
    background-color: #ededed;
    padding: 26px 30px 14px 30px;
}

@media (max-width: 420px) {
    .news-top-stories-boxed {
        padding-left: 15px;
        padding-right: 20px;
    }
}

.micro-content .news-calendar-teaser a.news-seeall-link,
.micro-content .news-top-stories a.news-seeall-link,
.micro-content .news-top-stories2 a.news-seeall-link {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
}


.micro-content .news-top-stories2 .news-header,
.micro-content .news-header-home,
.news-home-feature .news-top-stories2 .news-header {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    color: #999999;
    text-transform: uppercase;
}

    .micro-content .news-top-stories2 .news-header a,
    .micro-content .news-header-home a,
    .news-home-feature .news-top-stories2 .news-header a {
        color: #999999;
    }

        .micro-content .news-top-stories2 .news-header a:hover,
        .micro-content .news-header-home a:hover,
        .news-home-feature .news-top-stories2 .news-header a:hover {
            color: #808080;
        }

.micro-content .news-header-home {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .micro-content .news-header-home {
        margin-bottom: 20px;
    }
}

.news-home-feature-teaser {
    background-color: #ededed;
}

    .news-home-feature-teaser .news-teaser-headline,
    .news-home-feature-teaser .news-teaser-leadin,
    .news-home-feature-teaser .news-teaser-byline {
        padding-left: 30px;
    }


.micro-content .news-header.news-page-header {
    border-bottom: 1px solid #cccccc;
    font-size: 26px;
    margin-bottom: 30px;
    padding-bottom: 6px;
    text-transform: uppercase;
}


.micro-content .news-header.news-header-related {
    font-size: 24px;
    margin: 40px 0;
    text-transform: uppercase;
}

.micro-content .news-related-teasers .news-teaser {
    margin-bottom: 50px;
}

.micro-content .news-related-teasers .news-teaser-category {
    margin: 5px 0 20px 0;
    font-size: 15px;
}

    .micro-content .news-related-teasers .news-teaser-category a {
        padding: 5px 11px;
    }

.micro-content .news-related-teasers .news-teaser-headline {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.micro-content .news-related-teasers .news-teaser-leadin {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}


.news-connect-buttons img {
    display: inline;
    margin: 14px 20px 0 0;
}

.news-connect-buttons a:hover {
    opacity: 0.9;
}

.news-connect-buttons p {
    margin-top: 10px;
    color: #999999;
    line-height: 28px;
}

.side-article form {
    margin-top: 14px;
}

    .side-article form a {
        color: #ffffff;
        text-transform: uppercase;
    }

.input-group-addon, .form-control {
    border-radius: 0;
}

.input-group-addon {
    color: #fff;
    background-color: #999999;
}

.news-secondbar .ddMenuItem .input-group {
    width: 100%;
}


.micro-content .news-author-head {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 15px 0;
}
/* NOTE: headers font sizes and spacing styles are desktop-first */


@media (max-width: 620px) {
    .micro-content .news-author-head {
        font-size: 26px;
        margin: 30px 0 10px 0;
    }
}

@media (max-width: 420px) {
    .micro-content .news-header.news-page-header {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 3px;
    }

    .micro-content .news-header.news-header-related {
        font-size: 20px;
        margin: 20px 0;
    }

    .micro-content .news-author-head {
        font-size: 24px;
        margin: 30px 0 10px 0;
    }
}


/* ------------------------------------- article TEASER styles ------------------------------------- */

.micro-content .news-teaser {
    margin-bottom: 70px;
}

.micro-content .news-teaser-category,
.news-home-feature-teaser .news-teaser-category {
    margin: 6px 0 30px 0;
    text-transform: uppercase;
    font-size: 16px;
}


.news-home-feature-teaser .news-teaser-category {
    margin-top: 0;
    padding-top: 6px;
}

    .micro-content .news-teaser-category a,
    .news-home-feature-teaser .news-teaser-category a {
        color: #ffffff;
        background-color: #007dc3;
        padding: 6px 12px;
    }

        .micro-content .news-teaser-category a:hover,
        .news-home-feature-teaser .news-teaser-category a:hover {
            background-color: #36a3e0;
        }

.micro-content .news-teaser-headline,
.news-home-feature-teaser .news-teaser-headline {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: bold;
}

    .micro-content .news-teaser-headline a,
    .news-home-feature-teaser .news-teaser-headline a {
        color: #4d4d4d;
    }

        .micro-content .news-teaser-headline a:hover,
        .news-home-feature-teaser .news-teaser-headline a:hover {
            color: #007dc3;
        }

.micro-content .news-teaser-leadin,
.news-home-feature-teaser .news-teaser-leadin {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
}

.micro-content .news-teaser-byline,
.news-home-feature-teaser .news-teaser-byline {
    text-transform: uppercase;
    color: #4d4d4d;
}

    .micro-content .news-teaser-byline a,
    .news-home-feature-teaser .news-teaser-byline a {
        color: #4d4d4d;
    }

        .micro-content .news-teaser-byline a:hover,
        .news-home-feature-teaser .news-teaser-byline a:hover {
            color: #007dc3;
        }

    .micro-content .news-teaser-byline span {
        display: block;
        color: #999999;
    }

@media (min-width: 1140px) {
    .micro-content .news-teaser-byline span {
        display: inline-block;
        margin-left: .5em;
    }
}


/* NOTE: teaser font size and spacing styles are desktop-first */
@media (max-width: 420px) {
    .micro-content .news-teaser {
        margin-bottom: 50px;
    }

    .micro-content .news-teaser-category,
    .news-home-feature-teaser .news-teaser-category {
        margin: 5px 0 20px 0;
        font-size: 15px;
    }

    .news-home-feature-teaser .news-teaser-category {
        margin-top: 0;
        padding-top: 5px;
    }

        .micro-content .news-teaser-category a,
        .news-home-feature-teaser .news-teaser-category a {
            padding: 5px 11px;
        }

    .micro-content .news-teaser-headline,
    .news-home-feature-teaser .news-teaser-headline {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .micro-content .news-teaser-leadin,
    .news-home-feature-teaser .news-teaser-leadin {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
    }

    .micro-content .news-teaser-byline,
    .news-home-feature-teaser .news-teaser-byline {
        font-size: 15px;
    }
}


.news-category-list img {
    margin-bottom: 20px;
}





/* ------------------------------------- sidebar with pretend sidebar ads switching to be interrupter ads ------------------------------------- */


.micro-content .news-box-ad {
    margin-bottom: 30px;
}

    .micro-content .news-box-ad span,
    .news-top-ad span {
        color: #999999;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
    }

.news-top-ad span {
    padding: 6px 0 0 0;
}

@media (max-width: 550px) {
    .news-top-ad span {
        font-size: 12px;
    }
}

.micro-content .news-interrupter-ad {
    display: block;
    background-color: #f9f9f9;
    text-align: center;
    margin: 40px 0;
}

    .micro-content .news-interrupter-ad .news-box-ad {
        display: inline-block;
        padding: 16px 0 22px 0;
        margin-bottom: 0;
    }

.micro-content .news-sidebar {
    margin-top: 60px;
}

    .micro-content .news-sidebar .news-box-ad {
        display: none;
    }

@media (min-width: 767px) {
    .micro-content .news-sidebar {
        margin-top: 0;
    }

    .micro-content .news-box-ad {
        margin-bottom: 60px;
    }

    .micro-content .news-sidebar .news-box-ad {
        display: block;
    }

    .micro-content .news-interrupter-ad {
        display: none;
    }
}







/* ------------------------------------- share buttons (NOTE: these are initially styled for widest width, media queries for smaller) ------------------------------------- */

.news-share-buttons {
    margin-bottom: 45px;
}

.micro-content .news-share-buttons a {
    color: #ffffff;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px 30px 11px 42px;
    margin-right: 6px;
}

    .micro-content .news-share-buttons a:link,
    .micro-content .news-share-buttons a:visited {
        color: #ffffff;
    }

    .micro-content .news-share-buttons a:active,
    .micro-content .news-share-buttons a:hover {
        opacity: 0.9;
    }

.news-share-facebook {
    background: #3b5998;
    background-image: url(../img/news-share-fb.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
}

.news-share-twitter {
    background: #00acee;
    background-image: url(../img/news-share-twitter.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
}

.news-share-pinterest {
    background: #c92228;
    background-image: url(../img/news-share-pinterest.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
}

.news-share-email {
    background: #585858;
    background-image: url(../img/news-share-email.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
}

@media (max-width: 961px) {
    .micro-content .news-share-buttons a {
        font-size: 11px;
        padding: 9px 14px 9px 32px;
    }

    .news-share-facebook, .news-share-twitter, .news-share-pinterest, .news-share-email {
        background-position: left 6px center;
    }
}

@media (max-width: 400px) {
    .micro-content .news-share-buttons a {
        padding: 18px;
    }

        .micro-content .news-share-buttons a span {
            display: none;
        }

    .news-share-facebook, .news-share-twitter, .news-share-pinterest, .news-share-email {
        background-position: center center;
    }
}




/* ---------------------------------------- Simchas and Obits (Lifecycles) -specific styling.---------------------------------------- */

.micro-content ul.news-simchas-nav {
	color: #007dc3;
	text-align:center;
	list-style: none;
	background-color: #ededed;
	margin: 40px 0 60px 0;
	padding: 10px;
}
.micro-content ul.news-simchas-nav li {
	margin: 0;
	padding: 0;
	display:inline;
}

.micro-content .news-header.news-page-header.news-sub-head {
	color: #999999;
	font-size: 24px;
}

/* Landing list style for image on left, text on right, stacking when content column is narrower */
.micro-content .news-landing-list h4 {
	margin-top: 0;
	font-size: 22px;
}
.micro-content .news-landing-list .row {
	margin-bottom: 40px;
}
.micro-content .news-landing-list img {
	margin-bottom: 20px;
}
@media (min-width: 767px) {
.micro-content .news-landing-list img {
	margin-bottom: 40px;
}
}

@media (max-width:960px) {
  .micro-content .news-landing-list .col-sm-3, .micro-content .news-landing-list .col-sm-4, .micro-content .news-landing-list .col-sm-8, .micro-content .news-landing-list .col-sm-9 {
    float: none;
	width: 100%;
  }
  .micro-content .news-landing-list img {
  	margin-bottom: 20px;
  }
}
@media (max-width: 767px) { /* based on Bootstrap defaults at min-width: 768px */
	
  .micro-content .news-landing-list .col-sm-3, .micro-content .news-landing-list .col-sm-4, .micro-content .news-landing-list .col-sm-8, .micro-content .news-landing-list .col-sm-9 {
    float: left;
  }
  .micro-content .news-landing-list .col-sm-9 {
    width: 75%;
  }
  .micro-content .news-landing-list .col-sm-8 {
    width: 66.66666667%;
  }
  .micro-content .news-landing-list .col-sm-4 {
    width: 33.33333333%;
  }
  .micro-content .news-landing-list .col-sm-3 {
    width: 25%;
  }
}
@media (max-width:550px) {
  .micro-content .news-landing-list .col-sm-3, .micro-content .news-landing-list .col-sm-4, .micro-content .news-landing-list .col-sm-8, .micro-content .news-landing-list .col-sm-9 {
    float: none;
	width: 100%;
  }
  .micro-content .news-landing-list img {
  	margin-bottom: 20px;
  }
}
.micro-content .news-landing-list .news-posted {
	color: #999999;
	margin-bottom: 50px;
}

/* styles for Obits pages */
.pri-btn {
    color: #007dc3;
    border: 3px #007dc3 solid;
}
.pri-btn:hover {
    background-color: #007dc3;
    border-color: #007dc3;
}
.news-obits-search {
	margin-bottom: 30px;
}
.micro-content p.news-page-controls {
	color: #cccccc;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	margin-bottom:60px;
}
.micro-content p.news-sub-note {
	font-style: italic;
	color: #999999;
	margin-bottom: 60px;
}







/* News Sidebar 
   ---------------------------------------- */

.socialIcon50 {
    width: 50px;
    height: 50px;
}

/* Bootstrap Overrides (from forms.css) */
.form-control {
    border-radius: 0;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #999;
        border-width: 2px;
        box-shadow: none;
        outline: 0 none;
    }


.nlSignupLink, .nlSignupLink:link {
    background-color: inherit;
    border: medium none;
    color: #ffffff;
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
}








/* News Footer 
   ---------------------------------------- */


.news-footer .navbar-nav > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 0;
    /*text-transform: uppercase;*/
    color: #808080;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: normal;
    font-size: 16px;
}

.news-footer .nav .open > a:hover, .news-footer .nav .open > a:focus, .news-footer .nav > li > a:focus, .news-footer .nav > li > a:hover {
    color: #808080;
    background-color: #eeeeee;
}

.news-footer {
    background-color: #F9F9F9;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    color: #808080;
}

    .news-footer a {
        color: #808080;
        text-transform: uppercase;
    }


/* Global JUF Footer 
   ---------------------------------------- */

/* turn off hr before global footer */
#preFooterRule {
    display: none;
}



/* JEWISH CHICAGO REDIRECT WARNING BOX (added 8/12/21)
   ----------------------------------------------------------------- */

.JCRedirectMsg {
    padding: 2.25em;
    color: white;
    background-color: #007DC3;
    margin-bottom: 2.5em;
}

    .JCRedirectMsg p {
        margin-bottom: 0;
    }

    .JCRedirectMsg a,
    .JCRedirectMsg a:link,
    .JCRedirectMsg a:visited {
        color: white !important;
        opacity: 1;
        font-weight: 700;
    }

        .JCRedirectMsg a:hover,
        .JCRedirectMsg a:active,
        .JCRedirectMsg a:focus {
            opacity: .9;
        }
