@import "../components/assets/css/mdc_components.css?v=123";

 /* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	font-size: 12px;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
	padding: 0px;
	font-family: CuratorBold,sans-serif;
	font-size: 12px;
	line-height: normal;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: inherit;
}
img {
	border: none;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
}
p {
	margin: 0px;
	padding: 0px;
}
.clear { 
	clear: both;
}
.hidden {
	display: none;
}
figure{
	margin: 0; /* webkit stylesheet implies a 20-40 px margin */
}
.text-muted{
    color: #777777;
}
blockquote, .blockquote, blockquote p, article .body blockquote p  {
	margin: 0 40px 20px !important;
	padding-left: 15px;
	font-size: 20px !important;
  	font-style: italic;
	line-height: 30px;
	border-left: 5px solid #e4e4e4;
}

/* Show/Hide divs based on responsive design in use */
.narrow-res, .tablet-res, .mobile-res {
	display: none;
}

#site {
	
}
#header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 100000;
	background: url(//www.washingtonexaminer.com/s3/wex15/img/wex_eagle_bg_large.png) top right no-repeat #c0cbe2;
}
#header .header-frame {
	width: 1260px;
	margin: 0px auto;
	position: relative;
	height: 100%;
}
#header .menu-button {
	width: 90px;
}
#header .logo {
	left: 220px;
	position: absolute;
	top: 20px;
	height: 91px;
}
#header .logo img {
	height: 100%;
}
#header .eagle {
	left: 420px;
	position: absolute;
	top: 0;
	display: block;
}
#header .addthis-share {
	position: absolute;
	bottom: 15px;
	margin: 0px;
	left: 440px;
}
#header .addthis-share .fa {
	display: none;
	-webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
body.article #header .addthis-share .fa,
body.video #header .addthis-share .fa {
	display: none;
	opacity: 0;
}
#header .search {
	display: none;
	position: absolute;
	top: 120px;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #073394;
	z-index: 100;
	-webkit-transition: top 0.5s;
    transition: top 0.5s;
}
#header .search input {
	width: 200px;
	height: 26px;
	padding: 0 5px;
	font-size: 16px;
	border: 2px solid #c0cbe2;
}
#header .search .search-icon .fa {
	position: relative;
	top: 1px;
	left: -3px;
	padding: 5px 5px 5px;
	font-size: 20px;
	color: #073394;
	background-color: #c0cbe2;
	cursor: pointer;
}
#header .addthis-share h1 {
	display: none;
}
#header .date {
	position: absolute;
	right: 0px;
	bottom: 2px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: CuratorBold, sans-serif;
}
#header .social-secondary {
    margin-bottom: 2px;
}
#header #header-search {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* Social Icons */
.addthis-share {
	margin: 20px 0;
}
.addthis-share #social-share {
	width: 730px;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
	padding: 0px !important;
}
.addthis-share .social-icon {
	width: 40px;
	display: inline-block;
	float: left;
	margin-right: 18px;
	cursor: pointer;
}
.addthis-share .social-icon:last-of-type {
	margin-right: 0px;
}
.addthis-share .fa {
	width: 14px;
	padding: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 18px;
	display: inline-block;
}
.addthis-share .social-icon:last-of-type .fa {
	margin-right: 0px;
}
.addthis-share .fa-reddit,
.addthis-share .fa-digg {
	padding: 8px 9px 8px 7px;
}
.addthis-share #social-share h1 {
	width: 34px;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
}
.addthis-share .fa-facebook {
	background-color: #3b5998;
}
.addthis-share .fa-twitter {
	background-color: #55acee;
}
.addthis-share .fa-reddit {
	background-color: #ff4500;
}
.addthis-share .fa-digg {
	background-color: #000000;
}
.addthis-share .fa-envelope {
	background-color: #4d4d4d;
}
.addthis-share .fa-print {
	background-color: #063294;
}
.addthis-share .fa-plus-circle {
	background-color: #edc51b;
}
.addthis-share .fa-comments {
	background-color: #98a9d6;
}
.addthis-share .fa-phone {
	background-color: #4cd964;
}
.addthis-share .fa-link {
	background-color: #c1c1c1;
}
.addthis-share .social-icon.sms {
	display: none;	
}

.addthis-share.top .social-icon {
	margin-right: 20px;
}
.addthis-share.short {
	position: relative;
	display: none;
	height: 18px;
	margin: 0;
}
.addthis-share.short .social-icon {
	width: 30px;
	margin-right: 10px;
}
.addthis-share.short .fa {
  /*width: 18px;
  font-size: 18px;
  border-radius: 18px;*/
}
/* Social Icons June 2016 */
.even-space-container{
	text-align: center;
	min-width: 100px;
}
.w--32percent{
    width: 31%;
    display: inline-block;
}
.text-center{
    text-align: center;
}
.btn-circle {
    border-radius: 50%;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    padding: 0;
    line-height: 1.75;
    vertical-align: middle;
    font-size: 1.25em;
}
.even-space-container .btn-circle{
	display: inline-block;
	color: white;
	
}	

.open-search {
	cursor: pointer;
}
/* END Social Icons June 2016 */
#body {
	padding-top: 120px;
	width: 1260px;
	margin: 0px auto;
}

.panel, .content {
	float: left;
}
.content {
	width: 1040px;
	margin: 0px 0px 10px 10px;
	position: relative;
	left: 210px;
}
.region {
	float: left;
	/**background-color: #CCCCCC; **/
	margin-bottom: 10px;
}
.region.billboard_container {
	margin-bottom: 0px;
    margin-right: 0px;
}
.col1 {
	width: 210px;
	overflow-x: hidden;
	position: fixed;
	z-index: 10;
}
.col2 {
	width: 360px;
	margin-right: 10px;
}
.col3 {
	width: 360px;
	margin-right: 10px;
}
.col4 {
	width: 300px;
}
.col2.col3.col4 {
	width: 100%;
}
.col2.col3 {
	width: 730px;
}
.coleq {
	width: 340px;
	margin-right: 10px;
    overflow: hidden;
}
.coleq.right {
	margin-right: 0px;
}
.coleq-3col {
	width: 235px;
	margin: 0px 10px 10px 0px;
}
.coleq-3col:nth-of-type(3n) {
	float: right;
	margin: 0px;
}
.coleq-3col:nth-of-type(3n+1) {
clear: left;
}
.colhalf {
	width: 515px;
	margin-right: 10px;
}
.colhalf.right {
	margin-right: 0px;
}

/* COL 1 */
.col1.overlay #menu {
	position: relative;
}
.col1 .column {
	position: relative;
	min-height: 400px;
	background-color: #CCCCCC;
}
.col1 .widget {
/*	background-color: #CCCCCC; */
}
.col1 .widget.mostread .col1-trending {
	display: none;
}
.col1 .widget.mostread .col1-trending.visible {
	display: block;
}
.col1 .trending-adframe {
	background-color: #CCCCCC;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 210px;
}
.col1 #ad_trending.smrec, .col1 #trending1.smrec {
	margin: 10px auto;
}


/* MENU */
.col1 #menu {
	position: absolute;
	width: 210px;
	top: 0px;
	overflow-x: hidden;
	background: #bbbbbb;
	left: -210px;
	z-index: 20;
}
.col1 #menu li {
	text-transform: uppercase;
}


/* WIDGETS */
.widget {
	
}
.widget .addthis-share #social-share {
	width: auto;
}
.widget .headline a {
	text-decoration: none;
}
.widget.hide-image .lead-photo, .widget.hide-image .lead-photo img {
    display: none !important;
    height: 0px !important;
}

.widget.mostread .widget-title {
	font-size: 24px;
	color: #FF0000;
	padding: 5px 10px;
}
.widget.mostread .col1-trending {
	padding: 5px 10px;
	border-bottom: solid 1px #000000;
}
.widget.mostread .col1-trending h2 {
	font-size: 16px;
	line-height: 20px;
	font-family: Curator, sans-serif;
}
.widget.mostread .col1-trending .lead-photo {
	display: none;
}
.widget.mostread .col1-trending .lead-photo img {
    height: 0px;
}
.widget.mostread .col1-trending .byline, .widget.mostread .col1-trending .pubdate, .widget.mostread .col1-trending .byline-sep {
	display: none;
}

#region_1 { 
	background: #656364;
	overflow: hidden;
	padding: 10px;
	width: 1020px; 
	margin-right: 0px;
}

