@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body, html {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
	background:#FFFFFF;
}
p {
	font-weight:400;
	font-size:1.2em;
  line-height: 130%;
}
h1 {
	font-size:2em;
	font-weight:700;
}
h2 {
	font-size: 2.5em;
	font-weight:400;
	margin:10px 20px;
}
@media only screen and (max-width: 48em) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 2em;
  font-weight: 400;
}
img {
  width: 100%;
}
.wrapper {
	position:relative;
  width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/



#content {
	position:relative;
	padding:30px 0;
	background:#FFF;

	z-index:99;

}

/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

#bottom {
	width: 100%;
	background:#00943C;
}
#bottom > ul {
	position:relative;
	padding: 2em 0;
}

#bottom ul li {
	display:block;
	font-size:1em;
	padding:0;
	margin:0;
}
#bottom ul li, #bottom ul li a {
	color:#FFF;
}

#bottom ul li ul {
	margin: 0;
	padding: 10px 0;
}
#bottom ul li ul li {
	padding: 5px 0;
  color:#fff;
}
#bottom ul li ul li a {
	color:#fff;
	
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#bottom ul li ul li a:hover {
	color:#000;
}
#bottom p {
  margin: 0;
	color:#FFF;
	font-size:.9em;
	padding:0.5em 0;
}
.btn {
  position: relative;
  font-size: inherit;
  display: inline-block;
  padding: 1em 2em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
}
.btn:hover {
  background: rgba(0,0,0,.9);
}
.btn span {
  display: inline-block;
  font-family: 'Material Icons';
  vertical-align: bottom;
  text-indent: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover span {
  text-indent: 1em;
}
.btn_green {
  font-weight: 600;
  color: #fff;
  padding: 0.5em;
  background: rgba(0,148,60,.9);
}
.btn_white {
  font-weight: 600;
  vertical-align: middle;
  padding: 0.5em;
  color: #00943C;
  background: #fff;
}
.btn_white:hover {
  color: #fff;
}
.gap {
  display: block;
  padding: 2em 0;
}
.material-icons, .material-icons-outlined {
  font-family: 'Material Icons';
  vertical-align: middle;
}
