 /* CSS Document */
* {
    box-sizing: content-box;
}
html, body, p, ul, li, form, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
}
html, body {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
	color: inherit;
}
.desktop-res {
	display: block;
}
.mobile-res, .tablet-res {
	display: none;
}
#header, #navigation, #site, #footer {
    position: relative;
}
#header {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header.cookie-bar {
	margin-top: 38px;
}
#supernav {
	position: fixed;
	top: -100px;
	width: 100%;
	height: 90px;
	background: #002b51;
    background: -webkit-linear-gradient(left top, #002b51, #255a98);
    background: -o-linear-gradient(bottom, #002b51, #255a98);
    background: -moz-linear-gradient(bottom, #002b51, #255a98);
    background: linear-gradient(to bottom , #002b51, #255a98);
	z-index: 101;
	-webkit-transition: top 1s;
    transition: top 1s;
}
#supernav .widthCont {
    width: 1100px;
    margin: 0px auto;
    position: relative;
}
#supernav #background-line {
	position: absolute;
	top: 77px;
	left: 0;
	width: 21.1%;
    height: 7px;
	background-color: #EA203A;
    z-index: 0;
}
#supernav .large-logo {
	position: absolute;
	top: 0;
}
#supernav .large-logo img {
	width: 250px;
	margin: 10px 0 0 0;
}
#supernav .header-sub-promo {
	height: 90px;
}
#supernav .header-sub-promo .links {
	float: none;
	width: 220px;
	text-align: right;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#supernav .header-sub-promo .links h2 {
	font-size: 28px;
	margin-bottom: 5px;
}
#supernav .header-sub-promo .links ul li {
	font-size: 16px;
	margin-bottom: 5px;
}
#supernav .header-sub-promo .cover {
	position: absolute;
	top: 5px;
	width: auto;
	margin: 0;
}
#supernav .header-sub-promo .cover img {
	width: auto;
	height: 80px;
	margin-left: 10px;
}
#supernav .menu-trigger {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px 20px 0 0;
	font-size: 27px;
	text-align: right;
	cursor: pointer;
	color: #fff;
}
#supernav ul.menu {
	text-align: center;
    display: none;
    margin-bottom: 10px;
	clear: both;
	background: #255a98;
	color: #fff;
	z-index: 100;
    /*margin-top: 90px;*/
    margin-left: 0px !important;
}
#supernav ul.menu li {
	display: block;
	font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 2px solid;
    padding: 9px;
	z-index: 100;
}
#supernav ul.menu li:last-of-type {
	display: none;
}
#supernav ul.menu li:last-of-type img {
    display: none;
    height: 0px;
}
#supernav  ul.menu li.convention {
	top: 0;
	width: 100%;
}
#supernav .menu-arrow-up, #supernav .menu-arrow-down {
	font-size:20px;
}
#supernav .menu-trigger .menu-arrow-down {
    display: none;
}
.new-logout {
	display: none;
	float: left;
	padding: 0px 7px 10px 12px;
}
.new-login {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	padding:  0px 15px 10px 12px;
}
#navigation .menu, #footer .menu {
	margin: 0 auto !important;
}
#footer-supernav  .menu, #header #masthead, #navigation .menu, #site, #footer .menu, #footer .links {
    width: 1100px;
    margin: 0px auto;
}
#navigation .menu .logout {
	display: none;
}
#navigation .menu, #footer .menu {
	margin: 0 auto !important;
}
#footer-supernav .menu ul li {
    display: inline-block;
}
#footer-supernav  .menu ul.left {
    float: left;
	
}
#footer-supernav  .menu ul.left .login, #footer-supernav  .menu ul.left .logout {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#footer-supernav  .menu ul.left .login a, #footer-supernav  .menu ul.left .logout a {
	color: #ffffff
} 
#footer-supernav  .menu ul.left .logout {
    display: none;
}
#footer-supernav  .menu ul.center {
    width: 400px;
    margin: 0px auto !important;
    text-transform: uppercase;
    color: #FF0000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    font-style: normal;
}
#footer-supernav  .menu ul.right {
    float: right;
	width: auto;
	margin: 0 !important;
}
#footer-supernav  .menu ul.right li {
    font-size: 22px;
}
#footer-supernav  .menu .social {
	margin-right: 5px;
}
#footer-supernav  .menu .social:nth-of-type(3) {
	margin-right: 0;
}
#footer-supernav  .menu .social .fa-facebook {
	color: #ffffff;
}
#footer-supernav  .menu .social .fa-twitter {
	color: #ffffff;
}
#footer-supernav  .menu .social .fa-rss {
	color: #ffffff;
}
#footer-supernav  .menu.social.fa-search {
    background-color: #fffff; 
}
#footer-supernav  .menu .search {
    width: 20px;
}
#header {
	height: 115px;
	background: #002b51;
    background: -webkit-linear-gradient(left top, #002b51, #255a98);
    background: -o-linear-gradient(bottom, #002b51, #255a98);
    background: -moz-linear-gradient(bottom, #002b51, #255a98);
    background: linear-gradient(to bottom , #002b51, #255a98);
}
#header #background-line {
	position: absolute;
	top: 80px;
	left: 0;
	width: 20%;
    height: 9px;
	background-color: #EA203A;
    z-index: 0;
}
#header #masthead {
    margin: 0px auto;
}
#header .tablet-view {
	display: none;
	position: absolute;
	bottom: 3px;
	left: 2px;
	margin: 0;
	padding: 2px;
	font-size: 14px;
	color: #ffffff;
    background-color: #ed1b34;
    border-radius: 3px;
}

/*
use these styles when a sub promo is present on the right hand side
*/
#header #masthead .left {
   float: left;
    width: 302px;
   /*width: 350px;*/
    height: 130px;
    position: absolute;
    margin: 0px -67px;
	}
#header #masthead .right {
    width: 750px;
    height: 100px;
    margin-top: 16px;
    position: absolute;
    margin-left: 13%;
	z-index: 2;
}
.social-links {
	left: 400px;
	width: 120px;
	text-align: center;
	float: left;
    margin-left: 280px;
}
.social-links .social-button {
	float: left;
	width: 15px;
	margin: 4px 2px 0px;
	padding: 10px;
	color: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 10px;
}
 
/*
use these styles when there is NO sub promo on the right hand side
#header #masthead .left {
    float: none;
    margin: 0px auto;
    width: 400px;
    height: 150px;
}
#header #masthead .right {
    display: none;
}
*/

#header #masthead .left img {
    width: 100%;

	
	}
#header #masthead .left.mobile-logo {
    display: none;
}
#navigation {
    color: #FFFFFF;
   /* background-color: #002b51;*/
	 background-color: #255a98; 
}
#navigation a:link, #navigation a:visited, #navigation a:active,
#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
	color: inherit;
}
#navigation .menu-trigger {
    display: none;
}
#navigation  ul.menu li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
  /* padding: 0px 30px 10px 0px;*/
    padding: 0px 15px 10px 12px;
}
.navigation-wrap {
	width: 1100px;
	margin: 0px auto;
}
	
.login-trigger {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	padding: 0px 0px 0px 5px;
}
#navigation  ul.menu li:last-of-type {
    padding-right: 0px;
}
#navigation .cover {
	position: absolute;
	top: -95px;
}
#navigation .cover img {
	height: 120px;
}
#navigation  ul.menu li.convention {
	position: relative;
	top: 13px;
	width: 150px;
	padding: 0;
	line-height: 50px;
	text-indent: -9999px;
}
#navigation .convention a {
	display: block;
	background: url("http://s3.amazonaws.com/assets.weeklystandard.com/tws15/images/convention16-menu.png") no-repeat center / 150px auto;
}
/*.convention-nav img {
    position: absolute;
    z-index: 10000;
    left: 961px;
    width: 155px;
    top: 5px;
}*/
#body {
    
}
.region {
    /*margin-bottom: 20px;*/
}
.col1 {
    width: 780px;
    float: left;
    margin-bottom: 20px;
}
.col1-split {
    width: 380px;
    float: left;
    margin-right: 20px;
}
.col1-split.right {
    margin-right: 0px;
}
.col2 {
    width: 300px;
    float: right;
}
.col1.col2 {
    width: 100%;
    float: none;
    clear: both;
}
#region_3 .widget {
    margin: 0px auto 20px;
}
#footer {
    background: #002b51;
    background: -webkit-linear-gradient(left top, #002b51, #255a98);
    background: -o-linear-gradient(bottom, #002b51, #255a98);
    background: -moz-linear-gradient(bottom, #002b51, #255a98);
    background: linear-gradient(to bottom , #002b51, #255a98);
	color: #FFFFFF;
	padding: 0 0 10px;
}
#footer .menu {
	position: relative;
    padding: 0;
}
#footer .menu li {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 50px;
}
#footer .menu [id*="nav"]:last-of-type {
    padding-right: 0px;
}
#footer .submenu {
	display: none;
	position: absolute;
	width: 140px;
	background-color: #E5E5E5;
	border: 1.25px solid #002B51;
	border-bottom: none;
	z-index: 100000;
}
#footer .submenu li {
	text-align: left;
	text-indent: 0px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	border-bottom: 1.25px solid #002B51;
	display: block;
    padding: 0px;
}
#footer .submenu li a {
	padding: 7px 0px 7px 10px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
    width: 130px;
    display: block;
}
#footer .submenu li a:hover {
    background-color: #0977BC;
    color: #FFFFFF;
}
#footer .submenu a:last-of-type li {
	border-bottom: none;
}