.widget.layout-3col-feature {
	position: relative;
	overflow: hidden;
}
.widget.layout-3col-feature .lead-photo, .widget.layout-3col-feature-split:not(:first-of-type) .lead-photo {
	width: 100%;
}
.widget.layout-3col-feature:first-of-type {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	height: 400px;
	overflow: hidden;
}
.widget.layout-3col-feature:first-of-type .lead-photo img {
	width: 100%;
	height: 400px;
}
.widget.layout-3col-feature:first-of-type .headline {
	padding: 10px 0px;
	width: 100%;
	text-align: left;
	position: absolute;
	display: table;
	background: rgba(0,0,0,0.50);
	height:380px;
	color: #FFFFFF;
	top: 0px;
	height: auto;
}
.widget.layout-3col-feature:first-of-type .headline h2 {
	font-size: 44px;
	margin: 10px 10px;
}
.widget.layout-3col-feature:first-of-type .headline div {
	display: table;
	padding: 0px 10px;
}
.widget.layout-3col-feature:first-of-type .headline .byline, .widget.layout-3col-feature:first-of-type .headline .pubdate {
	display:inline;
}
.widget.layout-3col-feature:first-of-type .headline .subhead {
	font-size: 16px;
	margin-bottom: 30px;
}
.widget.layout-3col-feature:first-of-type .byline {
	font-size: 14px;
}
.widget.layout-3col-feature:first-of-type .byline a {
	color:#edc51b;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type {
	display: table;
	height: auto;
	overflow: visible;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .headline {
	display: table-header-group;
	padding: 0px;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .headline .framework {
	padding: 10px;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .headline div {
	padding: 0px;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .headline h2 {
	margin: 0px 0px 10px;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .headline .subhead {
	margin-bottom: 10px;
}
.widget.layout-3col-feature.orient-above-photo:first-of-type .lead-photo {
	display: table-footer-group;
}

.widget.layout-3col-feature:not(:first-of-type), .widget.layout-3col-feature-split:not(:first-of-type) {
	width: 333px;
	margin-right: 10px;
	float: left;
	height: 298px;
}
.widget.layout-3col-feature:not(:first-of-type) .headline, .widget.layout-3col-feature-split:not(:first-of-type) .headline {
	width: auto !important;
	padding: 0 10px;
  	text-align: left;
	background: #ffffff;
}
.widget.layout-3col-feature.theme-no-bg .headline, .widget.layout-3col-feature-split.theme-no-bg .headline {
	background: transparent;	
}
.widget.layout-3col-feature:not(:first-of-type).theme-light-gray .headline, .widget.layout-3col-feature-split:not(:first-of-type).theme-light-gray .headline {
	background: #e4e4e4;	
}
.widget.layout-3col-feature:not(:first-of-type) .headline .framework, .widget.layout-3col-feature-split:not(:first-of-type) .headline .framework {
  	height: 100px;
}
.widget.layout-3col-feature:not(:first-of-type) .headline h2, .widget.layout-3col-feature-split:not(:first-of-type) .headline h2 {
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-family: Curator,sans-serif;
	padding: 5px 0px;
}
.widget.layout-3col-feature:not(:first-of-type) .headline .subhead, .widget.layout-3col-feature-split:not(:first-of-type) .headline .subhead {
	display: none;
}
.widget.layout-3col-feature:not(:first-of-type) .headline .byline, .widget.layout-3col-feature-split:not(:first-of-type) .headline .byline {
	/*margin-left: 5px;*/
}
.widget.layout-3col-feature:not(:first-of-type) .lead-photo img, .widget.layout-3col-feature-split:not(:first-of-type) .lead-photo img {
	width: 100%;
	height: 200px;
	display: block;
}
.widget.layout-3col-feature:last-of-type, .widget.layout-3col-feature-split:last-of-type {
	float: right;
	margin-right: 0px;
}
.widget.layout-3col-feature.orient-above-photo .headline {
	background-color: #FFFFFF;
	/*height: 80px;*/
	position: static;
}

.widget.layout-3col-medium {
	position: relative;
	width: 230px;
	float: left;
	margin-right: 10px;
    overflow: hidden;
}
.widget.layout-3col-medium .headline {
	width: auto !important;
	padding: 0 10px;
  	text-align: left;
	word-wrap: break-word;
	background-color: #ffffff;
	color: #000000;
}
.widget.layout-3col-medium.theme-no-bg .headline {
	background-color: transparent;	
}
.widget.layout-3col-medium:not(:first-of-type).theme-light-gray .headline {
	background-color: #e4e4e4;	
}
.widget.layout-3col-medium .headline .framework {
	height: 95px;
}
.widget.layout-3col-medium .headline h2 {
	max-height: 47px;
	font-size: 20px;
	font-family: Curator, sans-serif;
	font-weight: normal;
  	padding: 5px;
	overflow: hidden;
	line-height: 24px;
}
.widget.layout-3col-medium:first-of-type .headline h2 {
	max-height: 65px;	
}
.widget.layout-3col-medium.hide-subhead .headline h2 {
	max-height: none;
}
.widget.layout-3col-medium .lead-photo{
	height: 157px;
	overflow-y: hidden;
}
.widget.layout-3col-medium .lead-photo img {
	width: 100%;
	height: auto;
    min-height: 1px;
	display: block;
}

.widget.layout-3col-medium .headline .subhead {
	display: none;
	font-size: 14px;
	padding-left: 5px;
}
.widget.layout-3col-medium .headline .byline, .widget.layout-3col-medium .headline .pubdate {
	display: block;
	font-size: 14px;
	padding-left: 5px;
}
.widget.layout-3col-medium:first-of-type .headline .byline,
.widget.layout-3col-medium:first-of-type .headline .pubdate {
	display: inline;	
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline;
	padding: 0 0 0 8px;
}
.widget.layout-3col-medium:first-of-type {
	width: 710px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.widget.layout-3col-medium:first-of-type .headline .framework {
  	height: 114px;
	overflow: hidden;
}
.widget.layout-3col-medium:first-of-type .headline h2 {
	font-size: 32px;
	font-family: CuratorBold, sans-serif;
}
.widget.layout-3col-medium:first-of-type .headline div {
	
}
.widget.layout-3col-medium:first-of-type .headline .subhead {
	font-size: 16px;
	display: block;
	padding: 5px;
}
.widget.layout-3col-medium:first-of-type .lead-photo img {
	height: 400px;
}
.widget.layout-3col-medium:nth-of-type(2), .widget.layout-3col-medium:nth-of-type(3), .widget.layout-3col-medium:last-of-type {
	width: 300px;
	float: right;
	margin: 0px 0px 10px 0px;
}
.widget.layout-3col-medium:nth-of-type(6) {
	margin-right: 0px;
}
.widget.layout-3col-medium:last-of-type {
	margin-bottom: 0px;
}

/** HOME PAGE - REGION 1 **/
#page-home #region_1 .widget.layout-3col-medium,
#page-home-stage #region_1 .widget.layout-3col-medium,
#page-rnc-2016 .widget.layout-3col-medium,
#page-dnc-2016 .widget.layout-3col-medium {
    position: relative;
    width: 300px;
    float: right;
    margin: 0;
    overflow: hidden;
	background: #ffffff;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium,
#page-home-stage #region_1 .tower-container .widget.layout-3col-medium,
#page-rnc-2016 .tower-container .widget.layout-3col-medium,
#page-dnc-2016 .tower-container .widget.layout-3col-medium {
    position: relative;
    width: 300px;
    float: right;
    margin: 0;
    overflow: hidden;
	background: #ffffff;
}
#page-home #region_1 .widget.layout-3col-medium .lead-photo,
#page-home-stage #region_1 .widget.layout-3col-medium .lead-photo,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .lead-photo,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .lead-photo {
    height: 157px;
    overflow-y: hidden;
}
#page-home #region_1 .widget.layout-3col-medium .headline,
#page-home-stage #region_1 .widget.layout-3col-medium .headline,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline {
    width: auto !important;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
    background-color: #ffffff;
    color: #000000;
}
#page-home #region_1 .widget.layout-3col-medium .headline .framework,
#page-home-stage #region_1 .widget.layout-3col-medium .headline .framework,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline .framework,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline .framework {
	height: auto;
	padding: 4px 10px;
	border-bottom: 2px solid #cccccc;
}
#page-home #region_1 .widget.layout-3col-medium .lead-photo,
#page-home-stage #region_1 .widget.layout-3col-medium .lead-photo,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .lead-photo,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .lead-photo {
	display: none;
}
#page-home #region_1 .widget.layout-3col-medium .headline .byline,
#page-home #region_1 .widget.layout-3col-medium .headline .pubdate,
#page-home-stage #region_1 .widget.layout-3col-medium .headline .byline,
#page-home-stage #region_1 .widget.layout-3col-medium .headline .pubdate,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline .byline,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline .pubdate,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline .byline,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline .pubdate {
	display: none;
	font-size: 14px;
    padding-left: 5px;
}
#page-home #region_1 .widget.layout-3col-medium .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium .headline h2,
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline h2,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline h2 {
    max-height: 60px;
	margin: 5px 0;
	padding: 2px 5px;
    font-size: 18px;
    font-family: Curator, sans-serif;
    font-weight: normal;
    overflow: hidden;
    line-height: 20px;
}
#page-home #region_1 .tower-header,
#page-home-stage #region_1 .tower-header,
#page-rnc-2016 #region_1 .tower-header,
#page-dnc-2016 #region_1 .tower-header {
	position: relative;
	font-family: CuratorBold, sans-serif;
    font-size: 26px;
    color: #424242;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #C41228;
    width: 300px;
    float: right;
    background: white;
    padding: 10px 0 0;
	margin: 0;
}
#page-home #region_1 .widget.orient-above-photo .lead-photo,
#page-home-stage #region_1 .widget.orient-above-photo .lead-photo {
    display: table-footer-group;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline h2 {
	max-height: 65px;	
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .byline,
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .pubdate,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .pubdate {
	display: inline;	
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline;
	padding: 0 0 0 8px;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type {
	width: 710px;
	float: left;
	margin: 0px 0px 10px 0px;
	background: none;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .framework,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .framework,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .framework,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .framework {
  	height: 114px;
	padding: 0;
	border: none;
	overflow: hidden;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline h2 {
	font-size: 32px;
	font-family: CuratorBold, sans-serif;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .subhead,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .subhead {
	font-size: 16px;
	display: block;
	padding: 5px;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img {
	width: 710px;
	height: 400px;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(5) .headline .framework,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(5) .headline .framework {
	border: none;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(4),
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(4) {
	clear: both;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4),
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) {
	width: 230px;
    float: left;
    margin: 0 9px 0 0;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo {
	display: block;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo img,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo img {
	display: block;
	width: 100%;
    height: 157px;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline {
	height: 95px;
	padding: 0 10px;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .framework,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .framework {
	height: 95px;
	border: none;
	padding: 0;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .byline,
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .pubdate,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .byline,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .pubdate {
	display: block;
}
#page-home #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline h2 {
	max-height: 47px;
	margin: 0;
    font-size: 20px;
    line-height: 24px;
}
#page-home #region_1 .widget.layout-3col-medium:last-of-type,
#page-home-stage #region_1 .widget.layout-3col-medium:last-of-type {
	float: right;
	width: 300px;
	margin: 0;
}

/* TOWER OVERRIDES */
#page-home #region_1 .tower-logo,
#page-home-stage #region_1 .tower-logo {
	position: relative;
	float: right;
	width: 300px;
	padding-top: 10px;
	text-align: center;
	background: #fff;
}
#page-home #region_1 .tower-logo img,
#page-home-stage #region_1 .tower-logo img {
	width: 90%;
}
#page-home #region_1 .tower-container,
#page-home-stage .tower-container,
#page-rnc-2016 .tower-container,
#page-dnc-2016 .tower-container {
    float: right;
	width: 300px;
	height: 520px;
    background: #fff;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type,
#page-home #region_1 .tower-container .widget.layout-3col-medium:last-of-type,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:last-of-type,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:last-of-type {
    width: 300px;
    display: block;
    overflow: hidden;
    margin: 0px;
    float: none;
    position: static;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .lead-photo,
#page-home #region_1 .tower-container .widget.layout-3col-medium .lead-photo img,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .lead-photo,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .lead-photo img,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .lead-photo,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .lead-photo img {
    display: none;
    height: 0px;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline h2,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline h2,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline h2,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline h2,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline h2,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline h2 {
    max-height: 60px;
    font-size: 18px !important;
    font-family: Curator, sans-serif;
    line-height: 20px !important;
    margin: 5px 0px;
    color: #000000;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .framework,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline .framework,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline .framework,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework {
    height: auto !important;
    padding: 4px 10px;
    position: static;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .headline,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline {
    padding: 0px;
    position: static;
    background-color: #fff;
    display: block;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .framework,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework {
    border-bottom: 2px solid #cccccc;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium:last-of-type .headline .framework {
    border-bottom: none;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .framework .label,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium .framework .label,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium .framework .label {
    display: none;
}
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .subhead,
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .byline,
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .byline-sep,
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .pubdate,
#page-home #region_1 .tower-container .widget.layout-3col-medium .headline .addthis-share,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .subhead,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .byline,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .pubdate,
#page-home #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .addthis-share {
    display: none !important;
}

.widget[class*="-33"] .headline {
	width: 33% !important;
}
.widget[class*="-50"] .headline {
	width: 50%;
}
.widget[class*="-66"] .headline {
	width: 66%;
}
.widget[class*="-left"] .headline, .widget[class*="-left-33"] .headline, .widget[class*="-left-50"] .headline, .widget[class*="-left-66"] .headline {
	left: 0px;
	top: 0px;
	text-align: left;
}
.widget[class*="-left"] .headline div, .widget[class*="-left-33"] .headline div, .widget[class*="-left-50"] .headline div, .widget[class*="-left-66"] .headline div {
	/*float: left;
	clear: left;*/
	margin: 0px;
	display: block;
}
.widget[class*="-center-33"] .headline {
	left: 33.5%;
	top: 0px;
}
.widget[class*="-center-50"] .headline {
	left: 25%;
	top: 0px;
}
.widget[class*="-center-66"] .headline {
	left: 16.5%;
	top: 0px;
}
.widget[class*="-right"] .headline, .widget[class*="-right-33"] .headline, .widget[class*="-right-50"] .headline, .widget[class*="-right-66"] .headline {
	right: 0px;
	top: 0px;
}
.widget[class*="-right"] .headline div, .widget[class*="-right-33"] .headline div, .widget[class*="-right-50"] .headline div, .widget[class*="-right-66"] .headline div {
	clear: right;
	margin: 0px;
	display: block;
}
.widget.orient-top {
	
}
.widget.orient-top .headline, .widget.orient-bottom .headline {
	position: absolute;
	height: auto !important;
    background: none;
}
.widget.orient-top .headline {
	top: 0;
}
.widget.orient-bottom .headline {
	bottom: 15px;
}
.widget.orient-top .addthis-share, .widget.orient-bottom .addthis-share {
	position: relative !important;
	top: 5px !important;
}
.widget.layout-3col-medium.orient-top:first-of-type .lead-photo img,
.widget.layout-3col-medium.orient-bottom:first-of-type .lead-photo img {
	height: 514px;
}

/* WIDGET HELPER CLASSES */
.widget.show-byline .byline,
.widget.show-byline .pubdate,
.widget.layout-3col-medium.show-byline .headline .byline,
.widget.layout-3col-medium.show-byline .headline .pubdate {
	display: inline;
}
.widget.hide-byline .byline,
.widget.hide-byline .byline-sep,
.widget.hide-byline .pubdate {
	display: none !important;
}
.widget.layout-3col-feature.show-byline:not(:first-of-type) .headline .byline,
.widget.layout-3col-feature.show-byline:not(:first-of-type) .headline .pubdate,
.widget.layout-3col-feature.show-byline:not(:first-of-type) .headline .byline-sep {
	display: inline;
}
.widget.hide-subhead .subhead {
	display: none !important;
}
.widget.show-subhead .subhead {
	display: block !important;
}
.widget.headline-16 h1, .widget.headline-16 h2 {
	font-size: 16px !important;
	line-height: 24px !important;
}
.widget.headline-18 h1, .widget.headline-18 h2 {
	font-size: 18px !important;
	line-height: 26px !important;
}
.widget.headline-20 h1, .widget.headline-20 h2 {
	font-size: 20px !important;
	line-height: 28px !important;
}
.widget.headline-22 h1, .widget.headline-22 h2 {
	font-size: 22px !important;
	line-height: 30px !important;
}
.widget.headline-24 h1, .widget.headline-24 h2 {
	font-size: 24px !important;
	line-height: 32px !important;
}
.widget.headline-26 h1, .widget.headline-26 h2 {
	font-size: 26px !important;
	line-height: 34px !important;
}
.widget.headline-28 h1, .widget.headline-28 h2 {
	font-size: 28px !important;
	line-height: 36px !important;
}
.widget.headline-30 h1, .widget.headline-30 h2 {
	font-size: 30px !important;
	line-height: 38px !important;
}
.widget.headline-32 h1, .widget.headline-32 h2 {
	font-size: 32px !important;
	line-height: 40px !important;
}
.widget.headline-34 h1, .widget.headline-34 h2 {
	font-size: 34px !important;
	line-height: 42px !important;
}
.widget.headline-36 h1, .widget.headline-36 h2 {
	font-size: 36px !important;
	line-height: 44px !important;
}
.widget.headline-38 h1, .widget.headline-38 h2 {
	font-size: 38px !important;
	line-height: 46px !important;
}
.widget.headline-40 h1, .widget.headline-40 h2 {
	font-size: 40px !important;
	line-height: 48px !important;
}
.widget.headline-42 h1, .widget.headline-42 h2 {
	font-size: 42px !important;
	line-height: 50px !important;
}
.widget.headline-44 h1, .widget.headline-44 h2 {
	font-size: 44px !important;
	line-height: 52px !important;
}
.widget.headline-46 h1, .widget.headline-46 h2 {
	font-size: 46px !important;
	line-height: 54px !important;
}
.widget.headline-48 h1, .widget.headline-48 h2 {
	font-size: 48px !important;
	line-height: 56px !important;
}
.widget.headline-50 h1, .widget.headline-50 h2 {
	font-size: 50px !important;
	line-height: 52px !important;
}
.widget.headline-52 h1, .widget.headline-52 h2 {
	font-size: 52px !important;
	line-height: 52px !important;
}
.widget.headline-54 h1, .widget.headline-54 h2 {
	font-size: 54px !important;
	line-height: 62px !important;
}
.widget.headline-56 h1, .widget.headline-56 h2 {
	font-size: 56px !important;
	line-height: 64px !important;
}
.widget.headline-58 h1, .widget.headline-58 h2 {
	font-size: 58px !important;
	line-height: 66px !important;
}
.widget.headline-60 h1, .widget.headline-60 h2 {
	font-size: 60px !important;
	line-height: 68px !important;
}
.widget.headline-62 h1, .widget.headline-62 h2 {
	font-size: 62px !important;
	line-height: 70px !important;
}
.widget.headline-64 h1, .widget.headline-64 h2 {
	font-size: 64px !important;
	line-height: 72px !important;
}
.widget.headline-66 h1, .widget.headline-66 h2 {
	font-size: 66px !important;
	line-height: 74px !important;
}
.widget.headline-68 h1, .widget.headline-68 h2 {
	font-size: 68px !important;
	line-height: 76px !important;
}
.widget.headline-70 h1, .widget.headline-70 h2 {
	font-size: 70px !important;
	line-height: 78px !important;
}
.widget.white-text .headline {
	color: #ffffff !important;
}
.widget.red-text .headline h2 {
	color: #ff0000 !important;
}
.widget.layout-3col-feature-split {
	position: relative;
	height: 370px;
	overflow: hidden;
	margin-bottom: 10px;
}
.widget.layout-3col-feature-split .lead-photo {
	width: 680px;
	height: 370px;
	margin: 0px;
	float: left;
}
.widget.layout-3col-feature-split .lead-photo img {
	width: 100%;
	height: 370px;
}
.widget.layout-3col-feature-split .headline {
	width: 339px;
	height: 370px;
	background: rgba(0,0,0,0.50);
	float: right;
	color: #ffffff;
}
.widget.layout-3col-feature-split .headline .framework {
	padding: 10px;
}
.widget.layout-3col-feature-split .headline h2 {
	font-size: 44px;
	margin-bottom: 10px;
}
/*
.widget.layout-3col-feature-split .headline div {
	display: table;
	padding: 0px 10px;
}
*/
.widget.layout-3col-feature-split .headline .byline, .widget.layout-3col-feature-split .headline .pubdate {
	display:inline;
}
.widget.layout-3col-feature-split .headline .subhead {
	font-size: 16px;
	margin-bottom: 30px;
}
.widget.layout-3col-feature-split .byline {
	font-size: 14px;
}
.widget.layout-3col-feature-split .byline a {
	color:#edc51b;
}
#page-home #region_1 .widget.layout-3col-feature-split .headline .byline-sep {
	display: inline;
}
.widget.layout-3col-feature-split:not(:first-of-type) {
    margin-bottom: 0px; 
    height: 310px; 
}
.widget.layout-3col-feature-split:not(:first-of-type) .lead-photo {
    height: 200px;
}
.widget.layout-3col-feature-split:not(:first-of-type) .headline {
    height: 110px;
    color: #000000;
    width: 313px !important;
}
.widget.layout-3col-feature-split:not(:first-of-type) .headline h2 {
    margin-bottom: 0px;
    max-height: 90px;
    overflow: hidden;  
}
.widget.layout-3col-feature-split:not(:first-of-type) .headline .framework {
    padding: 0px;
    height: 110px;  
}
.widget.layout-3col-feature-split:not(:first-of-type) .byline a {
  color: #000000;  
}

/*
.widget[class*="orient-top-"] .headline {
	top: 0px;
}
.widget[class*="orient-middle-"] .headline {
	top: 50%;
	transform: translateY(-50%);
}
.widget[class*="orient-bottom-"] .headline {
	bottom: 0px;
}
*/
.widget.orient-above-photo .headline, .widget.orient-below-photo .headline, .widget.orient-no-photo .headline {
	/*background: none !important;*/
	color: #000000 !important;
	position: static;
}
.widget.orient-above-photo {
	display: table;
	/*position: relative;*/
}
.widget.orient-above-photo .lead-photo {
	display: table-footer-group;
	/*position: absolute;
	bottom: 0px;*/
}
.widget.orient-above-photo .image a {
	/*padding-top: 10px;
	display: table-cell;*/
}
.widget.orient-above-photo .headline {
	display: table-header-group;
	/*position: absolute;
	top: 0px;*/
}
.widget.orient-below-photo .headline {
	
}
.widget.orient-no-photo .image {
	display: none;
}
article.orient-no-photo .lead-photo {
	display: none;
}
article .widget.orient-above-photo .headline {
	top: 0;
}
.widget.theme-standard .headline {
	color: #FFFFFF;
}
	
.widget.theme-gold .headline {
	color: #DB9C00;
	background: rgba(0,0,0,0.50);
}
.widget.theme-gold .headline div {
	color: #FFFFFF;
}

.widget.section-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFFFFF;
	clear: both;
	display: table;
	width: 100%;
}
#region_1 .widget.section-title {
	margin-bottom: 0px;
}
.widget.section-title h2, .widget.section-title .more {
	display: table-cell;
	padding: 10px 5px 20px;
}
.widget.section-title h2 {
	font-size: 18px;
	width: 60%;
	padding-left:20px;
}
.widget.section-title .more {
	width: 40%;
	text-align: right;
	font-family: Curator,sans-serif;
	padding-right:10px;
}

.widget.section-title.dark-blue {
	background-color: #063293;
	border-bottom: 4px solid #494c51;
	font-family: CuratorBold,sans-serif;
}
.widget.section-title.light-blue {
	background-color: #98a9d5;
	border-bottom: 4px solid #494c51;
	font-family: CuratorBold,sans-serif;
}
.widget.section-title.red {
	background-color: #7d0a0d;
	border-bottom: 4px solid #494c51;
	font-family: CuratorBold,sans-serif;
}
.widget.section-title.gold {
	background-color: #eec51b;
	border-bottom: 4px solid #494c51;
	font-family: CuratorBold,sans-serif;
}
.widget.subsection-title {
	font-size: 18px;
  margin-bottom: 10px;
  font-family: CuratorBold,sans-serif;
  text-transform: uppercase;
}
.widget.subsection-title.gray {
	color: #4d4d4d;
}
.widget.subsection-title.dark-blue {
	color: #063293;
}
.widget.subsection-label .section-title {
	position: absolute;
	bottom: 95px;
	display: block;
	width: 100%;
	padding: 10px 0;
    background-color: #063293;
}
.widget.layout-3col-feature.subsection-label .section-title {
	bottom: 110px;
}
.widget.subsection-label .section-title h1 {
	margin-left: 15px;
	color: #fff;
	font-family: CuratorBold, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.widget.subsection-label.gray .section-title {
	background-color: #4d4d4d;
}
.widget.subsection-label.light-blue .section-title {
	background-color: #98a9d5;
}

/* HOMEPAGE WIDGETS */
#region_8 .widget.lead-story,
#region_8 .widget.top-stories,
#region_28 .widget.lead-story,
#region_28 .widget.top-stories,
#region_31 .widget.lead-story,
#region_31 .widget.top-stories  {
background: #cccccc;
}

.widget .byline, .widget .pubdate {
	display: inline;
	font-family: Curator,sans-serif;
	line-height: 18px;
}

.widget .pubdate {
	/*margin-left: 5px;
	padding-left: 10px;*/
}
.widget .byline-sep {
	padding: 0px 2px 0px 5px;
	text-align: center;
}
.widget .section-title {
	display: none;
}

.widget.layout-2col-triple-lead:nth-of-type(odd) {
	/*background-color: #c1c1c1;*/
}

.widget.layout-2col-triple-lead:nth-of-type(5n) {
	/*background-color: #d7deee;*/
}

.widget.layout-2col-triple-lead .headline {
	padding: 5px 10px;
}
.widget.layout-2col-triple-lead {
	position: relative;
	width: 236px;
	float: left;
	margin-right: 11px;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.widget.layout-2col-triple-lead:nth-of-type(3n) {
	float: right;
	margin-right: 0px;
}
.widget.layout-2col-triple-lead:nth-of-type(3n+1) {
	clear: both;
}
.widget.layout-2col-triple-lead .lead-photo {
	height: 150px;
}
.widget.layout-2col-triple-lead .lead-photo img {
	width: 100%;
	height: 150px;
}
.widget.layout-2col-triple-lead:nth-of-type(6n+4),
.widget.layout-2col-triple-lead:nth-of-type(6n+5),
.widget.layout-2col-triple-lead:nth-of-type(6n+6) {
	border-top: solid 1px #CCCCCC;
}
.widget.layout-2col-triple-lead:nth-of-type(6n+4) .headline,
.widget.layout-2col-triple-lead:nth-of-type(6n+5) .headline,
.widget.layout-2col-triple-lead:nth-of-type(6n+6) .headline {
    margin-top: 10px;
}

.widget.layout-2col-triple-lead:nth-of-type(6n+4) .lead-photo,
.widget.layout-2col-triple-lead:nth-of-type(6n+5) .lead-photo,
.widget.layout-2col-triple-lead:nth-of-type(6n+6) .lead-photo {
	display: none;
}
.widget.layout-2col-triple-lead:nth-of-type(6n+4) .play-video,
.widget.layout-2col-triple-lead:nth-of-type(6n+5) .play-video,
.widget.layout-2col-triple-lead:nth-of-type(6n+6) .play-video {
	display: none;
}
.widget.layout-2col-triple-lead.show-video .play-video {
	top: 14%;
	left: 36%;
}
.widget.layout-2col-triple-lead .subhead, .widget.layout-2col-triple-lead .byline-sep {
	display: none;
}

.widget.layout-2col-triple-lead h2 {
	font-size:22px;
	font-family: Curator,sans-serif;
	margin-bottom:25px;
}

.widget.layout-2col-triple-lead .byline {
	font-size: 14px;
	color: #063294;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget.layout-2col-triple-lead .pubdate {
	font-size:14px;
}

.widget.layout-1col-single-lead-headlines {
	border-bottom:thin #b2b1b1 solid;
}
.widget.top-stories .widget.layout-1col-single-lead-headlines .subhead {
	display: block;
}
.widget.top-stories .widget.layout-1col-single-lead-headlines {
	border-bottom: thin solid #b2b1b1;
}
.widget.top-stories .widget.layout-1col-single-lead-headlines:last-of-type {
	border-bottom: none;
}
.widget.top-stories .widget.layout-1col-single-lead-headlines:first-of-type .lead-photo img {
	display: block;
	width: 100%;
	height: auto;
	/*min-height: 240px;*/
    height: 240px;
}
.widget.top-stories .widget.layout-1col-single-lead-headlines:first-of-type .headline h2 {
	padding-top: 0px;
}
.widget.layout-1col-single-lead-headlines:nth-last-child(2) {
	border-bottom: none;
}
.widget.layout-1col-single-lead-headlines .headline{
	padding: 0px 10px 25px;
	overflow: hidden;
}

.widget.layout-1col-single-lead-headlines img {
	display:none;
}

.widget.lead-story.layout-1col-single-lead-headlines:nth-of-type(2) h2 {
	font-family: CuratorBold,sans-serif;
	padding-top:0px;
}

.widget.lead-story.layout-1col-single-lead-headlines:nth-of-type(2) img {
	display: block;
	width: 100%;
	height: 250px;
}

.widget.layout-1col-single-lead-headlines h2 {
	font-size:22px;
	font-family: Curator,sans-serif;
	padding-top:25px;
}

.widget.layout-1col-single-lead-headlines .byline {
	font-size:14px;
	color: #063294;
}

.widget.layout-1col-single-lead-headlines .pubdate {
	font-size:14px;
}

.widget.layout-1col-single-lead-headlines .subhead {
	font-size:16px;
	margin-bottom:25px;
}
.widget.layout-2col-single-lead .headline {
	padding: 5px 10px;
}
.widget.layout-2col-double-lead {
	width: 252px;
	background-color:#ffffff;
}
.widget.layout-2col-double-lead .headline {
	padding: 5px 10px;
}
.widget.layout-2col-double-lead:nth-child(odd) {
	float:right;
}
.widget.layout-2col-double-lead img {
	width: 100%;
	height: 181px;
}
.widget.layout-2col-double-lead h2 {
	font-size:22px;
}
.widget.layout-2col-double-lead .byline {
	font-size:14px;
	color: #063294;
}
.widget.layout-2col-double-lead .pubdate {	
	font-size:11px;
}
.widget.layout-2col-double-lead .subhead {
	font-size:15px;
	margin-bottom:15px;
	margin-top:5px;
}
.widget.layout-3col-single-lead {
	width: 235px;
	background-color:#ffffff;
}
.widget.layout-3col-single-lead .headline {
	padding:5px;
}
.widget.layout-3col-single-lead img {
	width: 100%;
	height: 181px;
}
.widget.layout-3col-single-lead h2 {
	font-size:24px;
}
.widget.layout-3col-single-lead .byline {
	font-size:14px;
	color: #063294;
}
.widget.layout-3col-single-lead .pubdate {	
	font-size:11px;
}
.widget.layout-3col-single-lead .subhead {
	font-size:15px;
	margin-bottom:15px;
	margin-top:5px;
}
.widget.layout-thumbnail-list {
	float: left;
	margin-bottom:10px;
}
.widget.layout-thumbnail-list .headline {
	display:table;
}
.widget.layout-thumbnail-list img {
	width: 140px;
	height: 100px;
}
.widget.layout-thumbnail-list .lead-photo {
	margin-right: 10px;
	float: left;
}
.widget.layout-thumbnail-list h2 {
	font-size:22px;
}
.widget.layout-thumbnail-list .byline {
	font-size:12px;
	color: #063294;
}
.widget.layout-thumbnail-list .pubdate {	
	font-size:12px;
}
.widget.layout-thumbnail-list .subhead {
	font-size:14px;
	margin-bottom:15px;
}
.widget.layout-2col-single-lead .lead-photo img {
	width: 100%;
	min-height: 185px;
	float: right;
}
.widget.layout-2col-single-lead h2 {
	font-size:30px;
}
.widget.layout-2col-single-lead .byline {
	font-size:16px;
	color: #063294;
	line-height: 33px;
}
.widget.layout-2col-single-lead .pubdate {	
	font-size:16px;
}
.widget.layout-2col-single-lead .subhead {
	font-size:16px;
	margin-bottom:15px;
}
.widget.layout-3col-video-feature {
	background-color:#c1c1c1;
	width:50%;
	float: left;
	position:relative;
}
.widget.lead-story.layout-3col-video-feature .headline {
	padding: 0 10px;
}
.widget.layout-3col-video-feature .lead-photo img{
	width: 94%;
	height: 190px;
	/*height: 132px;*/
	border: #c1c1c1 solid 10px;
	margin:0px auto;
}
.widget.layout-3col-video-feature h2 {
	font-size:21px;
	color:#4d4d4d;
	width: 94%;
	margin:0px auto;
	padding-bottom:20px;
}
.widget.layout-3col-video-feature .subhead, .widget.layout-3col-video-feature .byline, .widget.layout-3col-video-feature .pubdate, .widget.layout-3col-video-feature .byline-sep {
	display:none;
}
.show-video .play-video {
  position: absolute;
  top: 32%;
  left: 43%;
  width: 50px;
  height: 50px;
  background: url("http://www.washingtonexaminer.com/s3/images/static/video-play.png") no-repeat top center;
}
widget.layout-2col-video-feature.show-video .play-video {
  top: 35%;
  left: 40%;
  width: 150px;
  height: 150px;
}

.widget.layout-2col-video-feature, .widget.layout-1col-video {
    background-color:#c1c1c1;
	position: relative;
}
.widget.layout-2col-video-feature .lead-photo img, .widget.layout-1col-video .lead-photo img {
	border: #c1c1c1 solid 10px;
	margin: 0px auto;
}
.widget.lead-story.layout-2col-video-feature .headline, .widget.lead-story.layout-1col-video .headline {
	padding: 0 10px;
}
.widget.lead-story.layout-2col-video-feature h2, .widget.lead-story.layout-1col-video h2 {
	font-size:21px;
	color:#4d4d4d;
	width: 94%;
	margin:0px auto;
	padding-bottom:20px;
}
.widget.layout-2col-video-feature .byline, 
.widget.layout-2col-video-feature .pubdate, 
.widget.layout-2col-video-feature .byline-sep, 
.widget.layout-1col-video .subhead, 
.widget.layout-1col-video .byline, 
.widget.layout-1col-video .pubdate, 
.widget.layout-1col-video .byline-sep {
	display:none;
}
.widget.layout-2col-video-feature {
    width: 100%;
}
.widget.lead-story.layout-2col-video-feature img {
	width: 97%;
	height: 400px;
}
.widget.lead-story.layout-2col-video-feature h2 {
	font-size:37px;
	color:#ffffff;
	margin:0 10px;
	width:auto;
	padding-bottom:0px;
}
.widget.lead-story.layout-2col-video-feature .subhead {
	display:block;
	font-size:19px;
	margin:5px 10px 15px;
	color: #4d4d4d;
	font-family: Curator,sans-serif;
}
.widget.layout-1col-video {
	width:50%;
	float: left;
}
.widget.layout-1col-video .lead-photo img {
	width: 94%;
	height: 190px;
}
.widget.lead-story.layout-1col-video:nth-of-type(even) {
	float:right;
}
.widget.lead-story.layout-1col-video:nth-of-type(even) img {
	width: 94%;
	margin:0px auto;
}

.widget.layout-1col-single {
	border-bottom:thin #b2b1b1 solid;
}
.widget.layout-1col-single .headline{
	padding: 0px 10px 25px;
}
.widget.layout-1col-single img {
	display:none;
    height: 0px;
}
.widget.layout-1col-single-photo {
	background: #cccccc;
	margin-top:25px;
}
.widget.layout-1col-single-photo .headline{
	padding: 0px 10px 25px;
}
.widget.layout-1col-single-photo h2 {
	font-family: CuratorBold,sans-serif;
	padding-top:0px;
	font-size:22px;
}
.widget.layout-1col-single-photo img {
	display: block;
	width: 100%;
	height: 256px;
}
.widget.layout-1col-single-photo .byline {
	font-size:14px;
	color: #063294;
}
.widget.layout-1col-single-photo .pubdate {
	font-size:14px;
}
.widget.layout-1col-single-photo .subhead {
	font-size:16px;
	margin-bottom:25px;
}
.widget.layout-1col-single h2 {
	font-size:22px;
	font-family: Curator,sans-serif;
	padding-top:25px;
}
.widget.layout-1col-single .byline {
	font-size:14px;
	color: #063294;
}
.widget.layout-1col-single .pubdate {
	font-size:14px;
}
.widget.layout-1col-single .subhead {
	font-size:16px;
	margin-bottom:25px;
}
.widget.layout-1col-headlines img {
	display:none;
}
.widget.layout-1col-headlines h2 {
	font-size:21px;
	font-family: Curator,sans-serif;
	padding-bottom:30px;
	line-height: 21px;
}
.widget.layout-1col-headlines .byline {
	font-size:13px;
	color: #063294;
}
.widget.layout-1col-headlines .pubdate {
	font-size:13px;
}
.widget.layout-1col-headlines {
	  padding: 10px;
	  border-bottom: thin #063294 solid;
	  background: #cccccc;
}

/** CAMPAIGN BLOG PAGE **/
.widget.layout-2col-blog {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.widget.layout-2col-blog .lead-photo,
.widget.layout-2col-blog .lead-photo img {
	float: left;
	clear: both;
	width: 150px;
	height: 110px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.widget.layout-2col-blog .lead-photo {
	margin: 20px 20px 20px 0;
}
.widget.layout-2col-blog h2 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 36px;
}
.widget.layout-2col-blog .addthis-share.short,
.widget.layout-2col-blog .byline, .widget.layout-2col-blog .pubdate {
	display: inline !important;
	float: left;
	height: auto;
}
.widget.layout-2col-blog .byline {
	margin-right: 10px;
	font-size: 17px;
}
.widget.layout-2col-blog .pubdate {
	font-size: 16px;
}
.widget.layout-2col-blog .byline-sep {
	display: none !important;
}
.widget.layout-2col-blog .addthis-share.short {
	float: right;
	margin: 5px 0 0 5px;
}
.widget.layout-2col-blog .articleBody {
	padding-top: 34px;
}
.widget.layout-2col-blog .articleBody, .widget.layout-2col-blog .articleBody p,
.widget.layout-2col-blog .articleBody ul, .widget.layout-2col-blog .articleBody ol {
	margin: 0 10px 10px 0;
	font-family: Georgia, serif !important;
	font-size: 16px !important;
	line-height: 24px;
	word-spacing: 2px;
}
.widget.layout-2col-blog .articleBody h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
}
.widget.layout-2col-blog .articleBody h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.widget.layout-2col-blog .ad {
	min-height: 90px;
	margin: 0 auto 10px;
	text-align: center;
}
.widget.layout-2col-blog .articleBody a {
	text-decoration: underline;
}
.widget.layout-2col-blog .articleBody  ol {
	list-style: decimal;
	padding-left: 40px;
}
.widget.layout-2col-blog .articleBody  ul {
	list-style: disc;
	padding-left: 30px;
}
.widget.layout-2col-blog .articleBody ol li, .widget.layout-2col-blog .articleBody ul li {
	list-style: inherit;
}
.widget.layout-2col-blog .read-blog, .widget.layout-2col-blog .close-blog {
	font-family: CuratorBold,sans-serif;
    color: #063293;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
#page_navigation {
	margin-top: 5px;
}
.page_link {
	display: none;
}
.previous_link, .next_link {
	font-size: 20px;
	text-transform: uppercase;
	font-family: CuratorBold,sans-serif;
	white-space: nowrap;
	cursor: pointer;
	word-spacing: 2px;
	background-color: #063293;
}
.previous_link.inactive, .next_link.inactive {
	background-color: #ccc;
	cursor:default;
}
.next_link:link { 
	color: #fff;
	padding: 10px 40px 15px 10px; 
}
.previous_link:link { 
	color: #fff;
	padding: 10px 10px 15px 40px; 
}
.previous_link {
	float: left;
}
.next_link {
	float: right;
}
.article-link {
	display: none;
	position: relative;
	top: 10px;
	width: 98%;
	padding: 5px;
	font-family: Curator, sans-serif;
	font-size: 14px;
	text-align: center;
	/*background: #dddddd;*/
	clear: both;
	border: 2px solid #063293;
}
/** CAMPAIGN BLOG PAGE **/

.widget.rss {
	padding: 5px;
	margin-bottom: 10px;
}
.widget.rss .widget-title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.widget.rss .rss-item {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 0px;
	margin: 0px;
}
.widget.rss .rss-item:last-of-type {
	border-bottom: none;
}
.widget.rss .rss-item a {
	text-decoration: none;
}
.widget.rss .rss-item h2 {
	font-size: 14px;
}
.widget.rss.weekly-standard {
	border: solid 2px #063294;
}
.widget.rss.weekly-standard .widget-title, .widget.rss.weekly-standard a {
	color: #063294;
}
.widget.rss.weekly-standard .widget-title {
	border-bottom: solid 2px #063294;
}
.widget.rss.red-alert {
	border: solid 2px #7d0a0d;
}
.widget.rss.red-alert .widget-title, .widget.rss.red-alert a {
	color: #7d0a0d;
}
.widget.rss.red-alert .widget-title {
	border-bottom: solid 2px #7d0a0d;
}
.widget.section-footer {
	text-align: right;
}
.widget.section-footer.dark-blue h2 {
	color: #063293;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
}
.widget.section-footer.light-blue h2 {
	color: #98a9d5;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
}
.widget.section-footer.gray h2 {
	color: #4d4d4d;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
}
.widget.layout-photo-gallery-feature {
	background-color:#c1c1c1;
	width:100%;
	height:100%;
	float: left;
	margin-bottom:20px;
	padding-bottom: 20px;
}
.widget.layout-photo-gallery-feature .lead-photo img {
    width: 97.3%;
    height: 100%;
    border: 10px solid #C1C1C1;
    margin: 0px auto;
}
.widget.layout-photo-gallery-feature h2 {
    font-size: 36px;
    color: #ffffff;
    width: 97%;
    margin: 0px auto;
    line-height: 38px;
}
.widget.layout-photo-gallery-feature .subhead {
    font-family: Curator,sans-serif;
    font-size: 18px;
    color: rgb(77, 77, 77);
    width: 97%;
    margin: 0px auto;
}
.widget.layout-photo-gallery-feature .pubdate {
	display:none;
}
.widget.layout-photo-gallery-feature .byline {
	display:none;
}
#page-home .widget.section-title,
#page-home-stage .widget.section-title {
	border-bottom: none;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline h2 {
	line-height: 30px;
}
#page-home #region_1 .widget.layout-3col-medium.hide-byline.hide-subhead .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium.hide-byline.hide-subhead .headline h2 {
	max-height: none;
}
#page-home #region_1 .widget.layout-3col-medium.show-subhead .headline h2,
#page-home-stage #region_1 .widget.layout-3col-medium.show-subhead .headline h2 {
	max-height: 50px;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .framework,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .framework {
	overflow: visible;
}
#page-home #region_1 .widget.layout-3col-medium .headline .subhead,
#page-home-stage #region_1 .widget.layout-3col-medium .headline .subhead {
	display: none;
	margin-top: 10px;
	padding: 0 5px;
	line-height: 5px;
}
#page-home #region_1 .widget.layout-3col-medium.hide-byline .headline .subhead,
#page-home-stage #region_1 .widget.layout-3col-medium.hide-byline .headline .subhead {
	display: block;
}
#page-home #region_1 .widget.layout-3col-feature:first-of-type .byline, 
#page-home #region_1 .widget.layout-3col-feature:first-of-type .pubdate,
#page-home-stage #region_1 .widget.layout-3col-feature:first-of-type .byline, 
#page-home-stage #region_1 .widget.layout-3col-feature:first-of-type .pubdate {
	display: inline !important;
}
#page-home #region_1 .widget.layout-3col-medium:not(:first-of-type) .byline-sep,
#page-home-stage #region_1 .widget.layout-3col-medium:not(:first-of-type) .byline-sep,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:not(:first-of-type) .byline-sep,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:not(:first-of-type) .byline-sep {
	display: none !important;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .byline,
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .pubdate,
#page-home #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .pubdate,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline !important;
	line-height: 15px;
}
#page-home #region_1 .widget.layout-3col-medium.hide-byline .headline .byline,
#page-home #region_1 .widget.layout-3col-medium.hide-byline .headline .pubdate,
#page-home #region_1 .widget.layout-3col-medium.hide-byline .headline .byline-sep,
#page-home-stage #region_1 .widget.layout-3col-medium.hide-byline .headline .byline,
#page-home-stage #region_1 .widget.layout-3col-medium.hide-byline .headline .pubdate,
#page-home-stage #region_1 .widget.layout-3col-medium.hide-byline .headline .byline-sep {
	display: none !important;
}
#page-home #region_2 .widget.layout-2col-triple-lead .byline, 
#page-home #region_2 .widget.layout-2col-triple-lead .pubdate,
#page-home-stage #region_2 .widget.layout-2col-triple-lead .byline, 
#page-home-stage #region_2 .widget.layout-2col-triple-lead .pubdate { 
	float: left;
	clear:both;
	line-height: 19px;
}
#page-home #region_2 .widget .pubdate,
#page-home-stage #region_2 .widget .pubdate { 
	border-left: none; 
	margin-left: 0; 
	padding-left: 0;
}
#page-home .addthis-share.short,
#page-home-stage .addthis-share.short {
	top: -10px;
	height: 18px;
}
#page-home #region_1 .addthis-share.short,
#page-home-stage #region_1 .addthis-share.short {
	top: 0;
	height: 20px;
	margin-left: 5px;
}
#page-home #region_1 .widget.layout-3col-medium:first-of-type .addthis-share.short,
#page-home-stage #region_1 .widget.layout-3col-medium:first-of-type .addthis-share.short {
	position: absolute;
	top: 130px;
}
#page-home #region_2 .addthis-share.short,
#page-home-stage #region_2 .addthis-share.short {
	top: 0;
	height: 31px;
}
#page-home #region_2 .byline-sep,
#page-home-stage #region_2 .byline-sep {
	display: none !important;
}
#page-home #region_3 .addthis-share.short,
#page-home-stage #region_3 .addthis-share.short {
	top: -20px;
	height: 18px;
}
#page-home #region_3 .most-read-sidebar,
#page-home-stage #region_3 .most-read-sidebar {
	margin-top: 20px;
}
#page-home #region_7 .byline, 
#page-home #region_8 .byline, 
#page-home #region_9 .byline, 
#page-home #region_19 .byline, 
#page-home #region_24 .byline, 
#page-home #region_27 .byline,
#page-home #region_28 .byline, 
#page-home #region_29 .byline, 
#page-home #region_30 .byline,
#page-home #region_31 .byline, 
#page-home #region_32 .byline,
#page-home-stage #region_7 .byline, 
#page-home-stage #region_8 .byline, 
#page-home-stage #region_9 .byline, 
#page-home-stage #region_19 .byline, 
#page-home-stage #region_24 .byline, 
#page-home-stage #region_27 .byline,
#page-home-stage #region_28 .byline, 
#page-home-stage #region_29 .byline, 
#page-home-stage #region_30 .byline,
#page-home-stage #region_31 .byline, 
#page-home-stage #region_32 .byline {
	line-height: 30px;
}
#page-home #region_21 .byline-sep,
#page-home #region_22 .byline-sep,
#page-home-stage #region_21 .byline-sep,
#page-home-stage #region_22 .byline-sep {
	display: none !important;
}
#page-home #region_21 .widget .pubdate,
#page-home #region_22 .widget .pubdate,
#page-home-stage #region_21 .widget .pubdate,
#page-home-stage #region_22 .widget .pubdate {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	border: none;
}
#page-home #region_21 .addthis-share.short,
#page-home #region_22 .addthis-share.short,
#page-home-stage #region_21 .addthis-share.short,
#page-home-stage #region_22 .addthis-share.short {
	height: 38px;
}
#page-home .ad.sharethrough {
    padding-top: 30px;
}
#page-home .ad.sharethrough .str-adunit,
#page-home-stage .ad.sharethrough .str-adunit {
	padding: 10px 0px !important;
}
.region_divider {
	height:50px;
	float: left;  
	background-color: #FFFFFF;  
	width: 100%;
}
.region_divider.hr {
	height:30px;
	float: left;  
	background-color: #FFFFFF;  
	width: 100%;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}

