/*--------------------------------------------------
* Print CSS
*--------------------------------------------------*/

footer, nav, .breadcrumb, .masthead .span2.pull-right, .footer-branding, .carousel .item, .related-news-element, .social, .span4.pull-right, nav.paging, .bottom-tools, .more-articles-carousel, .comments-element {
	display: none;
}

.carousel .item.active {
	display: inline-block
}

body {
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
}

.container {
	background:none;
}

hr {
	background:#ccc;
	color:#ccc;
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
code {
	font:.9em "Courier New", Monaco, Courier, monospace;
}
a img {
	border:none;
}
p img.top {
	margin-top:0;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
.small {
	font-size:.9em;
}
.large {
	font-size:1.1em;
}
.quiet {
	color:#999;
}
.hide {
	display:none;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ")";
	font-size:90%;
}

/* Added 2013.06.03 - MWR */

#weatherContainer,.module-weather,#search,.branding,.tools,#emailArticleContainer {
	display:none;
}

/* Added 2013jun28 - jharris - for Jira GMG-818 */
div#container section.leaderboard {
	display:none;
}

/* overly specific css selector
section.featured-headlines div.carousel:nth-child(2) {
	display:none;
}
*/
section.featured-headlines div.carousel {
	display:none;
}

a.suppress-print-href:after {
	display:none;
}

.town_lis t{
	display:none;
}

div[id*="googlead"] {
	display:none;
}

/* added 2014feb13 for GMG-1451 */
p.hidden.caption.helvetica.uppercase {
	display: none;
}

div.span2.subscribe {
	display: none;
}

div#prevNextContainer {
	display: none;
}

div.promo-content {
	display: none;
}

div.image-ribbon-wrapper {
	display:none;
}
.image-container img{
	display: block;
    max-width:407px;
    max-height:267px;
    width: auto;
    height: auto;
}

/* REW GMG-3706 */
.theme-rewnews2014-v2 #sharebox,
.theme-rewnews2014-v2 .REWFooterLinksContainer,
.theme-rewnews2014-v2 #contact,
.theme-rewnews2014-v2 .footersection-title,
.theme-rewnews2014-v2 .footersection-body,
.theme-rewnews2014-v2 nav, 
.theme-rewnews2014-v2 nav.paging,
.theme-rewnews2014-v2 .mobile-nav, 
.theme-rewnews2014-v2 .mobile-nav,
.theme-rewnews2014-v2 .masthead,
.theme-rewnews2014-v2 .breadcrumb,
.theme-rewnews2014-v2 .sidr-inner,
.sidr-inner,  
.theme-rewnews2014-v2 .hidden {
	display:none;
}

.theme-rewnews2014-v2 .footersection {
    background-color: #fff;
    padding: 0;
}