header {
	height: 250px !important;
	min-height: 250px;
}
header .header-content {
	height: 250px;
}
.feature-box {
	border: 1px solid #4b9bcc;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
	height: 170px;
}
.feature-box p {
	font-size: 11pt;
}
.feature-box h3 {
	font-size: 14pt;
	font-weight: 500;
	padding-bottom: 10px;
}
#studio-page {
	background: #fff;
	text-align: left;
	color: #333;
}
#studio-page h2 {
	font-size: 24pt;
}
#studio-page button {
	background: transparent;
	color: #333;
}
#smartalert-page {
	background: #fff;
	text-align: left;
	color: #333;
}
#smartalert-page h2 {
	font-size: 24pt;
}
#smartalert-page button {
	background: transparent;
	color: #333;
}
.common-page {
	background: #fff;
	text-align: left;
	color: #333;
}
.common-page h2 {
	font-size: 24pt;
}
.common-page button {
	background: transparent;
	color: #333;
}
.feature-cell {
	width: 33.333333%;
}
@media (max-width: 992px) {
	header .header-content {
		margin-top: 0;
	}
	.feature-cell {
		width: 100%;
		margin-bottom: 10px;
	}
	.feature-box {
		height: 200px;
	}
}
.widget-item {
	display: inline-block;
	max-width: 100%;
	padding: 10px;
}

.bg-section {
	background: #fff;
	text-align: left;
	color: #333;
}

.bg-section-alter {
	background: #e4e4e4;
	text-align: left;
	color: #333;
}

.bg-section h2,
.bg-section-alter h2 {
	margin-top: 0;
	font-size: 27pt;
	font-weight: 300;
	text-transform: uppercase;
}

.bg-section .btn,
.bg-section-alter .btn {
	color: #333;
}