/** ARTICLE **/
article {
	clear: left;
}
article .article-regions {
	
}
article .lead-photo {
	width: 1020px;
	padding: 10px;
	background-color: #656364;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

article .lead-photo img.image {
	width: 100%;
	height: 600px;
}
article .video-embed .ndn_embed {
	width: 100% !important;
}
/*
article .video-embed {
	margin: 0 0 30px 0;
	width: 100%;
	overflow: hidden;
}
*/
/* Copied from section-front.tpl */
article .video-embed {
    margin: 0;
    width: 100%;
    overflow: hidden;
    /*height: 0;*/
    /*padding-bottom: 70%;*/
	padding-bottom: 20px;
    position: relative;
}
article .video-embed iframe, article .video-embed video {
    width: 100%;
    /*height: 100%;
    position: absolute;*/
}

article .ad.poster {
}
article .body .ad.article-ad iframe {
	display: block;
    text-align: center;
    margin: 0px auto;
}
article .body .ad > div {
    text-align: center;
    /*display: block !important;*/
    margin: 0px auto;
}
article .body .ad > iframe {
    display: block;
    margin: 0px auto;
}

article .body, article .body p, article .body ul, article .body ol {
	margin: 0 10px 30px 0;
	font-family: Georgia, serif !important;
	font-size: 22px !important;
	line-height: 30px;
	word-spacing: 2px;
}
article .body h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
}
article .body h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
article .body a {
	text-decoration: underline;
}
article .body  ol {
	list-style: decimal;
	padding-left: 40px;
}
article .body  ul {
	list-style: disc;
	padding-left: 30px;
}
article .body ol li, article .body ul li {
	list-style: inherit;
}
article .widget {
	margin-bottom: 10px;
}
article .ad {
	/*margin-bottom: 10px;*/
	min-height: 1px;
	background-image: none;
}
article .body .ad > div > iframe {
	margin-bottom: 30px;
}
article.article-active {
	display: block;
}
article.article-inactive {
	display: none;
}
article .region {
	background-color: #ffffff;
}
article #region_1 {
	position: relative;
	width: 1000px;
	margin: 0 10px 10px;
}
article #region_2 {
	/*min-height: 620px;*/
}
article #region_2 .headline, article #region_2 .byline,
article #region_2 .addthis-share, article .body h2,
article .body h3, article .body h4, article .layout-related-article,
article .ndn_embed, article video {
	margin-left: 10px;	
}
article #region_2 .layout-related-article .byline {
	margin-left: 0;
}
article .article-label {
	float: left;
	margin: 10px;
}
article .article-label.banner-image img {
	max-width: 710px;
}
article .article-label h2 {
	color: #656364;
	font-size: 20px;
	text-transform: uppercase;
}
article .article-label h2.text-default {
	text-transform: none;
}
article .article-label h2.blue {
	color: #073394;
}
article .article-label.banner-image h2 {
	display: none;
}
article .headline h1 {
	margin: 0px 0 20px;
	font-family: CuratorBold, sans-serif;
	font-size: 40px;
}
article .subhead {
	font-size: 20px;
	margin-bottom: 10px;
	font-style: italic;
}
article .author-photo {
	display: none;
}
article .byline-sep {
	padding: 0px 5px;
	text-align: center;
}
article .byline span.updatedDate {
	color: #000000;
	text-transform: none;
	font-style: italic;
}
article .byline, #page-video .byline {
	font-family: Curator;
	font-size: 16px;
}
article .byline span, #page-video .byline span {
	color: #073394;
	text-transform: uppercase;
}
article .addthis-share.top .fa-facebook,
article .addthis-share.top .fa-twitter,
article .addthis-share.bottom .fa-facebook,
article .addthis-share.bottom .fa-twitter {
	width: 25px;
    font-size: 30px;
    border-radius: 30px;
}
article .addthis-share .large-icon {
	float: left;
	width: 130px;
	margin-right: 10px;
	border-radius: 6px;
}
article .addthis-share .large-icon.facebook {
	background-color: #3b5998;
}
article .addthis-share .large-icon.twitter {
	margin-right: 25px;
	background-color: #55acee;
}
article .addthis-share .large-icon .social-icon {
	display: -webkit-flex;
	display: flex;
	width: 130px;
	margin: 0;
}
article .large-icon h1 {
	margin-left: 5px;
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
	text-transform: uppercase;
}
article .body img {
	/*width: 100%;*/
}
article .photo-cutline {
	float: right;
	margin-top: 5px;
}
article .photo-cutline h1 {
	font-family: Curator, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
}
article .body div, article .body img, article .body iframe, article .body object, article .body video {
	/*width: 100% !important;*/
	max-width: 100%;
	/*text-align: center;*/
}article .ndn_embed div {
}
article .topic-alerts {
	display: none;
}
article .topics {
	display: table;
	margin: 0 0 10px 10px;
}
article .topics .topics-title {
	display: table-cell;
	padding: 7px 30px;
	font-family: CuratorBold, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #073394;
	letter-spacing: 2px;
	vertical-align: middle;
}
article .topics .topics-list {
	display: table-cell;
	padding-left: 5px;
	font-family: Curator, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #656364;
	vertical-align: middle;
}
article .article-comments .fb_iframe_widget {
	width: 100%;
}
article .article-footer {
	background: url(//www.washingtonexaminer.com/s3/wex15/img/loading.png) center 10px no-repeat;
	padding-top: 60px;
	font-size: 22px;
	font-family: CuratorBold, sans-serif;
	text-align: center;
}
article .article-footer.dynamic-load {
	
}
article .article-footer.loaded {
	background: none;
	padding-top: 0px;
}
article .article-footer.region_divider.hr {
	
}
body.article article.forbidden .page-search {
	margin-left: 0px;
	display: block;
}
article #region_3 .widget.most-read-sidebar {
	float: none;
}

