.logo {
  width: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 350px;
}

.brand.w--current {
  width: 350px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  width: 100%;
  height: auto;
}

.investor-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  background-color: #6ca081;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Vollkorn, serif;
  color: #fff;
  text-decoration: none;
}

.investor-login:hover {
  background-color: #10282e;
}

.divider {
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-left: 20px none #21242d;
  background-color: #c0c4cd;
}

.divider.vertical {
  width: 1px;
  height: 15px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-color: #fff;
}

.navsociallink {
  margin-right: 0px;
  margin-left: 15px;
}

.contact-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: rgba(16, 40, 46, 0.75);
}

.navinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none transparent;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.contentwrapper {
  width: 100%;
  max-width: 1260px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.contentwrapper #main_column {
    margin: 0 auto;
    float: none;
}

.contentwrapper #right_column {
    margin: 0 auto;
    float: none;
}

.footer-link {
  display: block;
  margin-bottom: 7px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.footer-link:hover {
  color: #6ca081;
}

.footer-link.no-bottom {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Vollkorn, serif;
}

.footer-link.no-bottom:hover {
  color: #6ca081;
}

.footer-link.no-bottom.nav-bar {
  margin-top: 3px;
}

.footer-link.no-bottom.padded {
  margin-right: 50px;
}

.contact-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block-right span {
    margin-right: 10px;
    height: 100%;
    padding: 9px;

    font-family: Vollkorn, serif;
}

.contact-block-right span.active {
    background-color: #6ca081;
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Vollkorn, serif;
  color: #10282e;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.navlinks:hover {
  color: #6ca081;
}

.footer-icon {
  width: 20px;
  margin-right: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-icon:hover {
  opacity: 0.5;
}

.footer-icon.social {
  width: 30px;
  margin-right: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #10282e;
  cursor: pointer;
}

.footer-icon.social:hover {
  opacity: 0.49;
}

.footer-icon.actualfooter {
  margin-right: 7px;
}

.footerbrand {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boilerplate {
  margin-top: 0px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-left: 0;
  margin-bottom: 0;
}

.footer-container {
  margin-bottom: 32px;
}

.footer-container.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container.flexed.social {
  margin-top: 40px;
}

.footer-container.flexed.morespace {
  margin-top: 45px;
  margin-bottom: 30px;
}

.column-74 {
  padding-right: 100px;
  padding-left: 0px;
}

.footer {
  display: block;
  width: 100%;
  height: auto;
  min-height: 350px;
  padding: 60px 5% 20px;
  background-color: #10282e;
  font-family: Vollkorn, serif;
}

.text-span-2 {
  color: #fff;
}

.footercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footerlogo {
  width: 300px;
}

.footer-head {
  margin-bottom: 10px;
  color: #6ca081;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.footer-disclosure {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.19);
  color: hsla(0, 0%, 100%, 0.72);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 0;
  margin-bottom: 0;
}

.footer-contact {
  margin-top: 50px;
}

.footer-columns {
  padding-top: 75px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.33);
}

.link {
  display: inline-block;
  margin-top: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #10282e;
  text-decoration: none;
}

.link:hover {
  color: #6ca081;
  text-align: left;
}

.section-2 {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 750px;
  padding: 15% 5% 5%;
  font-family: Vollkorn, serif;
}

.table-header-box.padded {
  width: 100%;
  max-width: 1260px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(108, 160, 129, 0.5);
}

.breadcrumb-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jumpto-text {
  display: inline;
  margin-right: 10px;
  color: #6ca081;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: none;
}

.content-container {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .contentwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .boilerplate {
    width: 100%;
  }

  .column-74 {
    padding-right: 0px;
  }

  .section-2 {
    padding-top: 200px;
  }

  .column-75 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 200px;
  }

  .footer-link.no-bottom.nav-bar {
    font-size: 12px;
  }

  .navlinks {
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 100%;
    margin-top: 20px;
    padding-top: 7px;
    padding-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(206, 96, 96, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }

  .brand {
    width: 250px;
  }

  .contact-block {
    display: none;
  }

  .navinner {
    padding-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contentwrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navlinks {
    margin-left: 0px;
    font-size: 12px;
  }
}