#footer #nav-writers .submenu {
    width: 700px;
}
#footer #nav-writers .submenu li {
    float: left;
    width: 175px;
}
#footer #nav-writers .submenu li a {
    width: 165px;
}
#footer #footer-supernav {
	padding: 10px 0;	
}
#footer .links .left {
    float: left;
	width: auto;
	margin: 0;
    font-size: 12px;
}
#footer .links .left p {
	margin: 0;
}
#footer .links .left .privacy-terms {
    font-weight: bold;
}
#footer .links .right {
    float: right;
	width: auto;
}
#footer .links .right .app {
    margin-right: 10px;
}
#footer .links .right .app:last-of-type {
    margin-right: 0px;
}
#footer .links .right .app img {
	border-radius: 8px;
    display: inline-block;
	width: 130px;
    height: 43px;
}
#footer .arrow-up {
	margin-left: 5px;
	font-size: 12px;
}
.desktop-res {
	display: block;
}
.tablet-res, .mobile-res {
	display: none;
}
.ad {
    min-height: 1px;
}
.ad.billboard {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    max-height: 250px;
    overflow: hidden;
}
.ad.billboard > div {
    margin: 0px auto;
    display: inline-block;
}
.ad.raptor {
    width: 1040px;
    margin: 20px auto;
    text-align: center;
}
#ad_slider, #ad_pagegrabber {
    font-size: 1px;
    line-height: 1px;
}
#ad_slider {
    height: 1px;
    width: 1px;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    bottom: 0px;
    overflow: visible;
}
.flex {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/** WIDGETS **/
.hide-subhead .subhead {
	display: none;
}
.headline h2 {
	margin-bottom: 2px;
    font-family: "adobe-garamond-pro", serif;
	/**font-family: "adobe-garamond-premier-pro", serif;**/
	font-size: 32px;
	line-height: 37px;
 	font-weight: 700;
}
.subhead {
	 /**color: #656364;**/
	color: #7789AB;
	font-size: 18px;
	font-style: italic;
    margin-bottom: 2px;
}
a.read-more {
	display: inline-block;
	color: #ed1b34;
}
.pubdate, .byline {
	display: inline-block;
	margin-top: 0px;
}
.pubdate {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
.section-header, .section-title, .widget-title {
	margin-bottom: 10px;
	overflow: hidden;
}
.section-header p, .section-title h2, .widget-title h2 {
	float: left;
	margin-right: 10px;
	color: #ed1b34;
	font-size: 20px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 600;
	letter-spacing:1px;
	text-transform: uppercase;
}

.hr-test {
	position: relative;
  top: 3px;
  top: -10px;
   background-color: #ed1b34;
  border: 1.25px solid #ed1b34;
  margin-bottom: -12px;
}



.test-widget-title h2 {
	float: left;
	margin-right: 5px;
	color: #ed1b34;
	font-size: 20px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 700;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-top: 0px;
}
 
.section-header hr , .section-title hr, .widget-title hr, .widget footer hr {
	position: relative;
	/*top: 3px;*/
	top: -10px;
	background-color: #ed1b34;
    border: 1.25px solid #ed1b34;
}

.section-header span {
	float: right;
	position: relative;
	top: -18px;
	padding-left: 5px;
	color: #ed1b34;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}
.section-header.split {
	float: left;
	width: 375px;
	margin-right: 10px;	
}
.play-video {
	display: none;
	position: absolute;
	top: 35px;
	left: 35px;
	width: 50px;
	height: 50px;
	background: url("http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/video-play.png") no-repeat top center;
}

.test-widget-title-date {
    font-size: 20px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	letter-spacing:1px;
	color: #ed1b34;
	margin-top: -50px;
}

.show-video .play-video {
	display: block;
}

.widget.split-left, .widget.split-right, .section-header.split-left, .section-header.split-right {
	width: 360px;
}
.widget.split-left, .section-header.split-left {
    float: left;
    clear: left;
}
.widget.split-right, .section-header.split-right {
    float: right;
    clear: right;
}
.widget .headline.wide, .archives .layout-1col-split .headline.wide, .podcasts .layout-1col-split .headline.wide {
    width: 100%;
}
.headline.wide .pubdate, .headline.wide .byline, .layout-1col-standard .pubdate, .layout-1col-standard .byline {
	height: 33px;
}

/* Editions Page Widgets */
.widget.editions {
    
}
.widget.editions .edition {
    width: 180px;
    float: left;
    margin: 0px 20px 20px 0px;
}
.widget.editions .edition:nth-of-type(4n) {
    margin-right: 0px;
    float: right;
}
.widget.editions .edition .lead-photo img {
    width: 180px;
    height: 220px;
}
.widget.editions .edition .headline h2 {
    text-align: center;
    font-size: 18px;
}

.widget.top-stories, .widget.issue-section, .past-issues {
    position: relative;
    margin-bottom: 20px;
}
.widget.top-stories .list-ad {
    margin: 20px 0px;
    clear: both;
    text-align: center;
}
.widget.top-stories .list-ad > div, .widget.top-stories .list-ad > iframe {
    margin: 0px auto;
    text-align: center;
}
.widget.top-stories footer, .widget.issue-section footer, .past-issues footer {
    font-size: 22px;
    text-align: right;
    padding: 10px 0px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: bold;
}
.widget.top-stories footer a, .widget.issue-section footer a, .past-issues footer a {
    color: #ed1b34;
}
.widget footer .more-header, .past-issues footer .more-header {
	position: absolute;
	top: 2px;
	font-size: 16px;
	right: 0px;
	background-color: #ffffff;
	padding-left: 10px;
	font-family: "adobe-garamond-pro", serif;
	text-transform: uppercase;
}
.widget footer .more-header.features {
    position: relative;
    display: inline-block;
    top: -23px;
}

[class*="layout-3col-feature"] {
	height: 90px;
	margin-top: 0px;
    width: 1100px;
    clear: right;
}
[class*="layout-3col-feature"] .headline .subhead p {
	display: none;
}
[class*="layout-3col-feature"] .headline {
	float: right;
	width: 490px;
	height: 74px;
	padding: 8px 20px;
	background: #E3EDF0;
	border-bottom: 1px solid #a8a8a8;
    overflow: hidden;
	
}
[class*="layout-3col-feature"] .headline h2 {
font-size: 32px;
font-weight: 600;
line-height: 35px;
font-family: "garamond-premier-pro",serif;
	
}
[class*="layout-3col-feature"] .byline p {
	font-size: 16px;	
}
[class*="layout-3col-feature"] .pubdate {
	display: none;
}
[class*="layout-3col-feature"] .byline-sep {
	display: none;
}
[class*="layout-3col-feature"] .addthis-share {
	display: none;
}
[class*="layout-3col-feature"] .lead-photo {
	display: none;
    position: absolute;
	top: 0px;
	float: left;
	margin-right: 10px;
    width: 570px;
}
[class*="layout-3col-feature"].current .headline {
	padding-left: 19px;
   /*background: #0d2a54 url(http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/right-arrow-white.png) 0% 50% no-repeat;*/
   /*background: #E3EDF0 url(http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/left-arrow-white.png) 0% 50% no-repeat; */
     background: #ffffff;
	}

[class*="layout-3col-feature"] .lead-photo img {
	width: 570px;
	/*height: 438px;*/
	/*height: 440px;*/
    height: 455px;
	z-index:-10;  
}
[class*="layout-3col-feature"] .byline span {
	color: #ed1b34;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
[class*="layout-3col-feature"]:first-of-type .lead-photo {
	display: block;
}

[class*="layout-3col-feature"].current .framework {
	/*margin-left: 10px;*/
}
[class*="layout-3col-feature"].current .headline h2 {
    /*color: #ffffff;*/
	color: #000000;
}
[class*="layout-3col-feature"].current .subhead {
	 /*color: #c1c1c1;*/
	  color: #7789AB;
}

[class*="layout-3col-feature"].current .byline {
	 /*color: #ffffff;*/
	  color: #000000;
}
[class*="layout-3col-feature"] .pubdate,
[class*="layout-3col-feature"] .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-1 .headline {
	height: 438px;
}
.layout-3col-feature-1 .headline h2 {
	font-family: "garamond-premier-pro", serif;
	font-size: 32px;
	line-height: 35px;
	font-weight:600;
}
.layout-3col-feature-1 .headline .subhead p {
	display: block;
	line-height: 30px;
}
.layout-3col-feature-1 .pubdate {
	display: inline-block !important;
	margin: 10px 5px 10px 0;
	padding-right: 5px;
	font-size: 18px;
	border-right: 2px solid #000000;
}
.layout-3col-feature-1 .byline {
	display: inline-block;
	font-size: 18px;	
}
.layout-3col-feature-1 .byline p {
	font-size: 18px;	
}
.layout-3col-feature-1 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-1 .intro {
	color: #000000;
	font-size: 16px;
	font-style: normal;	
}
.layout-3col-feature-3 {
	height: 135px;
}
.layout-3col-feature-3 .headline {
	height: 123px;
	margin-top:0px;
}
.layout-3col-feature-3:first-of-type .headline {
	margin-top:0px;
}

.layout-3col-feature-3 .headline h2 {
	margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
 font-family: "garamond-premier-pro",serif;;
}
.layout-3col-feature-3 .byline p {
	font-size: 18px;
}
.layout-3col-feature-3 .headline .subhead p {
	display: block;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.layout-3col-feature-3 .pubdate,
.layout-3col-feature-3 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-3 .intro {
	display: none;
}
.layout-3col-feature-3 .lead-photo img { height: 420px; }


.layout-3col-feature-5 {
	height: 91px;
}

.layout-3col-feature-5 .headline {
	margin-top:0px;
}
.layout-3col-feature-5 .subhead,
.layout-3col-feature-5 .intro {
	display: none;
	
}

.layout-3col-feature-5 .lead-photo img { 
 height: 455px; 

}
.layout-3col-feature-5 .pubdate,
.layout-3col-feature-5 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-5 .headline h2 {
	font-size: 26px;
    line-height: 28px;
	font-family: "garamond-premier-pro", serif;
	font-weight:600;
	
}


.layout-3col-feature-4 {
    height: 110px;
}
.layout-3col-feature-4 .headline {
	height: 97px;
 margin-top: 0px;
	
}


.layout-3col-feature-4:first-of-type .headline {
	height: 96px;
	margin-top: 0px;
	
}
.layout-3col-feature-4 .headline .subhead p {
	display: block;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
}
.layout-1col-split {
	position: relative;
	width: 375px;
	margin: 0 10px 20px 0;
	padding: 5px;
	float: left;
}
.layout-1col-split:nth-of-type(even) {
	margin-right: 0;
}
.layout-1col-split:nth-of-type(odd) {
    clear: left;
}
.layout-1col-split .lead-photo {
	float: left;
	margin-right: 5px;
}
.layout-1col-split .lead-photo, .layout-1col-split .lead-photo img {
	width: 125px;
	height: 125px;
}
.layout-1col-split .headline {
    width: 245px;
    float: left;
}
.layout-1col-split .headline h2 {
}

.layout-1col-split .headline.wide h2 {
}

.widget.layout-3col-feature.inline-byline .headline h2, .widget.layout-3col-feature.inline-byline .headline .byline {
    display: inline;
}
.widget.layout-3col-feature.inline-byline .headline .byline {
    padding-left: 10px;
}
.widget.layout-3col-feature.inline-byline.hide-subhead .headline h2 {
    display: block
}
.widget.layout-3col-feature.show-subhead .subhead, .widget.layout-3col-feature.show-subhead .subhead p {
    display: block;
}
.widget.layout-3col-feature.inline-byline.show-subhead .subhead, .widget.layout-3col-feature.inline-byline.show-subhead .subhead p {
    display: inline;
}

.layout-1col-split .intro {
	display: none;
}
.layout-1col-split .pubdate, .layout-1col-split .byline {
	display: block;
	margin: 0;
	border: none;
    font-size: 16px;
	line-height: 21px;
}
.layout-1col-split .pubdate {
	line-height: 38px;
}
.layout-1col-split .byline a {
    color: #ed1b34;
	text-transform: uppercase;
    font-weight: bold;
}
.layout-1col-split .byline span {
	color: #ed1b34;
	font-weight: bold;
	text-transform: uppercase;
}
.layout-1col-split.large-photo {
	display: inline-block;
	float: left;
}
.layout-1col-split.large-photo .lead-photo,
.layout-1col-split.large-photo .lead-photo img {
	float: none;
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
}
.layout-1col-split.large-photo .headline {
	width: 200px;
	margin: 10px auto;
}
.section-header hr {
	/*top: -2px;*/
	margin-right: 10px;
}

.wex-rss-widget {
    border: 1px solid #063293;
	margin: 20px 0px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-align: left;
}

.wex-rss-widget h2 {
	background-color: #063293;
	border-bottom: 4px solid #494C51;
	padding: 10px;
	color: #FFF;
	margin: 0px auto 15px;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: "franklin-gothic-urw",sans-serif;
	text-transform: uppercase;
}

.wex-rss-widget h3 {
	font-weight: 300;
	color: #000;
}

.wex-rss-widget li {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 15px;
    margin: 5px 10px 15px;
    font-size: 16px;
}

.wex-rss-widget li:last-of-type {
	    border-bottom: none;

}

/** BOOKSHELF WIDGET **/
.bookshelf-gallery #region_2 .layout-1col-split {
	background: #e4e4e4;
}
.bookshelf-gallery .layout-1col-split {
	width: 300px;
	margin: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 0px;
}
.bookshelf-gallery .widget-title h2 {
	text-align: center;
	font-size:26px;
    margin-right: 0px;
    /**border-bottom: 2px solid rgb(237, 27, 52);**/
    padding-bottom: 5px;
}
.bookshelf-gallery .layout-1col-split .lead-photo,
.bookshelf-gallery .layout-1col-split .lead-photo img {
	width: 100px;
	height: 152px;;
}
.bookshelf-gallery .layout-1col-split .headline {
	width: 195px;
}
.bookshelf-gallery .layout-1col-split .headline h2 {
	font-size: 25px;
	line-height: 30px;
}
.bookshelf-gallery hr {
	margin: 0;
}

.list-load-more {
	display: block;
	width: 191px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ed1b34;
    background-color: #f6f6f6;
    border: 2px solid #ed1b34;
	cursor: pointer;
	clear: both;
	font-weight:400;
	margin-bottom: 30px;
}
.view-all-button, .subscribe-button {
    display: block;
    width: 191px;
    margin: 10px auto;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ED1B34 !important;
    background-color: #F6F6F6;
    border: 2px solid #ED1B34;
    font-weight: 400;
}
.subscribe-button {
    color: #FFFFFF !important;
    background-color: #ED1B34;
    font-weight: bold;
}

/** HOME PAGE **/
.home #region_1 {
	position: relative;
	width: 1100px;
	min-height: 468px;
	/** padding: 10px;**/
	margin-bottom: 20px;
	/** background-color: #0d2a54; **/
    /** background-color: #E3EDF0; **/
    overflow: hidden;
}
.home #region_8 {
	margin-bottom: 20px;
}
.today .landing h2 a:link, .today .landing h2 a:visited, .today .landing h2 a:active {
	color: inherit;
}
.widget.lead-story .carousel-arrow {
	display: none;
}
.widget.lead-story.layout-3col-feature.current .carousel-arrow {
	display: block;
}
.widget.lead-story .carousel-arrow img {
	position: relative;
    left: 551px;
    top: 40px;
	float: left;
}

/** ARTICLE PAGE **/
.story-continue {
    font-family: "franklin-gothic-urw",sans-serif;
	font-style:italic;
    display: block;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    color: #949494;
    font-weight: 400;
	line-height:20px;
}
.widget-loader {
	display: none;
}
.ndn-widget-embed-1 {
	width: 100% !important;
	margin-bottom: 10px;
}
section.articles .upnext {
    position: fixed;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "adobe-garamond-urw", serif;
    font-size: 18px;
    width: auto;
    text-align: center;
    padding: 10px;
    z-index: 100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 220px;
    left: 15%;
    right: 35%;
    text-transform: uppercase;
    height: 20px;
}

/** ARTICLE PAGE FIX **/
.inlinephoto {
	height: 100%;
}
.inlinephoto img {
	width: 100%;
	margin-top: 3px;		
}	
article .body-text a:link, article .body-text a:visited, article .body-text a:active {
	color: #002b51;
	text-decoration: underline;
}
article .mag-header p {
	float: left;
	margin: 0 5px 10px 0;
	font-size: 20px;
	color: #ed1b34;
}
article hr {
    position: relative;
    top: 11px;
    background-color: #ED1B34;
    border: 1px solid #ED1B34;
}
article .headline h1 {
	clear: both;
	margin: 20px 0 10px;
	font-family: "adobe-garamond-pro", serif;
	font-size: 36px;
	line-height: 38px;
	color: #012b51;
	font-weight:700;
}
article .deck {
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #656364;
}
article .summary {
	display:none;
}
article .byline {
	float: left;	
}
article .byline p {
	margin-top: 5px;
	font-size: 16px;
	color: #4d4d4d;
}
article .byline a, article .byline span {
	color: #ed1b34;
	text-transform: uppercase;
}
article .byline .datetime {
	color: #4d4d4d;
}
article .text-tools {
	float: right;
	margin: 20px 0;
}
article .text-tools .fa {
	width: 32px;
	padding: 8px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	border-radius: 10px;
	background-color: #949494;
}
article .read-all {
	cursor: pointer;
}
article .text-size {
	margin-left: 18px;
	cursor: pointer;
}
article .text-size .fa {
	padding-right: 10px;
}
article .text-size .fa-plus,
article .text-size .fa-minus {
	position: relative;
	top: -12px;
    left: -17px;
	width: 0px;
	padding: 0;
	font-size: 16px;
	text-align: left;
    background: none;
}
article .lead-photo {
	float: left;
    margin: 0px 20px 20px 0px;
    width: 280px;
}
article.orient-no-photo .lead-photo {
    display: none;
}
article .lead-photo img {
	width: 280px;
	height: 280px;
}
/* article .photo-cutline, article .photo-cutline h1 { */
.photo-cutline, .photo-cutline h1 {
/*     width: 280px; */
    font-size: 12px;
	color: #949494;
}
article .addthis-share {
	clear: both;
}
article .meter-roadblock {
    display: none;
}
article .article-body iframe {
	/*float: left;*/
	margin: 0 12px 10px 0;
}
article .body-text, article .body-text p, article .body-text span, article .body-text li {
	margin: 0px 0px 30px !important;
	text-align: left !important;
	text-indent: 0px !important;
	font-family: "franklin-gothic-urw",sans-serif !important;
	font-size: 18px !important;
	line-height: 34px !important;
	background: none !important;
}
article .body-text .dateline, .widget .dateline {
	margin-bottom: 0px !important;
    font-style: italic;
    line-height: 24px !important;
}
article .body-text .ad {
    text-align: center;
}
article .body-text .ad > iframe, article .body-text .ad > div {
    margin: 0px auto;
    text-align: center;
}
article.no-ads .body-text .ad {
    height: 0px !important;
    display: none !important;
}
article .body-text ul {
	margin-left: 30px;
}
article .body-text li {
	list-style: disc;
}
article .body-text cnt, article.break-p .body-text p, article.break-p .body-text > blockquote {
	display: none;
}
article .body-text cnt:nth-of-type(1),
article .body-text cnt:nth-of-type(2),
article .body-text cnt:nth-of-type(3),
article .body-text cnt:nth-of-type(4),
article .body-text cnt:nth-of-type(5),
article .body-text cnt:nth-of-type(6),
article .body-text cnt:nth-of-type(7),
article .body-text cnt:nth-of-type(8),
article .body-text cnt:nth-of-type(9),
article.break-p .body-text p:nth-of-type(1),
article.break-p .body-text p:nth-of-type(2),
article.break-p .body-text p:nth-of-type(3),
article.break-p .body-text p:nth-of-type(4),
article.break-p .body-text p:nth-of-type(5),
article.break-p .body-text p:nth-of-type(6),
article.break-p .body-text p:nth-of-type(7),
article.break-p .body-text p:nth-of-type(8),
article.break-p .body-text p:nth-of-type(9) {
	display: block;
}
article.tag-blog .body-text cnt,
article.tag-blog.break-p .body-text p,
article.tag-blog.break-p .body-text > blockquote {
	display: block;
}
article.tag-blog .read-more {
	display: none;
}
article .raw-body {
    display: none;
}
article .weblink {
    font-size: 24px;
    display: none;
}
article .read-more, .home footer .read-more {
	font-family: "franklin-gothic-urw",sans-serif;
	display: block;
	width: 191px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ed1b34;
    background-color: #f6f6f6;
    border: 2px solid #ed1b34;
	cursor: pointer;
	clear: both;
	font-weight:400;
}
.home footer .read-more {
	margin-top: 20px;
}
article .tags {
	margin: 20px 0;
	clear: both;
}
article .tags a {
	text-transform: uppercase;
}
article .tags p {
	font-size: 16px;
	color: #656364;
}
article .tags span {
	float: left;
	margin-right: 10px;
	color: #ed1b34;
}
article .article-share {
	width: 780px;
    margin: 20px 0;
    padding: 0;
}
article .article-share div {
	margin: 0 auto;
}
article .article-share .share-bottom, article .article-share .respond-author,
article .article-share .like-us, .addthis_button_facebook_like .fb_iframe_widget {
	width: 260px;
    float: left;
    text-align: center;
}
article .article-share h1 {
	color: #ed1b34;
	font-family: serif;
	font-size: 26px;
    text-transform: uppercase;
}
article .article-share .addthis-share {
    float: none;
	width: 169px;
	margin: 10px auto 0;
}
article .article-share .addthis-share .social-icon {
    margin-right: 3px;
    box-sizing: content-box;
}
article .article-share .addthis-share .fa {
	width: 20px;
	font-size: 20px;
	border-radius: 5px;
}
article .article-share .email-author {
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
article .article-share .email-author button {
	height: auto;
	line-height: 18px;
	margin: 0 auto;
	background-color: #012b51;	
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 0px;
    max-width: 250px;
    display: block;
    white-space: normal;
}
article .article-share .like-us h1 {
	margin-bottom: 15px;
}
article .subscribe-promo {
	clear: both;
	/*padding-top: 20px;*/
	text-align: center;
}
article .magazine-carousel .carousel-story .lead-photo img {
    height: 0px;
}
article .magazine-covers .cover-image {
	margin-top: 10px;
}
article .book-cover {
	width:145px;
	height:220px;
	float:left;
	margin: 0px 20px 30px 0px;
}
article .book-cover img {
    width: 145px;
    height: 220px;
}
article .body-text blockquote, article .body-text .blockquote  {
	margin: 0 40px 30px !important;
	padding-left: 30px;
	font-size: 20px !important;
  	font-style: italic;
	line-height: 30px;
	border-left: 2px solid #e4e4e4;
    display: inline-table;
}
/* BLOCK QUOTE */
article .body-text blockquote-test, article .body-text .blockquote-test, article .body-text .blockquote-test p, article .body-text .blockquote-test span {
	width:250px;
	float:left;
	margin:25px 50px 25px 0px !important;
    font-family: "franklin-gothic-urw-comp",sans-serif !important;
	font-size:24px !important;
	line-height:26px !important;
	font-weight:bold;
	font-weight: 700;
	color:#ED1B34;
}
article .body-text .blockquote-test.right, article .body-text .blockquote-test.right, article .body-text .blockquote-test.right p, article .body-text .blockquote-test.right span {
	float:right;
	margin:25px 0px 25px 50px !important
}

article .body-text .blockquote-test.solid {
	background-color:#0977BC;
	padding:30px;
	color:#FFFFFF;
}
article .body-text .blockquote-test.right.solid {
	background-color:#ED1B34;
	padding:30px;
	color:#FFFFFF;
}

article.show-full .read-more, article.show-full .read-all {
	display: none;
}
article.tag-podcast .lead-photo,
article.tag-podcasts .lead-photo {
	display: none;
}
article .article-share .fb-like {
	margin-top: 2px;
    height: 20px;
	overflow: hidden;
	transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
}
.article-anchor {
	float: left;
	width: 100%;
	height: 50px;
}
.reviewed-books .mag-header {
	margin: 30px 0px;
}
.reviewed-books .byline { 
	float: none; 
	margin: 10px 0px;
}

.reviewed-books .book-review.split {
	/*width: 47%;*/
	width: 100%;
	float: left;
	clear: none;
	margin-right:10px;
}

.reviewed-books .book-text {
    float: left;
    width: 54%;
}

.reviewed-books .byline {
    margin: 5px 0px;
}

/* Alternate Article Layout Styles */
article.layout-2col-expanded {
    
}
article.layout-2col-expanded .lead-photo, article.layout-2col-expanded .lead-photo img {
    width: auto;
    min-height: 1px;
    height: auto;
    margin: 0px auto;
    float: none;
}
	

/** LANDING PAGE, TAG PAGE **/
.layout-1col-standard {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 3px solid #c1c1c1;
	overflow: hidden;
}
.layout-1col-standard .lead-photo {
	float: left;
	margin-right: 20px;
    width: 200px;
}
.layout-1col-standard .lead-photo img {
	width: 200px;
	height: 200px;
}
.layout-1col-standard .headline {
	float: left;
	width: 71%;
	margin: 0 5px 20px 0;
}
.layout-1col-standard .headline.wide, .tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline.wide {
    width: auto;
}
.layout-1col-standard .headline h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
	font-family: "garamond-premier-pro",serif;
}
.layout-1col-standard .subhead {
	font-size: 20px;
	color: #012B51;
	font-style: italic;
	font-family: "adobe-garamond-pro", serif;
	margin: 7px 0px;
}
.layout-1col-standard .byline, .layout-1col-standard .pubdate {
	font-size: 16px;
	font-family: "franklin-gothic-urw", sans-serif;
	color: #4d4d4d;
    line-height:33px;
}
.layout-1col-standard .pubdate {
	width: 186px;
}
.layout-1col-standard .byline a {
    color: #ed1b34;
	text-transform: uppercase;
    font-weight: bold;
}
.layout-1col-standard .byline span {
	color: #ed1b34;
	text-transform: uppercase;
}
.layout-1col-standard .addthis-share.short {
    float: left;
    width: 205px;
}
.layout-1col-standard .headline .intro {
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
	font-family: "franklin-gothic-urw",sans-serif;
}
.layout-1col-standard .headline .intro p {
    margin-bottom: 10px;
}

.landing .lead-story.layout-1col-standard:first-of-type,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type {
    margin-top: 10px;
    padding-bottom: 0px;
}

.landing .lead-story.layout-1col-standard:first-of-type .lead-photo img,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .lead-photo img {
	height:380px;
	width:380px;
}

.landing .lead-story.layout-1col-standard:first-of-type .lead-photo,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .lead-photo {
	width: 380px;
	float: left;
	margin: 0px 20px 40px 0px;
}

.landing .lead-story.layout-1col-standard:first-of-type .headline,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline {
    width: 48%;
}

.landing .lead-story.layout-1col-standard:first-of-type .headline h2,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline h2 {
    font-size: 36px;
    line-height: 45px;
}

.landing .lead-story.layout-1col-standard:first-of-type .intro p,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .intro p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: "franklin-gothic-urw",sans-serif;
}

/** ARCHIVE PAGE **/
.archives .top-stories.features .layout-1col-split {
	background-color: #e2e0e1;
}
.archives .widget-title span {
	position: relative;
	top: -15px;
	float: right;
	padding-left: 5px;
	background-color: #fff;
	color: #ed1b34;
	font-size: 16px;
}
.archives .top-stories.casual, .archives .top-stories.parody {
	float: left;
	width: 380px;
	margin-right: 10px;
}

/** SOCIAL ICONS **/
.addthis-share {
	float: left;
	margin: 20px 0;
}
article .addthis-share .social-icon {
	width:48px !important;
	float: left;
	margin-right: 18px;
	padding: 0px;
}
article .share-bottom .addthis-share .social-icon {
    width: 36px !important;
}
article .share-bottom .addthis-share .social-icon:last-of-type {
	margin-right: 0px;
}
.addthis-share .fa {
	width: 32px;
	padding: 8px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	border-radius: 10px;
    box-sizing: content-box;
}
.addthis-share .fa-facebook {
	background-color: #42579a;
}
.addthis-share .fa-twitter {
	background-color: #70acd1;
}
.addthis-share .fa-envelope {
	background-color: #4d4d4d;
}
.addthis-share .fa-print {
	background-color: #4d4d4d;
}
.addthis-share .fa-plus-circle {
	background-color: #ed1b34;
}
.addthis-share .fa-microphone {
	background-color: #ED1B34;
}
.addthis-share .fa-rss {
	background-color: #FF6600;
}
.addthis-share .fa-amazon {
	background-color: #FF9900;
}
.addthis-share .fa-volume-up {
	background-color: #0977BC;
}
.addthis-share .kindle {
    width: 48px;
    float: left;
    display: none;
}
.addthis-share .kindle img {
    width: 48px;
}
.kindle-mobile {
	display:none;
}

.addthis-share.short {
	display: none;
	/*margin: 0 15px 0 0;*/
    /*width: 230px;*/
	margin: 2px 0;
    float: none;
    height: 36px;
}
.addthis-share.short .social-icon {
	margin-right: 8px;
}
.addthis-share.short .fa {
	width: 16px;
	font-size: 16px;
}

/** PODCASTS PAGE **/
.podcasts .layout-1col-split:nth-of-type(odd) {
	clear: none;
}
.podcasts #region_2 .top-stories:first-of-type {
	background-color: #e2e0e1;
    margin-bottom: 20px;
}
.podcasts #region_2 .top-stories:first-of-type header {
    background-color: #ffffff;
    padding-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:nth-of-type(odd) {
	margin: 0;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:nth-of-type(even) {
	margin: 0 10px 0 0;
}
.podcasts .layout-1col-split .play-video {
	display: block;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type {
	width: 770px;
	margin-right: 0;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .lead-photo,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .lead-photo img {
	width: 250px;
	height: 250px;
	margin-right: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline {
    width: 500px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline.wide {
    width: 100%;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .subhead,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .intro,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline h2 {
	display: block;
	max-height: none;
	margin-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .pubdate,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .byline {
	display: inline-block;
	margin-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .pubdate {
	width: 175px;
	margin-right: 5px;
    padding-right: 10px;
	line-height: 16px;
    border-right: 1px solid #000;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .addthis-share.short {
	width: 195px;
    float: left;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .intro {
	font-size: 18px;
	line-height: 24px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .play-video {
	top: 100px;
	left: 100px;
}
.podcasts .podcasts-links {
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-bottom: 10px;
}
.podcasts .podcasts-links h1 {
	margin: 0 10px 10px 0;
	font-family: "adobe-garamond-pro", serif;
	font-size: 20px;
	font-weight: bold;
	color: #ed1b34;
	text-transform: uppercase;
	font-weight:700;
}
.podcasts .podcasts-links p {
	margin-right: 5px;
	line-height: 22px;
	color: #012b51;
	text-transform: uppercase;
}
.podcasts .section-header span p {
	font-size: 18px;
	line-height: 24px;
}

/** AUTHORS PAGE **/
.authors .author-info {
	float: left;
	width: 195px;
	margin-bottom: 20px;
	text-align: center;
}
.authors .author-info img {
	height: 150px;
}
.authors .author-info h1 {
	font-size: 16px;
	color: #ed1b34;	
}

/** SIDEBAR **/
.sidebar-top img, .sidebar-bottom img {
	float:left;
	margin-bottom:35px;
}

.ad-300-600 img { 
	width: 300px; 
	height: 600px;
	margin-bottom: 35px; 
}

.ad-1040-400 {
	width: 1040px; 
	height: 400px;
	margin: 10px auto;
	padding: 50px 0px;
}

.ad1_300-250, .ad2_300-250 {
	width: 300px; 
	height: 250px; 
	margin-bottom:35px;
}

.writer-slider-sidebar {
	width: 300px; 
	height: 330px; 
	margin-bottom:35px;
}

.subscriber-widget-sidebar {
	width: 300px; 
	height: 250px; 
	margin-bottom:35px;
}

.wex-widget {
	width: 300px; 
	height: 460px; 
	margin-bottom:35px;
}

.newsletter-widget {
	width: 300px; 
	height: 155px;
	margin-bottom:35px; 
}

.tws-archives-widget {
	width: 300px; 
	height: 550px;
	margin-bottom:35px; 
}

.magazine-slider-sidebar {
	margin-bottom:35px;
}

/** WIDGETS **/
.author-gallery {
	position: relative;
    width: 300px;
	margin: 10px auto;
	border: 2px solid #0d2a54;
	height: 220px;
}
.author-gallery .gallery-title {
	margin: 0 auto;
	padding: 5px 0;
	background-color: #0d2a54;
}
.author-gallery .gallery-title h1 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
}
.author-gallery .left-arrow,

.author-gallery .right-arrow {
	position: absolute;
    top: 40%;
    font-size: 60px;
	color: #0D2A54;
	cursor: pointer;
}
.author-gallery .left-arrow {
	left: 10px;
}
.author-gallery .right-arrow {
	right: 10px;
}
.author-gallery .author-blocks {
	width: 220px;
    height: 200px;
	overflow: hidden;
    margin: 0px auto;
}
.author-gallery .author-content {
	position: relative;
	left: 0;
	-webkit-transition: left 1s;
    transition: left 1s;
    width: 3410px;
}
.author-gallery .author {
	float: left;
	width: 100px;
	margin: 5px 5px 0px 5px;
	text-align: center;
}
.author-gallery .author h1 {
	font-size: 13px;
	color: #0D2A54;
	font-family: "franklin-gothic-urw", sans-serif;
	text-align: center;
	text-transform: uppercase;
	float: left;
	min-width: 100px;
}
.author-gallery .author img {
	max-width: 100px;
	height: 143px;
	clear: both;
}
.magazine-carousel {
	width: 300px;
	margin: 10px auto;
	clear: both;
}
.magazine-carousel .carousel-title {
	padding: 10px;
	text-align: center;
	background-color: #0d2a54;
}
.magazine-carousel .carousel-title h1 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 18px;
	color: #ffffff;
}
.magazine-carousel .up-arrow p,
.magazine-carousel .down-arrow p {
	padding: 5px;
	font-size: 25px;
    text-align: center;
    color: #fff;
    background-color: #ed1b34;
	cursor: pointer;
}
.magazine-carousel .carousel-content {
	height: 415px;
	height: 249px;
	border: 2px solid #ed1b34;
	overflow: hidden;
}
.magazine-carousel .carousel-content .top-stories {
	position: relative;
	top: 0;
}
.magazine-carousel .carousel-story {
	padding: 10px 5px 0;
	border-bottom: 2px solid #0d2a54;
    overflow: auto;
}
.magazine-carousel .lead-photo, .magazine-carousel .subhead,
.magazine-carousel .pubdate, .magazine-carousel .intro,
.magazine-carousel .read-more {
	display: none;
}
.magazine-carousel .headline h2 {
	height: 44px;
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
	text-align: left;
}
.magazine-carousel .byline {
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
}
.magazine-carousel .carousel-story.current {
	padding-left: 25px;
	background: #0d2a54 url(http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/right-arrow-white.png) left no-repeat;
	background-size: 15px 20px;
}
.magazine-carousel .carousel-story.current .headline h2,
.magazine-carousel .carousel-story.current .byline {
	color: #ffffff;
}
.magazine-covers {
	border: 1px solid rgb(237, 27, 52);
	background-color:#eeeeee;
	width: 300px;
	position: relative;
    border-bottom-width: 20px;
}
.magazine-covers .widget-title {
	margin-bottom: 0;
	padding: 5px;
}
.magazine-covers hr {
	top: 0px;
	margin: 10px 0;
}
.magazine-covers .left-arrow, .magazine-covers .right-arrow {
    position: absolute;
    top: 130px;
}
.magazine-covers .left-arrow {
    left: 39px;
    font-size: 60px;
    color: rgb(237, 27, 52);
    z-index: 1;
}
.magazine-covers .right-arrow {
     right: 39px;
	/** right: 7px;**/
	font-size: 60px;
	color: rgb(237, 27, 52);
	
}
.magazine-covers .cover-window {
	width: 220px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
.magazine-covers .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
.magazine-covers .cover-image, .magazine-covers .cover-image img {
	width: 220px;
    height: 290px;
    margin: 0px auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.magazine-covers .cover-image {
    float: left;
}
.magazine-covers .cover-date {
    margin-top: 20px;
	padding: 5px 0;
    background-color: #ed1b34;
    width: 100%;
	text-align: center;
}
.magazine-covers .cover-date a {
	color: #fff;
	font-size: 25px;	
	font-weight: bold;
}
.magazine-covers .view-all, .magazine-covers .subscribe-magslider, .magazine-covers .download-pdf {
	font-size: 16px;
	text-align: center;
	color: #eeeeee;
	background-color: #ed1b34;	
    display: block;
    padding-top: 10px;
}
.magazine-covers .view-all a, .magazine-covers .subscribe-magslider a, .magazine-covers .download-pdf a {
    border: solid 2px #FFFFFF;
    padding: 10px;
    width: 176px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
    text-transform: uppercase;
}
.magazine-covers .subscribe-magslider a {
    color: #ed1b34;
    width: 180px;
    text-transform: uppercase;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(195,194,192,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c2c0', GradientType=0 );   
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
    border: none;
}
.cover-gallery {
	width: 1100px;
	position: relative;
	margin-bottom:50px;
}
.cover-gallery .widget-title {
	padding:5px;
}
.cover-gallery .left-arrow, .cover-gallery .right-arrow {
    position: absolute;
    top: 0.5%;
	height:170px;
	font-size: 60px;
	color: #ffffff;
	background-color: #002B51;
	padding: 60px 10px 60px 15px;
}
.cover-gallery .left-arrow {
}
.cover-gallery .right-arrow {
 	right: 0px;
}
.cover-gallery .left-arrow .fa, .cover-gallery .right-arrow .fa {
    position: relative;
    top: 30%;
}
.cover-gallery .cover-window {
	width: 960px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
.cover-gallery .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
.cover-gallery .cover-image, .cover-gallery .cover-image img {
	width: 220px;
    height: 290px;
    margin: 0px auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.cover-gallery .cover-image {
    float: left;
	padding: 0px 10px;
}
.magazine-covers .cover-gallery .cover-image {
	padding: 0;
}
.cover-gallery .cover-date {
	float:left;
    margin-top: 20px;
	padding: 8px 0;
    height: 20px;
    background-color: #000000;
    width: 220px;
	text-align: center;
	font-family: "adobe-garamond-pro", serif;
	position: absolute;
	bottom: 0px;
	opacity: 0.75;
}
.cover-gallery .cover-date a {
	color: #fff;
	font-size: 20px;	
	font-weight: bold;
}
#cover-slideshow.medium {
	width: 780px;
}
#cover-slideshow.medium .cover-gallery {
	width: 780px;
	position: relative;
	margin-bottom:50px;
}
#cover-slideshow.medium.cover-gallery .cover-window {
	width: 690px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
#cover-slideshow.medium.cover-gallery .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
#cover-slideshow.medium .cover-gallery .cover-image {
    float: left;
	padding: 0px 5px;
}
#cover-slideshow.medium .cover-gallery .left-arrow,
#cover-slideshow.medium .cover-gallery .right-arrow {
	top: 13%;
	font-size: 40px;	
}
#cover-slideshow.medium .cover-gallery .left-arrow {
	padding: 60px 10px 60px 7px;
}
#cover-slideshow.medium .cover-gallery .right-arrow {
	padding: 60px 7px 60px 10px;
	right:0px;
}

.issue-section.cover-section .layout-1col-split:nth-of-type(odd) {
	clear: none;
}
.issue-stories .widget-title.volume-issue h2 {
	font-size: 32px;
}
.issue-stories .widget {
    /*margin-bottom: 40px;*/
}
.issue-stories .intro span, .issue-stories .intro p {
	font-size: 22px !important;
	font-family: Helvetica !important;
	line-height: normal !important;
}
.issue-section.cover-section .widget.layout-1col-split:nth-of-type(1) {
	float: left;
    width: 500px;
    margin-right: 0px !important;
}
.issue-section.cover-section .widget.layout-1col-split:nth-of-type(1) .headline {
    width: 100%;
	margin-top:0px;
}
.issue .layout-1col-split .headline {
	float: right;
    width: 230px;
}
.issue-stories .headline.wide .pubdate {
	height: 36px;
}
.issue-stories .feature-stories .pubdate, .issue-stories .articles-section .pubdate,
.issue-stories .booksArts-section .pubdate, .issue-stories .casual-section .pubdate {
	height: 38px;
}
.issue-stories .layout-1col-split:nth-of-type(1) .intro {
    display: block;
    font-size: 22px;
}
.issue-stories .main-section {
	margin-bottom: 50px;
}
.issue-stories .cover-image {
	float: left;
	width: 250px;
	margin: 0px 20px 20px 0px;
}
.issue-stories .cover-image img {
    width: 250px;
    height: 330px;
}
.issue-stories .cover-section .lead-photo {
    display: none;
}
.issue-stories .layout-main-story {
	margin-bottom: 30px;
}
.issue-stories .layout-main-story:last-of-type {
	margin-bottom: 0;
}
.issue-stories .layout-main-story .intro {
	display: none;
}
.issue-stories .layout-main-story .headline h2 {
	font-size: 32px;
	color: #012b51;
}
.issue-stories .layout-main-story .byline, .issue-stories .layout-main-story .pubdate {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.issue-stories .layout-main-story .byline span {
	font-weight: bold;
	color: #ed1b34;
}
.issue-stories .layout-main-story .pubdate {
	margin-top: 10px;
	line-height: 30px;
	border: none;
	color: #656364;
}
.issue-stories .layout-main-story .addthis-share.short {
	width: 490px;
	margin: 8px 0;
}
.issue-stories .features-section .layout-1col-split {
	background-color: #e2e0e1;
}
.issue-section.cover-section .widget.layout-1col-split {
	float: none;
	width: 100%;
	overflow: auto;
}
.issue-section.cover-section .widget.layout-1col-split .headline {
    width: 100%;
	/*margin-top:40px;*/
}
.issue-stories .layout-1col-split .intro {
    display: block;
    font-size: 22px;
}
.jvl_container {
    width: 299px;
    height: 155px;
    /*background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/newsletter_signup_bgnd.png");*/
    background-image: url("http://www.weeklystandard.com/s3/tws15/images/newsletters/update_2016_05/bg.png");
    background-repeat: no-repeat;
    margin: 10px auto;
}
.jvl_internal {
    width: 250px;
    padding-left: 101px;
    padding-top: 48px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.jvl_container .jvl_p {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0 0 3px 0;
}
.jvl_container .newsletter-email {
	width: 170px;
	height: 18px;
	margin: 5px 0;
}
.jvl_container .form-submit {
    background-image: url("http://www.weeklystandard.com/s3/tws15/images/newsletters/update_2016_05/submit.png");
    background-repeat: no-repeat;
}
.jvl_container .newsletter-email-error, .jvl_container .newsletter-return, .jvl_container .newsletter-error {
    display: none;
	float: right;
	width: 200px;
	margin-top: 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.jvl_container .newsletter-waiting {
	display: none;
	position: relative;
	top: 75px;
	left: 150px;
}
.subscribe-promo {
	margin: 10px auto 10px;
	text-align: center;
}

/** BOOKSHELF PAGE **/
/*.bookshelf #region_2 .layout-1col-split {
	background: #e4e4e4;
}
.bookshelf .layout-1col-split {
	width: 300px;
	margin: 10px 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 20px;
}*/
.bookshelf #region_2 .widget-title h2 {
	text-align: center;
	font-size: 32px;
}
.bookshelf .layout-1col-split .lead-photo,
.bookshelf .layout-1col-split .lead-photo img {
	width: 145px;
	height: 220px;
}
.bookshelf .layout-1col-split .headline {
	width: 225px;
}
.bookshelf .layout-1col-split .headline.wide {
	width: 100%;
}
.bookshelf .layout-1col-split .headline h2 {
	font-size: 20px;
	line-height: 22px;
	max-height: 88px;
}
.bookshelf .layout-1col-split .byline {
	margin: 10px 0;
	line-height: 18px;
	overflow: hidden;
}
.bookshelf .layout-1col-split .byline span {
	display: block;
	margin-top: 2px;
}
.bookshelf #region_2 .layout-1col-split .byline {
	/*height: 72px;*/
	margin-bottom: 18px;
}
.bookshelf .preview {
	width: 170px;
	margin: 0 auto;
	padding: 5px;
	font-size: 18px;
    text-align: center;
	text-transform: uppercase;
    color: #fff;
    background-color: #ed1b34;
}

/** AUTHOR PAGE **/
.author-header {
	width:100%;
    background: -webkit-linear-gradient(#fafafa, #c2c2c2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fafafa, #c2c2c2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fafafa, #c2c2c2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fafafa, #c2c2c2); /* Standard syntax (must be last) */
    margin-bottom: 20px;
	padding:20px;
    overflow: hidden;
}

.author-header .author-bio {
}
.author-header .author-bio a {
    color: #002b51;
    text-decoration: underline;
}

.author-header img {
    display: block;
    float: left;
	margin: 0px 40px 0px 10px;
}

.author-header p {
	font-size:18px;
	line-height:26px;
	font-family: "franklin-gothic-urw", sans-serif;
	padding-top:15px;
}

.author-amazon-link a {
	font-weight:bold;
	text-decoration:underline;
}

.author-header .addthis-share {
    margin: 0px;
	float:none;
}

.author-header .author-signup {
	width:25%;
	float:right;
	text-align:center;
}

.author-signup {
	margin-left: 35px;
}

.author-header .author-signup .author-signup-description {
	font-size:27px;
	font-family: "franklin-gothic-urw", sans-serif;
	color:#012B51;
	width:100%;
	margin:0 auto;
	padding-top:10px;
    font-weight: bold;
}
.author-header .author-signup .newsletter-email-error, .author-header .author-signup .newsletter-return, .author-header .author-signup .newsletter-error, .author-header .author-signup .newsletter-waiting {
    display: none;
}
.author-header .author-signup .newsletter-waiting {
    text-align: center;
}
.author-header .author-signup .newsletter-waiting img {
    display: inline;
    float: none;
    margin: 0px;
}
.author-header .author-signup .newsletter-email-error {
    color: #ff0000;
    font-size: 14px;
}
.author-header .author-signup .newsletter-return p, .author-header .author-signup .newsletter-error p {
    font-size: 14px;
    font-weight: bold;
}

.author-name-newsletter {
	color: #FFF;
	background-color: #012B51;
	font-family: "adobe-garamond-pro",serif;
	font-size: 24px;
	line-height: 29px;
	width: 93%;
	padding: 10px;
	margin: 0px auto;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.author-signup .enter-email input {
	width: 80%;
	margin: 20px 10px 10px;
	padding: 5px;
}

.author-signup .submit {
	width:100%;
	margin:0px auto;
}

.author-signup .submit input {
	color: #012B51;
	background-color: #FFF;
	font-family: "franklin-gothic-urw",sans-serif;
	text-align: center;
	font-size: 19px;
	width: 50%;
	padding: 12px 0px 8px;
	border: 1px solid #012B51;
	font-weight: bold;
	line-height: 12px;
}

/** GENERAL PAGE **/
.contact html, .contact body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.contact .contact-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.contact ul, .contact h4, .contact form, .contact p, .contact .subscriptions a {
	margin-left: 30px;
}

.contact li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.contact .section-header p {
	margin-left:0px;
}

.contact a:link, .contact a:visited, .contact a:active {
    color: #ED1B34;
}

.contact a:hover {
	text-decoration:underline;
}

.contact .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}

.contact #edit-request {
	width: 80%;
    height: 170px;
}

/**TERMS**/
.terms html, .contact body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.terms .terms-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.terms ul, .terms h4, .terms form, .terms p, .terms .subscriptions a {
	margin-left: 30px;
}

.terms li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.terms .section-header p {
	margin-left:0px;
}

.terms a:link, .terms a:visited, .terms a:active {
    color: #ED1B34;
}

.terms a:hover {
	text-decoration:underline;
}

.terms .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}
 
.terms #edit-request {
	width: 80%;
    height: 170px;
}

/** PRIVACY PAGE **/
.privacy html, .privacy body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.privacy .privacy-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.privacy ul, .privacy h4, .privacy form, .privacy p, .privacy .subscriptions a {
	margin-left: 30px;
}

.privacy li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.privacy .section-header p {
	margin-left:0px;
}

.privacy a:link, .privacy a:visited, .privacy a:active {
    color: #ED1B34;
}

.privacy a:hover {
	text-decoration:underline;
}

.privacy .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}

.privacy #edit-request {
	width: 80%;
    height: 170px;
}

/** RSS FEED PAGE **/
.landing .rss.col-left, .landing .rss.col-middle, .landing .rss.col-right {
	margin-bottom: 20px;
	font-size: 16px;
}

/* Google Custom Search Overrides */
.gsc-control-cse {
    font-size: 18px;
    padding: 0px !important;
    background-color: transparent !important;
    border: none !important;
}
.gsc-control-searchbox-only {
    position: relative;
    top: -20px;
    padding: 0px 0px 0px 20px !important;
}
.gsc-control-searchbox-only form.gsc-search-box, .gsc-control-searchbox-only table.gsc-search-box, .gsc-control-searchbox-only .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin: 0px;
    padding: 0px;
    height: 0px;
}
.gsc-control-searchbox-only table.gsc-search-box {
    height: 27px;
}
.gsc-control-searchbox-only .gsc-search-box-tools .gsc-search-box .gsc-input {
    vertical-align: top;
}
.gsc-control-searchbox-only input.gsc-search-button-v2 {
    margin: 0px 0px 0px 4px;
}
.gsc-control-cse .gsc-webResult.gsc-result {
    border-bottom: solid 1px #000000 !important;
    padding: 10px 0px 20px !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gsc-result .gs-title *  {
    font-family: "adobe-garamond-pro",serif;
    font-size: 25px !important;
    line-height: 33px;
    height: auto !important;
    text-decoration: none;
    font-weight: 700;
    overflow: visible !important;
}
.gsc-control-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 145px;
    height: 125px;
}
.gsc-control-cse .gs-web-image-box-portrait img.gs-image {
    max-width: none;
    max-height: none;
    width: 125px;
    height: 125px;
}
.gsc-control-cse .gs-webResult .gs-snippet, .gsc-control-cse .gs-imageResult .gs-snippet {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.gsc-control-cse .gsc-cursor {
    font-size: 18px;
}

/* Magazine Submenu */
.menu-magazine {
	display: none;
	position: absolute;
    width: 600px;
    /*margin: 0px auto;*/
    background-color: #eeeeee;
    padding: 10px;
	border: 1.25px solid #002B51;
	padding: 10px;
	z-index: 100000;
    border-collapse: separate;
}
.menu-magazine h3 {
    float: left;
    color: #ED1B34;
    font-size: 15px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu-magazine td {
	padding: 0px 10px;
	vertical-align:top;
}
.menu-magazine ul {
	clear:both;
}
.menu-magazine li {
	text-align: left;
    text-indent: 0px;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 12px;
    line-height: 17px;
	color:#000000;
}
.menu-magazine .magazine-article-list, .menu-magazine .column-one {
}
.menu-magazine .column-one {
    width: 160px;
}
.menu-magazine .magazine-cover {
	width: 145px;
	height: 190px;
	margin: 0px auto;
}
.menu-magazine .magazine-cover img {
    width: 145px;
	height: 190px;
}
.menu-magazine .archives-button a {
    display: block;
	width: 105px;
    margin: 5px auto; 
    padding: 8px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ED1B34;
    background-color: #F6F6F6;
    border: 2px solid #ED1B34;
    clear: both;
	text-decoration:none;
}
.menu-magazine .date {
	font-family: "adobe-garamond-pro",serif;
    font-weight: 380px;
    text-transform: uppercase;
	text-align:center;
	margin-top: 5px;
	font-size: 16px;
}

/* Writers Submenu */
.menu-writers {
	display: none;
	position: absolute;
    width: 1088px;
    margin: 0px auto;
    background-color: #eeeeee;
    padding: 10px;
	border: 1.25px solid #002B51;
	padding: 5px;
	z-index: 100000;
}
.menu-writers .author-info {
	float: left;
	width: 135px;
	height: 130px;
	margin-bottom: 0;
	text-align: center;
}
.menu-writers .author-info img {
	height: 90px;
}
.menu-writers .author-info h1 {
	font-size: 15px;
	font-weight: normal;
    color: #ed1b34;
}

/* Kristol Newsletter Signup Page */
#kristol-newsletter-signup {
    
}
#kristol-newsletter-signup p {
    margin-bottom: 20px;
}
#kristol-newsletter-signup .wrapper{
    width: 100%;
    background-color: #F1F1F1;
}
#kristol-newsletter-signup .header{
    width: 100%;
    height: 166px;
    position: relative;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/header.png");
    background-color: #021E36;
    background-position: center top;
    background-repeat: no-repeat;
}
#kristol-newsletter-signup .header .slogan{
    position: relative;
    top: 127px;
    left: 110px;
    margin: 0px auto;
    width: 560px;
    color: #8d8d8d;
    font-size: 12px;
    font-family: Arial, Verdana, sans;
}
#kristol-newsletter-signup .middle{
    position: relative;
    min-height: 469px;
    z-index: 0;
    width: 960px;
    margin: 0px auto;
}
#kristol-newsletter-signup .middle .kristol{
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 10;
    width: 280px;
    height: 495px;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/kristol.png");
}
#kristol-newsletter-signup .middle .right{
    position: relative;
    margin-left: 310px;
    height: 100%;
    width: 680px;
    clear: both;
}
#kristol-newsletter-signup .middle .right h1{
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 30px;
    margin: 0;
    padding: 10px 0;
}
#kristol-newsletter-signup .middle .block{
    float: left;
    margin-right: 20px;
}
#kristol-newsletter-signup .middle .description{
    position: relative;
    width: 330px;
    min-height: 414px;
    font-family: Georgia, Arial, Verdana, sans;
    line-height: 1.6em;
}
#kristol-newsletter-signup .middle .description .first_p{
    font-size: 1.3em;
    line-height: 1.7em;
}
#kristol-newsletter-signup .middle .form{
    /*margin-left: 400px;*/
    padding: 50px 25px;
    position: relative;
    height: 267px;
    width: 245px;
    border: 3px solid #c9c9c9;
    background-color: #021e36;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Verdana, sans;
}
#kristol-newsletter-signup .middle .form input{
    margin: 0;
}
#kristol-newsletter-signup .middle .form h2{
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 29px;
}
#kristol-newsletter-signup .middle .form .form-item{
    margin: 15px 0 0;
}
#kristol-newsletter-signup .middle .form a {
    color: #FFFFFF;  
    text-decoration: underline; 
}
#kristol-newsletter-signup .middle .form .align_left{
    text-align: left;
}
#kristol-newsletter-signup .middle .newsletter-email-error, #kristol-newsletter-signup .middle .newsletter-waiting, #kristol-newsletter-signup .middle .newsletter-return, #kristol-newsletter-signup .middle .newsletter-error {
    display: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