body.article .page-search {
	/*display: block;*/
	clear: left;
	width: auto;
	margin: 0px 0px 30px 220px;
}
body.article .page-search.loaded {
	display: block !important;
}
article #region_3 .widget.top-stories .no-stories .page-search {
	display: none;
}

section.articles .upnext {
	position: fixed;
	bottom: 0px;
	/*background-color: #7D0A0D;*/
	/* dark red */
	/*background-color: rgba(125,10,13,.5);*/
	/* white */
	/*background-color: rgba(255,255,255,.5);*/
	/* cccccc gray */
	/*background-color: rgba(204,204,204,.5);*/
	/* black */
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	font-family: CuratorBold, sans-serif;
	font-size: 20px;
	width: auto;
	text-align: center;
	padding: 10px;
	z-index: 100;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: 220px;
	left: 25%;
	right: 25%;
	text-transform: uppercase;
	height: 20px;
	/*
    display: none !important;*/
}

article .layout-related-article {
	/*width: 100%;*/
	padding: 10px 0px;
	margin: 0 10px 30px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	min-height: 95px;
}
article .layout-related-article div {
	text-align: left;
}
article .layout-related-article.top-stories .widget-title {
	width: auto;
	color: #FF0000;
	clear: none;
	font-size: 16px;
	margin-bottom: 0px;
	font-family: Curator, sans-serif;
    background-color: transparent;
}
article .layout-related-article .lead-photo {
	width: 175px;
	height: 95px;
	float: left;
	margin: 0px 10px 10px 0px;
	background: none;
	padding: 0px;
	display: block;
}
article .layout-related-article .lead-photo a {
	display: block;
}
article .layout-related-article .lead-photo img.image {
	width: 175px;
	height: 95px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
article .layout-related-article h2, article .layout-related-article .subhead {
	display: table;
}
article .layout-related-article h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
article .layout-related-article .subhead {
	display: none;
}
article .layout-related-article .byline, article .layout-related-article .pubdate {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}
article .layout-related-article .addthis-share.short {
	height: 38px;
}
article .layout-related-article.video .play-video {
	display: block;
}

article .layout-related-article.byron-barone-promo {
	border: none;
	padding: 2%;
	width: 96%;
	background-color: #c0cbe2;
}
article .layout-related-article.byron-barone-promo .byline, article .layout-related-article.byron-barone-promo .byline-sep, article .layout-related-article.byron-barone-promo .pubdate {
	display: none;
}
article .layout-related-article.byron-barone-promo .subhead {
	display: table;
	margin-bottom: 0px;
}
article .layout-related-article.byron-barone-promo .subhead p {
	margin-bottom: 0px;
	font-size: 16px !important;
}
article.hide-auto-related-stories .layout-related-article.auto-related {
	display: none;
}
article .layout-related-article.manual-related {
	/*height: 30px;*/
	/*visibility: hidden;*/
}
.widget-loader {
	display: none;
}

/** ADS **/
section.content .ad.billboard {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	/*background-color: #656364;*/
}
.ad {
	clear: both;
}
.ad.dynamic-load {
	background: url(//www.washingtonexaminer.com/s3/wex15/img/loading.png) center center no-repeat;
}
.ad.leader {
	width: 728px;
	height: 90px;
	overflow: none;
}
.ad.poster {
	width: 300px;
	overflow: none;
	min-height: 250px;
}
.ad.billboard {
	width: 970px;
	min-height: 30px;
}
.ad.billboard iframe {
	/*height: 90px !important;
	width: 728px !important;*/
	margin: 0px auto;
}
.ad.smrec {
	width: 180px;
	height: 150px;
}
.ad.sharethrough {
	width: 730px !important;
	margin: 0 auto;
	text-align: center;
	min-height: 1px;
}
.ad.sharethrough .main {
	background-color: #DBDBDB;
	padding: 20px 10px;
}
.ad.sharethrough h3 {
	font-size: 16px;
}
.ad.sharethrough p {
	font-size: 12px !important;
}
.ad.sharethrough h3, .ad.sharethrough .flush-left {
	display: inline-block;
	width: 80%;
}
.ad.sharethrough a.photo {
	width: 100px;
	height: 100px;
	float: right;
	position: relative;
	top: -50px;
}
.ad.sharethrough a.photo .str-thumbnail {
	width: 100px !important;
	height: 100px !important;
}

.ad.billboard_custom, .ad.billboard_custom iframe {
	/*width: 100%;*/
	max-width: 1040px;
	/*height: 400px;*/
}
.ad.billboard_custom {
	text-align: center;
	margin-bottom: 10px;
	min-height: 1px;
	/*display: none;
	opacity: 0;
	height: 0px !important;
	min-height: 0px !important;*/
}
.ad.page-load {
    min-height: 1px;
}

.col2.col3.col4 .ad {
	margin-top: 0px;
}
.col4 .ad:not(:first-of-type) {
	margin-top: 10px;
}
.col4 .ad {
	margin-bottom: 10px;
	min-height: 1px;
}


/** VIDEO SINGLE **/
#page-video .container {
	width: 1040px;
	margin-top: 10px;
}

#page-video .video-player {
	height: 500px;
}

#page-video .video-player object {
	width: 710px;
	height: 480px;
	margin: 10px;
}
#page-video .widget.layout-3col-video-feature .play-video {
	top: 16%;	
}
#page-video .video-title {
	padding: 0 10px 10px;
	color: #000000;
	font-family: CuratorBold, sans-serif;
	font-size: 25px;
}

#page-video .byline {
	margin-top: 10px;
}

#page-video #region_2 {
	background-color: #cccccc;
}

#page-video #region_3 {
	background-color: #ffffff;
	float: right;
}
#page-video #region_4 {
	float: left;
}
#page-video #region_related_videos {
	width: 100%;
}
#page-video #related_videos .widget.top-stories {
	float: left;
}
#page-video .video-summary {
	font-size: 20px;
	margin-bottom: 10px;
}
#page-video .widget.layout-3col-video-feature {
	width: 236px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	background-color: #cccccc;
}
#page-video .widget.layout-3col-video-feature:nth-of-type(3n+2) {
	background-color: #fff;
}
#page-video .widget.layout-3col-video-feature:nth-child(3n) {
	margin-right: 0;	
}
#page-video .widget.layout-3col-video-feature .lead-photo img {
	width: 100%;
	height: 132px;
	border: none;
}
#page-video .widget.layout-3col-video-feature h2 {
	width: 100%;
	height: 73px;
	margin-bottom: 5px;
	padding: 0;
	font-family: Curator, sans-serif;
	font-size: 20px;	
	color: #000000;
	overflow: hidden;
}
#page-video .widget.layout-3col-video-feature .pubdate {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
}
#page-video .widget.layout-3col-video-feature .headline {
	height: 125px;
	padding: 5px;
	font-size: 20px;
  	font-family: Curator, sans-serif;
	overflow: hidden;
}
#page-video .widget.layout-3col-video-feature .byline {
	display: inline;
	color: #234a9f;
}
#page-video .widget.layout-3col-video-feature .addthis-share {
	display: none;
	margin: 0;
}
#page-video .widget.layout-3col-video-feature .pubdate {
	font-family: Curator, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#page-video #related_videos .widget.layout-3col-video-feature .play-video {
	top: 15%;
	left: 40%;
}
#page-video #region_1 {
	background: none;
}
#page-video #region_7, #page-video #region_10 {
	float: right;	
}
#page-video .widget.layout-1col-headlines {
	padding: 10px;
	overflow: hidden;
}
#page-video .widget.layout-1col-headlines h2 {
	padding: 0;
}
#page-video .widget.layout-1col-headlines .author {
	color: #234a9f;
}
#page-video .widget.layout-1col-headlines .pubdate {
	display: inline;
	/*margin: 10px 0;
	border-left: none;
	padding-left: 0;*/
}
#page-video .widget.layout-1col-headlines hr {
	margin: 10px 0;
	border-color: #8193bb;
}
#page-video .widget.layout-1col-headlines hr:last-child {
	display: none;
}
#page-video .sidebar .widget .byline, #page-video .sidebar .widget .pubdate {
	line-height: 35px;
}
#page-video .addthis-share.short {
	top: 0;
}
.button-load-more, .search-load-more {
	display: none;
	width: 705px;
	height: 20px;
	/*float: left;*/
	clear: both;
	margin: 10px 0;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background-color: #7d0a0c;
}
.button-load-more h2, .search-load-more h2 {
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}
#page-video .button-load-more {
	display: block;
}

/** VIDEO NEWS PAGE **/
#page-land-video #region_1 .widget.layout-3col-feature:first-of-type .play-video,
#page-land-video #region_1 .widget.layout-3col-feature-split:first-of-type .play-video {
	top: 35%;
	left: 43%;
}
#page-land-video #region_1 .widget.layout-3col-feature:not(:first-of-type) .play-video {
	top: 23%;
	left: 43%;
}
#page-video-news #region_4,
#page-land-video #region_4 {
	float: left;
	width: 730px;
}
#page-video-news #region_5,
#page-land-video #region_5 {
	float: right;
	width: 300px;
	margin: 0;
}
#page-video-news .widget.section-title span,
#page-land-video .widget.section-title span {
	float: right;
	margin: 0 10px;
	font-family: Curator, sans-serif;
}
#page-land-video #region_2 .byline,
#page-land-video #region_4 .byline,
#page-land-video #region_2 .pubdate,
#page-land-video #region_4 .pubdate {
	display: block;	
}
#page-land-video .widget.section-title span {
	display: block;
}
#page-video-news #region_2 .byline-sep,
#page-video-news #region_4 .byline-sep,
#page-land-video #region_2 .byline-sep,
#page-land-video #region_4 .byline-sep {
	display: none !important;	
}
#page-video-news .addthis-share.short,
#page-land-video .addthis-share.short {
	height: 36px;
}
#page-video-news #region_5 .addthis-share.short,
#page-land-video #region_5 .addthis-share.short {
	top: -15px;
	height: 18px;
}
#page-land-video #region_10 .widget.layout-2col-triple-lead .byline {
	line-height: 21px;
}

