﻿@media (min-width: 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.white-row {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.row-eq-height .col-sm-6 {
		margin-bottom: 15px;
	}
}

.panel {
	height: 100%;
}

.panel-heading h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

.home-alert {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}

	.home-alert a {
		display: block;
		width: 130px;
		margin: 0 auto;
		margin-top: 20px;
	}

.bodytext {
	margin-bottom: 40px !important;
}

.learn-more {
	position: absolute;
	margin-left: 15px;
	bottom: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

.grey-row {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.white-row {
	padding-top: 25px;
	padding-bottom: 25px;
}