#kristol-newsletter-signup .middle .newsletter-email-error {
    color: #ff0000;
}
#kristol-newsletter-signup .middle .preferences {
    width: 200px;   
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    position: relative;
    top: 130px;
}
#kristol-newsletter-signup .middle .preferences a {
    color: #021E36;
}
#kristol-newsletter-signup #edit-mail-wrapper label {
    display: none;
}
#kristol-newsletter-signup .newsletter-email {
    height: 30px;
    width: 203px;
    padding: 0 20px;
    margin: 15px 0;
    background-color: #ed1b34;
    border: 1px solid #000;
    color: #fff;
    font-size: 18px;
}
#kristol-newsletter-signup .submit {
    margin-bottom: 20px;
}
#kristol-newsletter-signup .footer{
    position: relative;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    background-color: #021e36;
}
#kristol-newsletter-signup .footer .footer-content {
    width: 960px;
    margin: 0px auto;   
}
#kristol-newsletter-signup .footer .copy{
    width: 520px;
    font-size: 10px;
    font-family: Arial, Verdana, sans;
    color: #d1d1d1;
    line-height: 15px;
    float: left;
}
#kristol-newsletter-signup .footer .copy a{
    color: #fff;
    text-decoration: none;
}
#kristol-newsletter-signup .footer .logo{
    width: 114px;
    height: 43px;
    float: right;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/logo_bottom.png");
}