/** LANDING PAGE **/
body.landing .widget.layout-3col-feature:not(:first-of-type) {
	height: 310px;	
}
body.landing .lead-banner img {
	width: 1040px;
}
body.landing .widget.layout-3col-feature:not(:first-of-type) .headline .framework {
	height: 110px;
}
body.landing .widget.layout-3col-feature:first-of-type .headline {
	width: 100%;
	height: auto;
	bottom: 0;
	color: #fff;
}
body.landing .widget.layout-3col-feature:first-of-type .headline .byline,
body.landing .widget.layout-3col-feature:first-of-type .headline .byline-sep,
body.landing .widget.layout-3col-feature:first-of-type .headline .pubdate {
	/*display: inline !important;*/
}
body.landing .widget.layout-3col-feature:not(:first-of-type) .headline .byline,
body.landing .widget.layout-3col-feature:not(:first-of-type) .headline .pubdate {
	display: inline;
}
body.landing .widget.layout-3col-feature:first-of-type .headline .byline {
	padding: 0 0 0 10px;
}
body.landing .widget.layout-3col-feature:first-of-type .headline .byline-sep {
	padding: 0 4px;
}
body.landing .widget.layout-3col-feature:first-of-type .headline .pubdate {
	padding: 0;
}
body.landing #region_1 .widget.layout-3col-feature:first-of-type .headline .addthis-share.short {
	display: none;
	top: -15px;
	height: 19px;
	padding: 0;
}
body.landing .widget.layout-3col-medium:first-of-type {
	width: 1020px;
}
body.landing .widget.layout-3col-medium:nth-of-type(2),
body.landing .widget.layout-3col-medium:nth-of-type(3),
body.landing .widget.layout-3col-medium:nth-of-type(4) {
	width: 320px;
	float: left;
	margin: 0 29px 10px 0;
}
body.landing .widget.layout-3col-medium:nth-of-type(4) {
	margin-right: 0;
}
body.landing .widget.layout-3col-medium .headline h2 {
	font-size: 26px;
}
body.landing .widget.layout-3col-medium .byline,
body.landing .widget.layout-3col-medium .pubdate,
body.landing .widget.layout-3col-medium .addthis-share.short {
	display: none;
}
body.landing .widget.layout-3col-medium:first-of-type .byline,
body.landing .widget.layout-3col-medium:first-of-type .pubdate {
	display: inline !important;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
body.landing .widget.layout-3col-medium:first-of-type .byline {
	padding: 0 5px;
}
body.landing .widget.layout-3col-medium:first-of-type .pubdate {
	padding-left: 8px;
}
body.landing .widget.layout-3col-medium:first-of-type .addthis-share.short {
	display: none !important;
}
body.landing .widget.layout-3col-medium:first-of-type .headline .subhead {
	margin-bottom: 10px;
}
body.landing .widget.layout-3col-feature.hide-byline:first-of-type .headline .byline,
body.landing .widget.layout-3col-feature.hide-byline:first-of-type .headline .byline-sep,
body.landing .widget.layout-3col-feature.hide-byline:first-of-type .headline .pubdate {
	display: none !important;
}
body.landing .widget.layout-2col-triple-lead .headline h2 {
	height: 90px;
	line-height: 30px;
	overflow: hidden;
}
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+4) .headline h2,
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+5) .headline h2,
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+6) .headline h2 {
	height: 120px;
}
body.landing #region_2 .widget.layout-2col-triple-lead .pubdate {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
body.landing .addthis-share.short {
	display: none;
	height: 33px;
	top: -10px;
}
body.landing #region_1 .addthis-share.short {
	top: 0;
	margin-left: 5px;
}
body.landing #region_10 .widget.layout-2col-triple-lead .byline-sep {
	display: none !important;
}
body.landing .article-list-group,
body.tag .article-list-group,
body.author .article-list-group,
body.search .article-list-group,
body.video .article-list-group {
	/*display: none;*/
	clear: both;
	height: 0px;
	overflow: hidden;
}
body.landing .article-list-group:first-of-type,
body.tag .article-list-group:first-of-type,
body.author .article-list-group:first-of-type,
body.search .article-list-group:first-of-type,
body.video .article-list-group:first-of-type {
	/*display: block;*/
	height: auto;
}
/*body.landing .article-list-group .ad.dynamic-load,
body.tag .article-list-group .ad.dynamic-load,
body.author .article-list-group .ad.dynamic-load,
body.search .article-list-group .ad.dynamic-load,
body.video .article-list-group .ad.dynamic-load {
	display: none;
}*/

body.landing .article-list-group .ad,
body.tag .article-list-group:first-of-type .ad.dynamic-load,
body.author .article-list-group:first-of-type .ad.dynamic-load,
body.search .article-list-group:first-of-type .ad.dynamic-load,
body.video .article-list-group:first-of-type .ad.dynamic-load  {
	display: block;
}
body.landing .article-list-group #ad_1.ad.dynamic-load,
body.tag #ad_1.article-list-group .ad.dynamic-load,
body.author #ad_1.article-list-group .ad.dynamic-load,
body.search #ad_1.article-list-group .ad.dynamic-load,
body.video #ad_1.article-list-group .ad.dynamic-load {
	display: block;
}
body.landing .widget.layout-2col-triple-lead:nth-of-type(3n) {
	float: left;
}
body.landing .widget.layout-2col-triple-lead:nth-of-type(5n),
body.landing .widget.layout-2col-triple-lead:nth-of-type(odd) {
	background-color: #ffffff;
}
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+1),
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+3) {
	background-color: #c1c1c1;
}
body.landing .widget.layout-2col-triple-lead:nth-of-type(6n+5) {
	background-color: #d7deee;
}
body.landing .button-load-more,
body.tag .button-load-more,
body.author .button-load-more,
body.author .search-load-more,
body.search .button-load-more,
body.search .search-load-more,
body.video .button-load-more {
	display: block;
}
body.landing #region_10 .ad.billboard,
body.tag #region_10 .ad.billboard,
body.author #region_10 .ad.billboard,
body.search #region_10 .ad.billboard,
body.video #related_videos .ad.billboard {
	/*margin-bottom: 10px;*/
}
body.landing #region_10 .widget.layout-2col-triple-lead .byline {
	display: block;
}
body.landing #region_10 .widget.layout-2col-triple-lead .pubdate {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 20px;
}
body.landing .sidebar .addthis-share.short {
	top: -20px;
	height: 20px;
}
/*
body.landing section.content .ad.billboard.list {
	float: left;
	width: 970px;
	background-color: #ffffff;
	padding: 10px 0;
}
body.landing .ad-container {
	display: none;
	float: left;
	margin: 0 0 20px;
}
*/
body.landing .region_divider {
	display: none;
}

/* ERA PAGE */
#page-land-era .ad.billboard, #page-land-era .ad.billboard_custom {
	display: none;
}
#page-land-era #region_1 {
	margin-top: 10px;
}
#page-land-era .era-header-image img {
	width: 1020px;
	margin-bottom: 10px;
}
#page-land-era .widget.layout-3col-medium {
	width: 230px;
}
#page-land-era .widget.layout-3col-medium:first-of-type {
	width: 710px;
}
#page-land-era .widget.layout-3col-medium.hide-byline:first-of-type .byline,
#page-land-era .widget.layout-3col-medium.hide-byline:first-of-type .pubdate {
	display: none !important;
}
#page-land-era .era-facts {
	float: right;
}
#page-land-era .widget.layout-3col-medium:nth-of-type(2),
#page-land-era .widget.layout-3col-medium:nth-of-type(3) {
	margin-right: 10px;
}
#page-land-era  .widget.layout-3col-medium .headline h2 {
	font-size: 20px;
}
#page-land-era .widget.layout-3col-medium .byline,
#page-land-era .widget.layout-3col-medium .pubdate {
	display: block;
}
#page-land-era .era-sponsored-video {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background: #fff;
}
#page-land-era .era-sponsored-video .lead-photo img {
	display: block;
	width: 100%;
    height: 157px;
}
#page-land-era .era-sponsored-video .headline {
	width: auto !important;
    padding: 0 10px;
    text-align: left;
    word-wrap: break-word;
    background-color: #ffffff;
    color: #000000;
}
#page-land-era .era-sponsored-video .headline .framework {
	height: 95px;
}
#page-land-era .era-sponsored-video .framework .label {
	display: block;
    position: absolute;
	bottom: 95px;
	left: 0px;
    width: 100%;
    padding: 5px 10px;
	background-color: #197b30;
	font-family: CuratorBold, sans-serif;
    font-size: 14px;
    line-height: 16px;
	color: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#page-land-era .era-sponsored-video .headline h2 {
	max-height: 47px;
    font-size: 20px;
    font-family: Curator, sans-serif;
    font-weight: normal;
    padding: 5px;
    overflow: hidden;
    line-height: 24px;
}
#page-land-era .era-sponsored-video .byline,
#page-land-era .era-sponsored-video .pubdate {
	display: block !important;
	font-family: Curator, sans-serif;
    line-height: 18px;
	font-size: 14px;
    padding-left: 5px;
}
#page-land-era .widget.layout-3col-medium .byline-sep,
#page-land-era .widget.layout-2col-triple-lead .byline-sep {
	display: none !important;
}
#page-land-era .show-video .play-video {
	top: 20%;
	left: 35%;
}
#page-land-era .article-container {
	float: left;
}
#page-land-era .sidebar-twitter {
	float: right;
	width: 294px;
	margin-bottom: 10px;
	border: 3px solid #c1c1c1;
}
#page-land-era .sidebar-ad {
	float: right;
	clear: none;
}
#page-land-era #region_10 .layout-2col-triple-lead {
	display: none;
}
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(1),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(2),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(3),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(4),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(5),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(6),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(7),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(8),
#page-land-era #region_10 .layout-2col-triple-lead:nth-of-type(9) {
	display: block;
}
#page-land-era #region_10 .ad {
	text-align: center;
}
#page-land-era .widget.layout-2col-triple-lead .byline {
	display: block;
}
#page-land-era .addthis-share.short {
	height: 36px;
}
.era-return-button h1 {
	margin-top: 10px;
	padding: 5px;
	font-size: 30px;
    color: #073394;
    text-align: center;
    border: 3px solid #073394;
}
/** SEARCH PAGE **/

#page-search #region_1 {
    background: none;
    /*overflow: hidden;*/
    overflow: visible;
    padding: 0px;
    width: 100%;
}

.search-text h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#page-search .author-container {
    width: 100%;
	background: url(http://s3.amazonaws.com/content.washingtonexaminer.biz/images/2015-redesign/author_bkgd.jpg) top right no-repeat;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}

#page-search .author-photo {
	float:right;
	width: 260px;
	margin: 30px;
	border: 4px solid rgb(6, 50, 147);
}

#page-search .author-photo img {
	width: 260px;
	height: 275px;
}

#page-search .author-bio h2 {
	font-size: 60px;
	text-transform: uppercase;
}

#page-search .author-bio h3 {
	font-size: 40px;
	color: #656364;
	font-family: Curator,sans-serif;
}

#page-search .author-bio p {
	height: 141px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
}

#page-search .author-bio {
    float: left;
    width: 680px;
	margin: 10px 0 0 25px;
	padding-bottom: 10px;
}
#page-search .author-bio .addthis-share {
	margin: 15px 0;
}
#page-search .widget.layout-2col-single-lead .lead-photo img {
    width: 100%;
    height: 410px;
    float: right;
}

#page-search .widget.layout-2col-single-lead .headline h2 {
	font-size:48px;
	margin:15px 0px;
}

#page-search .widget.layout-2col-single-lead .subhead {
    font-size: 19px;
    margin-bottom: 15px;
}

#page-search .widget.layout-2col-single-lead .byline, #page-search .widget.layout-2col-single-lead .pubdate {
	display:none;
}
.tag-description {
    font-family: Curator,sans-serif;
    background: #CCC none repeat scroll 0% 0%;
    padding: 10px;
    font-size: 16px;
    min-height: 500px;
}
#page-search .widget.layout-3col-video-feature, #page-tag .widget.layout-3col-video-feature {
	width: 236px;
	/*height: 260px;*/
	margin: 0 10px 10px 0;
	overflow: hidden;
	background-color: #ffffff;
}
#page-search .ad.billboard_custom, #page-tag .ad.billboard_custom {
	display: block;
}
#page-tag .widget.layout-3col-video-feature:first-of-type {
	/*width: 730px;*/
	width: 100%;
}
#page-search .widget.layout-3col-video-feature:nth-of-type(even), #page-tag .widget.layout-3col-video-feature:nth-of-type(even) {
	background-color: #cccccc;
}
#page-search .widget.layout-3col-video-feature:nth-child(3n), #page-tag .widget.layout-3col-video-feature:nth-child(3n+4) {
	margin-right: 0;	
}
#page-search .widget.layout-3col-video-feature:nth-child(3n+4) {
	clear: left;
}
#page-search .widget.layout-3col-video-feature .lead-photo img, #page-tag .widget.layout-3col-video-feature .lead-photo img {
	width: 100%;
	height: 132px;
	border: none;
}
#page-tag .widget.layout-3col-video-feature:first-of-type .lead-photo img {
	height: 430px;
}
#page-search .widget.layout-3col-video-feature h2, #page-tag .widget.layout-3col-video-feature h2 {
	width: 100%;
	height: 70px;
	margin-bottom: 5px;
	padding: 0;
	font-family: Curator, sans-serif;
	font-size: 20px;	
	color: #000000;
	overflow: hidden;
	line-height: 23px;
}
#page-tag .widget.layout-3col-video-feature:first-of-type h2 {
	height: auto;
	font-family: CuratorBold, sans-serif;
	font-size: 32px;
	line-height: normal;
}
#page-search .widget.layout-3col-video-feature .pubdate, #page-tag .widget.layout-3col-video-feature .pubdate {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
}
#page-search .widget.layout-3col-video-feature .headline, #page-tag .widget.layout-3col-video-feature .headline {
	/*height: 125px;*/
	padding: 5px;
	font-size: 20px;
  	font-family: Curator, sans-serif;
	overflow: hidden;
}
#page-search .widget.layout-3col-video-feature .summary, #page-tag .widget.layout-3col-video-feature .summary {
	display: none;
}
#page-tag .widget.layout-3col-video-feature:first-of-type .summary {
	font-size: 18px;
	display: block;
}
#page-search .widget.layout-3col-video-feature .byline, #page-tag .widget.layout-3col-video-feature .byline {
	display: block;
	font-size: 16px;
	color: #234a9f;
}
#page-tag .widget.layout-3col-video-feature:first-of-type .byline,
#page-tag .widget.layout-3col-video-feature:first-of-type .pubdate {
	/*display: none;*/
}
#page-search .widget.layout-3col-video-feature .addthis-share, #page-tag .widget.layout-3col-video-feature .addthis-share {
	display: none;
	margin: 0;
}
#page-search .widget.layout-3col-video-feature .addthis-share .fa, #page-tag .widget.layout-3col-video-feature .addthis-share .fa {
	width: 18px;
	font-size: 18px;
	border-radius: 18px;
}
#page-search .widget.layout-3col-video-feature .pubdate, #page-tag .widget.layout-3col-video-feature .pubdate {
	font-family: Curator, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#page-search .addthis-share.short {
	height: 39px;
}
#page-tag .addthis-share.short {
	height: 36px;
}
#page-tag .employee-rights-act .addthis-share.short {
	display: none;
}
#page-tag .widget.layout-2col-triple-lead .byline,
#page-tag .widget.layout-2col-triple-lead .pubdate {
	display: block;
	font-size: 16px;
}
body.author .content {
	margin-top: 10px;
}
body.author .addthis-share .social-icon {
	float: none;
}
body.author .addthis-share .fa {
	width: 30px;
	font-size: 30px;
	border-radius: 30px;	
}
body.author #header .search .search-icon .fa {
	top: 0;
}
body.author .open-search {
    top: 5px;
}

/** SEARCH FORM **/
.page-search {
	/*display: none !important;*/
}
.form-search {
	padding: 10px;
	background-color: #CCCCCC;
	margin: 10px 0px 0px;
}
.form-search button {
	cursor: pointer;
}
.form-search .search-label {
	font-family: CuratorBold, sans-serif;
	font-size: 32px;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
}
.form-search .input-append {
	display: block;
}
.form-search .input-append .search-query {
	display: inline-block;
	width: 80%;
	font-size: 22px;
	font-family: Georgia, serif;
	border-radius: 0px;
	padding: 12px;
}
.form-search .input-append .search-button {
	display: inline-block;
	margin-left: 1%;
	width: 10%;
	font-size: 22px;
	line-height: 30px;
	padding: 5px;
	border-radius: 0px;
}
.btn-group {
	margin: 10px 20px 0px 0px;
}
.btn-group button {
	font-size: 16px;
	font-family: Curator, sans-serif;
	padding: 5px;
}

.sidebar > .widget {
	margin-bottom: 10px;
}
.sidebar > .widget:last-of-type {
	margin-bottom: 0px;
}
#page-search .sidebar .addthis-share.short {
	top: -20px;
	height: 20px;
}

/** MOST READ WIDGET **/
.most-read-sidebar {
	width: 300px;
	float: right;
	overflow: hidden;
}
.most-read-sidebar .tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}
.most-read-sidebar .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #8193bb;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
	font-family: Curator, sans-serif;
	font-size: 14px;
}
.most-read-sidebar .tabs-menu li.current {
   background-color: #cccccc;
}
.most-read-sidebar .tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none; 
}
.most-read-sidebar .tabs-menu .current a {
    color: #000000;
}
.most-read-sidebar .tab {
    float: left;
    margin-bottom: 10px;
}
.most-read-sidebar .tab-content {
    display: none;
}
.most-read-sidebar #tab-1 {
 	display: block;   
}
.most-read-sidebar .widget.layout-1col-headlines {
	display: block !important;
}
.most-read-sidebar .widget.layout-3col-video-feature,
.most-read-sidebar .widget.layout-1col-headlines {
	width: auto !important;
	height: 90px !important;
	padding: 10px;
	background-color: #cccccc !important;
	border-bottom: thin solid #063294;
	margin: 0px !important;
}
.most-read-sidebar .widget.layout-3col-video-feature .lead-photo,
.most-read-sidebar .widget.layout-1col-headlines .lead-photo {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	padding: 0;
	background: none;
}
.most-read-sidebar .widget.layout-3col-video-feature .lead-photo img,
.most-read-sidebar .widget.layout-1col-headlines .lead-photo img {
	display: block !important;
	width: 100% !important;
	border: none;
	height: 90px !important;
}
.most-read-sidebar .widget.layout-3col-video-feature .play-video {
	left: 12% !important;
	top: 30% !important;
}
.most-read-sidebar .widget.layout-1col-headlines .play-video {
	display: none;
}
.most-read-sidebar .widget.layout-3col-video-feature .headline,
.most-read-sidebar .widget.layout-1col-headlines .headline {
	float: left;
	font-family: Curator, sans-serif;
	width: 170px;
	max-height: 90px;
	overflow: hidden;
	padding: 0px  !important;
}
.most-read-sidebar .widget.layout-3col-video-feature .headline h2,
.most-read-sidebar .widget.layout-1col-headlines .headline h2 {
	height: 88px !important;
	line-height: 22px;
	font-size: 18px !important;
	overflow: hidden;
}
.most-read-sidebar .widget.layout-1col-headlines .headline h2 {
	height: 69px !important;
	padding: 0;
}
.most-read-sidebar .widget.layout-3col-video-feature .byline,
.most-read-sidebar .byline-sep, .most-read-sidebar .pubdate {
	display: none !important;
}
.most-read-sidebar .widget.layout-3col-video-feature .author,
.most-read-sidebar .widget.layout-1col-headlines .author {
	color: #234a9f;
}
.most-read-sidebar hr:last-of-type, #page-tag .most-read-sidebar hr:last-of-type {
	display: none;
}
.most-read-sidebar hr {
	margin: 0;
}
/** MOST READ WIDGET **/

