.link-container {
	position: relative;
}

.menu-parent {
	margin-left: 1em;
	margin-right: 1em;
}

.dropdown-container {
	background: #fff;
	display: none;
	padding: 5px 15px 5px 15px;
	position: absolute;
	width: 200px;
	z-index: 10;
}

	.dropdown-container a {
		display: block;
		margin: 10px 0px;
	}
	
	.link-container:hover .dropdown-container {
		display: block;
	}

.partners__container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.partner {
	padding: 2em;
	width: 25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 110%;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0em;
  font-family: 'DM Sans', sans-serif;
  color: #1a8e6f;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: 'DM Sans', sans-serif;
  color: #1a8e6f;
  font-size: 21px;
  line-height: 100%;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 140%;
}

a {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  line-height: 100%;
  text-decoration: none;
}

a.w--current {
  padding-bottom: 2px;
  border-style: none;
  border-width: 0px;
  font-weight: 700;
}

.paragraph--small {
  display: block;
  font-size: 14px;
}

.paragraph--small.greentext {
  margin-bottom: 1em;
  color: #1a8e6f;
}

.paragraph--small.paragraph--footer {
  color: #a0a0a0;
}

.paragraph--medium {
  font-size: 18px;
}

.paragraph--large {
  font-size: 22px;
}

.button {
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 20px;
}

.button.button--large {
  font-size: 18px;
}

.button.button--white {
  border-color: #fff;
  color: #fff;
}

.button.button--white.button--margintop {
  margin-top: 2em;
}

.button.button--green {
  border-color: #1a8e6f;
  color: #1a8e6f;
}

.button.button--navigation {
  margin-left: 1em;
  border-color: #1a8e6f;
  background-color: #1a8e6f;
  color: #fff;
}

.button.button--margin {
  margin-top: 2em;
}

.link--underline {
  margin-top: 1.5em;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-weight: 700;
}

.link--underline:hover {
  padding-bottom: 4px;
}

.link--underline.white {
  border-bottom-color: #fff;
}

.link--underline.isemail {
  margin-top: 0em;
}

.section {
  padding: 6em;
}

.section.section--nopaddingtop {
  padding-top: 0em;
}

.section.section--reducedpadding {
  padding: 4em;
}

.section.section--reducedpadding.blackbackground {
  position: relative;
  overflow: hidden;
  padding-right: 0em;
  padding-left: 0em;
  background-color: #000;
}

.section.section--border {
  border-right: 10px solid #1a8e6f;
  border-left: 10px solid #1a8e6f;
}

.section.diagonal__anchor {
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.white.margintopbottom {
  margin-top: 2em;
  margin-bottom: 2em;
}

.white.margintopbottom.reducewidth {
  width: 75%;
  margin-bottom: 0em;
}

.white.marginbottom {
  margin-bottom: 1em;
}

.white.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.green {
  background-color: #1a8e6f;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.twocolumn__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.imageandtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6em;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textandimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6em;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta.green {
  position: relative;
}

.cta.green.black {
  background-color: #000;
}

.cta__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-right: 4em;
  padding-left: 4em;
  -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;
}

.cta__image {
  width: 50%;
}

.cta__imageinner {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.column {
  padding-right: 2em;
  padding-left: 2em;
}

.section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -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;
}

.memberprofile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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;
  background-color: #000;
}

.memberprofile__slideshow {
  width: 50%;
}

.memberprofile__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 6em;
  -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;
  border-left: 5px solid #1a8e6f;
}

.margintopbottom {
  margin-top: 4em;
  margin-bottom: 4em;
}

.margintopbottom.white {
  margin-bottom: 0em;
}

.memberprofile__image {
  width: 100%;
  height: 100%;
  border-right: 5px solid #1a8e6f;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4em;
  -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;
}

