.page_wrapper { 
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.page a { color: #739f8e; }


#page_tab_nav { 
	padding-top: 175px; 
}


.module a.more_link .more_link_wrapper,
.module a.more_link .more_link_btn { color: #739f8e; }

section > .module h2 {	
	font-size: 22px;
	color: #000 !important; 
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: table;
	white-space: nowrap;
}

section > .module h21:after {
	content: '';
	background: url(data:image/gif;base64,R0lGODdhAQABAIgAAEqMMQAAACwAAAAAAQABAAACAkQBADs=) repeat-x center;
	background: linear-gradient(to bottom, #000, #000) no-repeat center / 98% .1em;
	display: table-cell;
	width: 100%;
}

.module-header .header-title .section_title, .module-header .header-title h2,
.page_title, section h2, section .section_title {
	font-family: 'Novecento Wide Demi Bold' !important;
}

.module.featured-promo-single article {
	padding-right: 0;
	padding-left: 0;
}
section article h3 {
	font-family: 'Novecento Wide Normal';
	font-size: 19px;
	color: #739f8e;
}

.featured_single_detail h3 {
	padding-top: 10px;
}

.overlay {
	background-color: #ecf1ef;
}

.module_featured_promo_double article .inner h3 {
	font-size: 19px;
}

section > .module_col_3_content_block h3 { font-size: 19px !important; }

.module_featured_promo_double .row {
	margin-left: -15px;
	margin-right: -15px;
}

.module_carousel_featured .header-title h2,
.module_carousel_featured h3 {
	padding: 0 !important;
}

.module_carousel_featured .cards-wrapper.video-sized {
	margin: 0;
}

.itemcarousel_wrapper .carousel_pager span { background-color: #b6b2b1; }
.itemcarousel_wrapper .carousel_pager span.active { background-color: #000; }

section > .module_tabbed_main_promo h2.title { color: #fff !important; } 
section > .module_tabbed_main_promo .carousel_tabbed>.col.active { background-color: #739f8e; }
section > .module_tabbed_main_promo .carousel_tabbed>.col.active:before { border-bottom: 16px solid #739f8e; }
section > .module_col_3_content_block a .more_btn { color: #000 !important; margin-left: 0 !important; }

/* Social Feed */
.module_livefyre_feed {
	padding-left: 0;
	padding-right: 0;
}

.livefyre-feed-title .hash_tag {
	background-color: #ecf1ef;
}

.livefyre-feed-title .hash_tag a {
	color: #739f8e;
}

section .hub-item article {
	background: #ecf1ef;
	color: #000;
}

section .hub-item blockquote {
	color: #000 !important;
}

section .hub-item blockquote a {
	color: #739f8e !important;
}

section .hub-item .tweet-actions a {
	color: #739f8e !important;
}
section .hub-item .icon-twitter { 
	color: #739f8e !important;
}

.module_questionnaire_wrapper {
	margin: 0 -36px !important;
	background-color: #000;
	background-image: url(//static.oprah.com/css/OWN_2/interestapps/gfc_background-email-capture-1024.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 130px 20% 75px; 
	color: #fff;
}

.module_questionnaire_wrapper .intro {
	font-family: 'Novecento Wide Demi Bold';
	font-size: 22px;
	margin-bottom: 20px;
}

.module_questionnaire_wrapper .col {
	display: inline-block;
	padding-bottom: 10px;
}

.module_questionnaire_wrapper input {
	height: 40px;
	border-radius: 5px;
	padding: 0 12px;
}

.module_questionnaire_wrapper button {
	background-color: #739f8e;
	color: #fff;
	height: 40px;
	border-radius: 5px;
	padding: 0 12px;
	margin-left: 4px;
	font-family: 'Novecento Wide Demi Bold';
}

.module_questionnaire_wrapper .message {
	display: none;
}

@media (max-width: 480px) {
	#page_tab_nav { 
		padding-top: 70px; 
	}
}
@media (max-width: 320px) {
	.module .module-header .header-title h2 {
		font-size: inherit !important;
	}
}