:root {
	--primary: #888888;
	--white: #fff;
	--red: #ee2e24;
	--redLight: #a73b36;
	--grey: #3d3d3d;
	--lightGrey: #ddd;
	--purple: #b63593;
	--green: #2ab34f;
	--greenText: #429746;
	--lightGreen: #a6ce39;
	--lightGrey: #fafafa;
	--lightGreyText: #afafaf;
	--orange: #f99122;
	--orangeHover: #ffbc5e;
	--blue: #1c448a;
	--lightBlue: #5cc9e8;
	--black: #000000;
	--yellow: #f7eb1b;
	--cap: uppercase;
	--fontBarlow: 'Barlow Condensed', sans-serif;
	--fontBrandon: 'brandon_grotesquelight', sans-serif;
	--fontBrandonBold: 'brandon_grotesqueblack', sans-serif;
	--letterSpace: 6px;
	--fontSize12: 12px;
	--fontSize13: 13px;
	--fontSize14: 14px;
	--fontSize15: 15px;
	--fontSize16: 16px;
	--fontSize17: 17px;
	--fontSize18: 18px;
	--fontSize19: 19px;
	--fontSize20: 20px;
	--fontSize21: 21px;
	--fontSize22: 22px;
	--fontSize23: 23px;
	--fontSize24: 24px;
	--fontSize25: 25px;
	--fontSize26: 26px;
	--fontSize27: 27px;
	--fontSize28: 28px;
	--fontSize29: 29px;
	--fontSize30: 30px;
	--fontSize31: 31px;
	--fontSize32: 32px;
	--fontSize33: 33px;
	--fontSize34: 34px;
	--fontSize35: 35px;
	--fontSize36: 36px;
	--fontSize37: 37px;
	--fontSize38: 38px;
	--fontSize39: 39px;
	--fontSize40: 40px;
	--fontSize41: 41px;
	--fontSize42: 42px;
	--fontSize43: 43px;
	--fontSize44: 44px;
	--fontSize45: 45px;
	--fontSize46: 46px;
	--fontSize47: 47px;
	--fontSize48: 48px;
	--fontSize49: 49px;
	--fontSize50: 50px;
	--fontSize54: 54px;
	--fontSize60: 60px;
	--fontSize80: 80px;
	--fontSize120: 120px;
	--padding100: 100px 0;
	--font100: 100;
	--font200: 200;
	--font300: 300;
	--font400: 400;
	--font500: 500;
	--font600: 600;
	--font700: 700;
	--font800: 800;
	--font900: 900;
	--primary-color: #009d71;
	--secondary-color: #4d1c61;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: var(--fontSize18);
	width: 100%;
	font-weight: 300;
	color: var(--black);
}
body {
	overflow-x: hidden;
}
p {
	margin-bottom: 1.5rem;
}
strong {
	color: var(--grey);
}
.features-cards .feature-box.orange {
	border: 1px solid #ccc;
	background: transparent;
	margin-bottom: 35px;
}
.features-cards .feature-box.orange:hover {
	background: #ccc;
}
.features-cards .feature-box.orange:hover a {
	color: var(--white);
}
.features-cards .feature-box.orange a {
	font-size: 18px;
	color: var(--black);
}
.features-cards .col-md-4:nth-child(1) .feature-box:hover {
	background: #ea6f99;
}
.features-cards .col-md-4:nth-child(2) .feature-box:hover {
	background: #64cda3;
}
.features-cards .col-md-4:nth-child(3) .feature-box:hover {
	background: #79b1e1;
}
.table-post {
	margin-bottom: 15px;
}
.table-post tr td {
	vertical-align: middle;
	padding: 0 2px;
}
.table-post tr td:first-child {
	padding-left: 0;
}
.features-cards .feature-box i {
	font-size: 24px;
	display: inline-block;
	line-height: 0;

	margin-bottom: 0;
}
.table-post tr td.date {
	font-size: var(--fontSize16);
	font-weight: bold;
}
.features-cards .feature-box.orange i {
	color: var(--blue);
}
#map {
	height: 550px;
}
.btn-back {
	font-weight: bold;
}
.btn-back .link {
	float: right;
	font-weight: normal;
}
h3.news-title {
	padding-top: 30px;
}
h1.title {
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
}
.main-wrap {
	margin: 20px 0;
}
.main-wrap h2 {
	display: inline;
	padding: 5px 20px;
	border-radius: 30px;
	color: var(--white);
	font-size: 23px;
}
.title-right {
	color: #1779ba;
	position: relative;
	overflow: hidden;
}
.main-wrap:nth-child(1) h2.title-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 18px;
	width: 160%;
	height: 1px;
	margin-left: 5px;
	background-color: #70ad47;
}
.main-wrap:nth-child(2) h2.title-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 18px;
	width: 300%;
	height: 1px;
	margin-left: 5px;
	background-color: #385724;
}
.main-wrap:nth-child(3) h2.title-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 18px;
	width: 300%;
	height: 1px;
	margin-left: 5px;
	background-color: #00b050;
}
.main-wrap:nth-child(1) h2 {
	background: #70ad47;
}
.main-wrap:nth-child(2) h2 {
	background: #385724;
}
.main-wrap:nth-child(3) h2 {
	background: #00b050;
}
.main-wrap h3 {
	margin: 3px 0 3px 0;
	font-size: 15px;
	font-weight: bold;
}
.main-wrap ul li a {
	font-size: 14px;
}
.main-wrap:nth-child(1) ul,
.main-wrap:nth-child(2) ul,
.main-wrap:nth-child(3) ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.main-wrap:nth-child(1) ul li a {
	color: #000;
}
.main-wrap:nth-child(2) ul li a {
	color: #385724;
}
.main-wrap:nth-child(3) ul li a {
	color: #00b050;
}
.home .container {
	max-width: 100%;
}
