body {
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #313131;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
h5 {
	font-size: 18px;
}
p {
	line-height: 23px;
}
p + p {
	margin-bottom: 15px;
}
br {
	margin-top: 20px;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
strong {
	font-weight: 600;
}

.price span {
	font-weight: 400;
}
.price {
	text-align: right;
	font-weight: 600;
	color: #AA3A33;
	font-size: 25px;
	margin-top: 30px;
	border-bottom: 3px solid #E0C75F;
	padding-bottom: 12px;
	width: 100%;
}
.btn-blue {
    background-color: #253F4A;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.form-control {
    border-radius: 0;
    border-color: grey;
}

.table th.divider-items {
	border-top: none;
	padding-top: 20px;
	font-size: 0.9rem
}