@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patua+One&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  overflow-x: hidden;
}

h1 {
  font-family: "Patua One", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.25;
  padding: 0 0 0.25em;
}

h2, h3, h4, h5 {
  font-family: "Patua One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.25;
  color: #004e28;
  padding: 0;
}

h3 {
  font-family: "Patua One", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  border-left: 4px solid #96c121;
  padding-left: 1rem;
  color: #000000;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h4 {
  padding: 1.5rem 0 0;
}

p {
  padding: 0.75rem 0;
}

p.intro {
  font-family: "Patua One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.25;
  color: #96c121;
  padding: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #004e28;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0.5rem 1.5rem;
}

li {
  padding: 0;
}

strong {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-weight: 400;
}

blockquote {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 1rem 15%;
}

.citation {
  text-align: center;
  line-height: 1.1;
}

.quoic {
  text-align: center;
  font-size: 2rem;
  color: #96c121;
}

header {
  padding: 1rem 1.5rem;
}

header a {
  display: flex;
  width: 120px;
  margin: 0.5rem 0;
}

main {
  font-size: 1.25rem;
}

section {
  padding: 2rem 0;
}

section.hero {
  background-color: #5aa9c7;
  display: flex;
  align-items: flex-end;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

section.hero > div {
  flex: 0 0 100%;
}

section.nopt {
  padding: 0 0 2rem 0;
}

.tjg-board {
  margin-bottom: 1em;
  width: 130px;
  height: 225px;
}

section.hero h1 {
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
}

section.hero h2 {
  font-family: "Patua One", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}

section.heroB {
  background-color: #96c121;
}

section.heroC {
  background-color: #96c121;
}

section.gra {
  background-color: rgba(149, 193, 32, 0.15);
}

section.blu {
  background-color: #5aa9c7;
}

.slick-slide img {
  height: 300px;
}

section.cta {
  background-image: none;
  min-height: auto;
  padding: 4rem 0;
}

section.cta p {
  color: #ffffff;
  font-family: "Patua One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  padding: 1rem 15%;
}

section.cta button {
  margin: 1rem auto;
}

.imglft {
  display: flex;
  flex-flow: row wrap;
  margin: 1rem 0 0;
  width: fit-content;
}

.imglft img {
  max-width: 153px;
  max-height: 153px;
}

figure {
  flex: 0 0 calc(20% - 1rem);
}

figcaption {
  font-family: "Patua One", sans-serif;
  font-size: 1.2rem;
  padding: 0 0 0 1em;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.onetwocol {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0 1.5rem;
}

.onetwocol > div:nth-child(1) {
  flex: 1 0 calc(33.33% - 1rem);
  margin-right: 1rem;
}

.onetwocol > div:nth-child(2) {
  flex: 1 0 calc(66.66% - 1rem);
  margin-left: 1rem;
}

.twoonecol {
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0 1.5rem;
}

.twoonecol > div:nth-child(1) {
  flex: 1 0 calc(66.66% - 1rem);
  margin-right: 1rem;
}

.twoonecol > div:nth-child(2) {
  flex: 1 0 calc(33.33% - 1rem);
  margin-left: 1rem;
}

section.gra p {
  font-size: 1.2rem;
}

.wrap {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  padding: 0 1rem;
}

button {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.175rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  display: block;
  color: #ffffff;
  background-color: #004e28;
  background-image: none;
  border-color: #004e28;
  margin: 2rem 0 1rem;
}

button:hover {
  color: #004e28;
  background-color: #ffffff;
}

button i {
  margin: 0 0 0 0.5rem;
}

.ctr {
  margin: 1rem auto;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.signoff {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}

.signoff > div {
  flex: 0 0 50%;
}

.signoff > div:nth-child(2) {
  text-align: right;
  font-size: 0.75em;
}

.signoff a {
  color: #000000;
}

.signoff a:hover {
  color: #004e28;
  text-decoration: none;
}

.sm {
  display: flex;
  justify-content: flex-end;
}

.smi {
  display: inline-flex;
}

.smi > a {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin: 1rem 0 1rem 3rem;
  font-size: 1.4rem;
  color: #bbb;
}

.smi > a:hover {
  color: #004e28;
}

.prevnext {
  z-index: 10;
  margin: 0 5px;
  width: 27px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 25px);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.next {
  right: 0;
}

/* modal box */
input[type=text], input[type=email], input[type=search], textarea {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  border: 1px solid #ccc;
  height: 45px;
  outline: 0 none;
  padding: 0.5em 8px;
  width: 100%;
  background: #ffffff;
  color: #000;
  margin: 5px 0 2em;
}

textarea {
  height: 120px;
}

input[type=submit] {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.175rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  display: block;
  color: #ffffff;
  background-color: #004e28;
  background-image: none;
  border-color: #004e28;
  margin: 2rem 0 1rem;
}

input[type=submit]:hover {
  color: #5aa9c7;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.container {
  padding: 2em;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(149, 193, 32, 0.8);
  padding-top: 40px;
  z-index: 10;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto 15% auto;
  border: 0;
  width: 80%;
}

.close {
  position: absolute;
  right: 25px;
  top: 10px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #5aa9c7;
  cursor: pointer;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.firstname {
  display: none;
}

@media (max-width: 900px) {
  .onetwocol > div:nth-child(1), .onetwocol > div:nth-child(2), .twoonecol > div:nth-child(1), .twoonecol > div:nth-child(2) {
    flex: 1 0 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .twoonecol > div:nth-child(1) {
    order: 2;
  }

  .twoonecol > div:nth-child(2) {
    order: 1;
  }

  section.hero {
    background-position: center;
  }

  .signoff > div {
    flex: 0 0 100%;
  }

  .signoff > div:nth-child(2) {
    text-align: left;
  }
}
@media (max-width: 500px) {
  section.cta p {
    padding: 1rem 1%;
  }

  blockquote {
    padding: 1rem 1%;
  }

  figure {
    flex: 0 0 calc(50% - 1rem);
  }

  section.hero h1 {
    font-size: 3rem;
  }

  section.hero h2 {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
