@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
@font-face {
  font-family: "Cookie";
  font-style: normal;
  font-weight: normal;
  src: local("Cookie"), url("../fonts/Cookie-Regular.ttf"), format("ttf");
}
.html {
  box-sizing: border-box;
}

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

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.spacer5 {
  height: 5px;
  width: 100%;
}

.spacer10 {
  height: 10px;
  width: 100%;
}

.bold {
  font-weight: bold;
}

body {
  max-width: 1280px;
  margin: 0 auto;
}
body main {
  max-width: 1280px;
  background-color: #3f8e88;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body main .heading {
  margin: 0 auto;
  max-width: 1180px;
  height: 127px;
  height: auto;
  background-color: #fdfdfd;
  border-radius: 41px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  body main .heading {
    margin-left: 20px;
    margin-right: 20px;
  }
}
body main .heading .wide-banner {
  display: block;
}
@media screen and (max-width: 700px) {
  body main .heading .wide-banner {
    display: none;
  }
}
body main .heading .wide-banner img {
  width: 100%;
  z-index: 5;
}
body main .heading .mobile-banner {
  display: none;
}
@media screen and (max-width: 700px) {
  body main .heading .mobile-banner {
    display: block;
  }
}
body main .heading .mobile-banner img {
  width: 100%;
  z-index: 5;
}
body main .content-wide {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  body main .content-wide {
    display: none;
  }
}
body main .content-wide .left {
  width: 33%;
  width: 35%;
  padding: 15px;
  padding-left: 0px;
}
@media screen and (max-width: 1200px) {
  body main .content-wide .left {
    margin-left: 20px;
  }
}
body main .content-wide .left .certs img {
  margin-right: 15px;
}
body main .content-wide .left .bio {
  margin-top: 30px;
  margin-top: 35px;
  display: flex;
}
body main .content-wide .left .bio .bio-text {
  text-align: left;
  font: normal normal bold 20px/27px Palatino;
  letter-spacing: 0px;
  color: #fdfdfd;
  padding-right: 5px;
}
body main .content-wide .left .bio .bio-text img {
  width: 55%;
  float: right;
  margin-top: 5px;
}
body main .content-wide .right {
  width: 67%;
  width: 65%;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  body main .content-wide .right {
    margin-right: 20px;
  }
}
body main .content-wide .right ul {
  width: 100%;
}
body main .content-wide .right ul li {
  text-align: left;
  font: normal normal bold 28px/30px Palatino;
  letter-spacing: 0px;
  color: #7fefe6;
  opacity: 1;
  margin-bottom: 10px;
  font: normal normal bold 31px/31px "EB Garamond";
  letter-spacing: 0px;
  color: #7fefe6;
  padding-bottom: 15px;
}
body main .content-wide .right .contact-block {
  width: 97%;
  margin: 20px;
  margin-top: 0px;
  background: #c9f7f3 0% 0% no-repeat padding-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
body main .content-wide .right .contact-block .contact-heading {
  text-align: center;
  font: italic normal bold 28px/60px EB Garamond;
  letter-spacing: -1px;
  color: #050c38;
}
body main .content-wide .right .contact-block .form-class {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body main .content-wide .right .contact-block .form-class .inputs {
  display: flex;
  justify-content: space-between;
}
body main .content-wide .right .contact-block .form-class .inputs .left-inputs {
  width: 50%;
}
body main .content-wide .right .contact-block .form-class .inputs .left-inputs .label {
  display: flex;
  text-align: left;
  font: normal normal bold 14px/25px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-wide .right .contact-block .form-class .inputs .left-inputs .input {
  width: 100%;
  height: 29px;
  /* UI Properties */
  background-color: #ffffff;
  display: flex;
}
body main .content-wide .right .contact-block .form-class .inputs .left-inputs .input input {
  width: 100%;
  height: 100%;
  border: none;
  border-color: #f1f1f1;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs {
  width: 50%;
  margin-left: 25px;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs .label {
  display: flex;
  text-align: left;
  font: normal normal bold 14px/25px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs .input {
  width: 320px;
  width: 100%;
  height: 29px;
  background-color: #ffffff;
  display: flex;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs .input input {
  width: 200px;
  width: 100%;
  height: 100%;
  border: none;
  border-color: #f1f1f1;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs .input-area {
  width: 200px;
  width: 100%;
}
body main .content-wide .right .contact-block .form-class .inputs .right-inputs .input-area textarea {
  width: 320px;
  width: 100%;
  height: 175px;
  border: none;
}
body main .content-wide .right .contact-block .form-class button {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  font: normal normal bold 14px/27px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-mobile {
  display: none;
  margin: 0 auto;
  max-width: 1180px;
  margin-top: 20px;
  display: none;
  flex-direction: column;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  body main .content-mobile {
    display: flex;
  }
}
body main .content-mobile .certs {
  margin: 0 auto;
  margin-top: 5px;
}
body main .content-mobile .certs img {
  margin-right: 15px;
}
body main .content-mobile .bio {
  margin-top: 30px;
  display: flex;
}
body main .content-mobile .bio .bio-text {
  text-align: left;
  font: normal normal bold 19px/27px "EB Garamond";
  letter-spacing: 0px;
  color: #fdfdfd;
}
body main .content-mobile .bio .bio-text img {
  float: right;
}
body main .content-mobile ul {
  margin-top: 30px;
  position: relative;
  left: -15px;
}
body main .content-mobile ul li {
  text-align: left;
  font: normal normal bold 28px/30px Palatino;
  text-align: left;
  letter-spacing: 0px;
  color: #7fefe6;
  opacity: 1;
  margin-bottom: 25px;
  font: normal normal bold 27px/30px "EB Garamond";
  letter-spacing: 0px;
  color: #7FEFE6;
}
body main .content-mobile .contact-block {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #c9f7f3 0% 0% no-repeat padding-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
  body main .content-mobile .contact-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  body main .content-mobile .contact-block {
    height: auto;
  }
}
body main .content-mobile .contact-block .contact-heading {
  text-align: center;
  font: italic normal bold 28px/60px EB Garamond;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-mobile .contact-block .form-class {
  display: flex;
  flex-direction: column;
}
body main .content-mobile .contact-block .form-class .inputs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  body main .content-mobile .contact-block .form-class .inputs {
    flex-direction: column;
  }
}
body main .content-mobile .contact-block .form-class .inputs .left-inputs {
  width: 100%;
}
body main .content-mobile .contact-block .form-class .inputs .left-inputs .label {
  display: flex;
  text-align: left;
  font: normal normal bold 14px/25px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-mobile .contact-block .form-class .inputs .left-inputs .input {
  width: 100%;
  height: 29px;
  /* UI Properties */
  background-color: #ffffff;
  display: flex;
}
body main .content-mobile .contact-block .form-class .inputs .left-inputs .input input {
  width: 100%;
  height: 100%;
  border: none;
  border-color: #f1f1f1;
  font: normal normal normal 16px Arial;
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs {
  width: 100%;
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  body main .content-mobile .contact-block .form-class .inputs .right-inputs {
    margin-left: 0px;
    margin-top: 15px;
  }
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs .label {
  display: flex;
  text-align: left;
  font: normal normal bold 14px/25px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs .input {
  width: 320px;
  width: 100%;
  height: 29px;
  /* UI Properties */
  background-color: #ffffff;
  display: flex;
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs .input input {
  width: 200px;
  width: 100%;
  height: 100%;
  border: none;
  border-color: #f1f1f1;
  font: normal normal normal 16px Arial;
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs .input-area {
  width: 200px;
  width: 100%;
}
body main .content-mobile .contact-block .form-class .inputs .right-inputs .input-area textarea {
  width: 320px;
  width: 100%;
  height: 175px;
  border: none;
  font: normal normal normal 16px Arial;
}
body main .content-mobile .contact-block .form-class button {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  font: normal normal bold 14px/27px Arial;
  letter-spacing: 0px;
  color: #050c38;
}
body main .footer {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 25px;
  margin-left: 45px;
  margin-right: 25px;
  text-align: center;
  letter-spacing: 0px;
  color: #fdfdfd;
  opacity: 1;
  font: normal normal bold 32px/40px EB Garamond;
}
@media screen and (max-width: 1250px) {
  body main .footer {
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  body main .footer {
    font: normal normal bold 28px/34px EB Garamond;
  }
}
body main .footer .normal-width {
  display: block;
}
body main .footer .very-small-width {
  display: none;
}
@media screen and (max-width: 370px) {
  body main .footer .normal-width {
    display: none;
  }
  body main .footer .very-small-width {
    display: block;
  }
}