/* JVL Newsletter Signup Widget */
.jvl_internal{
		padding: 0;
}
.jvl_container{
	background-size: 299px 155px;
	background-size: cover;
	position: relative;
}
.newsletter-signup-form .form-item{
	position: absolute;
	top: 68px;
	left: 0;		
	width: 100%;
	text-align: center;
}
.newsletter-signup-form .form-item p{
	color: #fff;
	margin-top: 10px;
}
.jvl_container .newsletter-email {
	width: 175px;
	height: 21px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}	
.newsletter-signup-form button[type="submit"]{
	height: 28px;
	width: 74px;
	border: none;
	outline: none;
	background-size: contain;
	padding: 0;
	margin: 0px 0 0 0;
	background-position: 0;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-color: transparent;
}
.jvl_container .newsletter-email-error, .jvl_container .newsletter-return, .jvl_container .newsletter-error{
	display: none;
	float: none;
	width: 88%;
	margin: 0 auto;
	font-weight: bold;
	color: white;
	top: 73px;
	position: relative;
}	
.jvl_container .newsletter-waiting{
	position: relative;
	margin: 0 auto;
	top: 73px;
	width: 40px;
	left: 0;
}

/* Admin Edit Styles */
[id*=editAdminLink] {
    position: fixed;
    left: 0;
    top: 150px;
    width: 70px;
    background: #ccc;
    -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0; border-top-right-radius: 5px; border-bottom-right-radius: 0;
    z-index: 100;
    font-weight:bold;
    text-align:center;
    font-size: 16px;
}
[id*=editAdminLink] a{
    display:block;
    padding: 1em 1em 0.8em 1em;
    text-decoration: none;
    color: #FF0000;
}
[id*=editAdminLink] label{
    font-size:11px; line-height:12px;
    color:#000;
    margin-bottom: 0;
}
[id*=editAdminLink] i{
    font-size:22px;
    -webkit-font-smoothing: antialiased;
}
[id*=editAdminLink].secondtab i{
    font-size:18px;
}
[id*=editAdminLink].secondtab{
    top:115px;
    -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
[id*=editAdminLink].debug{
    top:180px;
    color:red; z-index:100000;
    -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px;
}
/* BOOKS ARTS PAGE */
.books-arts .layout-1col-standard .pubdate, .books-arts .layout-1col-standard .byline {
	line-height: 33px;
}
/* 404 PAGE */
.page-not-found {
	margin: 50px auto;
}
.page-not-found a:link, .page-not-found a:visited, .page-not-found a:active {
	color: #ED1B34;
}
.page-not-found #region_2 {
	margin-top: 30px;
	text-align: center;
}
.page-not-found #region_2 h1 {
	margin-bottom: 20px;
}
.page-not-found #region_2 p {
	font-size: 18px;
}
.page-not-found .search-text {
	margin: 30px 0 10px;
	font-size: 16px;
    font-weight: bold;
	text-align: left;
    text-transform: uppercase;
}

