:root {
  --midnight-blue: #052b4b;
  --cadet-blue: #1cacc8;
  --medium-sea-green: #68ab4f;
  --white-smoke: #ececec;
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  background-color: #f4f8f3;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

h1 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

h5 {
  color: #fff;
  background-color: red;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  color: #fff;
  background-color: #3e9edf;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

blockquote {
  color: #000;
  background-color: #fff;
  border-left: 5px #e2e2e2;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 25px 20px 25px 35px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  box-shadow: 0 1px 5px #00000014;
}

.section {
  background-color: #68ab4f;
  height: 400px;
  padding-top: 64px;
  position: relative;
}

.div960 {
  width: 960px;
  margin: -382px auto 161px;
  display: block;
  position: relative;
}

.bg-nav {
  opacity: .06;
  filter: grayscale();
  background-image: url('../images/home-hero.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.sup {
  font-size: .6em;
  line-height: 0;
  position: relative;
  top: -.5em;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 1px 6px 2px #00000040;
}

.dropdown-link {
  color: #00525e;
  text-transform: uppercase;
  border-bottom: 1px solid #00000014;
  padding-top: 14px;
}

.dropdown-link:hover {
  background-color: #0000000f;
}

.dropdown-link:active {
  background-color: #7cbda938;
}

.dropdown-link:focus, .dropdown-link.w--current {
  color: #fff;
  background-color: #7cbda9;
}

.nav-home {
  background-color: #0000;
  height: 73px;
  margin-top: 41px;
  margin-bottom: 45px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #0000006b;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all .222s;
  display: inline-block;
}

.nav-link:hover {
  text-shadow: none;
  border-bottom: 3px #fff;
}

.nav-link:active {
  transform: translate(0, 2px);
}

.nav-link.w--current {
  color: var(--midnight-blue);
  text-shadow: none;
  font-weight: 400;
}

.nav-link.w--current:hover, .nav-link.services:hover {
  border-bottom-style: none;
}

.nav-link.services:active {
  cursor: pointer;
  transform: none;
}

.nav-menu {
  float: right;
  background-color: #0000;
  margin-top: 6px;
  margin-left: 24px;
  display: block;
  position: relative;
}

.nav-menu.home {
  float: right;
  margin-top: 23px;
  display: inline-block;
}

.hero {
  background-image: url('../images/home-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  margin-bottom: 30px;
}

.hero.article {
  border-bottom: 11px solid #000;
  height: 390px;
}

.hero.students {
  background-image: url('../images/IMG_1625.jpg');
}

.body {
  background-color: #f4f8f3;
  font-family: Roboto, sans-serif;
  line-height: 1.9;
}

.nav-container {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.brand {
  width: 300px;
}

.brand:hover {
  opacity: .61;
}

.image {
  width: 100%;
}

.columns-container {
  justify-content: space-between;
  display: flex;
}

.column-main {
  float: left;
  width: 65%;
  margin-bottom: 50px;
}

.heading {
  margin-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline;
}

.heading.light {
  color: #bdbdbd;
  margin-right: 10px;
  font-weight: 300;
}

.heading.article {
  display: inline-block;
}

.text-block {
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.9;
}

.heading-copy {
  color: var(--cadet-blue);
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.column-sidebar {
  float: right;
  flex: 1;
  padding-left: 24px;
}

.book {
  color: #fff;
  text-align: center;
  background-color: #172910;
  flex-direction: column;
  margin-bottom: 81px;
  padding: 46px 29px 113px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.book:hover {
  background-color: #264619;
}

.text-block-2 {
  color: var(--medium-sea-green);
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
}

.sidebar-header {
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  line-height: 1.5;
}

.link-block {
  position: absolute;
  inset: 0;
}

.link-text {
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: underline;
}

.image-2 {
  width: auto;
  height: 100%;
  box-shadow: 0 1px 3px #0000002b;
}

.div-block-5 {
  background-color: #fff;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 35px;
  box-shadow: 0 0 3px #00000026;
}

.div-w-dividerline {
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 33px;
}

.link-block-2 {
  float: left;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 11px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 14px;
  padding: 4px 12px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-block-2:hover {
  background-color: #f8f8f8;
}

.link-block-2.sm {
  padding-top: 1px;
  padding-bottom: 1px;
}

.text-block-6 {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6.blue {
  color: var(--cadet-blue);
}

.text-block-6.sm {
  font-size: 12px;
}

.div-block-6 {
  display: flex;
}

.tag-btn {
  border: 1px none var(--white-smoke);
  background-color: #64c042;
  border-radius: 11px;
  align-items: center;
  margin-right: 8px;
  padding: 6px 14px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.tag-btn:hover {
  background-color: #53923b;
}

.tag-btn.blue {
  background-color: #00b9d2;
}

.tag-btn.blue:hover {
  background-color: #178aa0;
}

.tag-btn.blue.sm {
  margin-top: 4px;
  margin-bottom: 4px;
}

.tag-btn.sm {
  border-radius: 7px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 10px;
}

.tag-btn.sm.blue {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-6-copy {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6-copy.sm {
  font-size: 12px;
}

.tags-div {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 18px 0 1px;
}

.text-block-7 {
  float: left;
  line-height: 1.3;
}

.link {
  float: right;
  color: var(--medium-sea-green);
  padding-left: 7px;
  padding-right: 7px;
}

.link:hover {
  opacity: .65;
  text-decoration: none;
}

.link.float {
  float: right;
}

.link.sidebar {
  float: none;
  color: #000;
}

.text-block-4-copy {
  font-size: 19px;
  text-decoration: underline;
}

.div-block-9 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-10 {
  text-decoration: none;
  display: flex;
}

.photo {
  background-color: var(--cadet-blue);
  width: 160px;
  height: 110px;
  margin-right: 29px;
  position: relative;
  box-shadow: 0 0 3px #00000026;
}

.photo.green {
  background-color: var(--medium-sea-green);
}

.beside-pic-div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.pic-overlay {
  opacity: .51;
  filter: grayscale();
  background-image: url('../images/article-eggs.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.pic-overlay.green {
  opacity: 1;
  filter: none;
  background-image: none;
  transition: all .2s;
}

.pic-overlay.green:hover {
  opacity: 1;
  filter: blur(2px);
}

.category-div {
  margin-bottom: -7px;
  display: flex;
}

.title-latest-articles {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 14px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: underline;
}

.title-latest-articles:hover {
  color: var(--cadet-blue);
  text-decoration: none;
}

.title-latest-articles.green {
  margin-bottom: 15px;
}

.title-latest-articles.green:hover {
  color: var(--medium-sea-green);
}

.tag-text-sm {
  color: var(--cadet-blue);
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 7px;
  font-size: 13px;
  font-weight: 700;
}

.tag-text-sm.blue {
  color: var(--cadet-blue);
}

.tag-text-sm.green {
  color: var(--medium-sea-green);
}

.icon-big {
  align-items: center;
  width: 19px;
  display: flex;
}

.icon-big.sm {
  width: 12px;
}

.div-block-11 {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join-list {
  flex-direction: column;
  display: flex;
}

.cynthia {
  background-image: url('../images/cynthia-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 190px;
  margin-bottom: -1px;
}

.join-list-container {
  background-color: var(--medium-sea-green);
  text-align: left;
  padding: 19px 26px 35px;
  font-family: Roboto Condensed, sans-serif;
}

.div-block-13 {
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 9px;
  padding: 5px;
}

.text-field {
  text-align: left;
  border-style: none;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 100;
}

.submit-button {
  background-color: #0000;
  margin-bottom: 11px;
  text-decoration: underline;
}

.submit-button.black {
  background-color: var(--white-smoke);
  color: #000;
  padding-left: 19px;
  padding-right: 19px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 19px;
}

.submit-button.color {
  background-color: var(--medium-sea-green);
  padding-left: 27px;
  padding-right: 27px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 19px;
  text-decoration: none;
}

.form {
  text-align: left;
  font-size: 18px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 15px;
}

.div-block-14 {
  text-align: center;
  padding-top: 81px;
  padding-bottom: 81px;
}

.paragraph-2 {
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.link-block-4 {
  padding: 46px;
  transition: all .2s;
}

.link-block-4:hover {
  color: #b6b6b6;
  transform: translate(0, -3px);
}

.text-block-11 {
  margin-right: 7px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.div-block-15 {
  position: absolute;
  bottom: -48px;
  left: 50%;
}

.div-block-16 {
  width: 170px;
  height: 220px;
  position: relative;
  left: -50%;
}

.div-block-12-copy {
  text-align: center;
  background-color: #fff;
  margin-top: 35px;
  padding: 24px 26px 35px;
  font-family: Roboto Condensed, sans-serif;
  box-shadow: 0 0 3px #00000026;
}

.title-latest-articles-copy {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: underline;
}

.title-latest-articles-copy:hover {
  color: var(--cadet-blue);
  text-decoration: none;
}

.title-latest-articles-copy.green:hover {
  color: var(--medium-sea-green);
}

.div-block-17 {
  text-align: left;
  margin-top: 8px;
}

.beside-pic-div-copy {
  border-top: 1px solid var(--white-smoke);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-18 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.div-block-19 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.collection-item, .collection-item-2, .collection-item-3 {
  display: inline-block;
}

.collection-list-wrapper {
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 0;
}

.div-block-20 {
  margin-top: -17px;
}

.div-block-21, .collection-list-wrapper-2 {
  display: inline-block;
}

.tags-container {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 18px 18px 1px;
  box-shadow: 0 0 3px #00000026;
}

.div-block-23 {
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  flex: 1;
  margin-left: 29px;
}

.colorhex {
  color: #879499;
  text-align: center;
  margin-top: 1px;
}

.fourblock {
  float: left;
  width: 25%;
  padding: 10px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
}

.heading-7 {
  text-transform: none;
}

.mainsection {
  background-color: #fff;
  border-left: 1px #d1d1d1;
  border-right: 1px #d1d1d1;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.unordered-list {
  line-height: 1.9;
}

.fourblock-copy {
  float: left;
  width: 25%;
  padding: 10px;
}

.sidecolumn {
  padding: 0;
}

.textblock {
  border-bottom: 1px #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 50px;
}

.colorblock {
  background-color: #0b213c;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.colorblock._2 {
  background-color: #f4c55c;
}

.colorblock._1 {
  background-color: #00945e;
}

.colorblock.second {
  background-color: #483d26;
}

.colorblock.fourth {
  background-color: #879499;
}

.heading-6 {
  color: #0085af;
  text-align: center;
  text-transform: none;
  background-color: #0085af1f;
  padding: 10px;
  font-size: .9em;
}

.sideblock {
  border-bottom: 1px #d1d1d1;
  padding: 44px 20px;
  position: relative;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #00945e;
  flex: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 7px 16px;
  font-size: .7em;
  font-weight: 400;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
}

.button:hover {
  color: #fff;
  background-color: #00945ec7;
  background-image: none;
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.white {
  color: #000;
  text-shadow: none;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 1px 1px #00000042;
}

.button.white:hover {
  color: #3e4749;
  background-color: #fff;
  box-shadow: 0 5px 8px #00000042;
}

.button.white:active {
  box-shadow: 0 3px 8px #00000042;
}

.heading-5 {
  font-size: 1.433em;
}

.photo-credit {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: .7em;
  font-weight: 700;
}

.white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000;
  margin-top: -1px;
}

.white.header {
  color: #0b213c;
  text-shadow: none;
}

.contentrow {
  background-color: #fff;
  border-bottom: 1px #d1d1d1;
  justify-content: center;
  margin-top: 62px;
  display: flex;
}

.colorname {
  color: #3e4749;
  text-align: center;
  text-transform: none;
  margin-top: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.sectiontag {
  color: #bdbdbd;
  text-transform: uppercase;
  padding: 10px 10px 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.sectiontag.morepadding {
  padding-left: 50px;
}

.sidebar-block {
  text-align: center;
  background-image: linear-gradient(#90a5c0, #7087a4);
  margin-top: 25px;
  margin-bottom: 26px;
  padding: 27px;
  box-shadow: 0 1px 3px #00000038, inset 0 -1px 12px #0000006b;
}

.bottomcta {
  color: #879499;
  text-align: center;
  background-color: #3e4749;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
  transition: color .3s, background-color .3s;
  display: none;
}

.bottomcta:hover {
  color: #fff;
  background-color: #faa000;
}

.div-block-25 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0f738b;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 24px;
  font-size: 13px;
  font-weight: 500;
  transition: all .333s;
  display: inline-block;
  transform: translate(0, 2px);
  box-shadow: 0 1px 3px #00000045;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3b839b;
  background-image: none;
  transform: translate(0, -2px);
}

.button-2:active {
  transform: none;
}

.button-2.color.big {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-18 {
  color: #fff;
}

.div-block-39 {
  border-radius: 11px;
  margin-top: 39px;
  padding: 0;
}

.error-message-2 {
  text-align: center;
  background-color: #b00;
  margin-bottom: 67px;
  padding: 22px;
}

.form-2 {
  text-align: left;
  margin-bottom: 44px;
}

.div-block-40 {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  margin-bottom: 22px;
  padding: 10px;
}

.field {
  color: #000;
  text-align: left;
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.field.message {
  height: 120px;
}

.paragraph-11 {
  color: #000;
}

.success-message {
  border: 5px solid var(--medium-sea-green);
  background-color: #0000;
  margin-bottom: 42px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.block-quote, .heading-8 {
  color: #000;
}

.block-quote-2 {
  margin-top: 22px;
  margin-bottom: 22px;
  box-shadow: 0 0 8px #00000014;
}

.div-block-41 {
  margin-bottom: 63px;
}

.form-block {
  display: none;
}

.div-block-42 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 17px;
  padding: 8px;
  box-shadow: 0 1px 3px #0000005c;
}

@media screen and (max-width: 991px) {
  .div960 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    text-align: right;
  }

  .nav-link {
    text-align: right;
    border-top: 1px solid #ffffff0f;
    font-weight: 700;
    display: block;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    color: #ffffff40;
  }

  .nav-link.services {
    padding-right: 20px;
  }

  .icon-arrow {
    margin-right: 99px;
  }

  .nav-menu {
    float: none;
    clear: left;
    text-transform: uppercase;
    background-color: #424284e6;
    display: block;
  }

  .nav-menu.home {
    background-color: var(--midnight-blue);
    margin-top: 0;
    margin-left: 0;
  }

  .menu-button {
    background-color: #fffc;
    padding: 11px;
    box-shadow: 0 1px 13px #0000004a;
  }

  .menu-button.w--open {
    background-color: #424284cc;
  }

  .menu-button.home {
    margin-top: 8px;
  }

  .menu-button.home.w--open {
    background-color: var(--midnight-blue);
  }

  .hero.article {
    margin-bottom: 25px;
  }

  .brand {
    width: 35vw;
    margin-top: -18px;
  }

  .columns-container {
    flex-direction: column;
  }

  .column-main {
    float: none;
    width: 100%;
  }

  .heading.article {
    display: inline-block;
  }

  .column-sidebar {
    padding-left: 0;
  }

  .div-block-5 {
    margin-bottom: 25px;
  }

  .link-block-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .tags-div {
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .div-block-8 {
    text-align: left;
  }

  .div-block-10 {
    align-items: center;
  }

  .join-list {
    flex-direction: column;
  }

  .cynthia {
    background-position: -96px 0;
    border-style: none;
    width: 720px;
    height: auto;
    margin-bottom: 0;
  }

  .join-list-container, .div-block-12-copy {
    border-style: none;
  }

  .title-latest-articles-copy, .div-block-17 {
    text-align: center;
  }

  .beside-pic-div-copy {
    text-align: center;
    align-items: center;
    padding-left: 169px;
    padding-right: 169px;
  }

  .tags-container {
    text-align: left;
  }

  .fourblock {
    width: 50%;
  }

  .mainsection {
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .fourblock-copy {
    width: 50%;
  }

  .textblock {
    height: 974px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sideblock {
    height: 400px;
  }

  .button {
    float: none;
    text-align: center;
    text-shadow: none;
    align-self: flex-start;
    width: 100%;
    margin-top: -13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
  }

  .photo-credit {
    text-align: left;
  }

  .sectiontag.morepadding {
    padding-left: 25px;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
  }

  .button-2.color.big {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40 {
    padding: 9px;
  }

  .field {
    font-size: 20px;
  }

  .block-quote {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    text-align: center;
  }

  .nav-home {
    margin-bottom: -1px;
  }

  .menu-button.home {
    margin-top: 0;
  }

  .hero {
    margin-bottom: 46px;
  }

  .heading {
    text-align: left;
    font-size: 44px;
  }

  .heading.article {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-copy {
    text-align: left;
    font-size: 64px;
  }

  .div-block-5 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .link-block-2 {
    float: none;
    width: 50%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    display: block;
  }

  .link-block-2.sm {
    align-self: center;
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-block-6.sm {
    margin-left: 4px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .tag-btn {
    margin: 7px 6px;
    padding: 6px 17px;
  }

  .tag-btn.sm {
    margin-right: 8px;
  }

  .tags-div {
    text-align: center;
    justify-content: center;
    margin-bottom: 28px;
    display: block;
  }

  .div-block-10 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .photo {
    width: 75%;
    height: 40vw;
    margin-right: 0;
  }

  .pic-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .category-div {
    justify-content: center;
    margin-top: 17px;
  }

  .title-latest-articles {
    text-decoration: underline;
  }

  .join-list {
    flex-direction: column;
  }

  .cynthia {
    background-position: 50% 13%;
    width: auto;
    height: 270px;
  }

  .rich-text-block {
    margin-top: 24px;
  }

  .title-latest-articles-copy {
    text-decoration: underline;
  }

  .beside-pic-div-copy {
    padding-left: 67px;
    padding-right: 67px;
  }

  .tags-container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-22, .collection-list {
    justify-content: center;
    display: flex;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
  }

  .textblock {
    height: auto;
  }

  .colorblock {
    width: 130px;
    height: 130px;
  }

  .sideblock {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 320px;
    padding-top: 0;
  }

  .div960 {
    margin-top: -317px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .nav-menu.home {
    float: none;
    clear: left;
  }

  .hero {
    height: 250px;
  }

  .brand {
    width: 53vw;
    margin-top: -11px;
    margin-bottom: 23px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 190px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    display: inline-block;
  }

  .heading-copy {
    line-height: 1.1;
  }

  .div-block-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-w-dividerline {
    text-align: center;
  }

  .link-block-2 {
    text-align: center;
    justify-content: center;
    width: 60%;
    display: block;
  }

  .link-block-2.sm {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .tag-btn {
    justify-content: center;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
  }

  .tag-btn.blue.sm {
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .tag-btn.sm {
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .tag-btn.sm.blue {
    margin-left: 4px;
    margin-right: 4px;
  }

  .tags-div {
    text-align: center;
    flex-flow: column;
    place-content: flex-end flex-start;
    align-items: center;
    font-size: 3px;
    display: block;
  }

  .text-block-7 {
    float: none;
    text-align: center;
  }

  .link, .link.float {
    float: none;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .photo {
    width: 100%;
    height: 43vw;
  }

  .beside-pic-div {
    align-items: stretch;
    width: 100%;
  }

  .pic-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .title-latest-articles {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .div-block-11 {
    text-align: center;
  }

  .cynthia {
    background-position: 50% 0;
  }

  .join-list-container {
    position: relative;
    overflow: hidden;
  }

  .title-latest-articles-copy {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .beside-pic-div-copy {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .fourblock, .fourblock-copy {
    width: 100%;
  }

  .photo-credit {
    text-align: center;
    font-size: .6em;
  }

  .div-block-39 {
    padding: 21px;
  }

  .div-block-40 {
    padding: 9px;
  }

  .field {
    text-align: left;
    font-size: 20px;
  }

  .block-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote-2 {
    padding: 13px;
    font-size: 15px;
  }
}


