.news-hero__item--podcast {
    padding: 1.5rem 1rem;
	background-color: #222641;
	color: white;
	margin-top: 20px;
    border-bottom: 0;	
}

.news-hero__item--podcast h3 {
	font-size: 1.25rem;
}

.news-hero__item--podcast .news-hero__title > a {
	color:white;
}

/* SPECIAL REPORTS */
.article__body ul.nav.nav-pills {
	border-top: 1px dotted #d4d4da;
	border-bottom: 1px dotted #d4d4da;
    margin: .75rem 0 .75rem 0;
    padding: .25rem 0 .25rem 0;
}

.article__body ul.nav.nav-pills li a {
	border-bottom:none;
}

/* FULL WIDTH ARTICLE PAGE */

.article.full-width {
	width: 76rem;
}

@media screen and (min-width: 1999px) {
	.article.full-width {
		width: 63rem;
	}
}

@media screen and (max-width: 991px) {
	.article.full-width {
		width: 100%;
	}
}

/* MOST MARKETABLE */

.article__body .contract_details {
    float: right;
    width: 280px;
    margin: 0 0 10px 10px;
    font-size: 1.1rem;
    background-color: #fed321;
    padding: 0 20px;
}
.article__body .contract_details p {
	font-size:1.1rem;
}
.article__body .contract_details ul li {
	font-size:1.1rem;
}		
input {
	z-index:0 !important;
		}
		
/* FEATURE EVENT BLOCKS */
.feature__item--live .feature__title {
    text-transform: none !important;
}


/* MODALS */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#daily-newsletter-signup body.modal-open { overflow:inherit; padding-right:inherit !important; } /* FIXES BUG */

#daily-newsletter-signup .modal-content.landscape {
    background: #000 url("assets/img/popups/daily_deal_600x400_v2.png") no-repeat right top;
	background-size:cover;
    color: white;
}

#daily-newsletter-signup .modal-content.portrait {
    background: #000 url("assets/img/popups/daily_deal_400x600_v1.png") no-repeat right top;
	background-size:cover;
    color: white;
}


#daily-newsletter-signup .close {
	color:white;
}

#daily-newsletter-signup .spm_newsletter .modal-content {
	border-radius: 0;
}

#daily-newsletter-signup .spm_newsletter .modal-header {
    padding: 15px 15px 0 0;
}

#daily-newsletter-signup .spm_newsletter .modal-title {
	line-height:1.1em;
}

@media only screen and (max-width: 420px)  {
	{!-- 
	#daily-newsletter-signup .modal-content {
		background: #000 url("assets/img/popups/daily_deal_400x600_v1.png") no-repeat center top;
		background-size:cover;
    	color: white;
	}
	--}
}



.modal-header {
	border-bottom: none;
}

.modal {
    padding-right: 0px !important; /* Fix for adding extra padding when fade class is applied */
}

{!--
.article__image.body-element img {
	max-width: 630px;
	width: 100%
}
--}

.article__image ~ p.caption {
    text-align: center;
}

.feature__item--live .feature__title {
    font-size: 3.5rem;
}

/* EXTENDED FOOTER */
.footer {
	padding: 2rem 1rem;
	background: #f0f2f6;
	background: #1D1D1E;
	color: #f0f2f6; 
}
.footer a {
	color: #f0f2f6;;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
	margin: 5px 0 5px;
}
.footer h3 {
	font-size: 1.5rem;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: 700;
}
.footer > li > a {
	display: block;
	padding: .5rem;
	line-height: 3rem;
	color: #57575B;
	transition: all .2s;
}
.footer .primary-navigation__main {
	border-top: 1px solid #cdcdcd;
	padding: 0;
	margin: 10px 0 0 0;
}
.footer ul {
}
.footer ul > li:first-child { 
	padding-left:0;
}
.footer ul > li > a > i {
	border: 1px solid #CDCDCD;
	border-radius: 20px;
	background: #CDCDCD;
}
.footer ul > li > a > i.fa-twitter {
	padding: 10px;
}
.footer ul > li > a > i.fa-facebook {
	padding: 10px 13px;
}
.footer ul > li > a > i.fa-linkedin {
	padding: 10px 11px;
}
.footer .primary-navigation__main > li {
	padding-top: 5px;
}
@media screen and (min-width: 767px) {
	.footer > div > div {
		min-height: 270px;
	}
}
@media screen and (max-width: 767px) {
	.footer > div > div:first-child {
		min-height: 270px;
	}
}



.ss_newsletter {
	font-size: 1.5rem;
	font-family: "kepler-std-subhead",Georgia,serif;
}
.ss_newsletter .container {
	border-top: 5px solid #1D1D1E;
}
.ss_newsletter form {
	font-size: 15px;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	color: #3E3E42;
	margin-bottom: 30px;
}
.ss_newsletter button {
	background: #1D1D1E;
	color:white;
}

@media screen and (max-width: 767px) {
	.ss_newsletter p {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 1199px) {
	.advert__mpu {
		margin-left:0;
	}
}

/* AUXILLARY CSS */
.margin-bottom-100 {
	margin-bottom:100px;
}
.margin-bottom-80 {
	margin-bottom:80px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-15 {
	margin-bottom:15px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-5 {
	margin-bottom:5px;
}

.margin-top-100 {
	margin-top:100px;
}
.margin-top-80 {
	margin-top:80px;
}
.margin-top-60 {
	margin-top:60px;
}
.margin-top-50 {
	margin-top:50px;
}
.margin-top-40 {
	margin-top:40px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-5 {
	margin-top:5px;
}