/** NEWSLETTER WIDGET **/
.widget-newsletter {
	float: right;
	width: 292px;
	height: 270px;
	margin: 10px 0;
	background-color: #cad6d6;
	border: 4px solid #063294;
}
.widget-newsletter h1 {
	margin: 10px auto;
	font-family: Curator, sans-serif;
	font-size: 22px;
	color: #063294;
	letter-spacing: 3px;
	text-align: center;
}
.widget-newsletter hr {
	width: 165px;
	height: 3px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #063294;
}
.widget-newsletter .newsletter-form {
	width: 170px;
	margin: 15px auto;
}
.widget-newsletter .newsletter-form input {
	width: 165px;
	margin-bottom: 10px;
}
.widget-newsletter p {
	font-family: Curator, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
.widget-newsletter button {
	width: 170px;
	height: 25px;
  	margin-top: 10px;
	font-family: Curator;
  	font-size: 15px;
	color: #fff;
	text-align: left;
  	border-radius: 5px;
  	background-color: #063294;
	letter-spacing: 1px;
}
.widget-newsletter span {
	float: right;
}

/** SIDEBAR WIDGETS **/
/*.widget.sidebar {
	display: none;
	float: right;
	width: 300px;
}
.widget.sidebar .button-load-more {
	display: none !important;
}
.widget.sidebar .ad {
	margin: 10px 0;
	float: right;
}*/
#page-video .sidebar .widget.layout-1col-headlines h2 {
	max-height: 57px;
	padding-bottom: 10px;
	overflow: hidden;
}
#page-video .sidebar .widget.layout-3col-video-feature {
	display: block !important;
}
#page-video .sidebar .addthis-share.short {
	height: 35px;
}
#page-video .sidebar .byline {
	/*float: left;*/
	font-size: 13px;
	/*margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid;*/
}
#page-video .sidebar .widget.top-stories {
	width: 300px;
}
#page-video .sidebar .widget.layout-1col-headlines {
	width: 280px;
	padding: 10px;
}


.widget.newsletter-signup {
	background-color: #cccccc;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #063294;
	font-size: 18px;
	font-family: Georgia, serif;
}
.widget.newsletter-signup .widget-title {
	margin-bottom: 10px;
}
.widget.newsletter-signup h2 {
	font-size: 22px;
}
.widget.newsletter-signup .newsletter-body {
	margin-bottom: 10px;
}
.widget.newsletter-signup form {
	margin-bottom: 0px;
}
.widget.newsletter-signup .newsletter-email {
	width: 180px;
	margin-bottom: 0px;
}
.widget.newsletter-signup .newsletter-waiting {
	text-align: center;
	min-height: 60px;
}
.widget.newsletter-signup .newsletter-email-error {
	color: #FF0000;
	margin-top: 10px;
}
.widget.newsletter-signup .newsletter-email-error, .widget.newsletter-signup .newsletter-waiting, .widget.newsletter-signup .newsletter-return, .widget.newsletter-signup .newsletter-error {
	display: none;
}



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

/*Standard Page*/
.standard-page {
}
.standard-page p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.standard-page a, .standard-page a:link, .standard-page a:visited, .standard-page a:hover {
	text-decoration:underline;
}
.standard-page h1 {
	font-size: 36px;
	margin-bottom: 10px;
	clear:both !important;
}
.standard-page h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.standard-page h3 {
	font-size: 22px;
	margin-bottom: 5px;
}
.standard-page h4 {
	font-size: 18px;
}
.standard-page h5 {
	font-size: 16px;
	font-weight: bold;
}
.standard-page ul {
	margin-bottom: 10px;
}
.standard-page li {
	font-size:16px;
	list-style: outside disc;
	margin: 0px 0px 5px 40px;
}
.standard-page ol{
	font-size:16px;
	list-style:decimal;
	margin: 0px 10px 0px 0px;
}
.standard-page li {
	font-size:16px;
	list-style:decimal;
	margin: 0px 0px 5px 40px;
}
.standard-page img {
  float: left;
  margin: 20px 10px 20px 0px;
  max-width: 730 px;
  height: auto;
}
.lead-image {
	margin: 20px 0px;
	clear:both;
	max-width: 100%;
	height: auto;
}
.lead-image img {
	width: 100%;
}

/*Editorial Page*/
.layout-2col-author-list {
	margin-top:40px;
	border-bottom: 1px solid #CCCCCC ;
}

.layout-2col-author-list .lead-photo {
	float:left;
	margin:0px 20px 25px 0px;
}

.layout-2col-author-list h2 {
	font-size: 24px;
    font-family: Curator,sans-serif;
    margin-bottom: 5px;
}

.layout-2col-author-list .headline .subhead{
	font-size: 14px;
	color: #063294;
    font-family: Curator,sans-serif;
    line-height: 18px;
	margin-top: 5px;
}

.layout-2col-author-list .headline .summary{
	font-family: Georgia,Constantia,"Lucida Bright","DejaVu Serif",serif;
	font-size: 16px;
	margin-bottom:40px;
}

.layout-2col-author-list .headline .addthis-share {
    margin: 8px 0px;
}

.widget.authors .widget-title {
	background-color: #7D0A0D;
	border-bottom: 4px solid #494C51;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFF;
	clear: both;
	display: table;
	width: 100%;
    padding: 10px 5px 20px;
}

.widget.authors .widget-title h2 {
    font-size: 18px;
    width: 60%;
    padding-left: 20px;
}
.widget.authors .addthis-share .social-icon {
	margin-right: 5px;
}

/*Advertise*/
.sales-brochure {
  background-color: #7d0a0d;
  color: #FFFFFF;
  padding: 10px;
  float:right;
  clear: left;
  font-family: CuratorBold,sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
a.sales-brochure, a.sales-brochure:hover {
  font-size: 22px;
  font-family: Curator, sans-serif;
  color: #FFFFFF;
}
.layout-3col-advertise-creative {
	width: 235px;
}
.layout-3col-advertise-creative img {
	width: 200px;
	height: 270px;
	padding-right: 10px;
}
.layout-3col-advertise-creative h2, .h2 {	
	font-size:20px;
	align:center;
	padding-bottom: 20px;
}
.layout-3col-advertise-creative a {
	font-size:20px;
	text-align:center;
}
.layout-3col-advertise-creative p {
	font-size: 14px;
	margin-bottom: 10px;
}

body.media {
	margin-top: 0px;
	overflow: visible;
	line-height: normal;
	background-color: transparent;
}

#footer {
	width: 1040px;
	position: relative;
	left: 210px;
	margin-left: 10px;
	background-color: #c0cbe2;
}
#footer-menu {
	padding: 10px;
}
#footer-menu li {
	display: inline-block;
	margin-right: 42px;
	font-family: CuratorBold, sans-serif;
	font-size: 16px;
}
#footer-menu li:first-of-type {
	margin-left: 10px;
}
#footer-menu li:last-of-type {
	margin-right: 0px;
}



/* WIDGET THEMES */
.widget.top-stories .widget-title {
	width: 100%;
	clear: both;
	color: #ffffff;
	display: table;
	font-size: 18px;
	margin-bottom: 10px;
	/*text-transform: uppercase;
	border-bottom: 4px solid #494c51;
	font-family: CuratorBold,sans-serif;
    background-color: #063293;*/
}
.widget.top-stories .widget-title a {
	display: table-cell;
	padding: 10px 5px 20px 20px;
}
.widget.top-stories .widget-title a:hover {
	text-decoration: underline;
}
.widget.top-stories.theme-red .widget-title {
	background-color: #7d0a0d;
}
.widget.top-stories.theme-light-blue .widget-title {
	background-color: #98a9d5;
}
.widget.top-stories.theme-dark-blue .widget-title {
	background-color: #063293;
}
.widget.top-stories.theme-gold .widget-title {
	background-color: #eec51b;
}
.widget.top-stories .no-stories {
	
}
.widget.top-stories .no-stories h2 {
	font-family: CuratorBold, sans-serif;
	font-size: 28px;
	line-height: 36px;
}
.widget.top-stories .no-stories .page-search {
	display: block;
}

.widget.lead-story.layout-2col-single {
	
}

/* ADDITIONAL ARTICLE LAYOUT STYLES */
article.layout-2col-standard {
	
}
article[class*="layout-2col-"] .article-regions {
	position: relative;
	clear: left;
}
article[class*="layout-2col-"] #region_1 {
	width: 700px;
	border-collapse: collapse;
}
article[class*="layout-2col-"] .article-regions > .lead-photo {
	width: 710px;
	float: left;
}
article.layout-2col-standard .lead-photo img {
	height: 420px;
	display: block;
}
article.layout-2col-expanded .lead-photo img {
	height: 600px;
	display: block;
}
article[class*="layout-2col-"] #region_3 {
	position: absolute;
	right: 0px;
}
article div.wp-caption {
	width: auto !important;
}

/* 404 PAGE */
.page-not-found {
	/*left: 0;
	width: 100%;
	margin-top: 50px !important;
	font-size: 16px;
	text-align: center;*/
}
.page-not-found h1 {
	margin-bottom: 10px;
	font-size: 20px;
}
.page-not-found a {
	color: #ff0000;
}
.footer_ad { display: none; height: 0px; }

.sidebar .page-search, body.author .sidebar .button-load-more, body.search .sidebar .button-load-more { display: none; }
.sidebar .col2.col3 {
    width: 100%;
    margin-right: 0px;
}

/* Story Labels */
.widget .framework .label { 
    display: none;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: CuratorBold, sans-serif;
    bottom: 110px;
    text-transform: capitalize;
    background-color: #073394;
	text-shadow: none;
}
#region_1 .widget .framework .label {
    display: block;
	text-shadow: none;
}
.widget .framework .label.label-section-magazine, .widget .framework .label.label-sub-magazine {
    background-color: #C30003 !important;
    color: #FFFFFF !important;
}
.widget .framework .label.label-section-podcast, .widget .framework .label.label-sub-podcast, .widget .framework .label.label-section-video, .widget .framework .label.label-sub-video {
    background-color: #eec51b !important;
    color: #FFFFFF !important;
}

/* Story Labels - Alternate background colors for region 1 widgets */
.widget.layout-3col-feature:nth-child(even) .framework .label, .widget.layout-3col-feature-split:nth-child(even) .framework .label, .widget.layout-3col-medium:nth-child(even) .framework .label {
    background-color: #c0cbe2;
    color: #000000;
}

/* Story Labels - Specific style alerations for different widget layouts */
.widget.layout-3col-feature:first-of-type .framework .label, .widget.layout-3col-feature-split:first-of-type .framework .label {
    width: auto;
    top: 0px;
    bottom: initial;
}
.widget.layout-3col-medium .framework .label {
    bottom: 95px;
}
#region_1 .widget.layout-3col-medium:first-of-type .framework .label {
    display: none;
}

/* Special Navigation Styles */
#menu li.campaign-flag a {
    background-image: url(http://www.washingtonexaminer.com/s3/wex15/img/american_flag.png);
    color: #7d0a0d;
    font-size: 18px;
    text-shadow: 3px 3px 5px #828282;
}

/* Special Magazine Article Styles - 4col Alpha */
.layout-4col-alpha .content {
    left: 0px;
}

.layout-4col-alpha .body, .layout-4col-alpha #body {
    width:100%;
	max-width: 1550px;
}

.layout-4col-alpha .col2.col3 {
    width:100%;
	max-width: 1550px;
	margin:0 auto;
	}

.layout-4col-alpha .content {
    width:100%;
	max-width: 1550px;
	margin: 0px auto 10px;
}

.layout-4col-alpha #region_3, .layout-4col-alpha #region_4, .layout-4col-alpha .col1 {
	display:none;
	height:0px;
	min-height:0px;
	width:0px;
}

.layout-4col-alpha .body p { 
	margin: 15px 30%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 20px !important;
	line-height: 28px;
}

.layout-4col-alpha .author-photo {
	display: block;
	width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	margin: 30px auto 10px auto;
	border:	5px solid #C30003;
}

.layout-4col-alpha .pubdate {
	display:block;
	margin:0px 0px 10px 0px;
}

.layout-4col-alpha .byline-sep {
	display:none;
}

.layout-4col-alpha .byline, .layout-4col-alpha .addthis-share.top, .layout-4col-alpha .video-embed{
	margin: 5px auto;
	text-align:center;
}

.layout-4col-alpha .addthis-share #social-share, .layout-4col-alpha .byline,.layout-4col-alpha .addthis-share.top {
	margin-left: auto;
	margin-right: auto;
	width:400px;
}

.layout-4col-alpha .addthis-share .social-icon:last-of-type {
    margin-right: 0px;
}

.layout-4col-alpha .headline {
	display:none;
}

.layout-4col-alpha .body {
	
}

.layout-4col-alpha #body img {
	max-width:100%;
	height:auto;
	margin:0 auto;
	text-align: center;
	display: block;
}

.layout-4col-alpha #body .feature-photo img {
	max-width:100%;
	height:auto;
	margin:0 auto;
	text-align: center;
	display:inline;
}

.layout-4col-alpha .tab-left-1, .layout-4col-alpha #body img.tab-left-1 {
	margin:10px 20px 10px 5%;
}

.layout-4col-alpha .tab-left-2, .layout-4col-alpha #body img.tab-left-2 {	
	margin:10px 20px 10px 30%;
}

.layout-4col-alpha .tab-right-1, .layout-4col-alpha #body img.tab-right-1 {
	margin:10px 5% 10px 20px;
}

.layout-4col-alpha .tab-right-2, .layout-4col-alpha #body img.tab-right-2 {
	margin:10px 30% 10px 20px;
}

.layout-4col-alpha .body .widget.layout-related-article.auto-related {
	display:none;
}

.layout-4col-alpha .col2.col3 .addthis-share.bottom #social-share {
	width: 620px;
}
.layout-4col-alpha .addthis-share.bottom .social-icon {
    width: 52px;
    margin-right: 24px;
}
.layout-4col-alpha .addthis-share.bottom .fa {
    font-size: 26px;
    width: 26px;
    border-radius: 26px;
    padding: 12px;
}
.layout-4col-alpha .addthis-share.bottom .fa-reddit, .layout-4col-alpha .addthis-share.bottom .fa-digg {
    padding: 12px 13px 12px 11px;
}

.layout-4col-alpha .byline span, .layout-4col-alpha #page-video .byline span {
    color: #C30003;
    text-transform: uppercase;
}

.layout-4col-alpha #region_2 .headline, .layout-4col-alpha #region_2 .byline,
.layout-4col-alpha #region_2 .addthis-share, .layout-4col-alpha .body h2,
.layout-4col-alpha .body h3, .layout-4col-alpha .body h4, .layout-4col-alpha .layout-related-article,
a.layout-4col-alpha .ndn_embed, .layout-4col-alpha video {
	margin: 0 auto;	
}

.layout-4col-alpha .article-footer, .layout-4col-alpha #article-search {
    display: none;
}
.layout-4col-alpha .ad.billboard_custom {
    margin: 0px auto 10px;
}

/* SPECIAL BANNER CLASSES */
header.banner_teleforum {
    color: #FFFFFF;
    font-size: 22px;
    font-family: CuratorBold, sans-serif;
    padding-bottom: 10px;
    text-align: center;
    line-height: 30px;
}
header.banner_teleforum .red_bullet {
    color: #FF0000;
    padding: 0px 10px;
    display: inline-block;
    font-size: 30px;
}
header.banner_teleforum a:hover {
    text-decoration: underline;
}

/* ELECTION LANDING PAGE */
#page-land-election #region_1 {
	background: #fff;
}
#page-land-election .election-logo {
	float: left;
	width: 256px;
	margin: 0 10px 20px 0;
}
#page-land-election .election-logo img {
    width: 230px;
    margin: 0px auto;
    display: block;
}
#page-land-election .top-news {
	float: left;
	width: 70%;
	margin: 0 0 10px 0px;
	font-family: CuratorBold, sans-serif;
	font-size: 24px;
    font-weight: bold;
	text-transform: uppercase;
	color: #424242;
}
/** For adding article list on Election page (beta) **/
#page-land-election #region_1 .widget.layout-1col-headlines {
	float: left;
	width: 480px;
    padding: 0;
    background: none;
    border-bottom: 1px solid #424242;
}
#page-land-election #region_1 .widget.layout-1col-headlines h2 {
	padding: 0;
	font-family: CuratorBold, sans-serif;
    font-size: 20px;
	color: #424242;
	line-height: 34px;
}
#page-land-election #region_1 .widget.layout-1col-headlines .label {
	display: none;
}
/** For adding article list on Election page (beta) **/
#page-land-election .election-links {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}
#page-land-election .election-links li {
	font-family: CuratorBold, sans-serif;
	font-size: 20px;
	line-height: 34px;
	color: #424242;
	border-bottom: 1px solid #424242;
}
#page-land-election .widget.layout-3col-feature-split {
	float: left;
   	width: 333px;
    height: 310px;
	margin-right: 10px;
}
#page-land-election .widget.layout-3col-feature-split:first-of-type {
	clear: both;
}
#page-land-election .widget.layout-3col-feature-split:last-of-type {
	margin-right: 0;
}
#page-land-election .widget.layout-3col-feature-split .lead-photo,
#page-land-election .widget.layout-3col-feature-split .lead-photo img {
    width: 100%;
	height: 200px;
}
#page-land-election .widget.layout-3col-feature-split .headline .framework {
	padding: 0;
}
#page-land-election .widget.layout-3col-feature-split .headline {
	width: 313px;
	height: 110px;
	padding: 0 10px;
    color: #000000;
	background: #ffffff;
}
#page-land-election .widget.layout-3col-feature-split .headline h2 {
	max-height: 60px;
	margin-bottom: 0;
	padding: 5px 0px;
	font-family: Curator, sans-serif;
	font-size: 22px;
    line-height: 30px;
    color: #000000;
	overflow: hidden;
}
#page-land-election .widget.layout-3col-feature-split .byline a {
	color: #000000;
}
#page-land-election .region_divider {
	display: none;
	height: 0;
}
#page-land-election .election-twitter {
	float: right;
	width: 250px;
	height: 380px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #cccccc;
} 