/** GENERAL LANDING PAGES **/
.gray {
	color:#4d4d4d;
}
.red {
	color:#ed1b34;	
}
.landing p {
	margin-bottom:20px;
}
.landing blockquote {
	margin-left:40px;
	margin-bottom:20px;
}
.landing section.content a:link {
	color:#ed1b34;
}
.landing section.content a:visited {
	color:#ed1b34;
}
/*.anchor {
  	margin-top:300px !important; 
	padding-top:300px !important;
	line-height:300px !important;
	display:inline-block !important;
}*/
.landing .contact-us ul {
	margin-left: 30px !important; 
	margin-bottom: 20px !important;
	list-style-type:circle !important;
}
.landing ul {
	margin-left: 30px !important; 
	margin-bottom: 0px !important;
	list-style-type:circle !important;
}
.landing li {
	list-style-type: disc !important;
}
.landing ol {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type:decimal;
}
.landing li {
	list-style-type:decimal;
}
.landing h3 {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding: 0 0 0 10px;
	clear:both;
}
.landing h4 {
	font-weight:bold;
}
.landing h3 hr{
	background-color: #E7E5E5;
	border: #CBCBCB 1.25px solid;
}
.landing .vertical-list ul {
	text-align:center;
}
.landing .vertical-list li {
	list-style-type:none !important;
	float:left;
	width:15%;
	text-align:center;
}
.left {
	float:left;
	margin-right:5px;
}
.landing .faq-left, .landing .subscriber-left {
	width: 45%;
	margin-bottom: 20px;
	float:left;
	margin-right:5px;
}
.landing .right {
	float:right;
	width:45%;
}
.landing .faq-right, .landing .subscriber-right {
	width: 45%;
	margin-bottom: 20px;
	float:right;
}
.landing .col-left {
	float:left;
	width:30%;
	margin-right:30px;
}
.landing .col-middle {
	float:left;
	width:30%;
}
.landing .col-right {
	float:right;
	width:30%;
}
.staff-list ul {
	list-style-type:none !important;
	padding:5px 0 15px 10px;
	width:250px;
}
.staff-list li {
	list-style-type:none !important;
	padding:5px 0 15px 10px;
	width:250px;
}
.address {
	margin-left:40px;
}

