:root {
	--helloboard-lower: url(/system/app/cms/template/mobile/static/images/fold-bg.jpg);
	--purchase-buttons: url(/system/app/cms/template/mobile/static/images/green-checkmark-sm.png);
	--research-dashboard: url(/system/app/cms/template/mobile/static/images/green-checkmark-sm.png);
	--research-dashboard-1: url(/system/app/cms/template/mobile/static/images/background22b.jpg);
	--research-dashboard-2: url(/system/app/cms/template/mobile/static/images/41439126_l3-Recovered.jpg);
	--research-dashboard-3: url(/system/app/cms/template/mobile/static/images/37619807_l3.jpg);
	--research-dashboard-4: url(/system/app/cms/template/mobile/static/images/m_glass-g.png);
	--research-dashboard-5: url(/system/app/cms/template/mobile/static/images/ajax-loader4.gif);
	--become-a-member-front: url(/system/app/cms/template/mobile/static/images/37619807_l2.jpg);
	--h1-span: url(/system/app/cms/template/mobile/static/images/share_alt_1wh.png);
	--user-login-container: url(/system/app/cms/template/mobile/static/images/bg-naturalmed.jpg);
	--research-dashboard-6: url(/misc/menu-expanded.png);
	--research-dashboard-7: url(/misc/menu-collapsed.png);
	--research-dashboard-8: url(/system/app/cms/template/mobile/static/images/background22bc.jpg);
	--search-callout: url(/system/app/cms/template/mobile/static/images/background22_big.jpg);
	--testimonials-bottom: url(/system/app/cms/template/mobile/static/images/bg-map.jpg);
	--search-callout-2: url(/system/app/cms/template/mobile/static/images/39958714_xl-home-search-BG.jpg);
	--bid-195: url(/system/app/cms/template/mobile/static/images/background22bc.jpg);
	--blockquote: url(/system/app/cms/template/mobile/static/images/PostQuote.png);
	--optinbox: url(/system/app/cms/template/mobile/static/images/background22_big4c.jpg)
}

.research-dashboard textarea {
	width: 100%;
	resize: none
}

.research-dashboard .content {
	text-align: center
}

.research-dashboard .article .content {
	text-align: initial
}

.research-dashboard .overlay_popup {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .5
}

.research-dashboard .popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35%;
	height: auto;
	text-align: center;
	background-color: #e8eae6;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1000;
	display: none
}

.research-dashboard .close-btn {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	display: block
}

.research-dashboard .object {
	padding: 50px 70px
}

.node.page .content p {
	text-align: left
}