
*{
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  background: #ffffff;
  font-family:Poppins,Arial, sans-serif;
  float: left;
  width: 100%;
}

.content-block{
  width: 100%;
  /*max-width: 1240px;*/
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -56px;
  height:calc(100% + 56px);
}
.content-block .middle-container{
  height: 100%;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;

}
.content-block .logo{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto  50px auto;
}
.content-block .content-txt{
  /*width: 80%;*/
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 50px;
  clear: both;
  margin: 0 auto;
}
.content-block .content-txt .icon{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 50px auto;
}
.content-block .content-txt h3{
  font-size: 24px;
  text-align: center;
  line-height: 2.286rem;
  font-weight: 500;
  color: #8AAF26;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 0.857rem;
}
.content-block .content-txt p{
  font-size: 18px;
  text-align: center;
  color: #5d5d5d;
  line-height: 26px;
  margin: 0;
  margin-bottom: 1.714rem;
}
.content-block .content-txt p.small-p{
  font-size:  16px;
  text-align: center;
  color: #5d5d5d;
  line-height: 24px;
  margin: 0;
}
.content-block .footer-container{
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.055px;
  line-height: 16px;
  color: #5d5d5d;
  margin-bottom: 40px;
}
.mail-to{
  color: #5d5d5d;
  text-decoration: none;
}
.mail-to:hover{
  color: #8AAF26;
}


