/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2013 Schwartzco Inc.
        License: 1502-AFHEEU     
*/

/* --------------------------------------------
   global settings
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body {  /* dp for mobile resets back to 37 */
	font-family: arial, sans-serif;
    /* background: linear-gradient(
        180deg,
        #ec502e 34px,
        rgba(255, 255, 255, 1.0) 34px
    ), no-repeat 0 0 !important; */
	margin: 0px !important; 
	background-image: url("../images/background-5px.gif");
	background-repeat: repeat-x;
}

@media (max-width: 980px) {
	body {  /* dp fix this for mobile reset back to 37 */
		background: linear-gradient(
			180deg,
			#ec502e 37px,
			rgba(255, 255, 255, 1.0) 37px
		), no-repeat 0 0 !important;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@media (max-width: 800px) {
	.image-desktop {
		display: none !important;
	}
}

@media (min-width: 801px) {
	.image-mobile {
		display: none !important;
	}
}



/* --------------------------------------------
   
----------------------------------------------- */
@font-face {
  font-family: 'Lyon Display Web';
  src: url('../fonts/LyonDisplay-MediumItalic-Web.eot');
  src: url('../fonts/LyonDisplay-MediumItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonDisplay-MediumItalic-Web.woff2') format('woff2'),
       url('../fonts/LyonDisplay-MediumItalic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

.LyonDisplay-MediumItalic-Web {
  font-family: 'Lyon Display Web';
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Display Web';
  src: url('../fonts/LyonDisplay-Medium-Web.eot');
  src: url('../fonts/LyonDisplay-Medium-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonDisplay-Medium-Web.woff2') format('woff2'),
       url('../fonts/LyonDisplay-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.LyonDisplay-Medium-Web {
  font-family: 'Lyon Display Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Text Web';
  src: url('../fonts/LyonText-RegularNo2-Web.eot');
  src: url('../fonts/LyonText-RegularNo2-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonText-RegularNo2-Web.woff2') format('woff2'),
       url('../fonts/LyonText-RegularNo2-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.LyonText-RegularNo2-Web {
  font-family: 'Lyon Text Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lyon Text Web';
  src: url('../fonts/LyonText-RegularNo2Italic-Web.eot');
  src: url('../fonts/LyonText-RegularNo2Italic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LyonText-RegularNo2Italic-Web.woff2') format('woff2'),
       url('../fonts/LyonText-RegularNo2Italic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

.LyonText-RegularNo2Italic-Web {
  font-family: 'Lyon Text Web';
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-BoldItalic-Web.eot');
  src: url('../fonts/Graphik-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-BoldItalic-Web.woff2') format('woff2'),
       url('../fonts/Graphik-BoldItalic-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

.Graphik-BoldItalic-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Bold-Web.eot');
  src: url('../fonts/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Bold-Web.woff2') format('woff2'),
       url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Bold-Web {
  font-family: 'Graphik Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

/* --------------------------------------------
   
----------------------------------------------- */
#container {
	max-width: 1100px;
	margin: 0 auto;
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
	#container {
		margin: 0px 20px 0px 20px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
#nav-mobile {
	display: none;
}

@media (max-width: 980px) {
	#nav-mobile {
		display: block;
		position: relative;
		z-index: 200;
	}
}

#nav-mobile-hamburger {
	color: #fff;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-decoration: none !important;
}

#nav-mobile div.menu {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	background: #ec502e;
	padding-bottom: 20px;
	font-family: "Graphik Web", Arial, sans-serif;
	display: none;
}

#nav-mobile ul {

}

#nav-mobile ul.sub {
	margin-top: 20px;
}

#nav-mobile ul li {
	padding-left: 20px;
}

#nav-mobile ul.main li {
	border-bottom: 1px solid #fff;
}

#nav-mobile ul.main li:first-child {
	border-top: 1px solid #fff;
}

#nav-mobile ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}

#nav-mobile ul.main li a {
	font-size: 24px;
	line-height: 60px;
}

#nav-mobile ul.sub li a {
	line-height: 40px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#search-container {
	height: 34px;
	margin-bottom: 25px;  /* was 28 */
}

#search {
	float: right;
	margin-top: 8px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
	#search {
		display: none;
	}
}

#search input, #search button {
	float: left;
}

#search input {
	background: none;
	border: 0;
	width: 333px;  /* DP */
	font-family: "Lyon Text Web", serif;
	font-size: 13px;
	color: #fff;
	outline: none;
	margin-bottom: -2px;
}

@-moz-document url-prefix() {
	#search input {
		width: 339px;
	}
}

#search button {
	background: none;
	border: 0;
	color: #fff;
	transform: scaleX(-1) rotate(180deg);
	font-size: 22px;  /* DP new */
	line-height:20px;  /* DP new */
	/*margin-bottom: -6px;   DP new */
}

/* --------------------------------------------
   
----------------------------------------------- */
#header {
	overflow: hidden;
	margin-bottom: 30px;  /* DP */
}