.tag .layout-1col-split .headline h2 {
    max-height: none;
    overflow: visible;
}

/* ARTICLE PRINT PAGE */
body.show-print #region_3, body.show-print #banner, body.show-print #container, body.show-print .col1.col2, body.show-print .lead-photo, body.show-print .subscribe-promo,  body.show-print .article-share,  body.show-print .tags, body.show-print .story-continue, body.show-print .ad, body.show-print .addthis_button_facebook, body.show-print .addthis_button_twitter, body.show-print .addthis_button_email, body.show-print .addthis_button_compact, body.show-print .social-icon.audio { 
display: none;
}

body.show-print .col1 {
    width: 100%;
    float: left;
}

body.show-print .mag-header {
	margin-top:40px;
}

body.show-print .text-tools {
	float:left;
}

body.show-print .text-size.larger {
    margin-left: 2px;
}
body.show-print article {
    position: relative;
    padding-top: 50px;
}
body.show-print article .addthis-share, body.show-print article .text-tools {
    position: absolute;
    top: 0px;
}
body.show-print article .text-tools {
    left: 130px;
}
body.show-print article .article-body {
    margin-top: 20px;
}

/* BLOCK QUOTE */
.blockquote.left {
	width:250px;
	float:left;
	margin:25px 50px 25px 0px !important;
    font-family: "franklin-gothic-urw-comp",sans-serif !important;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	font-weight: 700;
}
.blockquote.right {
	width:250px;
	float:right;
	margin:25px 0px 25px 50px !important
    font-family: "franklin-gothic-urw-comp",sans-serif !important;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	font-weight: 700;
}

.blockquote.left.solid {
	background-color:#0977BC;
	padding:30px;
	color:#FFFFFF;
}
.blockquote.right.solid {
	background-color:#ED1B34;
	padding:30px;
	color:#FFFFFF;
}
.blockquote.left.red, .blockquote.right.red {
	color:#ED1B34;
}

/* DESKTOP VIEW ON TABLET */
body.desktop-view {
	width: 1120px;
}
body.desktop-view #header .tablet-view {
	font-size: 14px;
	bottom: 5px;
}

/* JPLAYER AUDIO PLAYER */
.jp-title {
    font-size: 16px;
    text-align: center;
    color: #656364;
}
.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jp-gui {
	position: relative;
	margin-top: 10px;
	background: #0977bc;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);    
    box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, .1);
    border-radius: 3px;
	overflow: hidden;
}
.jp-jplayer, .jp-audio {
	display: none;
    width: 420px;
    margin: 20px auto;
}
.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
	font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.jp-controls li {
    display: inline;
}
.jp-controls a {
    color: #fff;
}
.jp-play,.jp-pause {
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-right: 1px solid #fff;
}
.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
    background-color: #012b51;
}
.jp-mute,.jp-unmute {
    position: absolute;
    right: 55px;
    top: -2px;
    width: 20px;
    height: 40px;
    display: inline-block;
    line-height: 46px;
}
.jp-mute {
    text-align: left;
}
.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 45px;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    background-color: #012b51;
    overflow: hidden;
}
.jp-volume-bar-value {
    background-color: #fff;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
}
.jp-progress {
    background-color: #012b51;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: absolute;
    right: 133px;
    top: 15px;
    width: 210px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}
.jp-play-bar {
    height: 12px;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
}
.jp-time-holder {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 90px;
    top: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

a.headline-link {
    color: #ed1b34;
    text-decoration: underline;
}

/* MODAL STYLES */
#author-respond {
    top: 10%;
    z-index: 100000;
}
.modal-backdrop {
    z-index: 10000;
}
button.close {
    font-size: 36px;
}
.modal-creative img {
	width: 700px;
	height: 500px;
}

