.link {
  color: #235076;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.colorbox.offwhite {
  background-color: #fffef2;
}

.colorbox.green {
  background-color: #009862;
}

.colorbox.red {
  background-color: #ee2935;
}

.colorbox.gold {
  background-color: #fdc17e;
}

.hamburgermenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.col-25 {
  width: 25%;
  margin-bottom: 15px;
  padding: 15px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section.margin0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.tree {
  display: block;
}

.section.sectree {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.seccopy {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.seclogo {
  padding-top: 10px;
  padding-bottom: 0px;
}

.col-30 {
  position: relative;
  width: 30%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-20 {
  width: 20%;
  margin-bottom: 15px;
  padding: 15px;
}

.standfirst {
  margin-bottom: 40px;
  color: #009862;
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
}

.pulloutquote {
  color: #009862;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.small-p {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 0.8em;
  line-height: 1.3;
}

.col-100 {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-100.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-button {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-button:hover {
  border-color: #fdc17e;
  background-color: #fdc17e;
  color: #fff;
  text-decoration: none;
}

.cta-button.reverse {
  border-style: solid;
  border-width: 1px;
  border-color: #235076;
  border-radius: 5px;
  background-color: transparent;
  color: #235076;
}

.cta-button.reverse:hover {
  background-color: #235076;
  color: #fff;
}

.cta-button.reverse.bg {
  border-color: #fff;
  color: #fff;
}

.cta-button.reverse.bg:hover {
  border-color: #ff8d8d;
  background-color: #ff8d8d;
}

.col-70 {
  width: 70%;
  margin-bottom: 15px;
  padding: 15px;
}

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

.col-wrap.inversecolors {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #25bcca;
}

.col-40 {
  width: 40%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-80 {
  width: 80%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-60 {
  width: 60%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-33 {
  width: 33.333%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-33.textlinkcol {
  padding-top: 19px;
}

.styletitle {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.subtitle {
  color: #615856;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.hamline {
  display: block;
  height: 2px;
  -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;
  background-color: #fff;
}

.col-50 {
  position: static;
  width: 50%;
  margin-bottom: 15px;
  padding: 15px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  font-family: Montserrat, sans-serif;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.globalcolorwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invese-link {
  color: #fff;
}

.invese-link:hover {
  color: #fff;
}

.container-1170 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.logo {
  max-width: 120px;
}

.tree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nurturing {
  margin-bottom: -35px;
  font-family: 'Grayscale signature', sans-serif;
  color: #023d61;
  font-size: 35px;
  line-height: 100px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  padding: 20px 20px 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph {
  margin-top: 20px;
  font-family: 'PT Serif', serif;
  color: #023d61;
  font-size: 12px;
  text-align: center;
}

.paragraph.full {
  font-size: 8px;
}

.line {
  width: 50px;
  height: 1px;
  margin-top: 40px;
  background-color: #023d61;
}

.button {
  margin-top: 17px;
  padding: 0px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #013d61;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'PT Serif', serif;
  color: #013d61;
  font-size: 8px;
  letter-spacing: 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #013d61;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .standfirst {
    font-size: 20px;
    line-height: 32px;
  }

  .pulloutquote {
    font-size: 25px;
    line-height: 40px;
  }

  .cta-button {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .hamburgermenu {
    -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;
  }

  .col-25 {
    width: 50%;
  }

  .cta-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .col-70 {
    width: 100%;
  }

  .col-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col-40 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .col-33 {
    width: 100%;
  }

  .col-50 {
    width: 100%;
  }

  .tree {
    width: 200px;
  }

  .paragraph {
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .col-25 {
    width: 100%;
  }

  .section {
    height: 90vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-30 {
    width: 50%;
  }

  .standfirst {
    font-size: 16px;
    line-height: 26px;
  }

  .pulloutquote {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .small-p {
    font-size: 10px;
    line-height: 16px;
  }

  .col-100 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-button {
    font-size: 10px;
  }

  .col-70 {
    margin-bottom: 0px;
  }

  .col-40 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .container-1170 {
    padding: 0px;
  }

  .tree {
    width: 180px;
  }

  .nurturing {
    margin-bottom: -20px;
    font-size: 26px;
    line-height: 80px;
  }

  .div-block {
    padding-top: 10px;
  }
}

@font-face {
  font-family: 'Grayscale signature';
  src: url('../fonts/Grayscale-Signature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}