#header img#logo {
	width: 66%;
	max-width: 663px;  /* DP  was 645 */
    padding-bottom: 16px;  /* DP */
}

@media screen and (min-width: 981px) and (max-width: 1086px) {
	#header img#logo {
		width: 60%;
		max-width: 625px;  /* DP */
	}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#header img#logo {
		width: 60%;
		max-width: 625px;  /* DP */
    	padding-bottom: 2px;  /* DP */
	}
}

@media (min-width: 801px) {
	#header img#logo-mobile {
		display: none;
	}
}

@media (max-width: 800px) {
	#header img#logo {
		display: none;
	}
	#header img#logo-mobile {
		width: 50%;
    	max-width: 220px;
		margin-left: 20px;
	}
}

#nav-highlights {
	float: left;
	clear: left;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 16px;
	/*  width: 60%; DP to add to allow wrapping for longer headlines */
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
	#nav-highlights {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#nav-highlights {
		display: none;
	}
}

@media (max-width: 800px) {
	#nav-highlights {
		display: none;
	}
}

#nav-highlights li {
	float: left;
	margin-right: 27px;
}

#nav-highlights li a {
	color: #000;
}

#tagline {
	float: right;
	padding-top: 12px;  /* DP */
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#tagline {
		float: none;
		clear: left;
		padding-top: 4px;  /* DP */
	}
}

@media (max-width: 800px) {
	#tagline {
		float: none;
		clear: left;
		padding-top: 2px;
	}
}

#tagline p {
	float: left;
	font-family: "Lyon Text Web", serif;
	font-size: 19px;
	letter-spacing: -.1px;
	font-style: italic;
	color: #666;
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#tagline p {
		font-size: 17px;
		font-style: normal;  /* DP */
	}
}

@media (max-width: 800px) {
	#tagline p {
		font-size: 17px;
		font-style: normal;  /* DP */
		margin-left: 20px;
	}
}

#tagline a {
	float: left;
	font-family: "Graphik Web", Arial, sans-serif;
	background: #ec502e;
	color: #fff;
	font-size: 10px;
	padding: 7px 12px;
	text-transform: uppercase;
	margin-left: 107px;
	margin-top: -4px;
	text-decoration: none;
}

#tagline a:hover {
	background: #d44020;
}


@media (max-width: 980px) {
	#tagline a {
		display: none;
	}
}

#nav-meta {
	float: right;
	font-family: "Graphik Web", Arial, sans-serif;	
}

@media screen and (min-width: 801px) and (max-width: 980px) {
	#nav-meta {
		display: none;
	}
}

@media (max-width: 800px) {
	#nav-meta {
		display: none;
	}
}

#nav-meta li {
	float: left;
	margin-left: 17px;  /* DP was 16*/
}

#nav-meta li a {
	font-size: 10px;
	color: #000;
}

/* --------------------------------------------
   
----------------------------------------------- */
.module-row {
	overflow: hidden;
}

.module {
	border-top: 8px solid #000;
	overflow: hidden;
	margin-bottom: 65px;  /*  DP was 75 */
}

@media (max-width: 800px) {
	.module {
		border-top: 12px solid #000;
		padding: 0 20px;
		margin-bottom: 75px;  /*  DP  */
	}
	
	.module-media {
		overflow: visible;
	}
}

.module.no-title {
	padding-top: 15px;
}

.module-onethird {
	width: 32%;
	float: left;
	clear: none;
}

@media (max-width: 800px) {
	.module-onethird {
		width: auto;
		float: none;
		clear: none;
	}
}

.module-onethird:not(:last-child) {
	margin-right: 2%;
}

@media (max-width: 800px) {
	.module-onethird:not(:last-child) {
		margin-right: 0;
	}
}

.module-onethird-ad {
	border-top: none !important;
}

@media (max-width: 800px) {
	.module-onethird-ad {
		margin-bottom: 45px !important;
	}
}

@media screen and (min-width: 501px) and (max-width: 800px) {
	#onethird-ad-image {
		width: 60%;
	}
}

.module-twothirds {
	width: 66%;
	float: left;
	margin-right: 2%;
}

@media (max-width: 800px) {
	.module-twothirds {
		width: auto;
		float: none;
		margin-right: 0;
	}
}

.module .module-head {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 22px;  /* DP */
	margin-bottom: 20px;
}