/* QUERYLY SEARCH STYLES */
#queryly_mobile_container {
	display:none;
}
#qsearch, .qsearch #faceteddata {
    font-family: "franklin-gothic-urw", sans-serif;
}
#qsearch #resultdata {
   margin-bottom: 20px;
}
#qsearch #resultdata h1, #qsearch #resultdata h2 {
    font-family: "adobe-garamond-pro", serif;
    font-size: 18px;
}
#qsearch #resultdata h1 {
    font-size: 26px;
}
#qsearch #resultdata .header {
    margin-bottom: 12px; 
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
    font-size: 32px;
    font-family: "adobe-garamond-pro", serif;
}
#qsearch #resultdata .header .search-term {
    font-weight: bold;
}
#qsearch #resultdata .next-page a, #qsearch #resultdata .prev-page a {
    text-decoration:none;
}
#qsearch #resultdata .data-item {
    overflow:hidden;
    min-height:100px;
    width:100%;
    margin-bottom:10px;
    font-size:10px;
    border-bottom:1px solid #eee;
    padding-bottom:12px;
}
#qsearch #resultdata .data-item a {
    color: #000000;
}
#qsearch #resultdata .data-item a:hover {
    text-decoration: underline;
}
#qsearch #resultdata .item-photo {
    padding:6px;
    padding-right:12px;
    float:left;
    width:190px;
}
#qsearch #resultdata .item-photo img {
    width:100%;
}
#qsearch #resultdata .item-sponsor {
    position:absolute;
    background:orange;
    padding:2px;
    font-size:10px;
    width:100px;
    left:20px;
}
#qsearch #resultdata .item-headline h1 {
    
}
#qsearch #resultdata .item-pubdate, #qsearch #resultdata .item-creator {
    font-family: "adobe-garamond-pro", serif;
    font-size: 18px;
    display: inline-block;
}
#qsearch #resultdata .item-pubdate {
    border-right: solid 1px #000000;
    padding-right: 10px;
    margin-right: 10px;
}
#qsearch #resultdata .item-creator {
    
}
#qsearch #resultdata .item-description {
    font-size:15px;
    line-height:18px;
    margin-top:8px;
}
#qsearch #resultdata .next-page {
    float:right;
}
#qsearch #resultdata .prev-page {
    
}
.qsearch #faceteddata {
    background: #ddd; 
    padding: 20px; 
    font-size: 16px; 
    margin-bottom: 20px;
}
.qsearch #faceteddata .clear-all {
    margin-top: 0px;
}
.qsearch #faceteddata .facet-label {
    margin-top:10px;
    margin-bottom:10px;
    background:#000000;
    color:#FFFFFF;
    padding: 10px;
}
.qsearch #faceteddata .facet-item {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.qsearch #faceteddata .facet-item a {
    color: #000000;
}
.qsearch #faceteddata .date-field {
    padding: 0px;
    height: 30px;
}
.qsearch #faceteddata .date-field-label {
    display: inline-block;
    font-weight: bold;
}
.qsearch #faceteddata .date-field-label.start {
    width: 50%;
}
.qsearch #faceteddata .date-field-label.end {
    width: 48%;
}
.qsearch #faceteddata .date-field-submit {
    color: #000000;
}
#new-search.search {
	display: none;
    position: absolute;
    top: 155px;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background-color: #ed1b34;
	color: #000000;
    z-index: 100;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}
#new-search.search input {
	width: 260px;
	padding-left: 5px;
}
#new-search.search button {
	float: right;
	padding: 3px 6px;
	border: none;
	color: #fff;
	background-color: #132f5a;
}
#queryly_desktop {
    position: relative; 
    padding: 4px;
    margin: 0px auto;
    border: 1px solid #e3e3e3; 
    border-radius: 2px !important;
    background: white;
    display:none;
    width: 300px;
}
.qsearch_form {
    background: #ddd;
    padding: 2%;
    width: 96%;
}
.qsearch_form .qsearch_input {
    width: 98%;
    margin: 0px;
    padding: 1%;
    border: 0px none; 
    font-size: 24px; 
    line-height: 28px;
    color: Black;
}
#advanced-search {
	width: 310px;
	margin: 0 auto;
	padding: 5px 0 0 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}
#advanced-search p {
	margin: 0;	
}

/*  National Parks single page  */
/**/
article.layout-3col-natparks {
}

article.layout-3col-natparks #region_3 {
	display: none;
}
article.layout-3col-natparks .mag-header {
	display: none;
}
article.layout-3col-natparks .col1 {
	width:100%;
	margin: auto;
	float:none;
}

article.layout-3col-natparks .summary {
	display: block;
	width:60%;
	color:#00553d;
	font-size:30px;
	line-height:30px;
    font-family: "adobe-garamond-pro", serif;
    font-style:italic;
	border-bottom: 1px solid #00553d;
	padding: 0px 68px 15px 0px;
	margin: -10px 0px 50px 110px;
}

article.layout-3col-natparks #region_2 {
	background-image: url(http://s3.amazonaws.com/assets.weeklystandard.com/tws15/images/test-images/nps-logo.png);
	background-repeat: no-repeat;
	background-position: top 55px right 115px;
	background-size: 143px 185px;
	margin-top: -90px;
	/* The z-index line here makes the text appear on top of things like sliders and the scroll down prompt.  I'm commenting it out until we know what it needs to be here for */
    /* DL - 2016-08-26 */
    /*z-index:100;*/
	position:relative;
}
article.layout-3col-natparks .story-continue {
	max-height:1px;
	display:none;
}
article.layout-3col-natparks .mag-header {
    display: none;
}
article.layout-3col-natparks #ad, article.layout-3col-natparks .ad {
    min-height: 0px;
    height: 0px;
	display:none;
}
article.layout-3col-natparks .ad.raptor {
	position: relative;
	left: -40px;
	display: block;
	width: 970px;
	max-height: none;
	text-align: center;
    min-height: 1px;
    height: auto;
}
article.layout-3col-natparks .body-text, article.layout-3col-natparks .body-text p, article.layout-3col-natparks .body-text span, article.layout-3col-natparks .body-text li {
    font-family: "adobe-garamond-pro", serif !important;
    font-size: 18px !important;
    line-height: 34px !important;
}

article.layout-3col-natparks .headline {
	position:relative;
	top:-60px;
	margin-left:30px;
}
article.layout-3col-natparks .headline h1{
	font-size:73px;
	color:#FFFFFF;
    font-family: "franklin-gothic-urw", sans-serif;
	text-shadow: 2px 2px 4px #000000;
}
article.layout-3col-natparks .deck {
	position:relative;
	top:-49px;
	font-size:42px;
	color:#FFFFFF;
    font-family: "adobe-garamond-pro", serif;
	font-style:normal;
	text-shadow: 2px 2px 4px #000000;
	margin-left:30px;
}
article.layout-3col-natparks .addthis-share {
	position: absolute;
	margin: 95px 0 0 40px;
}
article.layout-3col-natparks .share-bottom .addthis-share {
	position: relative;
	margin: 10px auto 0;
}
article.layout-3col-natparks .social-icon {
	clear: both;
}
article.layout-3col-natparks .share-bottom .social-icon {
	clear: none;
}

article.layout-3col-natparks .body-text span.firstcharacter { 
	font-family: "adobe-garamond-pro",serif !important;
	float: left;
	color: #00553D;
	font-size: 120px !important;
	line-height: 97px !important;
	padding: 5px 8px 0px 3px;
	margin-bottom:0px !important;
}
article.layout-3col-natparks .byline {
	margin: 45px 0px 0px 110px;
}

article.layout-3col-natparks .text-tools {
    float: right;
    margin: 20px 105px;
}
article.layout-3col-natparks .article-body {
    width: 80%;
	margin:0 auto;
}
article.layout-3col-natparks .tags, article.layout-3col-natparks .article-share, article.layout-3col-natparks .subscribe-promo {
	display:none;
}
article.layout-3col-natparks .lead-photo {
    display: none;
}
img.natparks-mainpic {
	display: block;
    width: 100%;
	height: auto;
    max-width: 1600px;
    min-width: 1100px;
	min-height: 331px;
    margin: 0px auto;
	overflow: hidden;
	background: #949494;
}
body.layout-3col-natparks #site {
    width: 100%;
    max-width: 1100px;
}
body.layout-3col-natparks .upnext {
	z-index: 0;
}
article.layout-3col-natparks .gallery-container {
	position: relative;
	max-width: none;
}
article.layout-3col-natparks #slideshow {
	position: relative;
	width: 1030px;
	max-width: none;
	height: 450px;
	margin: 0 0 10px -60px;
	padding: 20px 0 40px;
	overflow: hidden;
}
article.layout-3col-natparks .photo-gallery {
	position: relative;
	left: 0;
	float: left;
    width: 6000px;
	max-width: none;
	-webkit-transition: left .5s;
    transition: left .5s;
}
article.layout-3col-natparks .photo-gallery .photo {
	float: left;
}
article.layout-3col-natparks .photo-gallery .photo img {
	width: 1030px;
	height: 450px;
}
article.layout-3col-natparks #slideshow .fa {
	position: absolute;
	top: 198px;
	font-size: 100px;
	color: #ffffff;
	z-index: 2;
	cursor: pointer;
}
article.layout-3col-natparks #slideshow .fa.fade {
	opacity: 0.3;
}
article.layout-3col-natparks #slideshow .fa-angle-left {
	left: 10px;
}
article.layout-3col-natparks #slideshow .fa-angle-right {
	left: 984px;
}
article.layout-3col-natparks .natparks-quotebox {
    background-color: #134426;
    height: auto;
    float: right;
    margin-left: -85px;
    position: relative;
    left: 122px;
    width: 375px;
	padding-bottom: 40px;
}
article.layout-3col-natparks .natparks-quotebox p {
	color:#ffffff;
    font-family: "franklin-gothic-urw-comp", sans-serif !important;
	text-align:right !important;
	font-weight:700;
	font-size:24px !important;
	line-height:29px !important;
	margin: 0px 37px 20px 75px !important;
	padding-top:50px;
}
article.layout-3col-natparks .natparks-quotebox img {
	height:300px;
	width:300px;
	margin:0 auto;
	display:block;
}
article.layout-3col-natparks .natparks-quotebox .photo-quote {
	color:#ffffff;
    font-family: "franklin-gothic-urw-comp", sans-serif !important;
	text-align:right !important;
	font-size:14px !important;
	margin:0px 37px !important;
	padding-top:5px !important;
}
article.layout-3col-natparks .natparks-quotebox .image-credit {
	color:#ffffff;
    font-family: "franklin-gothic-urw-comp", sans-serif !important;
	text-align:right !important;
	font-size:12px !important;
	font-style:italic !important;
	font-weight:400 !important;
	margin: 0px 37px 0px !important;
    padding-top: 0px !important;
}
body.layout-3col-natparks #ad-skin .ad { 
	height: 0px !important; 
	min-height: 0px !important; 
	max-height: 0px !important; 
	display: none !important; 
}
body.layout-3col-natparks .article-header {
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
} 
.sponsor-title p {
	font-family: "franklin-gothic-urw-comp", sans-serif !important;
	font-weight:400 !important;
	color: #134426;
	text-align: center;
	margin: 40px auto 0px;
	font-size: 20px !important;
	text-transform: uppercase;
	position: relative;
}
.sponsor-title hr {
	border-color: #134426;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sponsor-caption {
	position: absolute;
	right: 0;
	margin: 15px;
	color: #ffffff;
	text-align: right;
	width: 150px;
    font-weight: bold;
}
.start-slideshow {
	text-decoration:underline !important
}
body.show-print img.natparks-mainpic,
body.show-print .sponsor-title,
body.show-print .sponsor-caption,
body.show-print article.layout-3col-natparks .gallery-container,
body.show-print article.layout-3col-natparks .natparks-quotebox,
body.show-print article.layout-3col-natparks .natparks-series-banner {
	display: none;
}
body.show-print article.layout-3col-natparks {
	padding: 0;
}
body.show-print article.layout-3col-natparks #region_2,
body.show-print article.layout-3col-natparks .headline,
body.show-print article.layout-3col-natparks .deck,
body.show-print article.layout-3col-natparks .addthis-share,
body.show-print article.layout-3col-natparks .text-tools {
	position: static;
	margin: 0;
	background: none;
}
body.show-print article.layout-3col-natparks .headline {
	margin-top: 50px;
}
body.show-print article.layout-3col-natparks .headline h1,
body.show-print article.layout-3col-natparks .deck {
	color: #000000;
	text-shadow: none;
}
body.show-print article.layout-3col-natparks .summary {
	margin: 10px 0 0 0;
}

/*  National Parks landing page  */
#page-national-parks #ad-skin {
	display:none;
	height:0;
}
#page-national-parks #site { 
	width: 100%; 
}

#page-national-parks .nps-header-image img {
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
#page-national-parks .nps-header-image img {
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
#page-national-parks .col1.col2 {
}
#page-national-parks #region_1 {
    background-image: url("http://s3.amazonaws.com/assets.weeklystandard.com/tws15/images/test-images/nps-logo.png");
    background-repeat: no-repeat;
    background-position: right 90px top 395px;
    background-size: 255px 330px;
    margin-top: -90px;
    /*z-index: 100;*/
    position: relative;
}
.nps-landing-header h1 {
	font-family: "adobe-garamond-pro",serif !important;
	float: left;
	color: #000000;
	font-size: 60px !important;
	line-height: 65px !important;
	margin:10px 30px !important;
}

