/* COLORS */
body {
  font-family: "Aptos", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 45px;
}
.med {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.bigger {
  font-size: 2.5rem;
  /* 40px */
}
h1, h2 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #092D33;
  line-height: 1.2em;
}
.uppercase {
  text-transform: uppercase;
}
a:hover {
  text-decoration: underline;
}
a.arrow {
  color: #3e8940;
  font-weight: 700;
}
a.arrow:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("/images/arrow.svg") center left no-repeat;
  margin-left: 2px;
}
.mice {
  font-size: 16px;
}
.et_pb_row.et_pb_equal_columns .et_pb_column, .et_pb_row_inner.et_pb_equal_columns .et_pb_column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.img-100 .et_pb_image_wrap, .img-100 .et_pb_image_wrap img {
  width: 100%;
}
#page-container {
  overflow: hidden;
}
.bgGrey {
  background-color: #d9e2e3;
}
.bgBlack {
  background-color: #092D33;
}
.bgMedGreen {
  background-color: #538548;
  color: white;
}
.bgBlueGreen {
  background-color: #378586;
}
.greenLight {
  color: #92E251;
}
.white {
  color: white;
}
#main-header {
  background: white;
  color: #000;
}
#main-header a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.nav li ul {
  right: 0 !important;
}
.mobile_menu_bar:before {
  color: #000 !important;
}
.dflex {
  display: flex;
  flex-wrap: wrap;
}
.flex-end {
  align-items: flex-end;
}
.img-bump-up {
  margin-top: -170px;
}
.img-bump-up-sm {
  margin-top: -120px;
}
.blurb .et_pb_image_wrap {
  min-width: 205px;
}
.blurb h4 {
  font-size: 57px;
  font-weight: 700;
  color: #092D33;
}
.blurb .et_pb_blurb_container {
  padding: 30px 0 0 50px;
}
.overlay {
  border-radius: 22px;
}
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(83, 133, 72, 0.62);
  border-radius: 22px;
}
.radius {
  border-radius: 22px;
}
iframe.stockdio_ticker {
  width: 200px !important;
}
.hero {
  background-color: #1D5357;
}
.hero.team {
  background-color: #538548;
}
.hero h1:not(.white) {
  color: #3e8940 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.hero .et_pb_fullwidth_header_container {
  width: 100%;
}
.hero .et_pb_fullwidth_header_container .header-image {
  text-align: right;
  margin-right: -15%;
  transform: scale(1.1);
}
.hero .header-content-container {
  margin-left: 10%;
}
.about-blurb {
  padding: 113px 50px;
  border-radius: 22px;
}
.leadership .leader .biography {
  font-size: 18px !important;
  line-height: 1.5rem !important;
}
.leadership h4.name {
  font-size: 24px !important;
  line-height: 1.1;
  font-weight: 600;
  color: #3e8940;
  padding-top: 10px;
  padding-bottom: 0px;
}
.leadership .leader.is-active h4 {
  color: #538548;
}
.leadership .position-city {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  padding-top: 10px;
}
.leadership .plus-box {
  color: #3e8940;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.leadership .main-img .et_pb_image_wrap {
  max-width: 70%;
  margin: 0 auto;
}
.blank-icon {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_complex label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.name_last, .name_first {
  display: flex;
  flex-flow: column-reverse;
}
input, textarea {
  background-color: #F4F4F4 !important;
  border: none !important;
  padding: 13px !important;
}
.gform_wrapper.gravity-theme .gfield_label, label {
  font-size: 20px !important;
}
input[type=submit] {
  background: #92E251 !important;
  font-size: 20px;
  padding: 12px 50px !important;
  color: #1D5357;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16x;
    line-height: 1.3;
  }
  h1, h2 {
    font-size: 40px;
    color: #092D33;
  }
  #main-header a {
    font-size: 20px;
    text-transform: uppercase;
  }
  #main-header a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 980px) {
  #main-header a {
    color: #000;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px !important;
    line-height: 1.3;
  }
  h1, h2 {
    font-size: 30px !important;
    color: #092D33;
  }
  .leadership .leader.is-active .details-content {
    flex: 1 !important;
  }
  #main-header a {
    font-size: 16px !important;
    text-transform: uppercase;
  }
  .about-blurb {
    padding: 20px;
  }
  .blurb .et_pb_image_wrap {
    min-width: 50px;
  }
  .blurb .et_pb_blurb_container {
    padding: 10px;
  }
}