@media (max-width: 800px) {
	.module .module-head {
		font-size: 32px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

.module img {
	display: block;
	width: 100%;
}

.module .hero {
	width: 66%;  /* DP was 64 */
	float: left;
	padding-right: 2%;
}

.module .hero-wide {
	width: 100%;
	float: none;
	padding-right: none;
}

@media (max-width: 800px) {
	.module .hero {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}

.module .hero img {
	display: block;
}

.module .hero .focus-hero-link > img {
	float: left;
	width: 48.5%;
	margin-right: 22px;  /* DP */
}

@media (max-width: 800px) {
	.module .hero .focus-hero-link > img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.module .hero a.highlight {
	display: block;
	background: #ec502e;
	overflow: hidden;
}

.module .hero a.highlight:hover {
	background: #d44020; /* DP add */
}

@media (max-width: 800px) {
	.module .hero a.highlight {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	.module .hero a.highlight:hover {
		background: #ffffff; /* DP add */
	}
}

@media (max-width: 800px) {
	.module .hero a.highlight {
		background: none;
	}
}

.module .hero a.highlight img {
	width: 100%;
}

.module .hero a.highlight h4 {
	display: block;
	font-family: "Lyon Display Web", serif;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	padding: 20px 20px 12px 20px; /* dp */
}

@media (max-width: 800px) {
	.module .hero a.highlight h4 {
		font-size: 25px;
		line-height: 28px;
		padding: 20px;
	}
}

@media (max-width: 800px) {
	.module .hero a.highlight h4 {
		color: #000;	
	}
}

.module .hero a.highlight:hover h4 {
	/* text-decoration: underline; */
}

@media (max-width: 800px) {
	.module .hero a.highlight:hover h4 {
		text-decoration: underline !important; 
}
}


.module .hero a.highlight div.meta {
	padding: 0 16px 16px 20px;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1.3px;
	color: #999;
	text-transform: uppercase;
	float: left;
}

.module .hero a.highlight div.meta span.byline em {
	font-family: "Lyon Text Web", serif;
	text-transform: none;
	padding-left: 10px; /* DP was 20 */
}

.module .hero a.highlight div.meta, 
.module .hero a.highlight div.meta a {
	color: #fff;
}

@media (max-width: 800px) {
	.module .hero a.highlight div.meta, 
	.module .hero a.highlight div.meta a {
		color: #999;
	}
}

.module .hero a.highlight:hover {
	text-decoration: none;
}

.module .hero a.highlight span.photo-attribution {
	float: right;
	margin-right: 26px;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 10px;
	color: #fab4a5;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

@media (max-width: 800px) {
	.module .hero a.highlight span.photo-attribution {
		display: none;
	}
}

.module .hero-sidebar {
	width: 32%;
	float: right;
	padding-top: 20px;
}

@media (max-width: 800px) {
	.module .hero-sidebar {
		width: 100%;
		float: none;
	}
}

.module .hero-sidebar .story {
	margin-bottom: 15px;
	border-top: 0;
}

.module .hero-sidebar .story .meta {
	padding-top: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
@media (max-width: 800px) {
	/* was full bleed
	.module-media div iframe {
		width: calc(100% + 40px) !important;
		height: calc(100% + 20px) !important;
		margin-left: -20px;
	}
	
	.module-media img {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	*/
	
	.module-media .hero > img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 20px;
	}
	
	.module-media .hero .focus-hero-link > img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 20px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
.module-special .hero > img {
	margin-right: 35px;
}

.module-special .story-hero p {
	font-size: 15px;
}

@media (max-width: 800px) {
	.module-special .story-hero p {
		font-size: 17px;
		line-height: 19px;
	}
}

.module-special .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

.module-special .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

@media (max-width: 800px) {
	.special-section-embed {
		display: none !important;
	}
}

@media (min-width: 801px) {
	.special-section-embed-mobile {
		display: none !important;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
.ad {
	background: #ebebeb;
	text-align: center;
	clear: both;
}

.ad-leaderboard {
	padding: 30px 0;
	margin-bottom: 70px;
}

.ad-square {
	padding: 16px 0;
	margin-top: 30px; /* was 60 */
}

@media (max-width: 800px) {
	.ad-square {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

.ad-square div {
	margin: 0 auto;
}

.ad h5 {
	font-family: "Graphik Web", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 2px;
	color: #999;
}

/* --------------------------------------------
   
----------------------------------------------- */
.story {
	overflow: hidden;
	margin-bottom: 20px;
}

.cjr-one {
	border-top: none !important;  /* DP */  
	margin-top: -22px !important;  /* DP */  
}

.cjr-two {
	
}

.story:not(:first-child) {
	border-top: 1px solid #000;
	padding-top: 20px;
}

.story-light:not(:first-child) {
	border-top-color: #999;
}

a.story-highlight {
	display: block;
    overflow: hidden;
	color: #333;
}

a.story-highlight:hover h2 {
	text-decoration: underline;
}

a.story-highlight:hover {
	text-decoration: none !important;
}

@media (max-width: 800px) {
	.story-light:not(:first-child) {
		margin: 0px -20px 0px -20px;
		padding: 24px 20px 24px 20px;
	}
}

.story-hero, .story-featured {
	border-top: 0 !important;
	padding-top: 0 !important;
}

.story-featured {
	width: 48.5%;
	float: left;
	margin-top: 35px;
}

@media (max-width: 800px) {
	.story-featured {
		width: 100%;
		float: none;
	}
}

.story-featured:nth-child(odd) {
	margin-left: 3%;
}

.story-featured:nth-child(even) {
	clear: left;
}

@media (max-width: 800px) {
	.story-featured:nth-child(odd) {
		margin-left: 0;
	}
}

.story img {
	float: right;
	width: 75px;
}

.mag-cover-tilt {
	width: 60px !important;
	box-shadow: 0px 0px 3px #555;
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
	margin: 4px 14px 8px 10px;
}

.focus-image {
	margin-left: 10px;
	padding-top: 5px; 
}

.story-featured img {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.story h2 {
	font-size: 16px;  /* DP */
	font-family: "Graphik Web", Arial, sans-serif;
}

.story-hero h2, .story-featured h2 {
	font-family: "Lyon Display Web", serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;  /* DP */
}

@media (max-width: 800px) {
	.story-hero h2, .story-featured h2 {
		font-size: 25px;
	}
}

.story-hero h2 {
	font-size: 36px;  /* DP */
	line-height: 40px;
	margin-top: -6px;  /* DP */
}

@media (max-width: 800px) {
	.story-hero h2 {
		font-size: 25px !important;
		line-height: 28px;
		margin-top: 2px;  /* DP */
	}
}

.story h2 a {
	color: #000;
}

.story-light h2 a {
	color: #333;
}

.story-hero p {
	font-family: "Lyon Text Web", serif;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}

.story h3 {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Graphik Web", Arial, sans-serif;
	color: #999;
	letter-spacing: 1.6px;
}

.story h5 {
	float: right;
	width: 70px;
	font-family: "Graphik Web", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;  /* DP */
	padding: 10px;
	color: #fff;
	background: #ec502e;
}

@media (max-width: 800px) {
	.story h5 {
		margin-left: 10px;
		margin-top: 4px;
	}
}


.story .meta {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.story-featured .meta {
	margin-bottom: 10px;
}

.story .meta span.byline em {
	font-family: "Lyon Text Web", serif;
	text-transform: none;
	letter-spacing: 0;
	padding-left: 8px; /* DP was 20 */
}

.story .meta span.byline a {
	color: #999;
}

.story-featured p {
	font-family: "Lyon Text Web", serif;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

/* --------------------------------------------
   
----------------------------------------------- */

.gtc-list li {
    list-style: none;
	/* list-style: decimal; */
    margin-bottom: 18px;
	/* margin-left: 18px; */
}

.gtc-list li:not(:first-child) {
    /* border-top-color: #999; */
	border-top: 1px solid #999;
    padding-top: 20px;
}

.gtc-list li a {
	font-family: "Lyon Text Web", serif;
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
}

@media (max-width: 800px) {
	.gtc-list li:not(:first-child) {
		margin: 0px -20px 0px -20px;
		padding: 24px 20px 24px 20px;
	}
	
	.gtc-list li a {
	    font-size: 17px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
.story-list {
	margin-top: 30px;
	font-family: "Lyon Text Web", serif;
	font-size: 15px;  /* DP */
	line-height: 18px;
}

.story-list li {
	list-style: disc outside;
	margin-left: 18px;
	margin-bottom: 18px;
}

.story-list li a {
	color: #333;
}

/* --------------------------------------------
   
----------------------------------------------- */
a.read-more {
	float: right;
	text-transform: uppercase;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.6px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#newsletter {
	border-top: 1px solid #000;
	padding-top: 5px;
	margin-top: 20px;
}

@media (max-width: 800px) {
	#newsletter {
		margin: 30px -20px 0px -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#newsletter h3 {
	font-size: 10px; /*  5-31-18  */
	text-transform: uppercase;
	font-family: "Graphik Web", Arial, sans-serif;
	color: #999;
	margin-bottom: 8px;
	letter-spacing: 1.3px;
}

@media (max-width: 800px) {
	#newsletter h3 {
		display: none;
	}
}

#newsletter form {
	margin-bottom: 20px;
}

@media (max-width: 800px) {
	#newsletter form {
		display: none;
	}
}

#newsletter form ul {
	margin-bottom: 10px;
}

#newsletter form li {
	font-family: "Lyon Text Web", serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#newsletter form label {
	margin-left: 5px;
}

#newsletter form label a {
	font-weight: bold;
	font-family: "Graphik Web", Arial, sans-serif;
	color: #333;
}

#newsletter form input[type=text] {
	border: 0;
	border-bottom: 1px solid #999;
	font-family: "Lyon Text Web", serif;
	font-size: 14px;
	line-height: 18px;
	color: #ccc;
	width: 75%;
	margin-right: 10px;
}

#newsletter form input[type=email] {
	border: 0;
	border-bottom: 1px solid #999;
	font-family: "Lyon Text Web", serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 75%;
	margin-right: 10px;
}

#newsletter form button {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	background: #333;
	border: 0;
	text-transform: uppercase;
	padding: 0 10px;
	float: right;
}

.mc4wp-form-fields input.button {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	background: #333;
	border: 0;
	text-transform: uppercase;
	padding: 0 10px;
	float: right;	
}

.mc4wp-form-fields input.button:hover {
	background: #777 !important;
}

.mc4wp-alert p {
    color: #f24c2f;
    font-weight: bold;
	display: block;
    margin-top: 10px;
    font-family: "Lyon Text Web", serif;
    font-size: 14px;
    line-height: 18px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#newsletter-mobile {
	display: none;
}

@media (max-width: 800px) {
	#newsletter-mobile {
		display: block;
	}
	
	#newsletter-mobile h2 a {
		display: block;
		color: #ec502e;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
#cjr-highlights h2.module-head {
	display: none;
}

@media (max-width: 800px) {
	#cjr-highlights h2.module-head {
		display: block;
		border-top: 12px solid #000;
		width: calc(100% + 40px);
		margin-left: -20px;
		padding-left: 20px;
		padding-top: 10px; /* DP 8-4 */
	}
}

#cjr-highlights .story:not(:first-child) {
	border-top: 1px solid #000;
	margin-top: 30px; /* DP */
}

@media (max-width: 800px) {
	#cjr-highlights .story:not(:first-child) {
		margin: 30px -20px 0px -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 800px) {
	#cjr-highlights .story img {
		display: none;
	}
}

#cjr-highlights .story h3 {
	font-size: 10px;
	letter-spacing: 1.3px;
	padding-bottom: 4px;
}

#cjr-highlights .story a.cjr-story-link {
	color: #000;
}

#cjr-highlights .story a.cjr-story-link:hover {
	text-decoration: none;
}

