html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

figure,
footer,
section {
	display: block;
}

a:active,
a:hover {
	outline: 0;
}

strong {
	font-weight: 700;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

input {
	color: inherit;
	font: inherit;
	margin: 0;
}

input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
}

input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 40px;
	background-color: #5b5451;
	display: block;
}

h2,
h3,
h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 10px;
}

.text-center {
	text-align: center;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.blockquote-reverse footer:beforeblockquote.pull-right footer:before {
	content: "";
}

.blockquote-reverse footer:afterblockquote.pull-right footer:after {
	content: "\00A0 \2014";
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:after,
.container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after,
.row:before {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-6,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 25px;
	padding-right: 25px;
}

.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-6 {
		float: left;
	}

	.col-sm-6 {
		width: 50%;
	}
}

@media (min-width: 992px) {

	.col-md-12,
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-8 {
		float: left;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active {
	background-image: none;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@-ms-viewport {
	width: device-width;
}

.visible-sm-block {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/roboto/roboto-100.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/roboto/roboto-300.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/roboto/roboto-regular.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: italic;
	font-weight: 400;
	src: url(../fonts/roboto/roboto-italic.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/roboto/roboto-700.woff2) format("woff2");
}

body {
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #585555;
	height: 100%;
	position: relative;
}

a {
	color: #c00000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:active,
a:focus {
	color: #d3060b;
	outline: 0;
	text-decoration: none;
}

a:active,
a:focus,
a:hover {
	color: #d3060b;
	outline: 0;
	text-decoration: none;
}

figure,
p {
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4 {
	color: #484c50;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}

::-webkit-selection {
	color: #818892;
	background: #f9f6f0;
}

::-moz-selection {
	color: #818892;
	background: #f9f6f0;
}

::selection {
	color: #818892;
	background: #f9f6f0;
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn:active,
.btn:focus,
.btn:hover {
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-primary {
	background: #d3080a;
	color: #fff;
	border: 2px solid #c4080a;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background: #99cc53 !important;
	border-color: #99cc53 !important;
}

.btn-outline {
	background: 0 0;
	border: 2px solid #c4080a;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
	box-shadow: none;
}

.form-control {
	box-shadow: none;
	background: 0 0;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 54px;
	font-size: 18px;
	font-weight: 300;
	background: #edeaea;
}

.form-control:focus,
.form-control:hover {
	outline: 0;
	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
	border-color: #b4a7a7;
}

body {
	background: #f9f9f9;
}

@media screen and (max-width: 800px) {
	.container {
		margin: 0 16px;
	}
}

#fh5co-header {
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 20px;
	z-index: 12;
}

@media screen and (max-width: 768px) {
	#fh5co-header {
		padding-top: 30px;
	}
}

#fh5co-hero {
	background-color: transparent;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 480px) {
	#fh5co-hero {
		height: 650px;
	}
}

#fh5co-hero .fh5co-overlay-dark {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #978a8a;
	opacity: 0.84;
	z-index: 9;
}

#fh5co-hero .fh5co-intro {
	display: table;
	width: 100%;
	z-index: 10;
	position: relative;
}

@media screen and (max-width: 480px) {
	#fh5co-hero .fh5co-intro {
		height: 450px;
	}
}

#fh5co-hero .fh5co-intro>div {
	vertical-align: middle;
	display: table-cell;
}

#fh5co-hero .fh5co-intro>div .fh5co-left-position {
	width: 65%;
	float: left;
}

@media screen and (max-width: 992px) {
	#fh5co-hero .fh5co-intro>div .fh5co-left-position {
		width: 100%;
	}
}

#fh5co-hero .fh5co-intro>div h1 {
	font-size: 68px;
	line-height: 87px;
	font-weight: 100;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
}

@media screen and (max-width: 992px) {
	#fh5co-hero .fh5co-intro>div h1 {
		font-size: 44px;
		line-height: 60px;
		text-align: left;
	}
}

