@charset "UTF-8";
/* CSS Document */

.bannerText h2 {
	text-transform: uppercase;
}
.theContent {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.theContent {
		padding-bottom: 0;
	}
	.bannerImage .bannerText {
		top: 0;
	}
	.theContent h2 {
		font-size: 0.9rem;
		text-transform: uppercase;
		padding-left: 15px;
		padding-right: 15px;
	}

	.theContent p {
		font-size: 1rem;
	}
}

.btn.btn-silverblock span {
	font-weight: 900 !important;
	color: #000 !important;
}
.btn.btn-silverblock:hover {
	background: #fff !important;
	color: #b49d65 !important;
}

.card,
.card-header,
.card-body,
.card-footer {
	padding: 0;
	margin: 0;
	background: none;
	text-align: center;
	border: none;
}

.accent-bg {
	padding-top: 5rem;
	padding-bottom: 2rem;
	background: #b49d65;
	color: #fff;
}

.btn-site-large {
	width: 100%;
	margin-top: 30px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	font-size: 1.4rem;
	transition: 0.4s;
	border: 1px solid #b49d65;
	background: #b49d65;
	color: #fff !important;
	transition: 0.4s;
}

.btn-site-large:hover {
	background: none !important;
}

.accent-bg {
	background: #ccc;
}

.accent-bg h2 {
	color: #f00;
}

.accent-bg .card {
	color: #000;
}

.iconImage {
	max-width: 175px;
	height: auto;
	margin: 2rem auto 4rem auto;
}

.btn-red {
	background: #f00;
	color: #fff;
	border: 1px solid #f00;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	font-size: 1.2rem;
	padding: 5px 30px;
	text-transform: uppercase;
	white-space: nowrap;
}

.modal-body {
	background: #fff;
}

.theContent.mobileContent h2 {
	text-transform: uppercase;
	font-size: 1.3rem !important;
}