@media (max-width: 800px) {
	#cjr-highlights .story h3 {
		padding-bottom: 6px;
	}
}

#cjr-highlights .story h2 {
	font-size: 16px;
	color: #000;
	width: 70%;
}

#cjr-highlights .story a.cjr-story-link:hover h2 {
	
	text-decoration: underline !important;
}

@media (max-width: 800px) {
	#cjr-highlights .story h2 {
		font-size: 18px;
		width: inherit;
	}
}

#cjr-highlights .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

#cjr-highlights .story .cjr-podcast-icon {
	width: 75px;
	height: 64px;
	background: url(../images/icon-podcast-both.png) no-repeat left top;
	background-size: 72px 128px;
	display: block;
	float: right;
    
}

@media (max-width: 800px) {
	#cjr-highlights .story .cjr-podcast-icon {
		display: none;
	}
}


#cjr-highlights .story a.cjr-story-link:hover .cjr-podcast-icon {
	background-position: 0px -64px;
}

#cjr-highlights .story a.cjr-story-link:hover .mag-cover-tilt {
	box-shadow: 0px 0px 10px #555;
}

/* --------------------------------------------
   
----------------------------------------------- */
@media (max-width: 800px) {
	#focus-section {
		overflow: visible;
	}
}

@media (max-width: 800px) {
	#focus-section .story {
		margin-bottom: 25px;
	}
}