/* Temp Fix */
#article-2582827[class*="layout-2col-"] .article-regions > .lead-photo{
	display: none;
}
/* Temp Fix */
	
/* ELECTION SINGLE PAGES */
/*[class*="election"] #region_1 {
	background: none;
	text-align: center;
}
[class*="election"] #region_1 header {
	text-align: left;
}
[class*="election"] #region_1 iframe,
[class*="election"] #region_2 iframe {
	width: 726px;
	height: 800px;
	margin-top: 10px;
	border: 2px solid #ccc;
}*/
.election-candidate-tracker #region_2 iframe {
	height: 810px;
}
.election-gop-debate #region_1 iframe {
	height: 1180px;	
}
.election-dem-debate #region_1 iframe {
	height: 1160px;	
}
.election-fundraising #region_2 iframe {
	height: 680px;
}
.election-calendar #region_2 iframe {
	height: 2935px;
}
.election-delegate-tracker #region_2 iframe {
    height: 400px;
}
.election-nv-primary #region_2 iframe {
	height: 650px;
}

[class*="election"] #region_2 .iowa-caucus, [class*="election"] #region_2 .nh-primary {
    width: 100%;
    height: 1400px;
}

/* PLAYGROUND PAGE */
#page-playground2 .widget .byline-sep {
	display: none !important;
}
#page-playground2 .widget.layout-3col-medium:nth-of-type(3),
#page-playground2 .widget.layout-3col-medium:nth-of-type(4) {
	display: none;
}
#page-playground2 .widget.layout-3col-medium:nth-of-type(5) {
	clear: both;
}
#page-playground2  .widget.layout-3col-medium:nth-of-type(6) {
    margin-right: 10px;
}
#page-playground2  .widget.layout-3col-medium:nth-of-type(7) {
    margin-right: 0px;
}
#page-playground2 .headline-tower {
	float: right;
    width: 280px;
    height: 495px;
	padding: 10px;
    background: #fff;
}
#page-playground2 .headline-tower h1 {
	font-family: Curator, sans-serif;
	font-size: 18px;
}
#page-playground2 .headline-tower hr {
	margin: 10px 0;
}
#page-playground2 .headline-tower hr:last-of-type {
	display: none;
}


/* SITE BANNERS */
.site-banner {
    padding: 10px;
    margin-bottom: 10px;
}
.site-banner .label, .site-banner .text {
    font-size: 30px;
    line-height: 48px;
    display: inline-block;
}
.site-banner .label {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 3px #000000;
}
.site-banner .text {
    
}
.site-banner.election-banner {
    /*background-color: #1763AF;*/
    padding: 0px;
    border: none;
    display: table;
    width: 100%;
}
.site-banner.election-banner .banner-election-logo, .site-banner.election-banner .label, .site-banner.election-banner .text {
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
}
.site-banner.election-banner .banner-election-logo {
    width: 60px;
    height: 60px;
    padding: 3px;
    background-color: #1763AF;
    text-align: center;
}
.site-banner.election-banner .label, .site-banner.election-banner .text {
    border-top: solid 3px #1763AF;
    border-bottom: solid 3px #1763AF;
    border-right: none;
}
.site-banner.election-banner .label {
    padding: 0px 10px;
    width: 283px;
}
.site-banner.election-banner .label a {
    color: #C41228;
}
.site-banner.election-banner .text {
    padding: 0px 10px;
    background-color: #1763AF;
}
.site-banner.election-banner .text a {
    color: #FFFFFF;
    text-decoration: underline;
}
.site-banner.convention-2016 {
    padding: 0px;
}
.site-banner.convention-2016 img{
	min-height:1px;
}

/* Sponsored Article Overrides */
#article-2586085 .widget.layout-related-article, #article-2586085 .article-regions .body .ad, #article-2586085 .article-footer, #article-2586085 .page-search, #article-2586085 #region_4, #article-2586085 #pubexchange_flex, #article-2586085 .container_82919 { display: none !important; height: 0px !important; }

/* ERA sidebar widget */
.era-sidebar {
	font-size: 18px;
    font-family: Curator,sans-serif;  
	color: #ffffff; 
	background-color:  #070e3f;
	margin:10px auto 0px;
	padding:5px;
	width:300px;
	height: auto;
}
.era-sidebar-image {
	width:300px;
	margin:0 auto;
}

.era-sidebar-image img {
	display:block;
}

.widget.layout-1col-headlines.layout-era-series {
    padding: 10px;
    border-bottom: thin #070e3f solid;
	border-left:thin #070e3f solid;
	border-right:thin #070e3f solid;
    background: #ffffff;
	width:278px;
	margin:0 auto;
}

.widget.layout-1col-headlines.layout-era-series h2 {
    font-size: 16px;
    font-family: Curator,sans-serif;
	color:#070e3f;
    padding-bottom: 0px;
}

/* DoD Promos for Defense & Nat. Sec. Landing page */
body#page-land-national-security #region_1 {
    position: relative;
}
.dod-header {
    position: relative;
    left: -10px;
    top: -10px;
    width: 1040px;
    height: 260px;
    background-color: #ffffff;
}
.dod-promo {
    padding: 5px 15px 0px;
    height: 180px;
    background: url(//www.washingtonexaminer.com/s3/wex15/img/dod-header-desktop.png) no-repeat top left #FFFFFF;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Teko', sans-serif;
}
.dod-promo p, .dod-promo .twitter-buttons {
    max-width: 675px;
}
.dod-promo p {
    padding-top: 10px;
    letter-spacing: .6px;
}
.dod-promo .twitter-buttons {
    margin-top: 5px;
}

.dod-signup {
    background: url(//www.washingtonexaminer.com/s3/wex15/img/dod-signup-desktop.png) no-repeat top left #FFFFFF;
    height: 170px;
    padding: 80px 0px 0px 10px;
    font-family: 'Teko', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.dod-signup p {
    letter-spacing: .7px;
    max-width: 500px;
}
.dod-signup .signup-form {
    font-size: 20px;
    max-width: 500px;
    margin-top: 20px;
}
.dod-signup .signup-form input {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Teko', sans-serif;
    padding: 2px;
}
.dod-signup .signup-form input {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Teko', sans-serif;
    padding: 2px;
}
.dod-signup .signup-form input.email {
	width: 384px;
    margin-right: 10px;
}
.dod-signup .signup-form input.signup {
	padding: 2px 10px 1px;
	box-sizing: content-box;
	-webkit-appearance: none;
}
.dod-signup .newsletter-error, .dod-signup .newsletter-waiting, .dod-signup .newsletter-return {
    display: none;
    margin-top: 10px;
    font-size: 22px;
}

/* GENERIC INTRA-ARTICLE SIGNUP WIDGET STYLES */
.article-signup-widget {
    height: 83px;
    padding: 52px 0px 0px 20px;
    color: #FFFFFF;
    font-family: Curator,sans-serif; 
    margin-bottom: 20px;
}
article .body .article-signup-widget p, article .body .article-signup-widget div, .article-signup-widget form, .article-signup-widget input {
    max-width: 580px;
    font-size: 14px !important;
    letter-spacing: .7px;
    line-height: 16px;
    font-family: Curator,sans-serif !important;
    text-align: left;
    margin: 0px;
}
.article-signup-widget .signup-form {
    font-size: 17px;
    max-width: 500px;
    margin-top: 5px;
}
.article-signup-widget .signup-form input {
    padding: 2px;
}
.article-signup-widget .signup-form input.email {
	width: 382px;
    margin-right: 10px;
}
.article-signup-widget .signup-form input.signup {
	padding: 2px 10px 1px;
	box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.article-signup-widget .newsletter-error, .article-signup-widget .newsletter-waiting, .article-signup-widget .newsletter-return {
    display: none;
    margin-top: 10px;
}

/* DOD SIGNUP WIDGET STYLES */
.dod-signup-article {
    background: url('//www.washingtonexaminer.com/s3/wex15/img/dod-signup-article.png') no-repeat top left #FFFFFF;
    font-family: 'Teko', sans-serif;
}
article .body .dod-signup-article p, article .body .dod-signup-article div, .dod-signup-article form, .dod-signup-article input {
    max-width: 570px;
    font-family: 'Teko', sans-serif !important;
    font-size: 17px !important;
    line-height: 19px !important;
}

/* OPINION SIGNUP WIDGET STYLES */
.opinion-signup-article {
	padding: 36px 0 0 5px;
    background: url('//www.washingtonexaminer.com/s3/wex15/img/opinion-signup-article.png') no-repeat top left #FFFFFF;
    font-family: Curator, sans-serif;
}
article .body .opinion-signup-article p,
article .body .opinion-signup-article div,
.opinion-signup-article form, .opinion-signup-article input {
    max-width: 540px;
    font-family: Curator, sans-serif !important;
    font-size: 18px !important;
    line-height: 20px !important;
	color: #000000;
}
.opinion-signup-article .signup-form input.signup {
	padding: 1px 10px 4px;
}
.opinion-signup-article .signup-form input.email {
	width: 345px;
	margin-right: 0;
	font-size: 16px !important;
}

/* NEWS ALERT WIDGET STYLES */
.news-alert-signup-article {
    background: url('//www.washingtonexaminer.com/s3/wex15/img/news-alert-signup-article.png?v=123456') no-repeat top left #FFFFFF;
}

/*  PODCAST LANDING PAGE STYLES 04-29-16  */
.header-podcasts img {
	width:100%;
	height:auto;
	margin-bottom:0px;
}
.header-podcasts p {
	margin: 0 10px 30px;
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 30px;
    word-spacing: 2px;
}
.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;      
}

/* TRUMP BRIEFING BOOK PAGE */
.trump-briefing-book .header-trump-briefing img {
	width: 100%;
	min-height: 1px;
	margin-bottom: 20px;
}
.trump-briefing-book #listsearch {
	display: none;
}

/* CONVENTION 2016 PAGES */
#page-rnc-2016 #region_1,
#page-dnc-2016 #region_1 {
	padding: 10px 0;
	background: none;
    width: 100%;
}
#page-rnc-2016 #region_1 .tower-container,
#page-dnc-2016 #region_1 .tower-container {
	display: block;
	height: 410px;
}
#page-rnc-2016 #region_1 .tower-container {
	background-color: #ffffff;
	border: 5px solid #cb2030;
}
#page-dnc-2016 #region_1 .tower-container {
	background-color: #ffffff;
	border: 5px solid #293189;
}
#page-rnc-2016 .tower-container,
#page-dnc-2016 .tower-container {
	right: 20px;
}
#page-rnc-2016 .region_divider.hr,
#page-dnc-2016 .region_divider.hr {
	display: none;
}
#page-rnc-2016 .widget.layout-3col-medium,
#page-dnc-2016 .widget.layout-3col-medium,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:first-of-type,
#page-rnc-2016 #region_1 .tower-container .widget.layout-3col-medium:last-of-type,
#page-dnc-2016 #region_1 .tower-container .widget.layout-3col-medium:last-of-type {
	float: none;
	width: 285px;
	margin: 0 auto;
	background: none;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type {
    width: 730px;
}

#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline {
	display: table-header-group;
    color: #000000;
	background: none;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline .framework,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline .framework {
	padding: 10px 0 !important;
	border-bottom: 2px solid #cccccc;
	background-color:transparent !important;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo {
	display: table-footer-group;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .lead-photo img {
    width: 730px;
    height: 420px;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .framework,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .framework {
	height: auto;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline h2,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline h2 {
	max-height: 130px;
	font-family: CuratorBold, sans-serif;
	font-size: 36px;
	line-height: 44px;
	color: #ffffff;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:last-of-type .headline .framework,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:last-of-type .headline .framework {
	border-bottom: none;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium .headline h2,
#page-dnc-2016 #region_1 .widget.layout-3col-medium .headline h2 { 
	max-height: 90px;
	font-family: Curator, sans-serif;
    font-size: 17px;
    line-height: 20px;
}
#page-rnc-2016 #region_1 .widget.convention-headline-red:first-of-type .headline,
#page-dnc-2016 #region_1 .widget.convention-headline-blue:first-of-type .headline {
	top:auto;
	margin: 20px 10px;
	background: none;
}
#page-rnc-2016 #region_1 .widget.convention-headline-red .headline h2,
#page-dnc-2016 #region_1 .widget.convention-headline-blue .headline h2 {
	display: inline;
	margin: 0;
	padding: 0 5px 5px 0;
}
#page-rnc-2016 #region_1 .widget.convention-headline-red .headline h2 {
	background: #cb2030;
}
#page-dnc-2016 #region_1 .widget.convention-headline-blue .headline h2 {
	background: #293189;
}
#page-rnc-2016 #region_1 .widget.convention-headline-bottom:first-of-type .headline,
#page-dnc-2016 #region_1 .widget.convention-headline-bottom:first-of-type .headline {
	bottom: 0;
	top:auto;
}
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .subhead,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .subhead,
#page-rnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep,
#page-dnc-2016 #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: none;
}
#page-rnc-2016 .widget.section-title {
	background-color: #cb2030;
	border-bottom: 4px solid #184f92;
}
#page-dnc-2016 .widget.section-title {
	background-color: #293189;
	border-bottom: 4px solid #cb2030;
}
#page-rnc-2016 .previous_link, #page-rnc-2016 .next_link {
	background-color: #cb2030;
}
#page-rnc-2016 .previous_link.inactive, #page-rnc-2016 .next_link.inactive {
    background-color: #ccc;
}
.rnc-sidebar-ad {
	width:300px;
	margin:0 auto;
}
.dnc-sidebar-ad {
	width:300px;
	margin:0 auto;
}

/* QUERYLY SEARCH STYLES */
#queryly_mobile_container {
	display: none;
}
#qsearch, .search-queryly #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 {
    
}
.search-queryly #faceteddata {
    background: #ddd; 
    padding: 20px; 
    font-size: 16px; 
    margin-bottom: 20px;
}
.search-queryly #faceteddata .clear-all {
    margin-top: 0px;
}
.search-queryly #faceteddata .clear-all a {
    color: #ff0000;
}
.search-queryly #faceteddata .facet-label {
    margin-top:10px;
    margin-bottom:10px;
    background:#000000;
    color:#FFFFFF;
    padding: 10px;
}
.search-queryly #faceteddata .facet-item {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.search-queryly #faceteddata .facet-item a {
    color: #000000;
}
.search-queryly #faceteddata .date-field {
    padding: 0px;
	width: 40%;
    height: 30px;
}
.search-queryly #faceteddata .date-field-label {
    display: inline-block;
    font-weight: bold;
}
.search-queryly #faceteddata .date-field-label.start {
    width: 50%;
}
.search-queryly #faceteddata .date-field-label.end {
    width: 48%;
}
.search-queryly #faceteddata .date-field-submit {
    color: #000000;
}
.search-queryly #faceteddata .date-range-error {
    display: none;
	color: #ff0000;
}
.search-queryly #resultdata #article-2591301 {
	display: none;
}
#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: 20px auto;
    border: 1px solid #e3e3e3; 
    border-radius: 2px !important;
    background: white;
    display: none;
	visibility: hidden;
    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;	
}

/* AUTHOR & TAG PAGES */
a.headline-link {
    color: #ed1b34;
    text-decoration: underline;
}
#page-author-tag #region_1 {
	width: 100%;
	padding: 0;
	background: none;
}
#page-author-tag h3 {
	font-size: 24px;
}
#page-author-tag .intro {
	display: none;
}
#page-author-tag .widget.layout-2col-triple-lead:nth-of-type(3n) {
	float: left;
}
#page-author-tag .widget.layout-2col-triple-lead .pubdate {
	line-height: 25px;
}
#page-author-tag [id*="list-articles"] {
	width: 730px;
}
#page-author-tag .list-load-more {
    width: 100%;
    height: 20px;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    background-color: #7d0a0c;
}
#page-author-tag .list-load-more a {
	font-family: Curator,sans-serif;
	color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
#page-author-tag .widget.layout-3col-video-feature .lead-photo img {
    width: 100%;
    height: 460px;
    border: none;
    margin: 0px auto;
}
#page-author-tag .widget.layout-3col-video-feature h2 {
	margin: 10px 0 0;
	padding: 0;
    font-size: 21px;
    color: #4d4d4d;
}
#page-author-tag .widget.section-title.dark-blue {
	margin-top: 10px;
}
#page-author-tag #region_1 .addthis-share .fa {
	width: 30px;
	font-size: 30px;
	border-radius: 30px;	
}
#page-author-tag .author-bio p {
	float: left;
    height: 141px;
	margin-top: 15px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
}
#page-author-tag .author-photo {
    float: right;
    width: 260px;
    margin: 30px 10px;
    border: 4px solid rgb(6, 50, 147);
}
#page-author-tag .widget.newsletter-signup {
	display: block;
	margin: 0;
}
#page-author-tag .author-container {
    width: 100%;
	background: url(http://s3.amazonaws.com/content.washingtonexaminer.biz/images/2015-redesign/author_bkgd.jpg) top right no-repeat;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
#page-author-tag .author-photo {
	float: right;
	width: 260px;
	margin: 20px;
	border: 4px solid rgb(6, 50, 147);
}
#page-author-tag .author-photo img {
	width: 260px;
	height: 275px;
}
#page-author-tag .author-bio h2 {
	font-size: 60px;
	text-transform: uppercase;
}
#page-author-tag .author-bio h3 {
	font-size: 40px;
	color: #656364;
	font-family: Curator,sans-serif;
}
#page-author-tag .author-bio p {
	height: 141px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
}
#page-author-tag .author-bio {
    float: left;
    width: 680px;
	margin: 10px 0 0 25px;
	padding-bottom: 10px;
}
#page-author-tag .author-bio .addthis-share {
	margin: 15px 0;
}
#page-author-tag .ad.poster {
	min-height: 1px;
}
#page-author-tag .widget.layout-2col-triple-lead h2 {
    max-height: 108px;
    line-height: 26px;
    overflow: hidden;
}
#page-author-tag .most-read-sidebar {
	margin: 14px 0;
}

