/**
 * MAIN CSS FILE FOR IFRAME ADS
 * ----------------------------
 * If adding styles for new ad zone make sure to add it to the table of
 * contents and also to dupicate and increment the name of the file
 * along with updating all calls to this file in revive/openx
 *
 * CONTENTS:
 * - Sponsored Text Links After Articles.
 * - Inline Article Content Ads
 * - Site Partner Styles
 * - Research Sidebar
 * - CM Brand Spotlight
 */


/**
 * Sponsored Text Links After Articles.
 */

.bzb-sponsored-links {
    font-family: Helvetica Neue,Arial,Liberation Sans,FreeSans,sans-serif;
}
.bzn-sponsored-links a {
    color: #9F0700;
    text-decoration: underline;
}


/**
 * Inline Article Content Ads
 */

.bzn-inline-text {
    font-family: Helvetica Neue,Arial,Liberation Sans,FreeSans,sans-serif;
}

/* Image/Text/Button Ad */
.bzn-inline-text .bzn-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bzn-inline-text .bzn-image {
    float: left;
    height: auto;
    margin-right: 15px;
    max-width: 200px;
}
.bzn-inline-text .bzn-image img {
    border: 0;
    height: 140px;
    width: 200px;
}
.bzn-inline-text .bzn-content {
    margin-left: 215px;
}
.bzn-inline-text .bzn-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-transform: none;
        margin-bottom: 10px;
}
.bzn-inline-text .bzn-title a {
    color: #000;
    text-decoration: none;
}
.bzn-inline-text .bzn-title a:hover {
    text-decoration: underline;
}
.bzn-inline-text .bzn-blurb {
    line-height: 21px;
    margin-bottom: 10px;
}
.bzn-inline-text .bzn-button {
    margin-bottom: 15px;
}
.bzn-inline-text .bzn-button a {
    border-radius: 2px;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 14px;
    text-decoration: none;
}
.bzn-inline-text .bzn-button a:hover {
    background: #000;
    color: #fff;
}
.bzn-inline-text .bzn-company {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}


/**
 * Site Partner Styles
 */

.bzn-site-partner {
    font-family: Helvetica Neue,Arial,Liberation Sans,FreeSans,sans-serif;
}

/* Current Issue in Header */
.bzn-site-partner .current-issue h3 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
    color: #fff;
}
.bzn-site-partner .current-issue .magazine {
    display: block;
    float: left;
    margin-right: 4px;
}
.bzn-site-partner .current-issue .menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.bzn-site-partner .current-issue .menu-item {
    width: 93px;
    margin-bottom: 5px;
    float: left;
    background: #8f0000;
}
.bzn-site-partner .current-issue .menu-item:not(:last-child) {
    margin-bottom: 5px;
}
.bzn-site-partner .current-issue .menu-item a {
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
}


/**
 * Research Sidebar
 */

/* Version 1 */
.bzn-research-sidebar .bzn-research {
    font-family: 'Open Sans', sans-serif;
    display: table;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.bzn-research-sidebar .bzn-research:hover {
    text-decoration: underline;
}
.bzn-research-sidebar .bzn-research:not(:last-child) {
    margin-bottom: 15px;
}
.bzn-research-sidebar .bzn-research .research-image {
    display: table-cell;
    vertical-align: top;
    width: 75px;
}
.bzn-research-sidebar .bzn-research .research-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 8px;
}
.bzn-research-sidebar .bzn-research .research-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 1.5em;
    max-height: 55px;
    overflow: hidden;
}
.bzn-research-sidebar .bzn-research .research-kicker {
    display: block;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Version 2 */
.bzn-research-sidebar .bzn-research-v2 {
    font-family: 'Open Sans', sans-serif;
    min-height: 125px;
    display: table;
    width: 100%;
}
.bzn-research-sidebar .bzn-research-v2:not(:last-child) {
    margin-bottom: 10px;
}
.bzn-research-sidebar .bzn-research-v2 .research-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 10px;
    text-shadow: 1px 1px 2px #000;
    background: rgba(0,0,0,.2);
    text-decoration: none;
}
.bzn-research-sidebar .bzn-research-v2 .research-content:hover {
    text-decoration: none;
}
.bzn-research-sidebar .bzn-research-v2 .research-title {
    font-size: 18px;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 8px;
    font-weight: bold;
    overflow: hidden;
    max-height: 72px;
}
.bzn-research-sidebar .bzn-research-v2 .research-kicker {
    display: inline-block;
    background: #c10000;
    color: #fff;
    font-weight: 700;
    padding: 2px 6px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


/**
 * CM Brand Spotlight
 */

.bzn-brand-spotlight > a {
    display: block;
    float: left;
    margin-right: 8px;
    height: 75px;
    width: 100px;
}
.bzn-brand-spotlight img {
    margin-bottom: 14px;
    max-width: 100%;
    height: auto;
}
.bzn-brand-spotlight .kicker {
    background: #ee5200;
    color: #fff;
    display: inline;
    font: 700 11px/130% Helvetica,Arial,sans-serif;
    margin-bottom: 4px;
    padding: 3px 5px;
    text-transform: uppercase;
}
.bzn-brand-spotlight h3 {
    font-size: 12px;
    line-height: 150%;
    margin: 0;
    font-weight: 800;
    text-decoration: none;
    font-family: Georgia,Times,Times New Roman,serif;
}
.bzn-brand-spotlight h3 a {
    color: #000;
    text-decoration: none;
}