/* Custom styles */

.promo {
	clear: both;
	position: relative;
	top: 35px;
	width: 50%;
}

.promobox.home {
	min-height: 220px;
}

@media (min-width: 1200px) {
	.promo {
		top: 55px;
	}
}

.promo h2 {
	width: 70%;
}

.promo h4 {
	padding: 15px !important;
}

.article-content {
	padding-bottom: 35px;
}

.article-content h4,
.article-content ul {
	margin-bottom: 20px;
}

.article-content a {
	border-bottom: 1px dotted #001632;
}

.article-content a:hover {
	color: #001632;
}

label.error {
	font-size: 12px;
	color: red;
	margin-bottom: 5px;
}

label.inline {
	display: inline-block;
	width: 95%;
	position: relative;
	left: 2px;
	top: 5px;
}

select {
	width: 93%;
	height: 38px;
	padding: 8px;
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
}

textarea {
	resize: none;
}

.red {
	color: red;
}

.src_title {
	font-size: 13px;
}

@media (min-width: 1200px) {
	.src_title {
		font-size: 15px;
	}
}

/* End of file custom.css */