#fh5co-hero .fh5co-intro>div .btn-outline,
#fh5co-hero .fh5co-intro>div .btn-primary {
	padding: 16px 26px !important;
	min-width: 340px;
	font-size: 18px;
}

@media screen and (max-width: 480px) {

	#fh5co-hero .fh5co-intro>div .btn-outline,
	#fh5co-hero .fh5co-intro>div .btn-primary {
		padding: 8px 26px !important;
		width: 100%;
	}
}

#fh5co-hero .fh5co-intro>div .btn-outline {
	border-color: rgba(211, 7, 10, 0.9);
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

#fh5co-hero .fh5co-intro>div .btn-outline:hover {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.fh5co-lead {
		font-size: 35px;
	}
}

.fh5co-sub-lead {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
}

#fh5co-features,
#fh5co-features-2,
#fh5co-subscribe,
#fh5co-testimonials {
	background-color: #fff;
	padding: 4em 0;
}

#fh5co-footer {
	background-color: #fff;
	padding: 3em 0 0 0;
}

@media screen and (max-width: 768px) {

	#fh5co-features,
	#fh5co-features-2,
	#fh5co-subscribe,
	#fh5co-testimonials {
		padding: 3em 0;
	}
}

#fh5co-features .fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	#fh5co-features .fh5co-lead {
		font-size: 35px;
	}
}

#fh5co-features .fh5co-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

#fh5co-features .fh5co-feature {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#fh5co-features .fh5co-feature {
		padding-left: 0;
		padding-right: 0;
	}
}

#fh5co-features .fh5co-feature .fh5co-icon {
	width: 112px;
	height: 112px;
	display: table;
	margin: 0 auto 30px auto;
	background: #f2d5d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#fh5co-features .fh5co-feature h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#fh5co-features-2 {
	background: #f9f9f9;
	overflow: hidden;
}

#fh5co-features-2 .fh5co-label {
	display: block;
}

#fh5co-features-2 .fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	#fh5co-features-2 .fh5co-lead {
		font-size: 35px;
	}
}

#fh5co-features-2 .fh5co-feature {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#fh5co-features-2 .fh5co-feature .fh5co-icon {
	float: left;
	width: 10%;
}

#fh5co-features-2 .fh5co-feature .fh5co-text {
	float: right;
	width: 85%;
}

#fh5co-features-2 .fh5co-feature h3 {
	font-size: 24px;
	color: #484c50;
	margin-bottom: 10px;
	font-weight: 300;
}

#fh5co-features-2 .fh5co-btn-action {
	width: 100%;
	float: left;
}

#fh5co-features-2 .fh5co-btn-action>a {
	margin-left: 15%;
}

@media screen and (max-width: 480px) {
	#fh5co-features-2 .fh5co-btn-action>a {
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {
	#fh5co-features-2 .fh5co-feature-image img {
		max-width: 100%;
	}
}

#fh5co-testimonials .fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	#fh5co-testimonials .fh5co-lead {
		font-size: 35px;
	}
}

#fh5co-subscribe {
	background: #564d4d;
	padding: 3em 0;
}

#fh5co-subscribe h3 {
	float: left;
	width: 30%;
	top: 10px;
	font-size: 26px;
	margin-bottom: 0;
	position: relative;
}

#fh5co-subscribe h3 label {
	font-weight: 300;
}

@media screen and (max-width: 992px) {
	#fh5co-subscribe h3 {
		width: 100%;
		margin-bottom: 30px;
	}
}

#fh5co-subscribe form {
	width: 60%;
	float: right;
	position: relative;
}

@media screen and (max-width: 992px) {
	#fh5co-subscribe form {
		width: 100%;
	}
}

#fh5co-subscribe form input[type="email"] {
	width: 100%;
	background: #ededed;
	border: none;
	padding-left: 50px;
	padding-right: 170px;
}

@media screen and (max-width: 480px) {
	#fh5co-subscribe form input[type="email"] {
		margin-bottom: 10px;
		padding-right: 50px;
	}
}

