/*things to hide (in order of appearance)*/

/*yellow offer bar*/
a.global-bar {
	display: none;
}

/*giant spacer gap for sticky nav i think*/
.masthead-spacer {
	display: none;
}

/*header*/
#masthead {
	display: none;
}

/*breaking news*/
.mod.live-update {
	display: none;
}

/*feature strip*/
.feat-strip-wrapper {
	display: none;
}

header {
	display: none;
}

/*first share tool section*/
.article-body>.tools {
	display: none;
}

/*default lead image*/
.lead-figure {
	display: none;
}

/*continue reading button*/
.skip-nav {
	display: none;
}

/*ads*/
.article-body .ad {
	display: none;
}

/*bottom share tools sections*/
.tools {
	display: none;
}

/*footer (comments)*/
.article-footer {
	display: none;	
}

/*trending*/
#section-nav {
	display: none;
}

/*bottom footer*/
.bg-footer {
	display: none;
}

/*in this section*/
body.type-article article .in-section {
	display: none;
}

/*empty p tags*/
.article-body p:empty {
	display: none;
}


/*things to reset*/

/*border box on all elements*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*zero out margins and padding on body*/
body {
	margin: 0;
	padding: 0;
}

/*zero out margins and padding on containe*/
body.type-internal div#contain {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*remove max-width from contain*/
#contain {
	max-width: 100%;
}

/*zero out margins and padding on main*/
body #main {
	margin: 0;
	padding: 0;
	clear: none;
}

/*zero out margins and padding on article*/
.article {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*make article-body full width*/
.article .article-body {
	width: 100%;
	margin: 0;
	float: none;
}

/*byline*/
.article-body .byline {
	display: none;
}

/*headline signup form*/
form#newsletter-form {
	display: none;
}

/*continue to read story*/
.continue-gradient {
	display: none;
}
.continue-holder {
	display: none;
}
.article-text.hide-on {
	position: static;
	overflow: initial;
}

/*article recirc at bottom*/
.new-articles {
	display: none;
}

.recommended--tease {
	display: none;
}

.bg-header__smartbar--veil-show {
	display: none;
}