body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #004778;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

p {
	color: #11293a;
}

nav {
	border-bottom: 2px solid #cccccc;
}

.nav-item {
	display: inline-block;
	border-right: 1px solid #007dd4;
	padding: 0em .40em;
}

.nav-item:last-of-type {
	border: 0;
}

nav a {
	color: #007dd4;
}

.nav-link {
	padding: 0em 0em;
	color: #005b9b !important;
}

.maincontent {
	background-color: rgba(255, 255, 255, 0.80);
	padding: 50px 60px;
	border-radius: 10px;
}

.hero-copy {
	font-size: 1.5em;
}

.product-hr {
	width: 40%;
	height: 4px;
	border-width: 0;
	color: #d3d3d3;
	background-color: #d3d3d3;
}

.headline-hr {
	width: 30%;
	height: 4px;
	border-width: 0;
	color: #2bb673;
	background-color: #2bb673;
	margin-top: 30px;
}

.lead {
	font-size: 1.5em;
	font-weight: 400;
}

.btn-email {
	color: #ffffff;
	background-color: #FF9F20;
	border-color: #FF9F20;
}

.headline {
	font-weight: 400;
}

.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
	color: #ffffff;
	background-color: #FFBA5F;
	border-color: #FF9F20;
}

.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
	background-image: none;
}

.btn-email.disabled,
.btn-email[disabled],
fieldset[disabled] .btn-email,
.btn-email.disabled:hover,
.btn-email[disabled]:hover,
fieldset[disabled] .btn-email:hover,
.btn-email.disabled:focus,
.btn-email[disabled]:focus,
fieldset[disabled] .btn-email:focus,
.btn-email.disabled:active,
.btn-email[disabled]:active,
fieldset[disabled] .btn-email:active,
.btn-email.disabled.active,
.btn-email[disabled].active,
fieldset[disabled] .btn-email.active {
	background-color: #FF9F20;
	border-color: #FF9F20;
}

.btn-email .badge {
	color: #FF9F20;
	background-color: #ffffff;
}

header.masthead {
	position: relative;
	background-color: #343a40;
	background: url("../img/bg-masthead.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 1em;
	padding-bottom: 1em;
}

header.masthead h1 {
	font-size: 2rem;
}

header.masthead h1 {
	text-align: center;
}

@media (min-width: 768px) {
	header.masthead {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	header.masthead h1 {
		font-size: 2.85rem;
		text-align: left;
	}
}

.features-icons {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.features-icons .features-icons-item {
	max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
	height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 5rem;
}

footer.footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
}