.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;
}

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

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

.news-hero__item--feature .news-hero__title > a {
	color:#111111;
}

/* SIDEBAR WIDGET */
.sidebar .article-widget .most-popular {
  counter-reset: item; }

.sidebar .article-widget .most-popular .list {
  margin-bottom: 0; }

.sidebar .article-widget .most-popular .list .list-item {
  position: relative;
  list-style-type: none;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 1rem;
  margin-left: 1rem; }

.sidebar .article-widget .most-popular .list .list-item:before {
  counter-increment: item;
  content: counter(item);
  font-size: 1.4rem;
  font-weight: 700;
  background: #00a17e;
  padding: 0.2rem 0.8rem;
  color: white;
  position: absolute;
  left: -55px;
  top: 0px; }

.sidebar .article-widget .most-popular .list > a:last-child .list-item {
  border-bottom: none; }

.sidebar .article-widget .most-popular .list a {
  color: #2c2c2c; }

.sidebar .article-widget .most-popular .list .list-item h4 {
  font-size: 1.0rem;
  font-weight: 500; }


/* 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;
}

/* SITE WIDE */
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logo {
	text-align:center;
	
}
.logo img {
	/* background: #3A6F9A; */
	vertical-align: middle;
	max-height: 300px;
	max-width: 300px;
	min-width:200px;
	width:100%;
	display:inline-block;
}
img.grayscale.disabled {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* EVENTS PAGE */
.event-wrapper {
	border: 1px solid #EFEFEF;
	padding:30px;
	position:relative;
}
.event-wrapper a {
	text-decoration:none;
	color:inherit;
    border-bottom: none;
}
.event-wrapper a:hover img {
	filter: url(data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&ltâ€¦ 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
	-webkit-filter: grayscale(0%);
}


/* CORNER RIBBONS */
.corner-ribbon-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    top: -5px;
}
.corner-ribbon{
	width: 250px;
	background: #e43;
	position: absolute;
	top: 50px;
	left: -50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 99;
}

/* Custom styles */
.corner-ribbon.sticky{
	position: fixed;
}
.corner-ribbon.shadow{
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */
.corner-ribbon.top-left{
	top: 50px;
	left: -50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right{
	top: 50px;
	right: -50px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left{
	top: auto;
	bottom: 50px;
	left: -50px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
	top: auto;
	right: -50px;
	bottom: 50px;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/* 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-30 {
	margin-bottom:30px;
}
.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-30 {
	margin-top:20px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-5 {
	margin-top:5px;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


.feature__content p {
	font-size: 1.2rem;
}
.feature__title a {
    font-size: 2rem;
}
.btn-dark {
    font-size: 1rem;
}
.btn-light {
    font-size: 1rem;
}
.sign-up-link {
 	font-weight: 700;
 }
.btn-capture {
	min-width: 14rem;
	border-color: #fed221;
	background-color: #fed221;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.btn-capture:hover {
	background-color: #333333;
	border-color: #333333;
	color:#FFFFFF;
}

.sidebar h2 {
	font-weight: 700;
	font-size: 1.8rem;
	padding: 0rem 1rem;
	margin-bottom: 0;
}

.sidebar__article {
	position:relative;
}
.sidebar__article .count {
	position: absolute;
	top:0.75rem;
	left:0.75rem;
	padding: 0 0.6rem;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #fed213;
	max-width: 2rem;
}