/* WEX HOME PAGE VIDEOS PLAYER - REGION 1 */
.widget.layout-3col-medium.home-videos {
    width: 300px;
    height: 252px;
    background-color: #000000 !important;
    position: relative;
}
.widget.layout-3col-medium.home-videos #wexHomeVideos {
    height: 252px;
}
.widget.layout-3col-medium.home-videos #wexHomeVideos .vjs-control-bar {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.widget.layout-3col-medium.home-videos .video-overlay {
    width: 290px;
    background-color: rgba(255,255,255,0.7);
    color: #ff0000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 5px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 0px;
    display: none;
}
.widget.layout-3col-medium.home-videos .control-overlay {
    position: absolute;
    top: 100px;
    width: 200px;
    font-size: 60px;
    left: 45px;
    display: none;
}
.widget.layout-3col-medium.home-videos .control-overlay .control {
    width: 100px;
    float: left;
}
.widget.layout-3col-medium.home-videos .control-overlay .control a {
    color: rgba(255,255,255,0.7);
}
.widget.layout-3col-medium.home-videos .control-overlay .control a:hover {
    color: rgba(255,255,255,1.0);
}
.widget.layout-3col-medium.home-videos .control-overlay .control.next {
    text-align: right;
    float: right;
}
.widget.layout-3col-medium.home-videos .control-overlay .control.hide {
    visibility: hidden;
}
.widget.layout-3col-medium.home-videos .sponsor-label {
    background-color: #eec51b;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-shadow: none;
    padding: 5px 2%;
    width: 96%;
}


/* ELECTION POLLING STYLES */
article#article-2599378 .body .ad, article#article-2599378 .body .layout-related-article, article#article-2599378 .body .article-signup-widget, 
article#article-2599386 .body .ad, article#article-2599386 .body .layout-related-article, article#article-2599386 .body .article-signup-widget,
article#article-2599388 .body .ad, article#article-2599388 .body .layout-related-article, article#article-2599388 .body .article-signup-widget,
article#article-2599387 .body .ad, article#article-2599387 .body .layout-related-article, article#article-2599387 .body .article-signup-widget {
    display: none !important;
    height: 0px !important;
}

/* SEARCH DATEPICKER */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th,
.datepicker table tr th {
	font-family: CuratorBold, sans-serif;
}
.datepicker-days {
	font-size: 15px;
	font-family: Curator, sans-serif;
}

/* OBAMA LEGACY PAGE */
#page-obama-legacy .widget.lead-story.layout-2col-video-feature img {
    width: 98%;
    height: auto;
}
#page-obama-legacy .widget.lead-story.layout-2col-video-feature h2 {
	padding-bottom: 10px;
	color: #000000;
}
#page-obama-legacy #region_2 .lead-story {
	float: left;
	margin-right: 7px;
    clear: none;
}
#page-obama-legacy .widget.layout-2col-triple-lead {
	clear: none;
	margin-right: 7px;
	border: none;
}
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+4) .lead-photo, 
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+5) .lead-photo, 
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+6) .lead-photo {
	display: block;
}
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+4) .headline,
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+5) .headline,
#page-obama-legacy .widget.layout-2col-triple-lead:nth-of-type(6n+6) .headline {
	margin: 0;	
}
#page-obama-legacy .widget.layout-2col-triple-lead h2 {
	height: 90px;
}
#page-obama-legacy .widget.layout-2col-triple-lead .pubdate {
	display: block;
}
#page-obama-legacy .widget.layout-2col-triple-lead .byline-sep {
	display: none !important;
}
#page-obama-legacy .addthis-share.short {
	height: 38px;
}


/* START Social Sharing Modal Window */

/* 	universal to all "thanks-modals" */
.thanks-modal{
	font-family: Curator,sans-serif;
	color:#fff;
	border-radius: 0;
}
.thanks-modal, .thanks-modal *{
/* 	box-sizing: border-box; */
}
.thanks-modal .modal-header, .thanks-modal .modal-footer{
	border-bottom: none;
}
.thanks-modal .modal-header {
	padding: 8px 12px;
}
.thanks-modal .modal-header h4 {
	font-size:35px;
}
.thanks-modal .modal-header .close {
	float: right;
	font-size: 25px;
/* 	font-weight: bold; */
/* 	line-height: 1; */
/* 	line-height: 20px; */
	color: inherit;
/* 	text-shadow: 0 1px 0 #fff; */
/* 	opacity: .2; */
}
.thanks-modal .modal-body{
	padding:20px;
}
.thanks-modal .modal-footer a {
	font-size:10px;
	opacity: .6;
}
.thanks-modal .modal-footer {
	padding: 2px 12px;
	border-top:none;
	box-shadow:none;
	border-radius:0;
	text-align: center;
}
.thanks-modal .modal-body p {
	font-size:15px;
/* 	color:#fff; inherited, not needed */
/* 	text-align:center; multiline text should always align left */
}
.thanks-modal .modal-body{
	background-repeat:no-repeat;
}

.visible-email-thanks-modal, .visible-twitter-thanks-modal, .visible-facebook-thanks-modal{
	display: none;
}
.email-thanks-modal .visible-email-thanks-modal{
	display: block;
}
.twitter-thanks-modal .visible-twitter-thanks-modal{
	display: block;
}
.facebook-thanks-modal .visible-facebook-thanks-modal{
	display: block;
}


/* Newsletter Specific */
.email-thanks-modal .modal-header, .email-thanks-modal .modal-footer{
	background-color: #4f0709;	
}
.email-thanks-modal .modal-body{
	background-color:#7d0a0d;
	background-image:url(http://content.washingtonexaminer.biz.s3.amazonaws.com/wex15/img/social/email-img.png);
	background-position: right 15px top -13px;
/* 	height: 57px;  content is dynamic, so we can't rely on any specific height; don't set */
}
.email-thanks-modal form {
    margin: 20px 0px 0px;
}

/* Facebook Specific */
.facebook-thanks-modal .modal-header, .facebook-thanks-modal .modal-footer{
	background-color: #29498c;	
}
.facebook-thanks-modal .modal-body{
	background-color:#3b5998;;
	background-image:url(http://content.washingtonexaminer.biz.s3.amazonaws.com/wex15/img/social/fb-thumb.png);
	background-position: right 15px top -17px;
/* 	height: 57px;  content is dynamic, so we can't rely on any specific height; don't set */
}
.facebook-thanks-modal .modal-body > iframe.visible-facebook-thanks-modal{
	border: 3px solid #29498c;
    overflow: hidden;
    padding: 14px 0px 6px 33px;
    background-color: #fff;
    height: 60px;
    line-height: 10px;
    width: 360px;
	margin: 0 auto;
}

/* Twitter Specific */
.twitter-thanks-modal .modal-header, .twitter-thanks-modal .modal-footer{
	background-color: #3086c8;	
}
.twitter-thanks-modal .modal-body{
	background-color:#55acee;
	background-image:url(http://content.washingtonexaminer.biz.s3.amazonaws.com/wex15/img/social/twitter-bird.png);
	background-position: right 15px top -5px;
/* 	height: 57px;  content is dynamic, so we can't rely on any specific height; don't set */
}
.twitter-thanks-modal .modal-body > iframe.visible-twitter-thanks-modal{
	border: 3px solid #3086c8;
	overflow: hidden;
	padding: 12px 25px;
	background-color: #fff;
	height: 50px;
	width: 190px;
	margin: 0 auto;
}
@media(max-width: 767px){
	.thanks-modal{
		left: 0;
		right: 0;
		max-width: 90%;
		margin: auto;
	}
}
/* VIDEO CAPTIONS */
.video-caption {
	background-color:#D9D9D9;
	padding: 20px;
	margin: 10px 0px 10px 10px;
}
.video-caption li {
	font-family: Curator,sans-serif;
	font-size:14px;
	padding-left:15px;
}
.video-caption h4 {
	font-size:16px;
	color:#4c4c4c;
	font-family: CuratorBold,sans-serif;
}
.video-caption p {
	font-family: Curator,sans-serif;
	font-size:14px;
}
.video-caption a {
	font-family: CuratorBold,sans-serif;
	font-size:14px;
	color:#063294;
}


/* Added to fix cut off ads in article body. [article .body], and children of [article .body] all had margin-left declared. This made computed width 720px, too small for a 728px */
article .body{
	margin: 0;
}

/* ELECTION 2016 PAGES */
#page-land-2016-election #region_1, #page-land-2016-election-senate #region_1, #page-land-2016-election-president #region_1, #page-land-2016-election-house #region_1, #page-land-2016-election-governors #region_1 {
	padding: 10px 0;
	background: none;
    width: 100%;
}
#page-land-2016-election .widget.section-title, #page-land-2016-election-senate .widget.section-title, #page-land-2016-election-president .widget.section-title, #page-land-2016-election-house .widget.section-title, #page-land-2016-election-governors .widget.section-title {
	background-color: #c1132a;
	border-bottom: 4px solid #3778bc;
}
#page-land-2016-election-president .widget.section-title {
	margin-top:50px;
}

#page-land-201-6election-news .previous_link {
	background-color: #c1132a;
}
#page-land-2016-election-news .previous_link.inactive {
    background-color: #ccc;
}
.election-sidebar-ad {
	width:300px;
	margin:0 auto;
}
.race-example-left, .race-example-right {
	width:45%;
	border: 1px solid #ccc;
	padding: 10px;
    margin-bottom: 40px;
	font-family: Curator, sans-serif;
	display:inline-block;
	vertical-align:top;
}
.race-example-left {
}
.race-example-right {
	margin-left: 3%;
}
.race-example-left .eln-office-name, .race-example-right .eln-office-name {
	font-size:19px;
	font-family: CuratorBold, sans-serif;
	color:#3778bc;
}
.race-example-left .eln-bodyregular, .race-example-right .eln-bodyregular {
	color:#c1132a; 
	font-size:15px;
	font-family: CuratorBold, sans-serif;
}
.race-example-left .body .eln-bodyregular, .race-example-left .body .eln-bodyreg-bar, .race-example-right .body .eln-bodyregular, .race-example-right .body .eln-bodyreg-bar {
	font-size:15px;
	color:#000;
   font-family: Curator, sans-serif;
}
.race-example-left .eln-subhed-table, .race-example-right .eln-subhed-table {
	text-decoration:underline;
}
.race-example-left table.body [class*="eln-bodyreg"], .race-example-right table.body [class*="eln-bodyreg"] { 
	color:#000;
   font-family: Curator, sans-serif;
}
.race-example-left .eln-date, .race-example-right .eln-date {
	display:none;
}
   
/* responsive embeds */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-ap-election-map {
    padding-bottom: 155%;
}

/** ELECTORAL MAP HOME PAGE **/
.pg-election-homepage .embed-responsive-ap-election-map {
	float: left;
	width: 710px;
	height: 755px;
	margin-bottom: 10px;
	padding: 0;
}
.pg-election-homepage #region_1 .tower-container {
	/*height: 730px;*/
}
.pg-election-homepage #region_1 .tower-header {
	padding-top: 12px;
}

.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline;
	padding: 0 0 0 8px;
}
.pg-election-homepage .widget.layout-3col-medium {
    position: relative;
    width: 300px;
    float: right;
    margin: 0;
    overflow: hidden;
	background: #ffffff;
}
.pg-election-homepage .widget.layout-3col-medium {
    position: relative;
    width: 300px;
    float: right;
    margin: 0;
    overflow: hidden;
	background: #ffffff;
}
.pg-election-homepage .widget.layout-3col-medium .lead-photo {
    height: 157px;
    overflow-y: hidden;
}
.pg-election-homepage .widget.layout-3col-medium .headline {
    width: auto !important;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
    background-color: #ffffff;
    color: #000000;
}
.pg-election-homepage .widget.layout-3col-medium .headline .framework {
	height: auto;
	padding: 4px 10px;
	border-bottom: 2px solid #cccccc;
}
.pg-election-homepage .widget.layout-3col-medium .lead-photo {
	display: none;
}
.pg-election-homepage .widget.layout-3col-medium .headline .pubdate {
	display: none;
	font-size: 14px;
    padding-left: 5px;
}
.pg-election-homepage .widget.layout-3col-medium .headline h2 {
    max-height: 60px;
	margin: 5px 0;
	padding: 2px 5px;
    font-size: 18px;
    font-family: Curator, sans-serif;
    font-weight: normal;
    overflow: hidden;
    line-height: 20px;
}
.pg-election-homepage .tower-header {
	position: relative;
	font-family: CuratorBold, sans-serif;
    font-size: 26px;
    color: #424242;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #C41228;
    width: 300px;
    float: right;
    background: white;
    padding: 10px 0 0;
	margin: 0;
}
.pg-election-homepage .widget.orient-above-photo .lead-photo {
    display: table-footer-group;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline h2 {
	max-height: 65px;	
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline .pubdate {
	display: inline;	
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline;
	padding: 0 0 0 8px;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type {
	width: 710px;
	float: left;
	margin: 0px 0px 10px 0px;
	background: none;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline .framework {
  	height: 114px;
	padding: 0;
	border: none;
	overflow: hidden;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline h2 {
	font-size: 32px;
	font-family: CuratorBold, sans-serif;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline .subhead {
	font-size: 16px;
	display: block;
	padding: 5px;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .lead-photo img {
	width: 710px;
	height: 400px;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(5) .headline .framework {
	/*border: none;*/
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(4) {
	clear: both;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) {
	width: 230px;
    float: left;
    margin: 0 9px 0 0;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo {
	display: block;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .lead-photo img {
	display: block;
	width: 100%;
    height: 157px;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline {
	height: 95px;
	padding: 0 10px;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .framework {
	height: 95px;
	/*border: none;*/
	padding: 0;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline .pubdate {
	display: block;
}
.pg-election-homepage .widget.layout-3col-medium:nth-last-of-type(-n+4) .headline h2 {
	max-height: 47px;
	margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.pg-election-homepage .widget.layout-3col-medium:last-of-type {
	float: right;
	width: 300px;
	margin: 0;
}
.pg-election-homepage .tower-logo {
	position: relative;
	float: right;
	width: 300px;
	padding-top: 10px;
	text-align: center;
	background: #fff;
}
.pg-election-homepage .tower-logo img {
	width: 90%;
}
.pg-election-homepage .tower-container {
    float: right;
	width: 300px;
	height: 520px;
    background: #fff;
}
.pg-election-homepage .tower-container .widget.layout-3col-medium,
.pg-election-homepage .tower-container .widget.layout-3col-medium:first-of-type,
.pg-election-homepage .tower-container .widget.layout-3col-medium:last-of-type {
    width: 300px;
    display: block;
    overflow: hidden;
    margin: 0px;
    float: none;
    position: static;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .lead-photo,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .lead-photo img {
    display: none;
    height: 0px;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline h2,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline h2 {
    max-height: 60px;
    font-size: 18px !important;
    font-family: Curator, sans-serif;
    line-height: 20px !important;
    margin: 5px 0px;
    color: #000000;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .framework,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .framework {
    height: auto !important;
    padding: 4px 10px;
    position: static;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline,
.pg-election-homepage .tower-container .widget.layout-3col-medium:first-of-type .headline {
    padding: 0px;
    position: static;
    background-color: #fff;
    display: block;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline .framework {
    border-bottom: 2px solid #cccccc;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:last-of-type .headline .framework {
    border-bottom: none;
}
.pg-election-homepage .tower-container .widget.layout-3col-medium .framework .label {
    display: none;
}
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .subhead,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .byline,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .byline-sep,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .pubdate,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium .headline .addthis-share,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .subhead,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .byline,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .byline-sep,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .pubdate,
.pg-election-homepage #region_1 .tower-container .widget.layout-3col-medium:first-of-type .headline .addthis-share {
    display: none !important;
}
.pg-election-homepage#region_1 .widget.layout-3col-feature-split .headline .byline-sep {
	display: inline;
}
.pg-election-homepage .widget.section-title {
	border-bottom: none;
}
.pg-election-homepage .widget.layout-3col-medium:first-of-type .headline h2 {
	line-height: 30px;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium.hide-byline.hide-subhead .headline h2 {
	max-height: none;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium.show-subhead .headline h2 {
	max-height: 50px;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .headline .framework {
	overflow: visible;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium .headline .subhead {
	display: none;
	margin-top: 10px;
	padding: 0 5px;
	line-height: 5px;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium.hide-byline .headline .subhead {
	display: block;
}
.pg-election-homepage #region_1 .widget.layout-3col-feature:first-of-type .byline, 
.pg-election-homepage #region_1 .widget.layout-3col-feature:first-of-type .pubdate {
	display: inline !important;
}
.pg-election-homepage .widget.layout-3col-medium:not(:first-of-type) .byline-sep {
	display: none !important;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline,
.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .headline .pubdate,
.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .headline .byline-sep {
	display: inline !important;
	line-height: 15px;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium.hide-byline .headline .byline,
.pg-election-homepage #region_1 .widget.layout-3col-medium.hide-byline .headline .pubdate,
.pg-election-homepage #region_1 .widget.layout-3col-medium.hide-byline .headline .byline-sep {
	display: none !important;
}
.pg-election-homepage #region_2 .widget.layout-2col-triple-lead .byline, 
.pg-election-homepage #region_2 .widget.layout-2col-triple-lead .pubdate { 
	float: left;
	clear:both;
	line-height: 19px;
}
.pg-election-homepage #region_2 .widget .pubdate { 
	border-left: none; 
	margin-left: 0; 
	padding-left: 0;
}
.pg-election-homepage .addthis-share.short {
	top: -10px;
	height: 18px;
}
.pg-election-homepage #region_1 .addthis-share.short {
	top: 0;
	height: 20px;
	margin-left: 5px;
}
.pg-election-homepage #region_1 .widget.layout-3col-medium:first-of-type .addthis-share.short {
	position: absolute;
	top: 130px;
}
.pg-election-homepage #region_2 .addthis-share.short {
	top: 0;
	height: 31px;
}
.pg-election-homepage #region_2 .byline-sep {
	display: none !important;
}
.pg-election-homepage .ad.sharethrough {
    padding-top: 30px;
}
/** ELECTORAL MAP HOME PAGE **/

@media(min-width:761px){
	.embed-responsive-ap-election-map {
	    padding-bottom: 105%;
	}	
}

@media(min-width:1060px){
	.embed-responsive-ap-election-map {
	    padding-bottom: 110%;
	}	
}