* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/*HEADS*/

/*/////*/

section.headEd1,
section.headEd2,
section.headEd3 {
  background-color: #44AF35;
  width: 100%;
  padding: 8px 10px 6px 10px;

}

section.headEd1 div img,
section.headEd2 div img,
section.headEd3 div img {
  width: 100%;
}

section.headEd1 h2,
section.headEd2 h2,
section.headEd3 h2 {
  font-size: 15px;
  color: white;
  line-height: 15px;
  position: relative;
  padding-left: 18px;
}

section.headEd1 h2:before,
section.headEd2 h2:before,
section.headEd3 h2:before{
  position: absolute;
  content: "";
  background-image: url(../img/heart.png);
  left: 0;
  height: 16px;
  width: 13px;
  background-size: 100% 100%;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 0;

}

main {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #FDF9D8;
}

div.section1,
div.section2,
div.section3 {
  width: 100%;
  display: block;
  padding: 27px 25px 45px 25px;
}

/*PART 1*/

/*/////*/

div.section1 h2 {
  font-size: 16px;
  color: #211714;
  font-weight: bold;
  padding-bottom: 10px;
}

div.section1 p {
  font-size: 14px;
  color: #595757;
  padding-bottom: 25px;
}

div.section1 ul {
  padding: 0px 20px;
}

div.section1 ul li {
  font-size: 14px;
  color: #595757;
}

/*PART 2*/

/*/////*/

div.section2 h3 {
  font-size: 14px;
  color: #595757;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
}

div.section2 p {
  font-size: 14px;
  color: #595757;
}

div.section2 p:nth-of-type(2) {
  font-size: 14px;
  color: #595757;
  padding-bottom: 20px;
}

/*PART 3*/

/*/////*/

div.section3 p:nth-of-type(2) {
  padding: 0px;
}

div.section3 p {
  font-size: 14px;
  color: #595757;
  padding-bottom: 30px;
  position: relative;
}

div.section3 p:nth-of-type(1):before {
  content: '';
  position: absolute;
  height: 1px;
  width: 70%;
  left: -25px;
  bottom: 0px;
  background-color: #959595;
}

div.section3 p:nth-of-type(1):after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70%;
  right: -25px;
  bottom: 0px;
  background-color: #959595;
}

div.section3 h2 {
  font-size: 16px;
  color: #211714;
  padding: 20px 0px;
}

div.section3 div {
  width: 100%;
  display: block;
  padding: 0px 15px;
  background-color: white;
  border: 1px solid #959595;
  margin-bottom: 30px;
}

div.section3 div h3 {
  font-size: 13px;
  font-weight: bold;
  color: #221815;
  padding-top: 10px;
}

div.section3 div h4:nth-of-type(1) {
  font-size: 13px;
  font-weight: normal;
  color: #595757;
  padding-top: 10px;
}

div.section3 div h4:nth-of-type(2) {
  font-size: 13px;
  font-weight: normal;
  color: #595757;
  padding-bottom: 20px;
}

div.section3 p {
  font-size: 14px;
  color: #595757;
  padding-bottom: 30px;
}

div.section3 ul {
  padding: 0px 30px 0px 30px;
}

div.section3 ul li {
  font-size: 14px;
  color: #595757;
}

div.section3 h2:nth-of-type(2) {
  font-size: 16px;
  color: #211714;
  padding: 20px 0px 10px 0px;
}

.border-top {
  position: relative;
}

.border-top:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 70%;
  left: -25px;
  top: 0px;
  background-color: #959595;
}

.border-top:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70%;
  right: -25px;
  top: 0px;
  background-color: #959595;
}

/*div.section3 button {
  background-color: #C8421B;
  border: 0px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  padding: 16px 11px;
  border-radius: 3px;
}
div.section3 button img {
  width: 10%;
  float: left;
  display: block;
  margin-top: -3px;
}
div.section3 button a{
    color: white;
    text-decoration: none;
}*/

div.section3 div.lohButton {
  width: 75%;
  margin: auto;
  margin-top: 40px;
  padding: 0px;
  border: none;
}

div.section3 div.lohButton a {
  width: 100%;
  position: relative;
  padding: 12px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #C7411C;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
}

div.section3 div.lohButton a:after {
  content: "";
  position: absolute;
  background-image: url(../img/medical_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 10px;
  left: 12px;
  width: 18px;
  height: 24px;
}


div.banner {
  position: relative;
}

div.banner div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 13px;
  margin: auto;
  width: 150px;
  height: 92px;
}

div.banner div h1 {
  font-size: 20px;
}

div.banner div p {
  font-family: "Calibri";
  font-size: 15px;
  color: #E4B900;
}