#focus-section .hero-sidebar {
	padding-top: 0;
}

#focus-section .hero-sidebar .story {
	margin-bottom: 6px;  /* DP */
}

#focus-section .module .hero > img {
	margin-right: 35px;
}

@media (max-width: 800px) {
	#focus-section .hero .focus-hero-link > img {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 18px;
	}
}

#focus-section .story-hero p {
	font-size: 15px;
}

#focus-section .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

#focus-section .module .hero-sidebar .story .meta  {
	padding-top: 6px;
}

#focus-section .module .hero-sidebar .story h2 {
	font-size: 16px;
}

@media (max-width: 800px) {
	#focus-section .story .meta .byline {
		display: block;
	}
	
	#focus-section .story .meta .byline em {
		padding-left: 0;
	}	
}

@media (max-width: 800px) {
	#focus-section .story-hero h2 {
		font-size: 25px !important;
		line-height: 28px;
		margin-top: 4px;
		margin-bottom: 16px;
	}
	
	#focus-section .story-hero p {
		font-size: 17px;
		line-height: 19px;
	}
	
	#focus-section .story h2 {
		font-size: 18px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
@media (max-width: 800px) {
	#featured {
		overflow: visible;
	}
	
	#featured .story {
		overflow: visible;
	}
	
	#featured .story-featured p {
    	font-size: 17px !important;
		line-height: 19px !important;
	}

	#featured .story-featured img {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	#featured a.read-more {
	    font-size: 17px;
    	letter-spacing: 1.3px;
	}
}

#featured .module-head {
	margin-bottom: 0;
}

#featured .story-featured img {
	margin-bottom: 14px;  /* DP */
}

#featured .read-more {
	clear: both;
	margin-top: 25px;  /* DP was 20 */
	font-size: 13px;
	letter-spacing: 1.3px;
}

#featured .story-featured .meta {
	margin-bottom: 16px;
}

#featured .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

#featured .story-featured p {
	font-size: 15px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#social {
	text-align: center;
	font-size: 25px;  /* DP */
}

@media (max-width: 800px) {
	#social {
		font-size: 40px;
		margin-top: 20px;
	}
}

#social li {
	display: inline;
}

#social li:not(:last-child) {
	margin-right: 10px;
}

