strong {
	font-family: monsterratBld, arial, sans-serif;
	font-weight: normal!important;
}

a.btn.openContact {
	position: relative;
	font-size: 17px;
	color: #fff;
	border-radius: 20px;
	padding: 8px 20px 8px;
	background-color: #87612a;
	will-change: background-color;
	transition: background-color .3s;
}
a.btn.openContact svg {
	transform: translateX(0);
	will-change: transform;
	transition: transform .2s;
}
a.btn.openContact:hover {
	background-color: #0c255f;
}
a.btn.openContact:hover svg {
	transform: translateX(6px);
}
.bgLinGradSeaFoam-lghtBlue {
  background: linear-gradient(to top, #dcebf7, #daf7f7);
}
.pricingSection {
	padding: 64px 0;
}

.pricingSection h3 {
	display: block;
	width: 100%;
}
.pricingCard {
	margin-bottom: 32px;
}
.pricingCard:last-of-type {
	margin-bottom: 0;
}
.pricingCardInner {
	border: 1px solid lightgray;
	border-radius: 8px;
	background-color: #fff;
}
p.cardTitle, .pricingCard .footer span {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 1.125;
	text-align: center;
	margin: 0;
	padding: 16px 0 12px;
	background-color: #183288;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.pricingCard .footer span {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #8a704b;
}
.pricingCardContent {
	padding: 16px;
}
.pricingCardInner ul {
	text-align: left;
	padding-left: 16px;
}
.pricingCardInner li {
	font-size: 15px;
	margin-bottom: 6px;
}


@media (min-width: 1200px) {
	.pricingCard {
		margin-bottom: 0;
	}
}