body {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

h1 {
  display: block;
  margin: 10px 0px 1px;
  padding: 11px 13px 8px 15px;
  background-color: transparent;
  color: #363e4c;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #363e4c;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

h3 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Bitter, serif;
  color: #363e4c;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.lnktosection {
  display: block;
}

.radiotest {
  background-color: #1878b8;
  color: #bd2424;
  font-size: 13px;
}

.txttest {
  width: 66%;
  margin-top: 33px;
  margin-bottom: 33px;
}

.conaaa {
  padding: 22px 33px;
  border: 2px solid #140f88;
}

.txtone {
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 33px;
}

.lnkformname {
  margin-right: 33px;
  margin-left: 33px;
  border: 1px solid rgba(0, 0, 0, .84);
}

.sectionfooter {
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: #959ba0;
}

.divcol1 {
  margin-right: 0px;
  padding-right: auto;
  padding-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.confooter {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.textcolheading {
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.lnkitem {
  display: block;
  padding-bottom: 2px;
  color: #fff;
  text-decoration: none;
}

.flexwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.myrow {
  padding-top: 8px;
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  h2 {
    text-shadow: none;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .divcol1 {
    margin-right: 0px;
    padding-right: auto;
    padding-bottom: 25px;
    padding-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .confooter {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .textcolheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lnkitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flexwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  h2 {
    margin-top: 0px;
    text-shadow: none;
  }
  .divcol1 {
    padding-right: auto;
    padding-bottom: 27px;
    padding-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .confooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .myrow {
    display: block;
    width: 68%;
    float: right;
    text-align: left;
  }
  .mycolumn {
    display: block;
    margin-bottom: 18px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  h1 {
    text-shadow: none;
  }
  h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: none;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
    text-shadow: none;
  }
  p {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .divcol1 {
    padding-right: auto;
    padding-left: auto;
  }
  .myrow {
    width: 81%;
  }
}