#social li a {
	display: inline;
	color: #999;
	text-decoration: none;
}

#social li a:hover {
	color: #666;
}

/* --------------------------------------------
   
----------------------------------------------- */
#twitter-feed {
	overflow: hidden;
}

#twitter-feed ul {

}

#twitter-feed ul li {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 23px;
	font-family: "Lyon Display Web", serif;
	font-size: 16px;
	color: #333;
}

#twitter-feed ul p {

}

#twitter-feed ul blockquote > a {
	display: block;
	font-family: "Graphik Web", Arial, sans-serif;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 8px;
}

#twitter-feed a.read-more {
	margin-top: 15px;  /* DP was 35 */
	margin-bottom: 45px;  /* DP was 65 */
}

/* --------------------------------------------
   
----------------------------------------------- */
#module-recent-popular-stories {
	border-top: 0;
}

@media (max-width: 800px) {
	#module-recent-popular-stories {
		width: auto;
	}
}
	
#module-recent-popular-stories h2.module-head {
	display: none;
}

@media (max-width: 800px) {
	#module-recent-popular-stories h2.module-head {
		display: block;
		border-top: 12px solid #000;
		margin-left: -20px;
		padding-left: 20px;
		width: calc(100% + 20px);
		margin-top: 60px;
	}
}

#module-recent-popular-stories .module-head-toggle {
	overflow: hidden;
	margin-bottom: 25px;
	display: flex; /* DP add */
}

@media (max-width: 800px) {
	#module-recent-popular-stories .module-head-toggle {
		display: none;
	}
}

#module-recent-popular-stories .module-head-toggle a {
	float: left;
	width: 50%;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 22px;  /* DP */
	color: #000;
	border-top: 8px solid #000;
	padding-bottom: 5px;
}

#module-recent-popular-stories .module-head-toggle a:first-child.active {
	width: calc(50% - 1px);
	border-right: 1px solid #000;
	height: 27px;
	/* text-decoration: none; */
}

#module-recent-popular-stories .module-head-toggle a:last-child.active {
	width: calc(50% - 1px);
	border-left: 1px solid #000;
	height: 27px;
	/* text-decoration: none; */
	margin-left: -1px;
}

@-moz-document url-prefix() {
	#module-recent-popular-stories .module-head-toggle a:first-child.active {
		height: 28px;
	}
	#module-recent-popular-stories .module-head-toggle a:last-child.active {
		height: 28px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1020px) {
	#module-recent-popular-stories .module-head-toggle a {
		font-size: 16px;
		line-height: 26px;
	}
	
	@-moz-document url-prefix() {
		#module-recent-popular-stories .module-head-toggle a:first-child.active {
			height: 27px;
		}
		#module-recent-popular-stories .module-head-toggle a:last-child.active {
			height: 27px;
		}
	}
} 


#module-recent-popular-stories .module-head-toggle a:not(:first-child) span {
	padding-left: 8px;
}

#module-recent-popular-stories .module-head-toggle a.inactive {
	color: #999;
	border-bottom: 1px solid #000;
	border-top-color: #dadada;
}

#module-recent-popular-stories .stories.inactive {
	display: none;
}

@media (max-width: 800px) {
	#module-recent-popular-stories .stories {
		display: block !important;
	}
}

#module-recent-popular-stories .story h2 {
	font-family: "Lyon Text Web", serif;
	margin-bottom: 6px;  /* DP */
	font-size: 15px;
}

@media (max-width: 800px) {
	#module-recent-popular-stories .story h2 {
		font-size: 17px;
		padding-bottom: 6px;
	}
}

#module-recent-popular-stories .read-more {
	margin-top: 25px;  /* DP was 30 */ 
}

#module-recent-popular-stories .story .meta {
	font-size: 10px;
	letter-spacing: 1.3px;
}

@media (max-width: 800px) {
	#module-recent-popular-stories .story .meta {
		font-size: 11px;
		letter-spacing: 1.3px;
		margin-top: -8px;
	}
}

#module-recent-popular-stories a.read-more {
	font-size: 13px;
	letter-spacing: 1.3px;
}

.read-more-recent-mobile {  /* DP */
	display: none; 
}

.read-more-popular-mobile {  /* DP */
	display: block; 
}

.read-more-popular-hide {  /* DP */
	display: none; 
}

@media (max-width: 800px) {
	#module-recent-popular-stories a.read-more {
		font-size: 17px;
	}
	
	.read-more-recent-mobile {  /* DP */
		display: block; 
	}
	
	.read-more-popular-mobile {  /* DP */
		display: none; 
	}
}


/* --------------------------------------------
   
----------------------------------------------- */
#subscribe {
	overflow: hidden;
	margin: 0 auto;
	width: 80%; /* DP was 85% */
	margin-top: 50px;
}

@media (max-width: 800px) {
	#subscribe {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

#subscribe a {
	float: left;
	font-family: "Graphik Web", Arial, sans-serif;
	line-height: 40px;
	color: #fff;
	background: #464646;
	text-transform: uppercase;
	font-size: 20px;
	padding: 6px 30px;
	margin-right: 30px;
	text-decoration: none;
}

