p {
  margin-bottom: 10px;
  font-size: 30px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1 {
  position: static;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Balsamiq Sans', sans-serif;
  color: #df8e0d;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

.logo-image {
  margin-top: 40px;
}

.text-block-1 {
  padding-right: 0px;
  padding-left: 60px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.grid {
  margin-top: 40px;
  padding: 0px 17px 17px;
  grid-column-gap: 0px;
  grid-row-gap: 57px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.maple-leaf {
  display: block;
}

.text-span {
  color: #c81b00;
}

.text-span-2 {
  font-size: 24px;
}

.text-span-3 {
  font-size: 24px;
}

.text-block-2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.text-span-4 {
  color: #fd8000;
}

.text-span-5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.text-block-3 {
  padding-left: 100px;
  color: #333;
  font-size: 28px;
  line-height: 38px;
}

.text-span-6 {
  font-family: 'Droid Sans', sans-serif;
  color: #006000;
  font-weight: 700;
}

.text-span-7 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-block-4 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}

.text-block-5 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  text-align: right;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.text-block-6 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  max-width: 960px;
}

.text-span-8 {
  color: #c81b00;
  font-size: 20px;
  font-weight: 700;
}

.text-span-9 {
  font-family: 'Droid Sans', sans-serif;
  color: #c81b00;
}

.text-span-10 {
  color: #c81b00;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-7 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span-11 {
  color: #c81b00;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-8 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-9 {
  padding-left: 100px;
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
}

.text-block-10 {
  padding-right: 100px;
  font-family: 'Droid Sans', sans-serif;
  text-align: right;
}

.italic-text {
  color: #006000;
}

.text-block-11 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.text-block-12 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 36px;
  }
  .text-block-1 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-span-2 {
    font-size: 18px;
  }
  .text-span-4 {
    font-size: 22px;
    line-height: 26px;
  }
  .text-span-5 {
    display: block;
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-3 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-span-6 {
    font-size: 22px;
    line-height: 24px;
  }
  .text-span-7 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-4 {
    font-size: 14px;
    line-height: 16px;
  }
  .text-block-5 {
    font-size: 14px;
    line-height: 16px;
  }
  .bold-text {
    font-size: 22px;
    line-height: 26px;
  }
  .grid-2 {
    margin: 0px 19px;
  }
  .text-block-6 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-span-8 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-block-8 {
    color: #333;
  }
  .text-block-9 {
    padding-left: 40px;
  }
  .text-block-10 {
    padding-right: 40px;
  }
  .link {
    color: #006000;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }
  .logo-image {
    margin-top: 10px;
    padding: 16px;
  }
  .text-block-1 {
    padding-left: 29px;
  }
  .text-span-2 {
    font-size: 16px;
    line-height: 18px;
  }
  .text-span-4 {
    font-size: 18px;
    line-height: 20px;
  }
  .text-span-5 {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-3 {
    padding-left: 39px;
  }
  .text-span-6 {
    font-size: 18px;
    line-height: 20px;
  }
  .text-span-7 {
    font-size: 16px;
    line-height: 18px;
  }
  .bold-text {
    font-size: 18px;
    line-height: 20px;
  }
  .grid-2 {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-6 {
    font-size: 12px;
    line-height: 16px;
  }
  .text-span-8 {
    font-size: 14px;
    line-height: 20px;
  }
  .text-span-10 {
    font-size: 14px;
    line-height: 20px;
  }
  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }
  .text-span-11 {
    font-size: 14px;
    line-height: 20px;
  }
  .text-block-8 {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-9 {
    padding-left: 20px;
    font-size: 10px;
    line-height: 14px;
  }
  .text-block-10 {
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .logo-image {
    padding: 17px;
  }
  .grid-2 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-9 {
    text-align: center;
  }
  .text-block-10 {
    text-align: center;
  }
}

