/* @import so that PostCSS via (postcss-import) can access "variables && custom props" in each of these files */
/* GENERAL */
:root { /* E! Blue */ /* E! Light grey for content ex. title, dates, branded content, bylines etc.  */ /* E! Dark grey for titles */ /* Red */ /* Text Font ex. Content Font */ /* Display Font ex. Titles */
}
/* LAYOUT */
:root {
	/* Left / Right spacing */
	/* Vertical spacing top / bottom */
}
/* 
SPECIFICITY NEEDED, remove once we deprecate the old shows package page 
.hasShowsSubNav #NavR_Header_Layout div#shows-nav 
*/
body {
    min-width: 965px; /* - 15 for the scroll bar */
    overflow-x: hidden; /* To keep category subnav extender from pushing past the page bounds */
}
.lp_wrap,
.hasShowsSubNav #NavR_Header_Layout #shows-nav,
#NavR_Header_Layout #shows-nav .wrapper {
    width: 1280px;
}
.lp_wrap {
    background: #fff;
}
a:-webkit-any-link {
    text-decoration: none;
}
/***********************/
/* Article */
/***********************/
.article-detail {
    position: relative;
    background: #fff;
    padding: 30px 15px 0;
    font-family: 'Lato', Arial, sans-serif;
}
.article-detail * {
    box-sizing: border-box;
}
.article__title {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    text-transform: none;
    display: block;
}
.article__title,
.entry-meta {
    color: #4a4a4a;
}
.e-logo--xs {
    background: url('/resources/images/article/e-logo--xs.png') no-repeat;
    width: 10px;
    height: 29px;
    margin-top: 15px;
}
.article-meta--centered {
    text-align: center;
}
.article-meta--center .article__title,
.article-meta--center .entry-meta {
    margin-bottom: 20px;
}
.article-meta--centered .presented-by--spacing,
.article__banner {
    display: table;
}
.article-meta--centered #article-detail-social-icons {
    height: 30px;
    width: 150px;
}
.article-meta--centered #article-detail-social-icons,
.article-meta--centered .article__banner,
.article-meta--centered .presented-by--spacing,
.article-meta--centered .presented-by__divider {
    margin-left: auto;
    margin-right: auto;
}
.article__banner {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 5px 13px 8px;
}
.article__banner,
.entry-meta {
    margin-bottom: 10px;
}
.article-meta--centered.has-branded-content .entry-meta,
.article-meta--centered .branded-content {
    margin-bottom: 15px;
}
.article__banner--exclusive {
    background: #169fa4;
}
.article__banner--breaking {
    background: #c21a00;
}
.article__banner--update {
    background: #f5a623;
}
.entry-meta {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
}
.entry-meta__author {
    text-transform: uppercase;
}
.entry-meta__time,
.categories,
a.categories__link,
.presented-by__bar,
.branded-content {
    color: #9b9b9b;
}
.entry-meta__time {
	text-transform : capitalize;
}
.branded-content {
    font-size: 15px;
    margin-bottom: 12px;
}
.categories {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}
.categories__label {
    color: #5c5c5c;
}
.tune-in__text {
    font-weight: 900;
    padding-left: 80px;
}
.author-badge {
    margin-right: 10px;
    max-width: 285px;
    max-height: 143px;
    overflow: hidden;
}
.image-button,
.article_pinterest {
    position: absolute;
    background-color: #000;
    display: inline-block;
    padding: 14px 15px 15px;
}
a.image-button--gallery {
    background-image: url('/resources/images/article/gallery_icon_pink_sprite.png');
    background-repeat: no-repeat;
    background-color: #ff24d1;
    background-position: right 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.image__credits {
    position: absolute;
    bottom: -16px;
    line-height: 12px;
    font-size: 10px;
    color: #878787;
    width: 100%;
    text-align: center;
}
.image__credits--right {
    text-align: right;
    bottom: -20px;
}
.article_pinterest {
    bottom: 0;
}
.outbrain__title {
    font-weight: 400;
    font-size: 25px;
    color: #9b9b9b;
    margin-bottom: 15px;
}
body.unselectable {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
/***********************/
/* CALL TO ACTION Specific */
/***********************/
.cta { 
	background:#fbfbfb;
	padding-left:80px;
	position:relative;
}
.cta__thumb, 
.cta__video { 
	float: left;
	overflow:hidden;
	position: relative;
}
.cta__title {
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	line-height:50px;
	color:#666;
	margin-bottom:5px;
	text-transform:none;
	display:block;
}
.cta__thumb { 
	width:150px;
	height:150px;
	margin-right:30px;
}
.cta__video {
	width:192px;
	max-height:108px;
	margin:21px 30px 21px 0;
}
.cta--legacy {
	height:150px;	
}
.cta--legacy .cta__text, 
.fw--md .cta--legacy .cta__text {
	float:none;
	height:100%;
	padding:0;
	max-width:100%;
}
.cta--legacy .cta__text > p { 
	display:table-cell;
}
.cta__text {
	padding: 16px 0 27px 0;
	margin-right:123px;
}
.cta__text,
.cta__text--video {
	max-width:517px;
}
.cta__text--video {
	margin:16px 81px 27px 0;
}
.cta a { 
	color: #0EA8CC;
	font-size : 21px;
	letter-spacing:0.5px;
	line-height:23px;
	font-weight: 700;
	display: block;
}
.cta:hover { 
	background:#dee0e3;
}
.post-content--curtain.cta {
	padding-left:230px;
	padding-right:230px;
}
.post-content--curtain .cta__text {
	margin-right:0;
	max-width:610px;
}
.post-content--curtain .cta__text--video {
	margin-right:0;
	max-width:568px;
}
.presented-by,
.presented-by__bar {
	height:80px; /* it is IMPORTANT we set a height, to maintain ALL scroll calculations when .presented-by__bar is dynamically set to fixed */
	background: #fff;
}
.presented-by { 
	margin-bottom:25px;
	display:none;
}
.presented-by__divider {
	width:105px;
	border:1px solid #979797;
	margin-top: 5px;
}
.presented-by__bar { 
	font-size:18px;
	padding:10px 0;
	z-index: 101;
}
.presented-by--spacing > li {
	margin-right:12px;
	height: 60px;
}
.presented-by--spacing > li:last-child {
	margin-right:0;
}
.presented-by__textbox {
	margin-top: 24px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.presented-by__default-byline-element {
	display: inline-block;
	margin-top: -15px;
}
.presented-by__default-byline-element .e-logo--xs {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	-webkit-transform: translateY(7px);
	        transform: translateY(7px);
}
#mps-presented-by {
	margin-top: 30px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.post-content,
.athena__wrapper .mps-slot--success {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.09;
    margin-bottom: 60px;
    float: left;
    width: 900px;
}
/* Alignment types */
.post-content--centered,
.post-content--curtain,
.fb-comments-container,
.outbrain-widget,
.twitter-tweet,
.u--centered {
    margin-left: auto;
    margin-right: auto;
}
.post-content--curtain,
.post-content--curtain-full,
.post-content--centered {
    float: none;
    clear: both;
}
.post-content--curtain-full {
    width: 100%;
}
.text-block.post-content--curtain {
    width: 790px; /* 1400 & 1280 & 980 framework*/
    padding: 0;
}
.post-content__image {
    position: relative;
}
.post-content__image--centered {
    margin: 0 auto 80px auto;
}
.post-content__image--left {
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 50%;
    position: relative;
}
.post-content.post-content--interstitial {
    float: none;
}
.post-content__social iframe {
    margin: 0 auto !important;
    display: block;
}
.text-block p {
    margin-bottom: 17px;
}
.text-block p:last-child {
    margin-bottom: 0;
}
.post-content--grouped {
    margin-bottom: 30px;
}
.post-content--groupedn-txt .author-badge {
    margin-right: 15px;
}
.text-block,
.athena__wrapper .mps-slot--success {
    padding-left: 80px;
    padding-right: 78px;
}
.athena__wrapper .mps-slot--success {
    min-height: 413px;
}
.text-block a,
.text-block a em,
.v-gallery__post a,
.v-gallery__post a em {
    font-weight: 900;
    color: #0ea8cc;
}
.post-content [class ^='tpContainervideo'],
.post-content .tpPlayer {
    height: 506px !important;
}
.post-content--curtain-full [class ^='tpContainervideo'],
.post-content--curtain-full .tpPlayer {
    height: 720px !important;
}
/* Instagram embed code hack */
.instagram-media {
	position:relative !important;
}
/***************/
/* VIDEO BLOCK */
/***************/
.video__container {
	position: relative;
	background: #f2f2f2;
	clear: both;
}
.video__placeholder-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.video__placeholder-play {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 3;
	background: url('/resources/widgets/images/featuredvideo/play-button-gradient.png') no-repeat center center;
	width: 100%;
	height: 100%;
}
.video-loader--false {
	display: none;
}
.video--dock {
	background: #f6f6f6;
}
.dock {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 350px;
	z-index: 9999;
	color: #fff;
	font-weight: bold;
	line-height: 110%;
}
.dock .PlayerCountdownSkin {
	background-color: #fff;
	opacity: 0.7;
}
.dock__button {
	position: absolute;
	z-index: 10;
	display: block;
	opacity: 1;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	transition: opacity 0.25s ease-in-out;
}
.dock__button--hidden {
	opacity: 0;
}
.touch .dock__button {
	opacity: 1;
}
.dock__close {
	top: -7px;
	right: -7px;
	width: 30px;
	height: 30px;
	background: url(/resources/images/article/close.png) -30px 0 / 60px 30px no-repeat;
}
.dock__move {
	top: 3px;
	left: 5px;
	width: 25px;
	height: 25px;
	background: url(/resources/images/article/move-arrow.png) no-repeat;
}
.touch .dock__move {
	display: none;
}
.dock__title {
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
}
.dock__shadow {
	box-shadow: 0px 0px 10px #888888;
}
.video__arrow--sm {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background-size: 30px 30px;
}
[class ^='tpContainervideo'],
.tpPlayer {
	width: 100% !important;
	z-index: 1;
}
.videoEmbedButton {
	cursor: pointer;
	display: none;
	right: 15px;
	left: inherit;
	z-index: 801;
}
.embedSlateVisible {
	display: none;
}
/***********************/
/* RAIL Specific */
/***********************/
.rail { 
	width:300px;
	margin:0 15px; /* Needed since article-detail has 15px padding on either side */
	visibility: hidden; /* will be visible after dynamically placed */
	font-family: 'Oswald', sans-serif;
}
.rail__mps-ad { min-height:250px; background:#f6f6f6; }
.rail__wrap { position: relative; }
.rail--scrollable {
	position:absolute;
	top:0;
	will-change: top;
}
.rail__item {
	min-height:150px;
	margin-bottom:35px;
	position:relative;
	overflow:hidden;
}
.rail__title {
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	border-bottom:0;
	width:100%;
	padding:20px 10px;
	font-size:22px;
	letter-spacing: 0.05em;
	font-weight:700;
	text-align: center;
	text-transform: uppercase;
	color: #0ea8cc;
	margin:40px 0 10px;
	position:relative;
	opacity:.9;
	overflow:hidden;
	z-index:10;
}
.rail__title-accent {
	background: #0ea8cc;
	bottom: 0;
	height: 6px;
	left: 110px;
	position: absolute;
	width: 77px;
}
.rail__text {
	margin:10px 10px 0;
	line-height:24px;
	font-size:16px;
}
.rail__photo_galleries,
.rail__news {
	max-height: 310px;
}
.rail__videos {
	max-height:279px;
}
.rail__photo-gallery--first,
.rail__news--first {
	max-height:390px;
}
.rail__videos--first {
	max-height:259px;
}
a.rail__link {
	max-height:200px;
	overflow:hidden;
	color:#666;
}
.rail__link--videos {
	max-height:169px;
	position: relative;
}
.rail__arrow, 
.video__arrow--sm { 
	background:url(/resources/images/article/related-video-play.png) no-repeat;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
}
.rail__arrow {
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-30px;
}
/* Vertical Galleries */
.v-gallery__post {
	background: #f7f7f7;
}
.v-gallery__title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 19px;
	text-transform: uppercase;
}
.v-gallery__text {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 4px;
}
.v-gallery__interstitial {
	background: #f2f2f2;
	padding: 25px 0 0 0;
	margin: 20px 0;
}
.v-gallery__interstitial-ad {
	min-height: 90px;
	min-width: 728px;
	display: table;
	margin: 0 auto;
}
.v-gallery__continue-text {
	font-size: 12px;
	color: #a3a3a3;
	font-style: italic;
	text-align: center;
	margin-bottom: 13px;
	position: relative;
}
.v-gallery__continue-text:after {
	content: '';
	width: 14px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	background: url('/resources/images/article/continue-arrow.png') no-repeat;
	display: block;
	font-size: 0;
}
/***********************/
/* SOCIAL ICONS */
/***********************/
div.cs-container { 
	margin-bottom:35px;
	margin-top:10px;
	display: block;
	clear:both;
}
#social-bar--bottom-centered ul {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
div.cs-container ul li { 
	margin-right:10px;
}
div.cs-container ul li:last-child { 
	margin-right: 0;
}
div.cs-container ul li .cs-share { 
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display: block;
	font-size:0;
}
div.cs-container .cs-sharetext {
	display: none;
}
div.cs-container .cs-fb .cs-share {
	background-image: url('/resources/images/svg/social/facebook-2.svg');
}
div.cs-container .cs-fb .cs-share:hover {
	background-image: url('/resources/images/svg/social/facebook-3.svg');
}
div.cs-container .cs-ts .cs-share {
	background-image: url('/resources/images/svg/social/twitter-2.svg');
}
div.cs-container .cs-ts .cs-share:hover {
	background-image: url('/resources/images/svg/social/twitter-3.svg');
}
div.cs-container .cs-gp .cs-share {
	background-image: url('/resources/images/svg/social/gplus-2.svg');
}
div.cs-container .cs-gp .cs-share:hover {
	background-image: url('/resources/images/svg/social/gplus-3.svg');
}
div.cs-container .cs-email .cs-share { 
	background-image: url('/resources/images/svg/mail.svg');
}
div.cs-container .cs-email .cs-share:hover { 
	background-image: url('/resources/images/svg/mail-2.svg');
}
div.cs-container .cs-item {
	margin-left:0 !important; /* Overwrite someone elses !important */
}
div.cs-container .cs-item:last-child,
div.cs-container #email-bttn-article-detail-social-icons { 
	margin:0;
}
div.cs-container #embed-bttn-wrap-article-detail-social-icons,
.u--disabled {
	display: none;
}
/***************************************/
/* ------ 980 Framework Logic -------  */
/***************************************/
/* No longer using media queries, due to the many different business logic
 * requirements which dictate "framework" size aka 980 "look" vs 1280 "look", 
 * which no longer really is dependent on screen size, but on, skins, no skins,
 * locked to 3, IE etc. Rather, we will switch between the 2 frameworks based upon 
 * if its .fw--md (980).
 */
.fw--md .lp_wrap,
.fw--md .hasShowsSubNav #NavR_Header_Layout #shows-nav {
    width: 980px;
}
.fw--md .article__title {
    font-size: 32px;
    letter-spacing: 0.8;
    line-height: 47px;
}
.fw--md .rail.column {
    margin-right: 50px;
}
.fw--md .rail.column--right {
    margin-left: 50px;
}
.fw--md .post-content,
.fw--md .rail {
    margin-bottom: 50px;
}
.fw--md .post-content--grouped {
    margin-bottom: 30px;
}
.fw--md .post-content,
.fw--md .athena__wrapper .mps-slot--success {
    font-size: 17px;
    width: 600px;
}
.fw--md .post-content--curtain-full {
    width: 100%;
}
.fw--md .post-content:last-child {
    margin: 0;
}
.fw--md .text-block,
.fw--md .athena__wrapper .mps-slot--success {
    padding-left: 72px;
    padding-right: 28px;
}
.fw--md .athena__wrapper .mps-slot--success {
    min-height: 278px;
}
.fw--md .text-block.post-content--curtain {
    padding: 0;
}
.fw--md .post-content__image--left {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    float: none;
}
.fw--md .post-content__image--left .image--full {
    margin-right: auto; /* If widh has been dynamically used / needs to be centered */
    margin-left: auto;
}
.fw--md .cols--md-sm .video__container {
    width: 600px;
}
.fw--md .post-content--curtain-full [class ^='tpContainervideo'],
.fw--md .post-content--curtain-full .tpPlayer {
    height: 551px !important;
}
.fw--md .videoEmbedButton {
    right: 15px;
    left: inherit;
}
.fw--md .cta {
    padding-left: 72px;
    height: 100px;
}
.fw--md .cta a {
    font-size: 17px;
    line-height: 20px;
}
.fw--md .cta__title {
    font-size: 24px;
    line-height: 21px;
    margin-bottom: 6px;
}
.fw--md .cta__thumb {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.fw--md .cta__video {
    width: 140px;
    max-height: 79px;
    margin-right: 20px;
    margin-top: 11px;
}
.fw--md .cta__text {
    padding: 12px 0 28px 0;
    margin-right: 28px;
    max-width: 340px;
}
.fw--md .cta--legacy .cta__text {
    max-width: 100%;
}
.fw--md .cta__text--video {
    margin-right: 28px;
    margin-top: 11px;
    max-width: 340px;
}
.fw--md .post-content--curtain.cta {
    padding-left: 80px;
    padding-right: 80px;
}
.fw--md .post-content--curtain .cta__text {
    margin-right: 0;
}
.fw--md [class ^='tpContainervideo'],
.fw--md .tpPlayer {
    height: 338px !important;
}
.fw--md .article-detail .poll-bar.result {
    width: 77%;
}
.fw--md .article-detail .poll-questions label.poll-choice-text p,
.fw--md .article-detail .poll-results-table label.poll-choice-text p {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
}
.fw--md .tune-in__text {
    padding-left: 72px;
}
.fw--md .vrod__download {
    right: 46px;
    bottom: 57px;
}
.fw--md .vrod__button {
    background-size: 115px;
    width: 115px;
    height: 35px;
}
.fw--md .vrod__button--ios {
    background-position: 0 112px;
    margin-bottom: 18px;
}
/* ----- DOCKABLE VIDEO PLAYER override sizing ---- */
.post-content.video--dock,
.post-content .video__container--dock,
.post-content .video__container--dock .tpCards,
.post-content .video__container--dock [id *= 'standby'] {
    height: 506px !important;
    width: 900px !important;
}
.post-content--curtain-full.video--dock,
.post-content--curtain-full .video__container--dock,
.post-content--curtain-full .video__container--dock .tpCards,
.post-content--curtain-full .video__container--dock [id *= 'standby'] {
    height: 720px !important;
    width: 100% !important;
}
.fw--md .video--dock,
.fw--md .video__container--dock,
.fw--md .video__container--dock .tpCards,
.fw--md .video__container--dock [id *= 'standby'] {
    height: 338px !important;
    width: 600px !important;
}
.fw--md .post-content--curtain-full.video--dock,
.fw--md .post-content--curtain-full .video__container--dock,
.fw--md .post-content--curtain-full .tpCards,
.fw--md .post-content--curtain-full [id *= 'standby'] {
    height: 551px !important;
    width: 950px !important;
}
.fw--md .post-content .video__container--dock [id $= 'playButtonHolder'] canvas {
    width: 169px !important;
    height: 169px !important;
}
.fw--md .post-content .video__container--dock [id $= 'playButtonHolder'] {
    margin-left: -84.5px !important;
    margin-top: -84.5px !important;
    line-height: 169px !important;
}
.post-content--curtain-full .video__container--dock [id $= 'playButtonHolder'] canvas,
.fw--md .post-content--curtain-full .video__container--dock [id $= 'playButtonHolder'] canvas,
.post-content .video__container--dock [id $= 'playButtonHolder'] canvas {
    width: 200px !important;
    height: 200px !important;
}
.post-content--curtain-full .video__container--dock [id $= 'playButtonHolder'],
.fw--md .post-content--curtain-full .video__container--dock [id $= 'playButtonHolder'],
.post-content .video__container--dock [id $= 'playButtonHolder'] {
    margin-left: -100px !important;
    margin-top: -100px !important;
    line-height: 200px !important;
}
/* ------------- START min-width: 1400px  ------------- */
@media screen and (min-width: 1400px) {
    .post-content--curtain-full [class ^='tpContainervideo'],
    .post-content--curtain-full .tpPlayer {
        height: 790px !important;
    }

    .post-content--curtain-full.video--dock,
    .post-content--curtain-full .video__container--dock,
    .post-content--curtain-full .video__container--dock .tpCards,
    .post-content--curtain-full .video__container--dock [id *= 'standby'] {
        height: 790px !important;
        width: 100% !important;
    }
}
/* ----- DOCKABLE VIDEO PLAYER override sizing ---- */
.video--dock .dock [class ^='tpContainervideo'],
.video--dock .dock .tpPlayer {
    height: 198px !important;
    width: 350px !important;
}
.video--dock .dock .video__container--dock,
.video--dock .dock .video__container--dock .tpCards,
.video--dock .dock .video__container--dock [id *= 'standby'] {
    height: 198px !important;
    width: 350px !important;
}
.dock [id *= 'standby'] .preview {
    margin-top: 0 !important;
}
.video--dock .dock .video__container--dock [id $= 'playButtonHolder'] canvas {
    width: 99px !important;
    height: 99px !important;
}
.video--dock .dock .video__container--dock [id $= 'playButtonHolder'] {
    margin-left: -49.5px !important;
    margin-top: -49.5px !important;
    line-height: 99px !important;
}
/* ------------- START IPAD  ------------- */
/*
Since we arent actually setting a meta viewport to device width of 768, 
the device width thinks we are at the 980 framework. So media queries wont work using max-width : 768, 
*/
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .post-content--curtain {
        width: 634px;
    }

    .post-content__image--left {
        max-width: 500px;
    }

    .text-block {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        line-height: 35px;
    }

    .author-badge {
        margin-top: 15px;
    }
}
/***********************/
/* Utilities */
/***********************/
.u-lc {
    text-transform: none;
}
.link--full,
.image--full,
.link--full-takeover {
    display: block;
    width: 100%;
    outline: none;
}
.link--full-takeover {
    position: absolute;
    height: 100%;
}
.table__wrapper,
.cta--legacy .cta__text,
.fw--md .cta--legacy .cta__text {
    display: table;
}
.table__inner,
.cta--legacy .cta__text > p {
    display: table-cell;
    vertical-align: middle;
}
.lazy-load__img {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.lazy-load__img.img--is-loaded {
    opacity: 1;
}
.u-relative {
    position: relative;
}
/* @import so that PostCSS via (postcss-import) can access "variables &&
custom props" in this file */
/* GENERAL */
:root { /* E! Blue */ /* E! Light grey for content ex. title, dates, branded content, bylines etc.  */ /* E! Dark grey for titles */ /* Red */ /* Text Font ex. Content Font */ /* Display Font ex. Titles */
}
/* LAYOUT */
:root {
	/* Left / Right spacing */
	/* Vertical spacing top / bottom */
}
.poll {
	min-heighti:250px;
	border: solid 3px #f2f2f2;
}
.poll__title-containter {
	display: table;
	min-height: 100px;
	width: 100%;
}
.poll__title {
    display: table-cell;
    vertical-align: middle;
 	background: #f2f2f2;
	color: #4A4A4A;
	padding:10px 25px;
	font-size:36px;
	line-height: 2.875rem;
	font-weight: 900;
	font-style: italic;
}
.poll__closed {
	text-align:center;
	color:#5f5f5f;
	font-size:16px;
	margin:10px 0;
}
.sub-poll {
	padding:20px 25px;
	color:#000;
	border-bottom:5px solid #f2f2f2;
}
.sub-poll:last-child {
	border-bottom:none;
}
.sub-poll__title {
	font-size: 26px;
    font-weight: 700;
    color: #4A4A4A;
    padding-bottom: 6px;
}
.sub-poll__choice {
	font-size: 18px;
	margin-bottom:5px;
}
.sub-poll__choice:hover .sub-poll__circle {
	background: #0EA8CC;
}
.sub-poll__submit-wrap {
	margin:30px auto 0 auto;
}
.sub-poll__submit {
	width: 100%;
	margin-bottom: 0;
	text-transform: uppercase;
	height: 70px;
	font-weight: 900;
}
.sub-poll__submit:disabled {
	background:#dfdfdf;
	border-color:#dfdfdf;
}
.sub-poll__option-text {
	width:90%; /* fallback */
	width:calc(100% - 30px);
}
.sub-poll__label {
	display:block;
	padding:5px;
	cursor:pointer;
}
.sub-poll__radio {
	position: absolute;
	top:25%;
	left:25%;
	visibility: hidden;
}
.sub-poll__radio:checked + .sub-poll__circle {
	background: #0EA8CC;
}
.sub-poll__circle {
	display:block;
	background:#fff;
	width:30px;
	height:30px;
	border-radius:30px;
	border:1px solid #666666;
	margin-top:10px;
	cursor: pointer;
}
.sub-poll__outline {
	display:block;
	margin:5px;
	padding:0 5px;
}
.sub-poll__percentage {
	font-size: 32px;
	color: #666;
	padding:10px 0 0 10px;
	display:none;
}
.sub-poll__thanks {
	display:none;
}
.sub-poll__form--success .sub-poll__thanks {
	display: block;
	margin: 30px 0 0 0;
	text-align: center;
}
.sub-poll__thanks-title {
	color: #0EA8CC;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 900;
	font-size: 36px;
}
.sub-poll__thanks-msg {
	color: #9B9B9B;
	font-size: 18px;
	margin: 4px 0 0 0;
}
.sub-poll__form--success [id^="recaptcha"] {
	display:none;
}
.sub-poll__form--success .sub-poll__circle {
	border: solid 1px #F2F2F2;
	background: #F2F2F2;
}
.sub-poll__form--success.sub-poll__form--show-result .sub-poll__radio:checked + .sub-poll__circle {
	border:1px solid #666666;
	background: #0EA8CC;
}
.sub-poll__form--success .sub-poll__choice:hover .sub-poll__radio:not(:checked) + .sub-poll__circle {
	background:#F2F2F2;
}
.sub-poll__form--success .sub-poll__option-text {
	width:80%; /* fallback */
	width:calc(85% - 30px);
}
.fw--md .sub-poll__form--success .sub-poll__option-text {
	width:75%; /* fallback */
	width:calc(80% - 30px);
}
.sub-poll__form--success .sub-poll__percentage {
	display:block;
}
.sub-poll__form--success.sub-poll__form--show-result .sub-poll__percentage {
	display: none;
}
.sub-poll__form--success .sub-poll__choice {
	border-bottom: solid 1px #e4e4e4;
}
.sub-poll__form--success.sub-poll__form--show-result .sub-poll__choice {
	border: none;
}
.sub-poll__form--success .sub-poll__submit {
	display:none;
}
/***********************/
/* PRODUCT ITEMS*/
/***********************/
.productitem__img-container {
	text-align: center;
}
.productitem__img {
	width: 540px;
	max-height: 650px;
	margin: 0 auto;
	-webkit-transform: scale(1);
	        transform: scale(1);
	transition: all 200ms ease-out;
  cursor: pointer;
}
.productitem__img:hover {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	transition: all 200ms ease-out;
}
.productitem__price {
	color: #0EA8CC;
	font: 900 36px 'Lato', 'Helvetica', sans-serif;
	letter-spacing: 1.2px;
}
.productitem__brand {
	color: #9B9B9B;
	font: 600 italic 18px 'Lato', 'Helvetica', sans-serif;
	letter-spacing: 1.1px;
}
.productitem__price, .productitem__brand {
	text-align: center;
	margin-top: 20px;
}
.productitem__title {
	width: 540px;
	margin: 10px auto 0px;
}
.productitem__title-text {
	text-align: center;
  color:#4A4A4A;
  font: 700 24px 'Lato', 'Helvetica', sans-serif;
	line-height: 36px;
	letter-spacing: 0.6px;
}
.productitem__description {
	width: 540px;
	margin: 10px auto 0px;
}
.productitem__description-text {
	text-align: center;
	color: #666666;
	font: 400 18px 'Lato', 'Helvetica', 'sans-serif';
	line-height: 28px;
	letter-spacing: 0.2px;
}
.productitem__buybuttoncontainer {
	width: 100%;
	margin-top: 30px;
	height: 50px;
}
.productitem__buybutton {
	height: 45px;
	margin: 0 auto;
	background-color: #0EA8CC;
	border-radius: 6px;
	width: 80%;
	box-sizing: border-box;
	transition: all 200ms ease-out;
  cursor: pointer;
}
#productitem__buybutton {
  width: 200px;
}
.productitem__buybutton-textgroup {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
	transition: all 200ms ease-out;
}
.productitem__buybutton:hover {
	background-color: white;
	border: 2px solid #0EA8CC;
	color: #0EA8CC;
}
.productitem__buybutton-text {
	display: inline;
	text-align: center;
	font: 900 italic 20px 'Lato', 'Helvetica', 'sans-serif';
}
.productitem__buybutton-symbol {
	position: relative;
	top: 2px;
	left: 2px;
	font-size: 22px;
	font-style: regular;
}
.productitem__buybutton-textgroup:hover {
	color: #0EA8CC;
}


/*# sourceMappingURL=article.detail.16.1b18a93a2ab6b0fbe166.css.map*/