﻿.Base .Captcha img {
	margin: 1em 0;
}
.Base .submit-btn {
	background-color: #373E46;
}
.box {
	border-radius: 0.625em;
	padding: 4em;
	background: none rgba(52, 54, 57, 0.6);
	max-width: 990px;
	display: inline-block;
}
a.white-btn {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.9);
}
a.black-btn {
	background-color: rgba(0, 0, 0, 0.9);;
	color: #fff;
	font-size: 12px;
	width: 25em;
}
a.orange-btn {
	background-color: #e77520;
	color: #000;
	font-size: 12px;
	width: 25em;
}
.Base a.black-btn,
.Base a.white-btn,
.Base a.orange-btn {
    	box-sizing: border-box;
    	cursor: pointer;
    	display: inline-block;
    	font-weight: bold;
    	letter-spacing: 2.5px;
    	padding: 0 1em;
    	text-decoration: none;
    	text-transform: uppercase;
	border-radius: 4px;
	min-height: 48px;
	line-height: 50px;
	text-align: center;
}
blockquote {
	border-radius: 4px;
}
.Base .np-detail-section h1.np-title {
	color: #E77520;
	margin-bottom: 0.3em;
}
.Base .np-item-list .np-text-section .np-description-section {
	padding-right: 10.3125em;
}
.Base .np-title {
	color: #e77520;
}
.np-trail a,
.np-trail span,
.np-trail .np-category-title {
	color: #e77520 !important;
	font-size: 15px !important;
	font-family: arial, sans-serif !important;
}
@media screen and (max-width: 768px) {
	.Base .np-item-list .np-text-section .np-description-section {
		padding-right: 0;
	}
	.Base .np-link-button {
		text-align: center !important;
	}
	.Base .np-link-button .link-button {
		float: none !important;
	}
	.Base h1,
	.Base h2 {
		font-size: 165%;
	}
	.Base .box {
		padding: 1.125em !important;
	}
}