#fh5co-subscribe form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -4px;
	height: 54px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 20px;
	font-weight: 300;
	width: 160px;
}

@media screen and (max-width: 480px) {
	#fh5co-subscribe form input[type="submit"] {
		position: relative;
		width: 100%;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}

#fh5co-footer {
	padding-bottom: 0;
}

#fh5co-footer a {
	color: #d3070b;
	font-weight: 600;
}

#fh5co-footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	#fh5co-footer .fh5co-footer-widget {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
}

#fh5co-footer .fh5co-footer-widget h4 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 2rem;
}

#fh5co-footer .fh5co-footer-widget .fh5co-links {
	padding: 0;
	margin: 0;
}

#fh5co-footer .fh5co-footer-widget .fh5co-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	line-height: 24px;
}

#fh5co-footer .fh5co-footer-widget .fh5co-links li a {
	color: #d3070b;
	font-weight: 600;
}

#fh5co-footer .fh5co-footer-widget .fh5co-links li a:hover {
	text-decoration: underline;
}

.fh5co-social {
	padding: 0;
	margin: 0 0 14px 0;
}

.fh5co-social li {
	padding: 0;
	margin: 0;
	display: inline;
}

.fh5co-social li a {
	padding: 4px 5px;
	font-size: 22px;
}

.fh5co-social li a:hover {
	text-decoration: none !important;
	color: #8dc63f !important;
}

#fh5co-page {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#fh5co-page {
	position: relative;
}

#fh5co-page {
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}

.btn-cta {
	padding: 20px 30px !important;
	width: 200px;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.btn-cta {
		padding: 10px 30px !important;
		width: 100%;
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em;
	}
}

.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em;
	}
}

p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive-no-shadow {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer-contact {
	text-align: center;
	margin: 3rem 0 5rem 0;
}

@media screen and (max-width: 768px) {
	#fh5co-footer {
		padding: 2em 0 0 0;
	}

	.footer-contact {
		text-align: center;
		margin: 3rem 0 4rem 0;
	}
}

#fh5co-subscribe h3 {
	color: #fff;
}

.menu-space {
	margin: 0 2.2rem 0 0;
}

.strip {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #fff;
}

.strip a {
	font-size: 17px;
	color: #fff;
}

.strip a:hover,
a:active,
a:focus {
	color: #d3060b;
	outline: 0;
	text-decoration: none;
}

.logo {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 8px;
	color: #fff;
	padding: 0.6rem;
	font-weight: 300;
	font-size: 28px;
}

.logo a {
	color: #fff;
}

@media only screen and (min-width: 970px) {
	.pad-for-small {
		padding-top: 76px;
	}
}

@media only screen and (max-width: 460px) {
	.pad-for-small {
		padding-top: 30px;
	}

	.button-top-space {
		margin-top: 12px;
	}
}

.checkmark {
	color: #c00000;
	font-size: 40px;
}

.left {
	text-align: left;
}

.form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	background-color: #ed1a24;
}

.img-responsive-shadow {
	border-radius: 12px;
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

figure {
	margin: 1.5rem 0;
	position: relative;
}

figure figcaption {
	margin-top: 0.9rem;
	font-size: 1.6rem;
	/* Approximately 14px */
	line-height: 1.4;
	color: #333;
	/* Darker color for better contrast */
	text-align: center;
}

.faq-section {
	max-width: 800px;
	margin: 2rem auto;
	padding: 0 1rem;
	/* font-family: Arial, sans-serif; */
}

.faq-section h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.faq-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.8rem;
}

.faq-question {
	width: 100%;
	background: #d3080a;
	color: #fff;
	border: none;
	border-radius: 12px;
	text-align: left;
	padding: 1rem;
	font-size: 1.8rem;
	cursor: pointer;
	outline: none;
	transition: background 0.2s;
}

.faq-question:hover {
	background: #4e4242;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 1rem;
}

.faq-answer p {
	margin: 1rem 0;
}