.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer__logo {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.resourceshighlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.resourceshighlight__image {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resourceshighlight__innerimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resourceshighlight__text {
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resourceshighlight__grid {
  margin-top: 4em;
  margin-bottom: 4em;
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  overflow: visible;
  background-color: #fff;
}

.logo {
  max-height: 50px;
}

.navigation__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 4em;
  -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;
}

.navigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
  background-color: #1a8e6f;
}

.banner__text {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3em;
  padding-left: 3em;
  -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;
  text-align: center;
}

.banner__images {
  position: static;
  z-index: 1;
  width: 50%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.banner__imagecontainer {
  width: 100%;
  height: 100%;
  background-image: url('../brand/OKCBlack-Chamber-Grid-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.banner__imagecontainer.topright {
  background-image: url('../brand/OKCBlack-Chamber-Grid-2.png');
}

.banner__imagecontainer.bottomleft {
  background-image: url('../brand/OKCBlack-Chamber-Grid-3.png');
}

.banner__imagecontainer.bottomright {
  background-image: url('../brand/OKCBlack-Chamber-Grid-4.png');
}

.reducewidth {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.banner__icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  opacity: 0.1;
}

.footer__icon {
  position: absolute;
  left: -5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 50%;
}

.hide {
  display: none;
}

.footer__middle {
  text-align: center;
}

.slideshow__arrow {
  display: none;
}

.slideshow {
  height: auto;
}

.slideshow.animateup {
  background-color: #000;
}

.slideshow__navigation {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
}

.paragraph--margintop {
  margin-top: 2em;
}

.twocolumn__imagefixed {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
}

.about__banner.green {
  position: relative;
  z-index: 0;
}

.about__bannertext {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.photoleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.photoleft__image {
  width: 50%;
}

.photoleft__text {
  width: 50%;
  padding-left: 2em;
}

.photoright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.photoright__image {
  width: 50%;
}

.photoright__image.imageborder {
  border-style: solid;
  border-width: 10px;
  border-color: #1a8e6f;
}

.photoright__text {
  width: 50%;
  padding-right: 3em;
}

.halfline {
  width: 50%;
  height: 2px;
  margin-bottom: 1em;
  background-color: #000;
}

.foundation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foundation.black {
  background-color: #000;
}

.foundation__header {
  width: auto;
}

.foundation__text {
  width: 50%;
}

.fadedlogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  height: 100%;
  opacity: 0.15;
}

.diagonal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 120%;
  height: 250px;
  background-color: #1a8e6f;
  -webkit-transform: translate(-50px, -150px) rotate(-8deg);
  -ms-transform: translate(-50px, -150px) rotate(-8deg);
  transform: translate(-50px, -150px) rotate(-8deg);
}

.bio__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 5px solid #1a8e6f;
}

.bio__text {
  margin-left: 6em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bio__headshot {
  width: 200px;
  height: 200px;
}

.board__membergrid {
  margin-top: 6em;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.member__headshot {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.member__name {
  margin-top: 1em;
}

.events__grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.events__grid.events__grid--margintop {
  margin-top: 6em;
}

.event__image {
  width: 100%;
  height: 200px;
  margin-bottom: 2.5em;
  -o-object-fit: cover;
  object-fit: cover;
}

.featuredevent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.featuredevent.animateup {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading--marginbottom {
  margin-bottom: 1em;
}

.featuredevent__right {
  width: 50%;
  padding: 6em 0em 6em 6em;
}

.featuredevent__right.blackbg {
  padding-right: 6em;
  background-color: #000;
}

.featuredevent__left {
  width: 50%;
  border-right: 10px solid #1a8e6f;
  -o-object-fit: cover;
  object-fit: cover;
}

.margintop {
  margin-top: 0.5em;
}

.member__position {
  margin-top: 0.5em;
  color: #1a8e6f;
}

.linkblock {
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}

.isinnerlink {
  margin-bottom: 0em;
}

.mediummargintopbottom {
  margin-top: 1em;
  margin-bottom: 1em;
}

.navigation__link {
  margin-right: 1em;
  margin-left: 1em;
}

.islink {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
	.smallOnly {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	
	.button.button--navigation {
    font-size: 12px;
  }

  .twocolumn__image {
    height: 200px;
  }

  .memberprofile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .memberprofile__slideshow {
    width: 100%;
    height: 300px;
  }

  .memberprofile__text {
    width: 100%;
    border-top: 5px solid #1a8e6f;
    border-left-width: 0px;
  }

  .memberprofile__image {
    border-bottom: 5px solid #1a8e6f;
    border-right-width: 0px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__left {
    text-align: center;
  }

  .resourceshighlight__image {
    display: none;
  }

  .banner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner__text {
    width: 100%;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .banner__images {
    width: 100%;
    height: 200px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .reducewidth {
    width: 100%;
  }

  .footer__middle {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .twocolumn__imagefixed {
    height: auto;
  }

  .about__banner.green {
    height: auto;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .about__bannertext {
    width: 75%;
  }

  .photoleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .photoleft__image {
    width: 100%;
  }

  .photoleft__text {
    width: 100%;
    margin-top: 2em;
    padding-left: 0em;
  }

  .photoright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .photoright__image.imageborder {
    width: 100%;
    margin-top: 3em;
  }

  .photoright__text {
    width: 100%;
    padding-right: 0em;
  }

  .foundation.black {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foundation__header {
    width: auto;
  }

  .foundation__text {
    width: 100%;
    margin-top: 3em;
  }

  .member__headshot {
    height: auto;
  }

  .events__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .featuredevent.animateup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featuredevent__right {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .featuredevent__right.blackbg {
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
  }

  .featuredevent__left {
    width: 100%;
    border-bottom: 10px solid #1a8e6f;
    border-right-width: 0px;
  }

  .navigation__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
	
	.link-container {
		display: none;
	}
	
  .button.button--navigation {
    width: 160px;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .twocolumn__image {
    margin-bottom: 2em;
  }

  .imageandtext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textandimage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cta__text {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cta__image {
    display: none;
  }

  .column {
    padding-right: 0em;
    padding-left: 0em;
  }

  .section__header {
    padding-right: 0em;
    padding-left: 0em;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__left {
    margin-bottom: 0em;
    text-align: center;
  }

  .resourceshighlight__grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation__container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .navigation__menu {
    padding: 0em 1em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  
    .navigation__menu a {
      display: block;
      margin: 1em 0em;
    }

  .banner__images {
    height: 150px;
  }

  .footer__icon {
    left: -20%;
    height: 100%;
  }

  .footer__middle {
    margin-bottom: 2em;
    text-align: center;
  }

  .twocolumn__imagefixed {
    margin-bottom: 2em;
  }

  .photoleft {
    margin-bottom: 4em;
  }

  .photoleft__text {
    margin-top: 1em;
  }

  .bio__container {
    padding-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bio__text {
    margin-top: 3em;
    margin-left: 0em;
  }

  .bio__headshot {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .board__membergrid.animateup {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .member__headshot {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .events__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation__button {
    padding: 0px;
  }

  .navigation__button.w--open {
    background-color: transparent;
    color: #000;
  }

  .navigation__button--icon {
    font-size: 1.5em;
  }
	
	.partner {
		padding: 1em;
		width: 50%;
	}
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 13px;
  }

  .paragraph--small {
    font-size: 13px;
  }

  .paragraph--medium.center.animateup {
    font-size: 15px;
  }

  .button.button--large.button--white {
    font-size: 16px;
  }

  .button.button--navigation {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    text-align: center;
  }

  .section {
    padding: 3em;
  }

  .section.section--nopaddingtop {
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
  }

  .section.section--reducedpadding.blackbackground {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.section--border {
    padding: 3em;
  }

  .section.slideshowfix {
    margin-top: 3em;
  }

  .white.margintopbottom.reducewidth {
    width: 100%;
  }

  .twocolumn__image {
    height: 150px;
  }

  .imageandtext {
    margin-top: 3em;
  }

  .textandimage {
    margin-top: 3em;
  }

  .cta__text {
    padding: 3em;
  }

  .memberprofile {
    min-height: auto;
  }

  .memberprofile__slideshow {
    height: 200px;
  }

  .memberprofile__text {
    padding: 2em;
  }

  .margintopbottom.white {
    margin-bottom: 0em;
  }

  .footer {
    padding: 3em;
  }

  .resourceshighlight__text {
    padding-right: 3em;
    padding-left: 3em;
  }

  .resourceshighlight__grid {
    margin-top: 3em;
    margin-bottom: 3em;
    grid-row-gap: 40px;
  }

  .navigation__container {
    padding: 2em 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navigation__menu {
    margin-top: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner__text {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .banner__images {
    height: 250px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .reducewidth {
    width: 100%;
  }

  .banner__icon {
    left: 0%;
    top: -20%;
    right: auto;
    bottom: 0%;
  }

  .footer__icon {
    height: 70%;
  }

  .twocolumn__imagefixed {
    height: auto;
  }

  .about__banner.green {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .about__bannertext {
    width: 80%;
    font-size: 25px;
  }

  .foundation.black {
    padding: 2em;
  }

  .fadedlogo {
    display: none;
  }

  .bio__container {
    margin-top: 3em;
  }

  .bio__headshot {
    height: 225px;
  }

  .board__membergrid.animateup {
    margin-top: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .member__headshot {
    height: auto;
  }

  .brand {
    padding-left: 0px;
  }

  .events__grid {
    grid-row-gap: 40px;
  }

  .events__grid.events__grid--margintop {
    margin-top: 3em;
  }

  .heading--marginbottom {
    margin-bottom: 0.5em;
    font-size: 22px;
  }

  .brand-2 {
    border-width: 0px;
  }

  .brand-3 {
    border-width: 0px;
  }

  .brand-4 {
    border-width: 0px;
  }

  .brand-5 {
    border-width: 0px;
  }

  .brand-6 {
    border-width: 0px;
  }

  .brand-7 {
    border-width: 0px;
  }
}