#subscribe a:hover {
	background: #777 !important;
}

@media (max-width: 800px) {
	#subscribe a {
		float: none;
		display: inline;
		background: none;
		color: #ec502e;
		line-height: 22px;
		padding: 0;
		margin: 0;
		text-transform: none;
	}
}

#subscribe p {
	float: left;
	white-space: nowrap;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 17px;
	line-height: 46px;
	color: #333;
}

@media (max-width: 800px) {
	#subscribe p {
		float: none;
		display: inline;
		white-space: normal;
		font-size: 20px;
		line-height: 22px;
	}
}

.magazine-archive-link {
	display: none; /* DP */
}

@media (max-width: 800px) {  /* DP */
	.magazine-archive-link {
		border-top: 1px solid #000;
		padding: 25px 20px 0px 20px;
		margin: 50px -20px 0px -20px;
		display: block; 
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
#cover-list {
	padding: 20px 50px 0 50px;
}

@media (max-width: 800px) {
	#cover-list {
		padding: 0px 50px 0 50px;
	}
}

#cover-list li {

}

#cover-list li a {

}

#cover-list li a:hover {
	text-decoration: none;
}

#cover-list li a:hover p {
	text-decoration: underline;
}

#cover-list li img {
	width: 230px;
	box-shadow: 2px 2px 2px #999;  /* DP 8-4 */
}

@media (max-width: 800px) {
	#cover-list li img {
		width: 180px;  /* DP  was 190 8-4 */
		box-shadow: none;  /* DP 8-4 */
	}
}

#cover-list li div.meta {
	font-family: "Graphik Web", Arial, sans-serif;
	color: #999;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: normal;
	padding-bottom: 5px;
}

#cover-list li div.meta span {
	text-transform: uppercase;
}

#cover-list li p {
	font-family: "Lyon Text Web", serif;
	color: #333;
	font-size: 15px;
	letter-spacing: normal;
}

#cover-list a.slick-arrow {
	position: absolute;
	top: 60px;
	z-index: 101;
	font-size: 130px;
	color: #999;
}

@media (max-width: 800px) { /* DP 8-4 */
	#cover-list a.slick-arrow {
		top: 80px;
		z-index: 101;
		font-size: 90px;
		font-weight: bold;
	}
}

#cover-list a.slick-arrow:hover {
	text-decoration: none;
}

#cover-list a.slick-prev {
	left: 0px;
	content: "<";
}

#cover-list a.slick-next {
	right: 0px;
}

/* --------------------------------------------
   
----------------------------------------------- */
#breaking {
	padding-top: 10px;  /* DP */
	margin-bottom: 42px;  /* DP */
}

#breaking h3 {
	font-family: "Lyon Display Web", serif;
	font-style: italic;
	font-size: 35px;  /* DP */
	line-height: 38px;  /* DP */
	color: #333;
}

@media (max-width: 800px) {
	#breaking h3 { 
		font-size: 25px;
		line-height: 28px;
	}
}

#breaking a {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;  /* DP */
	color: #999;
}

@media (max-width: 800px) {
	#breaking a { 
		font-size: 16px;
		line-height: inherit;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */

#membership-promo {
	background: #ec502e;
	overflow: hidden;
	margin-top: 0px;  /* DP was 60 */
}

@media (max-width: 800px) {
	#membership-promo {
		width: inherit;
		/* margin-left: -20px; */
		margin: 50px -20px 0px -20px;
	}
}

#membership-promo h3 {
	color: #fff;
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 22px;
	margin-bottom: 16px;
}

@media (max-width: 800px) {
	#membership-promo h3 {
		font-size: 30px;
	}
}

#membership-promo p {
	color: #000;
	font-family: "Lyon Text Web", serif;
	font-size: 15px;
	margin-bottom: 20px;   /* DP this was off */
}

@media (max-width: 800px) {  /* DP */
	#membership-promo p {
		font-size: 17px;
	}
}

#membership-promo span.read-more {
	float: right;
    text-transform: uppercase;
    font-family: "Graphik Web", Arial, sans-serif;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: 1.3px;
}

@media (max-width: 800px) {  /* DP */
	#membership-promo span.read-more {
		font-size: 17px;
		margin-bottom: 14px;
	}
}

#membership-promo a.membership-promo-highlight {
	display: block;
	background: #ec502e;
	padding: 24px;
	overflow: hidden;
}

#membership-promo a.membership-promo-highlight:hover {
	background: #d44020; /* DP add */
}

a.membership-promo-highlight {
	display: block;
    overflow: hidden;
	color: #ffffff;
}

a.membership-promo-highlight:hover {
	text-decoration: none !important;
}


#membership-promo .story-list {
	font-size: 15px;
}


/* --------------------------------------------
   
----------------------------------------------- */
#module-verticals a.read-more {
	margin-top: 25px;  /* DP was 32 */
}

