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

body {
    margin: 0;
}

#campaign-page {
    font-family: 'Roboto', Arial, san-serif;
    font-size: 16.67px;
    font-weight: 400;
    line-height: 29px;
    color: #303030;
    text-transform: none;
    text-decoration: none;
    width: 920px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#campaign-page p {margin: 0 0 15px 0;}

#campaign-page .headerBanner {
    display: block;
    background: url(../images/20161116_sampleprep-CL-story-header.jpg) no-repeat;
    font-family: 'Roboto Condensed', Arial, san-serif !important;
    text-decoration: none;
    height: 351px;
}

#campaign-page .headerBannerLogo {
    margin: 90px 0 11px 30px;
}

#campaign-page .headerBannerYellow {
    font-size: 38px;
    font-weight: 700 !important;
    line-height: 40px;
    color: #ffcc00;
    margin: 0 0 55px 30px;
    text-transform: uppercase;
}

#campaign-page .headerBannerWhite {    
    font-family: 'Roboto Condensed', Arial, san-serif !important;
    font-size: 25px;
    font-weight: 300 !important;
    line-height: 33.33px;
    color: #ffffff;
    margin: 0 0 0 30px;
    overflow: auto;
    word-wrap: break-word;
    color: #fff;
}

#campaign-page .h2 {
    font-family: 'Roboto Condensed', Arial, san-serif !important;
    color: #0085D5;
    font-size: 33px;
    font-weight: 900 !important;
    line-height: 38px;
    margin: 0 0 10px 0;
    overflow: inherit;
    word-wrap: break-word;
}

#campaign-page .h2.black {
    color: #000;
    font-size: 33px;
    font-weight: 300 !important;
}

#campaign-page .h3 {
    font-family: 'Roboto Condensed', Arial, san-serif !important;
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 38px;
    margin: -5px 0 40px 0;
    overflow: auto;
    word-wrap: break-word;
}

#campaign-page a:link, #campaign-page a:visited, #campaign-page a:active {
    color: #0085D5;
    text-decoration: none;
}

#campaign-page a:hover {
    color: #0b6092;
    text-decoration: underline;
}

#campaign-page .cta-button a:link, #campaign-page .cta-button a:visited, #campaign-page .cta-button a:active,
#campaign-page .cta-button-secondary a:link, #campaign-page .cta-button-secondary a:visited, #campaign-page .cta-button-secondary a:active {
    font-family: "Roboto Condensed", Arial, san-serif;
    font-weight: 400 !important;
    color: #ffffff !important;
    background-color: #0085d5;
    clear: both;
    display: inline-flex;
    margin-top: 0px;
    text-transform: none;
    text-decoration: none !important;
}

#campaign-page .cta-button a:link, #campaign-page .cta-button a:visited, #campaign-page .cta-button a:active {
    font-size: 15px;
    line-height: 100%;
    padding: 14px 18px;
    margin-bottom: 15px;
}

#campaign-page .cta-button-secondary a:link, #campaign-page .cta-button-secondary a:visited, #campaign-page .cta-button-secondary a:active {
    font-size: 18px;
    line-height: 100%;
    padding: 12px 16px;
    margin-bottom: 0;
}

#campaign-page .cta-button a:hover, #campaign-page .cta-button-secondary a:hover {
    background-color: #0b6092;
    text-decoration: none !important;
}

#campaign-page .contentarea {
    font-family: 'Roboto', Arial, san-serif;
    padding: 20px 30px 20px 30px;
    clear: both;
    display: inline-flex;
    flex-wrap: wrap;
}

#campaign-page .contentarea ul {
    padding: 0 0 20px 20px;
    margin: 0;
}

#campaign-page .contentarea li {
    margin: 0 0 5px 0;
}

#campaign-page .mediaspecs {
    font-family: 'Roboto', Arial, san-serif;
    font-size: 12px;
    line-height: 16px;
    color: #5a6772;
    font-weight: 300;
    margin: 0 0 15px 0;
}

#campaign-page .mediaspecs span {
    color: #303030;
    font-weight: 400;
    margin: 0 5px;
}


#campaign-page .two-column-left {
    float: left;
    width: 570px;
    margin-right: 20px;
}

#campaign-page .two-column-right {
    float: left;
    width: 270px;
}

#campaign-page .three-column-left {
    float: left;
    width: 270px;
    margin-right: 25px;
}

#campaign-page .three-column-right {
    float: left;
    width: 270px;
}

#campaign-page .teaserbox {
    width: 270px;
    background-color: #edeff0;
    color: #000000;
    font-size: 16.67px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
}

#campaign-page .teaserwrapper {padding: 10px 20px 20px 20px;}

#campaign-page .teaserbox span {
    font-family: 'Roboto Condensed', Arial, san-serif !important;
    color: #000000;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    overflow: auto;
    word-wrap: break-word;
}

#campaign-page .teaserbox p {margin: 0 0 10px 0;}

#campaign-page .product-label {
    font-family: 'Roboto', Arial, san-serif;
    color: #5a6772 !important;
    display: block;
    clear: both;
    margin: 10px 30px 30px 30px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
}

#campaign-page .three-column-left .teaserbox,
#campaign-page .three-column-right .teaserbox {
    min-height: 400px;
}

#campaign-page .three-column-left .teaserbox .cta-button-secondary,
#campaign-page .three-column-right .teaserbox .cta-button-secondary {
    position: absolute;
    bottom: 20px;
}

#campaign-page #vplayer-container h2 {
    background-color: #0085D5;
}






