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



/* Top Banner Ad 
   ---------------------------------------- */

.oy-top-ad {
    background-color: #4d4d4d;
    padding: 20px 10px;
    text-align: center;
}

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

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

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

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

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





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

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



.oy-home-feature {
    background-color: #ededed;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    margin-top: 32px;
}

    .oy-home-feature .oy-home-feature-teaser {
        padding: 0 0 30px 15px;
    }

.oy-home-feature-teaser .oy-teaser-byline span {
    display: none;
}

@media (min-width: 620px) {
    .oy-home-feature {
        margin-top: 48px;
    }
}

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

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



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

.micro-content .oy-article-category {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*.micro-content h1,
.micro-content h2 {
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
	padding: 0px;
	margin: 0px;
}*/
.micro-content h1.oy-article-headline {
    font-size: 43px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: bold;
}




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

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

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

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

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

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

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

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

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

    .micro-content .oy-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;
    /*alternate font experiment */
    /*font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 1.8;*/
}

.micro-content .oy-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 .oy-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.oy-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.oy-after-article {
    margin-top: 40px;
}







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

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

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

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

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

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

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

    .micro-content .oy-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 .oy-article-first-img {
        margin-bottom: 30px;
    }

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

    .micro-content .oy-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.oy-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.oy-after-article {
        margin-top: 30px;
    }
}







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

    .micro-content .oy-author-teaser-thumb {
        margin-bottom: 10px;
        width: 175px;
        height: auto;
    }

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

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

    .micro-content .oy-author-teaser > div {
        text-decoration: none;
        margin:0;
    }

@media (max-width: 1200px) {
    .micro-content .oy-author-teaser-thumb {
        display: block;
        margin-bottom: 30px;
    }
}


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


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

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

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

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


.micro-content .oy-top-stories span a {
    display: block;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

.micro-content .oy-top-stories span {
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
}


.micro-content .oy-top-stories2 span {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    font-size: 16px;
}

    .micro-content .oy-top-stories2 span a {
        color: #4d4d4d;
    }

        .micro-content .oy-top-stories2 span a:hover {
            color: #00b550;
        }




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



.micro-content .oy-header,
.micro-content .oy-sidebar .oy-header {
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
}

.micro-content .oy-sidebar .oy-header {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

    .micro-content .oy-sidebar .oy-header a {
        color: #666;
    }

        .micro-content .oy-sidebar .oy-header a:hover {
            color: #808080;
        }


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


.micro-content .oy-header.oy-header-related {
    font-size: 24px;
    margin: 40px 0;
}

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

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

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

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

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









.micro-content .oy-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 .oy-author-head {
        font-size: 26px;
        margin: 30px 0 10px 0;
    }
}

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

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

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

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



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

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

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

    .micro-content .oy-teaser-category a,
    .oy-home-feature-teaser .oy-teaser-category a {
        color: #ffffff;
        background-color: #00b550;
        padding: 6px 12px;
    }

        .micro-content .oy-teaser-category a:hover,
        .oy-home-feature-teaser .oy-teaser-category a:hover {
            background-color: #03ca5b;
        }

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

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

        .micro-content .oy-teaser-headline a:hover,
        .oy-home-feature-teaser .oy-teaser-headline a:hover {
            color: #00b550;
        }

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

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

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

        .micro-content .oy-teaser-byline a:hover,
        .oy-home-feature-teaser .oy-teaser-byline a:hover {
            color: #00b550;
        }

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

@media (min-width: 1140px) {
    .micro-content .oy-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 .oy-teaser {
        margin-bottom: 50px;
    }

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

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

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

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

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





/* -- simulates facebook comments-- this can be trashed when real facebook comments code added -- */
.oy-fb-comments .oy-fb-sm {
    display: block;
}

.oy-fb-comments .oy-fb-lg {
    display: none;
}

@media (min-width: 920px) {
    .oy-fb-comments .oy-fb-sm {
        display: none;
    }

    .oy-fb-comments .oy-fb-lg {
        display: block;
    }
}





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


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

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

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

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

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

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

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

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

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

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







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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* --------------- DEPARTMENT PAGE STYLES ---------------------*/

.oy-dept-intro-text {
    margin-bottom: 50px;
}