@media (max-width: 800px) {
	.story-list {
		font-size: 17px;
		line-height: 19px;
		margin-top: -4px;
	}
	
	a.read-more {
		font-size: 17px;
		/* color: #999; */
		letter-spacing: 1.3px;
	}
}

/* --------------------------------------------
   
----------------------------------------------- */
#footer {
	background: #000;
	color: #fff;
	padding-top: 68px;
	padding-bottom: 68px;
	overflow: hidden;
}

#footer-inner {
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	#footer-inner {
		margin-top: -50px;
	}
}


@media screen and (min-width: 801px) and (max-width: 1100px) {
	#footer-inner {
		margin: 0px 20px 0px 20px;
	}
}

#footer div.logo img {
	max-width: 440px;
}

@media (max-width: 800px) {
	#footer div.logo img {
		width: 95%;
	}
}

@media (max-width: 800px) {
	div.logo {
		padding: 20px;
	}
}

@media (max-width: 800px) {
	#footer div.logo h2 {
		font-size: 50px;
		padding-left: 20px;
	}
}

#footer div.logo p {
	font-family: "Lyon Text Web", serif;
	font-style: italic;
	font-size: 19px;
	padding-top: 10px;
}

@media (max-width: 800px) {
	div.logo p {
		font-size: 20px;
	}
}

#footer div.lists {
	width: 66%;
	float: left;
	padding-right: 2%;
	margin-top: 30px;
}

@media (max-width: 800px) {
	#footer div.lists {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}

#footer .list {
	float: left;
	width: 32%;
	margin-left: 2%;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-bottom: 35px;
	min-height: 96px;
}

@media (max-width: 800px) {
	#footer .list {
		float: none;
		width: 100%;
		margin-left: 20px;
		margin-bottom: 18px;
		border-top: 0;
	}
}

#footer .list:nth-child(3n+1) {
	margin-left: 0;
}

@media (max-width: 800px) {
	#footer .list:nth-child(3n+1) {
		margin-left: 20px;
	}
}

#footer .list h3 {
	font-family: "Graphik Web", Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 5px;
}

@media (max-width: 800px) {
	#footer .list h3 {
		margin-right: 20px;
	}
}

@media (max-width: 800px) {
	#footer .list h3 {
		font-size: 32px;
		line-height: 40px;
	}
}

#footer .list ul {
	font-family: "Lyon Text Web", serif;
	font-size: 15px;
	line-height: 18px;
}

@media (max-width: 800px) {
	#footer .list ul {
		font-size: 20px;
		line-height: 22px;
	}
}

#footer .list li a {
	color: #fff;
}

#footer div.statement {
	float: right;
	width: 31%;
	font-family: "Lyon Text Web", serif;
	color: #999;
	font-size: 15px;
	margin-top: 30px;
}

@media (max-width: 800px) {
	#footer div.statement {
		display: none;
	}
}

#footer div.copyright {
	font-family: "Lyon Text Web", serif;
	font-size: 19px;
	font-style: italic;
	color: #6e6e6e;
	clear: both;
	padding-top: 40px;
}

@media (max-width: 800px) {
	#footer div.copyright {
		
	}
}

@media (max-width: 800px) {
	#footer div.logo p {
		font-size: 17px;
		font-style: normal;
		padding-top: 8px;
	}
	
	#footer .list h3 {
		font-size: 17px;
		line-height: 31px;
	}
	
	#footer .list ul {
		font-size: 17px;
		line-height: 31px;
	}
	
	#footer div.copyright {
		font-size: 17px;
		padding-left: 20px;
	}
	
	#footer .copyright-mobile {
		display: block;
	}
}


/*  New TNG Mini verticals  */


.module-tng {
    display: flex;
    width: 100%;
} 

.module-onethird-grey {
    background: #ebebeb;
    border-top: none;
    flex: 1;
    position: relative;
}

.module-onethird-grey-inner {
    padding: 15px 15px 80px 15px;

}

.tng-header {
    margin: 10px 0px 0px 0px;
}

h2.tng-mini {
    font-family: "Lyon Text Web", serif;
    margin-bottom: 6px;
    font-size: 15px;
}

.tng-story-light {
    border-top: none !important;
    margin: 0px 0px 0px 0px;
}

.read-more-tng {
    margin: 45px 0px 20px 0px !important;
    color: #f24c2f !important;
    position: absolute;
    bottom: 0; 
    right: 15px; 
}

.tng-h3-second {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}
    
.tng-sidebar-text {
    font-family: 'Lyon Text Web';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 10px 0 14.4px !important;
    display: block;
}

@media screen and (max-width: 800px) {

    .module-tng {
        display: block;
    }

    .module-onethird-grey-inner {
        padding: 15px 0px 80px 0px;
    } 

    .tng-story-light {
        padding: 24px 20px 0px 20px !important;
    }
    
    h2.tng-mini {
        font-size: 17px;
        /* padding-bottom: 6px; */
    }

    .read-more-tng {
        right: 20px; 
    }

}

