/* ==================================================
   Recommended CSS Variables
   ================================================== */

/*
:root {
  --brand-primary: #2f3150;
  --second-primary: #e2464d;
  --third-primary: #f8f8f8;
  --brand-accent: #1d1e36;
  --white: #ffffff;
  --black: #000000;
  --gray-light: #666666;
  --lighter-gray: #dee2e6;
  --brand-success: #28a745;
  --brand-danger: #dc3545;
  --brand-warning: #ffc107;
  --brand-blue: #007bff;
  --brand-green: #28a745;
  --brand-yellow: #ffc107;
}
*/

/* ==================================================
   Media Query Breakpoints
   ================================================== */

/* 
  Bootstrap Defaults:
  - xs: <576px
  - sm: ≥576px
  - md: ≥768px
  - lg: ≥992px
  - xl: ≥1200px
*/

/* ==================================================
   Homepage Banner
   ================================================== */
.home-banner {
	position: relative;
	background-position: 50% 20%;
	background-size: cover;
	background-color: #fff;
}

@media (max-width: 991.98px) {
	.bg-half-overlay {
		width: 75%;
	}
}

@media (max-width: 767.98px) {
	.bg-half-overlay {
		width: 100%;
		left: 0;
	}
}

.hero-bullets {
	position: relative;
	height: 100%;
	min-height: 480px;
}

.sub-title {
	color: #2f3150;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3;
}

.text {}

.badge-img {
	max-height: 90px;
	max-width: 170px;
	padding-top: 10px;
	margin: 0 30px 0 0;
}

@media (max-width: 767.98px) {}

@media (min-width: 992px) {}

@media (max-width: 767.98px) {}

img {
	width: 100%;
	height: auto;
}

.title-box {
	height: 70px;
	width: 100%;
	background-color: #2f3150;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991.98px) {}

.h3 {
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.btn-brand {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 10px 20px;
	text-align: center;
	white-space: normal;
	border-radius: 99px;
	line-height: 1;
	display: block;
}

.post-parallax {
	max-height: 240px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #666;
}

/* ==================================================
   Message Block
   ================================================== */
.message {
	position: relative;
	padding: 60px 0;
	background-color: #e2464d;
}

.message-block {
	padding: 30px 40px;
	background-color: #fff;
}

h2 {
	color: #1d1e36;
}

.subtitle {
	font-size: 1.8rem;
}

.container {
	position: relative;
	padding: 25px 0 50px;
}

.cite {
	color: #1d1e36;
}

.btn-cta {
	display: block;
	color: #2f3150;
	text-decoration: underline !important;
	margin: 1rem auto;
}

.review-btn {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

h2 {
	font-size: 24px;
	text-align: center;
	color: #1d1e36;
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {}

h2, .title, .icon {
	color: #2f3150;
}

h2::after {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #e2464d;
	display: block;
	margin: 15px 0 20px;
}

hr {
	border-color: #2f3150;
	margin: 2rem auto;
}

.title {
	margin-bottom: 1rem;
}

.icon {
	font-size: 1.4rem;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
}

.text {
	display: block;
	padding-left: 28px;
}

a {
	display: block;
}

.business-hours .icon {
	margin-top: 2px;
}

a:hover {
	text-decoration: underline !important;
}

.message-field {
	width: 50%;
	float: left;
}

textarea.form-control {
	padding: .75rem 1rem;
}

/* ==================================================
   Google Map
   ================================================== */
#google-map {
	position: relative;
	height: 396px;
}

/* ==================================================
   Page Info Bar
   ================================================== */
.page-info {
	color: #fff;
	background: rgba(19, 19, 19, .7);
	padding: 1.25rem 0 1rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* ==================================================
   Sidebar
   ================================================== */
.sticky-sidebar {
	position: static;
}

/* ==================================================
   Popup & Sidebar - Contact Fields
   ================================================== */
.mfp-content, .sidebar, .inner-content {}

.sidebar {}

.s-box-large {
	padding: 2.5rem;
	color: #fff;
	background-color: #1d1e36;
	text-align: left;
	box-shadow: 0 3px 8px #ccc;
}

.btn-normal {
	width: 100%;
}

.promo {
	background-color: #e2464d;
	padding: 1rem;
	margin-top: 0;
}

.h4 {
	color: #e2464d;
	text-decoration-color: #e2464d;
}

label {
	display: none;
}

.field {
	height: 40px !important;
}

textarea {
	resize: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #fff !important;
}

textarea:-moz-placeholder, input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
}

textarea::-ms-input-placeholder, input:-ms-input-placeholder {
	color: #fff !important;
}

.pre-value {
	display: none;
}

.help-block {
	display: none;
}

.close::after {
	display: block;
	content: "×";
}

/* ==================================================
   Home Contact Form
   ================================================== */
.home-contact-wrapper {
	position: relative;
	background-color: #f8f8f8;
	padding: 40px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1200px) {}

textarea:-moz-placeholder, input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

textarea::-ms-input-placeholder, input:-ms-input-placeholder {
	color: #000;
}

.message-button button {
	width: 100%;
}

textarea.form-control {
	min-height: 0;
}

.support-line {
	line-height: 1.5;
	color: #666;
	max-width: 360px;
	margin: 2.5rem auto auto;
}

.btn {
	margin: 5rem;
}

.support-line {
	max-width: 400px;
}

img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 200px;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

.img-container-full {
	text-align: center;
	margin: 20px;
}