.landing-headline h1 {
	position: relative;
	top: -60px;
	margin-left: 30px;
}
.nps-header-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.natparks-current img, .natparks-future img{
	width:100%;
	overflow:hidden;
}

#page-national-parks .ad.billboard {
	display: none;
}
.nps-landing-header {
	width: 65%; 
	display: inline-block;
}
#page-national-parks .summary {
	display: block;
    width: 65%;
    color: #00553D;
    font-size: 26px;
    line-height: 30px;
    font-family: "adobe-garamond-pro",serif;
    font-style: italic;
    border-bottom: 1px solid #00553D;
    padding: 0px 68px 15px 0px;
    margin: -15px 0px 50px 30px;
}
#page-national-parks .headline {
	position:relative;
	top:-150px;
	margin-left:30px;
}
#page-national-parks .headline h1{
	font-size:73px;
	color:#FFFFFF;
    font-family: "franklin-gothic-urw", sans-serif;
	text-shadow: 2px 2px 4px #000000;
}
#page-national-parks .deck {
	position:relative;
	top:-155px;
	font-size:42px;
	color:#FFFFFF;
    font-family: "adobe-garamond-pro", serif;
	font-style:normal;
	text-shadow: 2px 2px 4px #000000;
	margin-left:30px;
}
.natparks-pubdate {
	font-size:22px;
	color: #00553D;
	font-family: "adobe-garamond-pro", serif;
	font-style:normal;
	text-transform:uppercase;
	margin:15px 30px;
	letter-spacing:2px;
	float:left;
}
#page-national-parks .addthis-share {
	float:right;
	margin:0 30px;
}
.natparks-pubdate-future {
	font-size:22px;
	color: #636363;
	font-family: "adobe-garamond-pro", serif;
	font-style:normal;
	text-transform:uppercase;
	margin:15px 30px;
	letter-spacing:2px;
}
#page-national-parks .sponsor-title p {
    font-family: "franklin-gothic-urw-comp",sans-serif !important;
    font-weight: 400 !important;
    color: #134426;
    text-align: center;
    margin: 130px auto 0px;
    font-size: 20px !important;
    text-transform: uppercase;
}
.natparks-future img {
	margin-bottom:100px;
}
/* National Parks sidebar ad */
.national-parks-sidebar {
	width:300px;
	height:auto;
	overflow: auto;
}
.national-parks-ad {
	width:300px;
	height:93px;
	color:#FFFFFF;
	margin:10px auto;
}
.national-parks-ad-text { 
	width: 205px;
	float: right;
	height:auto;
}
.national-parks-sidebar h3 {
	font-family: "franklin-gothic-urw-comp",sans-serif !important;
	font-weight: 400 !important;
	font-size:15px;
	color:#34460E;
	text-align: left;
}
.national-parks-sidebar hr {
	border-color: #7bc143;
	width: 300px;
	margin: 2px 0px 12px 0px;
}
.national-parks-ad h1 a, .national-parks-ad h1 {
	font-size: 23px;
	line-height:23px;
	font-family: "adobe-garamond-pro",serif;
	color:#222222;
	text-align: left;
}
.national-parks-ad .deck {
	font-size: 15px;
	line-height:19px;
	color:#222222;
	font-style: italic;
	font-family: "adobe-garamond-pro",serif;
	text-align: left;
}
.national-parks-ad p {
	font-size: 15px;
	color: #4D4D4D;
	font-family: "franklin-gothic-urw",sans-serif; 
	text-align: left; 
}
.national-parks-ad a {
	font-size: 15px;
	color: #ED1B34;
	font-family: "franklin-gothic-urw",sans-serif;
	text-align: left; 
}
.national-parks-ad img {
	width:75px;
	height:75px;
	float:left;
	margin:0px 10px;
}
.header-sub-promo {
    height: 130px;
}
.header-sub-promo .cover {
    width: 100px;
    float: right;
    margin-left: 20px;
}
.header-sub-promo .cover img {
    width: 100px;
    height: 130px;
}
.header-sub-promo .links {
    /*font-size: 16px;
    line-height: 24px;
    position: relative;
    top: 50px;
    display: inline-block;
	left: -140px;*/
    text-align: right;
	float: right;
	margin: 44px 141px 0px 0px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 6px;
}
.header-sub-promo .links h2 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
	color:#ed1b34;

}
.header-sub-promo ul, .header-sub-promo li {
	color:#ffffff;
}
.header-sub-promo .links ul li {
    display: inline-block;
}
.header-sub-promo .links ul li:first-of-type {
    
}
.header-sub-promo .links ul li span.bullet {
    display: inline-block;
    color: #ed1b34;
    padding: 0px 4px;
}

.header-custserv {
    display: none;
    text-align: right;
    float: right;
	margin: 35px 30px 0 0;
	width: auto;
}
.header-custserv h1 {
    font-size: 22px;
    margin-bottom: 10px;
	color:#ffffff;
	text-decoration:none;
}
.header-custserv ul {
    margin: 0px !important;
}
.header-custserv li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    border-right: solid 1px #FFFFFF;
	color:#ffffff;
}
.header-custserv li:last-of-type {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.header-custserv a:hover {
    text-decoration: underline;
}

.widget.tv-offer {
    width: 100%;
    background-color: #ed1b34;
    border-radius: 7px;
	clear:both;
}
.widget.tv-offer h2 {
    text-align: center;
    padding: 10px;
    font-size: 24px;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.widget.tv-offer a {
    color: #FFFFFF;
}

#ad-skin {
    width: 1100px;
    height: 1200px;
    z-index: 0;
    position: fixed;
    margin: 0px auto;
    left: 0;
    right: 0;
}
#ad-skin .ad-block {
    margin-left: -410px;
}

/* RELATED STORIES WIDGET */
.widget.top-stories.layout-related-article {
    margin-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ED1B34;
    overflow: hidden;
}
.widget.top-stories.layout-related-article .widget-title {
	overflow: hidden;
    text-align: center;
    font-size: 13px;
	font-style:italic; 
	color: #ED1B34;
	font-family: "franklin-gothic-urw",sans-serif;
}
.widget.top-stories.layout-related-article .widget-title:before,
.widget.top-stories.layout-related-article .widget-title:after {
    background-color: #ED1B34;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.widget.top-stories.layout-related-article .widget-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.widget.top-stories.layout-related-article .widget-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.widget.top-stories.layout-related-article .subhead {
    color: #656364;
    font-size: 19px;
    font-style: italic;
    margin-bottom: 2px;
}

.widget.top-stories.layout-related-article .subhead p {
    font-size: 19px !important;
    line-height: 23px !important;
	margin: 0px 0px 0px !important
}

.widget.top-stories.layout-related-article .lead-photo {
    float: left;
    margin: 0px 35px 30px 0px;
    width: 143px;
}

.widget.top-stories.layout-related-article .lead-photo img {
    width: 143px;
    height: 143px;
}
.widget.top-stories.layout-related-article .byline, .widget.top-stories.layout-related-article .pubdate  {
	float: none;
	color: #656364;
	font-size: 15px !important;
	line-height: 23px !important;
	margin: 20px 0px 0px !important;
	font-weight:normal;

}

.widget.top-stories.layout-related-article .byline a:link, .widget.top-stories.layout-related-article .byline a:visited, .widget.top-stories.layout-related-article .byline a:active {
	color: #ED1B34;
	font-weight:normal;
}

.widget.top-stories.layout-related-article .layout-related-article .addthis-share .fa-facebook {
   background-color: #42579a !important;
}
.widget.top-stories.layout-related-article .layout-related-article .addthis-share .fa-twitter {
	background-color: #70acd1 !important;
}
.widget.top-stories.layout-related-article .layout-related-article .addthis-share .fa-envelope {
	background-color: #4d4d4d !important;
}
.widget.top-stories.layout-related-article .layout-related-article .addthis-share .fa-circle {
	background-color: #ed1b34 !important;
}

/* MODAL & SLIDER STYLES */
.slider {
    padding: 20px;
    height: auto;
    border: solid 1px #CCCCCC;
    background-color: #DBDBDB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 20;
    width: 50%;
    margin: 0px auto;
    position: fixed;
    left: 25%;
    right: 25%;
    bottom: -100%;
    box-sizing: initial;
}
body.modal-open {
    /*padding-right: 0px !important;*/
}
.modal-backdrop.in {
    opacity: .8;
}
.modal {
    z-index: 10006;
    top: 60px;
}
#myModal .modal-dialog {
    width: 730px;
    margin: 0px auto;
}
#myModal .modal-header {
    padding: 5px 15px 0px 15px;
}
#myModal .modal-header .modal-title {
    font-weight: bold;
    font-size: 16px;
    color: #ed1b34;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    border-right: solid 1px #cccccc;
}
#myModal .modal-header .modal-title:last-of-type {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
#myModal .modal-header .modal-title a {
    color: #ed1b34;
    text-decoration: none;
}
#myModal button.close {
    font-size: 28px;
}
#myModal .modal-body {
    padding: 15px;
}
#myModal .modal-footer, #loginModal .modal-footer {
    padding: 5px 15px;
}
.modal-footer .sub-activate {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}
.modal-footer .sub-activate a {
    color: #ed1b34;
}
.meter-content { display: none; }
.roadblock .close {
    display: none;
}
#loginModal.loginLayer {
    top: 20%;
}
#loginModal .modal-dialog {
    width: 400px;
}
#loginModal .close {
    font-size: 28px;
}
#loginModal .modal-header .modal-title {
    font-size: 22px;
}
#loginModal .loginFailed, #loginModal .loginSuccess, #loginModal .loginPending, #loginModal .pwFailed, #loginModal .pwSuccess {
    display: none;
}
#loginModal .loginFailed, #loginModal .pwFailed {
    color: #ed1b34;
    font-weight: bold;
    margin-bottom: 10px;
}
#loginModal .loginSuccess, #loginModal .pwSuccess {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
#loginModal .loginReturn {
    color: #ed1b34;
}
#loginModal .loginPending {
    text-align: center;
    padding: 50px 0px;
}
#loginModal label {
    display: block;
    font-size: 18px;
}
#loginModal .input-field {
    width: 340px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px;
}
#loginModal .submit {
    display: block;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
#loginModal #userPW {
    display: none;
}
#loginModal .forgotPW {
    float: right;
    font-weight: bold;
}

/*  METER DEACTIVATIONS */
article .social-icon.audio, .menu-magazine .download-button {
    display: none;
}
/*.issue-stories .download-button, .magazine-covers .download-pdf {
	display: none;
}*/

#ad-block{
	position: absolute;
	left: -500px;
}
/*  PODCAST LANDING PAGE STYLES 06-20-16  */
.header-podcasts img {
	width:100%;
	height:auto;
	margin-bottom:0px;
}
.header-podcasts p {
	margin: 0 10px 30px;
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 20px !important;
    line-height: 34px !important;
    word-spacing: 2px;
	color:#333;
}
.container-podcasts { 
	text-align:center;
	margin-top:60px;
}
.background-podcasts {
    background-color: #000000;
    padding: 20px 35px 15px;
    display: inline-block;
    max-width: 166px;
    margin: 0px 10px 20px;
}
.cta-button-podcasts {
	margin: 15px 0px;
}
.cta-button-podcasts a {
font-family: "Apres",Helvetica,Arial,sans-serif;
	font-weight: bold;
	background: #f6fd31;
	border: 0;
	color: #000;
	text-transform: uppercase;
	outline: 1px solid transparent;
	position: relative;
	height: 41px;
	width: 86px;
	padding: 10px 30px;
	margin: auto;
	font-size:18px;
	cursor:pointer;
	text-decoration:none;      
}

/** CONVENTIONS PAGE **/
.convention-header img {
	width: 100%;
	margin-bottom: 20px;
}
.site-banner.convention-2016 {
    padding: 0px;
	margin: 30px auto 0px;
	width: 1100px;
	position:relative;
}
.site-banner.convention-2016 img {
	width: 1100px;
	min-height: 1px;
}

body.convention-2016 .site-banner.convention-2016, body.convention-2016 #region_2 header.widget-title {
    display: none;
}


/* Ad fixes to improve screen shaking */
/*
.ad{
    position: relative;
    background-color: #e4e3e3;	
}

.ad.list-ad{
	height: 250px;
}
.ad.billboard, .ad.raptor{
	height: 250px;
}
*/
