h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 3.25rem;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #118789;
  font-size: 2.25rem;
  line-height: 40px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1.25rem;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d54e27;
  text-decoration: underline;
}

a:hover {
  color: #e3a72f;
}

li {
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
}

blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 10px 20px;
  border-style: none;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25))), url('../images/Quote_1Quote.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)), url('../images/Quote_1Quote.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 52px;
  background-repeat: repeat, no-repeat;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1rem;
  line-height: 24px;
  font-style: italic;
}

.body {
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 1.5rem;
}

.l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.l-nav-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.l-nav-section.splash {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.l-grid__item {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph {
  font-weight: 300;
  letter-spacing: 0.2px;
}

.paragraph.is--teal {
  color: #118789;
  font-weight: 300;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d54e27;
}

.link:hover {
  color: #e3a72f;
}

.link.is-footer {
  color: #efecc9;
}

.link.is-footer:hover {
  color: #e3a72f;
}

.c-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;
}

.c-menu__nav-link {
  margin-top: 5px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}

.c-menu__nav-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #e3a72f;
}

.c-menu__nav-link.w--current {
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #e3a72f;
  font-size: 0.9rem;
  font-weight: 400;
}

.c-menu__nav-link.w--current:hover {
  color: #e3a72f;
}

.c-menu__social-link {
  padding: 1rem;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.c-menu__social-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-menu__social-link.w--current {
  padding: 20px 10px;
}

.c-menu__social-link.is--first {
  margin-top: 0px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.c-menu__social-link.is--first:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-menu__social-link.is--first.w--current {
  margin-top: 5px;
  margin-left: 15px;
}

.l-title-section {
  height: 325px;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #118789;
  background-image: url('../images/Title-Pattern.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.l-title-section.is--resources {
  padding-top: 50px;
  padding-bottom: 75px;
}

.l-title-section.is-asset {
  padding-top: 50px;
  padding-bottom: 60px;
}

.l-title-section.is--legal {
  padding-top: 110px;
}

.c-title__meta {
  display: block;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.c-title__meta.is--home {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 28px;
}

.c-title__heading {
  margin-bottom: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.6px;
}

.l-content-section {
  padding-top: 50px;
}

.l-content-section.is--resources {
  padding-top: 0px;
  background-color: #f5f5f5;
}

.c-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.c-content.is--related {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 100px;
  -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;
}

.c-content.is--asset {
  margin-top: -75px;
  padding: 25px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-cover__image {
  display: block;
  width: 940px;
  height: 520px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #717171;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cover__image.is--video {
  display: block;
  background-color: #f5f5f5;
  background-image: none;
}

.c-content__leftcol {
  padding-top: 20px;
  padding-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-content__leftcol.is--asset {
  padding-right: 50px;
}

.c-content__rightcol {
  width: 30%;
  padding-top: 25px;
}

.c-content__rightcol.is-asset {
  width: 35%;
  padding-top: 20px;
}

.c-content__sidebar-image {
  display: block;
  margin: 0px auto 50px;
}

.c-content__sidebar-image.is--first {
  position: relative;
  z-index: 500;
  margin-top: 0px;
  margin-bottom: 25px;
}

.c-content__sidebar-heading {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.c-content__sidebar-details {
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
}

.c-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e3a72f;
}

.c-cta.is--badge {
  padding: 50px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cta__leftcol {
  width: 60%;
}

.c-cta__leftcol.is--badge {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-cta__rightcol {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-cta__heading {
  margin-bottom: 15px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 36px;
}

.c-cta__subhead {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.c-cta__form-field {
  height: 45px;
  margin-bottom: 15px;
  border-color: #503e2f;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 0.875rem;
}

.c-cta__form-field.is--subscribe {
  display: inline-block;
  width: 60%;
  height: 48px;
  margin-top: -1px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.c-cta__form-field.is--subscribe::-webkit-input-placeholder {
  color: #fff;
}

.c-cta__form-field.is--subscribe:-ms-input-placeholder {
  color: #fff;
}

.c-cta__form-field.is--subscribe::-ms-input-placeholder {
  color: #fff;
}

.c-cta__form-field.is--subscribe::placeholder {
  color: #fff;
}

.c-cta__form-field.is--message {
  height: 125px;
}

.c-btn {
  margin-top: 0px;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #d54e27;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.c-btn:hover {
  background-color: #c33106;
  color: #fff;
}

.c-btn.is--outline {
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #d54e27;
  background-color: transparent;
  color: #d54e27;
}

.c-btn.is--outline:hover {
  background-color: rgba(213, 78, 39, 0.15);
}

.c-btn.is--outline.w--current {
  margin-right: 20px;
  padding: 12px 20px;
  border: 2px solid #d54e27;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #d54e27;
  font-size: 0.9rem;
}

.c-btn.is--outline.w--current:hover {
  background-color: rgba(213, 78, 39, 0.2);
}

.c-btn.is--solid:hover {
  color: #fff;
}

.c-btn.is--solid.w--current {
  padding: 14px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.9rem;
}

.c-btn.is--solid.w--current:hover {
  background-color: #c33106;
}

.c-btn.is--subscribe {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #efecc9;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #118789;
  font-size: 0.8rem;
}

.c-btn.is--subscribe:hover {
  background-color: #e3a72f;
  color: #fff;
}

.c-btn.is--hero {
  display: block;
  width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c-btn.pagination {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  float: right;
  font-size: 0.75rem;
}

.c-btn.pagination.gray {
  background-color: #cecccc;
}

.c-btn.pagination.gray:hover {
  background-color: #9c9a9a;
}

.c-cta__form-success {
  background-color: #efecc9;
  font-family: Poppins, sans-serif;
  color: #d54e27;
  font-size: 1rem;
}

.c-cta__form-success.is--subscribe {
  width: 95%;
  font-size: 0.875rem;
}

.c-cta__form-error {
  background-color: #d54e27;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
}

.c-cta__form-error.is--subscribe {
  width: 90%;
  font-size: 0.875rem;
}

.text-block {
  letter-spacing: 0.4px;
}

.c-cta__form-wrapper {
  display: block;
  width: 100%;
}

.form-block {
  display: block;
  margin-bottom: 0px;
  padding-right: 75px;
}

.c-related__heading {
  margin-top: 75px;
  margin-bottom: 12px;
  font-family: 'Didact Gothic', sans-serif;
  color: #118789;
  font-size: 2.25rem;
  line-height: 28px;
  text-align: center;
}

.c-related__subhead {
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.c-related__subhead.is--curriculum {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 28px;
}

.c-related__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.c-related__leftcol {
  width: 40%;
  background-color: #118789;
  background-image: url('../images/Placeholder-600x500.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-related__rightcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-related__meta-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-related__meta-heading {
  margin-top: 0px;
  color: #118789;
  line-height: 28px;
}

.c-related__back {
  display: block;
  width: 85%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.l-footer-section {
  padding: 50px 50px 30px;
  background-color: #118789;
  margin-top: 100px;
}

.l-footer-section.splash {
  background-color: transparent;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-footer.splash {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 25px;
}

.c-footer-40col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-footer__35col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0px;
  -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;
}

.c-footer__logo {
  margin-bottom: 20px;
}

.c-footer__logo.is--short {
  margin-top: 7px;
  margin-bottom: 20px;
}

.c-footer__heading {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
}

.c-footer__text {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.c-footer__text.is--short {
  width: 75%;
  margin-bottom: 0px;
  line-height: 22px;
}

.c-footer__17col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.l-footer-small__section {
  padding: 15px;
  background-color: #066465;
}

.c-footer__copyright {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.c-cta__badge-wrapper {
  display: block;
  -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;
}

.c-cta__badge {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.c-cta__badge-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-grid {
  display: block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tabs {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-grid__tab-menu {
  padding: 12px 20px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.c-grid__tab-menu.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #efecc9;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-grid__dynamic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-top: 45px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c-grid__item-cover {
  height: 250px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/HowWeGrow-Cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.c-grid__text-wrapper {
  display: block;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d54e27;
}

.c-grid__item-title {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2px;
}

.c-grid__item-meta {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.7rem;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.4px;
}

.c-grid__list-item {
  display: block;
  width: 30%;
  margin-right: 15px;
  margin-bottom: 3.1%;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.c-grid__list-item:hover {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.c-grid__item-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

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

.empty-state {
  padding: 0px;
  background-color: transparent;
}

.c-rich-text__asset {
  margin-bottom: 25px;
}

.c-text__student-readings {
  margin-top: 25px;
}

.c-bkgd-video {
  display: block;
  height: 585px;
  padding-top: 60px;
  -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;
}

.c-hero {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-hero__logo {
  display: block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
}

.c-hero__heading {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1rem;
}

.l-main {
  background-color: #118789;
  background-image: url('../images/Home-Bkgd-Repeat_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.l-main.is-white {
  background-color: #fff;
  background-image: none;
}

.c-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c-apps__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 15px 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.c-apps__card:hover {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.c-apps__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-apps__title {
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.c-apps__title.is--apps {
  color: #d54e27;
}

.c-apps__title.is--movies {
  color: #e3a72f;
}

.c-apps__title.is--curriculum {
  color: #066465;
}

.c-apps__title.is--readings {
  color: #8b613d;
  text-align: center;
}

.c-apps__description {
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.c-apps__description.is--aps {
  width: 100%;
  color: #d54e27;
}

.c-apps__description.is--movies {
  width: 100%;
  color: #e3a72f;
}

.c-apps__description.is--curriculum {
  width: 100%;
  color: #066465;
}

.c-apps__description.is--readings {
  width: 100%;
  color: #8b613d;
}

.c-apps__45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.c-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-main__50 {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-main__50.left {
  padding-right: 60px;
}

.c-main__heading {
  color: #fff;
}

.c-main__content {
  color: #fff;
}

.c-main__stat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #efecc9;
}

.c-stat__div {
  width: 40%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-stat__div.right {
  padding: 25px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #503e2f;
}

.c-stat__number {
  font-family: 'Didact Gothic', sans-serif;
  color: #503e2f;
  font-size: 5rem;
  text-align: center;
}

.c-stat__text {
  font-family: Poppins, sans-serif;
  color: #efecc9;
  font-size: 1rem;
  font-weight: 300;
}

.l-testimonial {
  display: block;
  padding-top: 75px;
  padding-bottom: 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;
}

.c-testimonial {
  display: block;
  -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;
}

.c-testimonial__heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #e3a72f;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.4px;
}

.c-slider {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.c-slider__arrow {
  margin-bottom: 175px;
  color: rgba(227, 167, 47, 0.5);
}

.c-slider__text {
  padding-right: 75px;
  padding-left: 75px;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.c-slider__line {
  height: 1px;
  margin: 25px 50px;
  background-color: rgba(227, 167, 47, 0.5);
}

.c-slider__name {
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.c-slider__school {
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 0.865rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.c-slider__nav {
  display: none;
  padding-top: 25px;
}

.c-news {
  padding: 75px 100px;
}

.c-news__icon {
  display: block;
  margin-right: 25px;
}

.c-news__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.c-news__story {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-news__headline {
  margin-top: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1.75rem;
}

.c-news__headline:hover {
  color: #d54e27;
}

.c-news__line {
  height: 1px;
  margin-bottom: 10px;
  background-color: rgba(17, 135, 137, 0.25);
}

.c-news__line.page {
  background-color: #717171;
}

.c-news__meta {
  display: inline-block;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 0.825rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.c-news__meta.page {
  margin-top: 10px;
  float: right;
}

.c-news__summary {
  margin-bottom: 20px;
}

.l-yellow {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(239, 236, 201, 0.7);
}

.c-placemat {
  padding: 50px 75px;
  background-color: #fff;
}

.c-placemat.is--brown {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #503e2f;
}

.is--centered {
  text-align: center;
}

.c-white__subhead {
  font-family: Poppins, sans-serif;
  color: #118789;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}

.c-white__subhead.is--intern {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  color: #fcf9df;
  line-height: 28px;
}

.c-partners__wrapper {
  margin-top: 25px;
  margin-bottom: 0px;
}

.c-content__50 {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Internships.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-content__50.is--text {
  background-image: none;
}

.c-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-team__headshot {
  margin-right: 40px;
}

.image {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

.c-team__member {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-team__name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #118789;
  font-size: 1.375rem;
}

.c-team__title {
  margin-top: -2px;
  margin-bottom: 2px;
  color: #118789;
  font-weight: 300;
  text-transform: none;
}

.c-team__meta {
  display: inline-block;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
}

.c-team__bio {
  margin-top: 25px;
}

.l-brown {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(139, 97, 61, 0.8);
}

.c-intern-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.is--white {
  color: #fff;
}

.c-intern__heading {
  color: #fcf9df;
  text-align: center;
}

.l-map {
  display: none;
}

.c-contact__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-social__link {
  display: inline-block;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.c-social__link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-text__legal {
  padding-right: 25px;
  padding-left: 25px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.search-result-item {
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.c-search-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-legal-text {
  padding: 25px;
}

.c-search__link {
  font-size: 1.2rem;
}

.c-search__text {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-style: italic;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-social__icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.c-news__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  width: 960px;
  height: 600px;
}

.div-block-dermis {
  position: relative;
  width: 576px;
  height: 768px;
  margin: -75px auto 0px !important;
  background-color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 2px solid #118789;
  background-color: #f5f5f5;
}


.div-block-stem {
  position: relative;
  width: 900px;
  height: 643px;
  margin: -75px auto 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 576px;
  -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;
}

.splash-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-top: 1px solid #fff;
  background-color: #118789;
  background-image: url('../images/Home-Bkgd-Repeat.jpg');
  background-size: contain;
  background-repeat: repeat-y;
}

.copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #066465;
}

.large-logo {
  margin: 100px;
}

.c-btn-2 {
  margin-top: 0px;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #d54e27;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.c-btn-2:hover {
  background-color: #c33106;
  color: #fff;
}

.c-btn-2.is--hero {
  display: block;
  width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer {
  width: 100vw;
}

.hero {
  width: 960px;
  margin: 100px;
}

.div-block-2 {
  height: 400px;
  background-color: #118789;
}

@media screen and (max-width: 991px) {
  .l-grid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-nav-section {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-menu {
    background-color: #f5f5f5;
  }
  .c-menu__nav-link {
    border-bottom: 1px dotted #c3c3c3;
    font-size: 1rem;
    text-align: center;
  }
  .c-menu__nav-link.w--current {
    border-color: #a3a2a2;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-size: 1rem;
    text-align: center;
  }
  .c-menu__social-link {
    margin-right: 10px;
  }
  .c-menu__social-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }
  .c-menu__social-link.is--first {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .c-menu__social-link.is--first.w--current {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .l-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  .l-title-section.is--resources {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    padding-top: 15px;
  }
  .l-title-section.is--legal {
    padding-top: 0px;
  }
  .c-title__meta {
    padding-right: 75px;
    padding-bottom: 20px;
    padding-left: 75px;
  }
  .c-content.is--asset {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-cover__image {
    width: 100%;
  }
  .c-content__leftcol {
    padding-right: 75px;
  }
  .c-content__sidebar-details {
    line-height: 22px;
  }
  .menu-button {
    background-color: #e3a72f;
  }
  .menu-button.w--open {
    background-color: #e3a72f;
  }
  .icon {
    color: #fff;
  }
  .c-cta.is--badge {
    padding-right: 25px;
    padding-left: 25px;
  }
  .form-block {
    padding-right: 50px;
  }
  .c-related__wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-related__back {
    width: 100%;
  }
  .l-footer-section {
    padding-bottom: 30px;
  }
  .c-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-footer-40col {
    margin-bottom: 50px;
  }
  .c-footer__35col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-footer__text {
    margin-bottom: 0px;
    line-height: 28px;
  }
  .c-footer__text.is--short {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .c-footer__17col {
    display: inline-block;
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-grid__item-cover {
    height: 175px;
  }
  .c-grid__item-title {
    margin-bottom: 3px;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 500;
  }
  .c-grid__item-meta {
    line-height: 16px;
  }
  .c-grid__list-item {
    width: 30%;
    margin-right: 11px;
    margin-left: 12px;
  }
  .c-bkgd-video {
    height: 625px;
    padding-top: 10px;
  }
  .c-hero {
    margin-top: 25px;
  }
  .c-hero__heading {
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-apps {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-apps__card {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-apps__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-apps__45 {
    width: 50%;
  }
  .c-main {
    margin-top: 50px;
  }
  .c-main__50.left {
    padding-right: 50px;
  }
  .c-stat__number {
    font-size: 4rem;
  }
  .l-testimonial {
    padding-bottom: 0px;
  }
  .c-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-slider__text {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .c-news {
    padding-right: 75px;
    padding-left: 75px;
  }
  .c-content__50 {
    background-size: cover;
  }
  .c-partners__logo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .splash-wrapper {
    position: static;
  }
  .hero {
    width: 700px;
    margin-top: 20%;
  }
}

@media screen and (max-width: 767px) {
  
  .l-title-section { height: 300px; }
  .l-title-section { padding-bottom: 75px; }
  .l-footer-section { margin-top: 0px; }

  .l-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 61, 65, 0.9)), to(rgba(60, 61, 65, 0.9))), url('../images/background-image.png');
    background-image: linear-gradient(180deg, rgba(60, 61, 65, 0.9), rgba(60, 61, 65, 0.9)), url('../images/background-image.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .c-menu__social-link {
    display: inline-block;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-menu__social-link.w--current {
    display: inline-block;
  }
  .c-menu__social-link.is--first {
    display: inline-block;
  }
  .c-menu__social-link.is--first.w--current {
    display: inline-block;
  }
  .l-title-section {
    height: 225px;
  }
  .l-title-section.is--resources {
    height: 300px;
    padding-top: 0px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-title-section.is-asset {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .l-title-section.is--legal {
    height: 250px;
  }
  .c-title__meta {
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .c-title__meta.is--home {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-title__heading {
    font-size: 2.5rem;
    line-height: 46px;
  }
  .l-content-section {
    padding-top: 25px;
  }
  .c-content.is--related {
    margin-top: 0px;
  }
  .c-content.is--asset {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-cover__image {
    width: 100%;
    height: 300px;
    margin-top: 0px;
  }
  .c-cover__image.is--video {
    margin-top: 0px;
  }
  .c-content__leftcol.is--asset {
    padding-right: 0px;
  }
  .c-content__rightcol.is-asset {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-cta {
    margin-bottom: 0px;
    padding: 50px 30px;
  }
  .c-cta.is--badge {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-cta__leftcol.is--badge {
    padding-right: 30px;
  }
  .c-btn {
    margin-bottom: 25px;
  }
  .c-btn.is--outline {
    text-align: center;
  }
  .c-btn.is--solid {
    margin-bottom: 0px;
    text-align: center;
  }
  .form-block {
    padding-right: 35px;
  }
  .c-related__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-related__leftcol {
    width: 100%;
    height: 300px;
  }
  .l-footer-section {
    padding: 50px;
  }
  .c-footer__35col {
    width: 65%;
  }
  .c-footer__text.is--short {
    width: 75%;
    line-height: 24px;
  }
  .c-footer__17col {
    width: 35%;
  }
  .c-grid__tab-menu {
    font-size: 0.9rem;
    text-align: center;
  }
  .c-grid__tab-menu.w--current {
    font-size: 0.9rem;
  }
  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .c-grid__item-title {
    font-size: 1.1rem;
  }
  .c-grid__item-meta {
    font-size: 0.8rem;
  }
  .c-grid__list-item {
    width: 46%;
    margin-right: 10px;
    margin-bottom: 4%;
    margin-left: 11px;
  }
  .c-grid__list-item:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-3 {
    margin-top: 0px;
  }
  .c-bkgd-video {
    height: 425px;
    background-image: url('../images/Home-Video.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-hero {
    margin-top: 25px;
  }
  .c-hero__logo {
    display: none;
  }
  .c-hero__heading {
    font-size: 2.7rem;
  }
  .l-main {
    background-size: 960px;
  }
  .c-apps__card {
    padding: 25px;
  }
  .c-apps__wrapper {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-apps__icon {
    width: 75%;
  }
  .c-apps__45 {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-main {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }
  .c-main__50 {
    width: 100%;
  }
  .c-main__50.left {
    width: 100%;
  }
  .l-testimonial {
    padding-bottom: 25px;
  }
  .c-slider__mask {
    height: auto;
  }
  .c-news {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-yellow {
    padding: 50px 25px;
  }
  .c-placemat {
    padding-top: 25px;
  }
  .c-placemat.is--brown {
    padding-bottom: 30px;
  }
  .c-white__subhead {
    line-height: 28px;
  }
  .c-content__50 {
    width: 100%;
    min-height: 300px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }
  .c-content__50.is--text {
    display: block;
    margin-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-about-text {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-team-item {
    margin-top: 50px;
    -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;
  }
  .c-team__headshot {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .c-team__name {
    text-align: center;
  }
  .c-team__title {
    text-align: center;
  }
  .c-team__meta {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .l-brown {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-intern-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-team__meta-wrapper {
    display: block;
    width: 212px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-contact__info {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-social__link {
    margin-bottom: 25px;
  }
  .c-text__legal {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-partners__logo {
    width: 70%;
  }
  .c-btn-2 {
    margin-bottom: 25px;
  }
  .hero {
    width: 568px;
    margin-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .l-nav-section {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .c-menu__nav-link.w--current {
    padding: 15px;
  }
  .c-menu__social-link.w--current {
    display: inline-block;
  }
  .c-menu__social-link.is--first.w--current {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .l-title-section {
    padding-top: 10px;
  }
  .l-title-section.is--resources {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-title-section.is-asset {
    padding-top: 0px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-title-section.is--legal {
    height: 200px;
  }
  .c-title__meta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-title__meta.is--home {
    padding-right: 40px;
    padding-left: 40px;
    line-height: 26px;
  }
  .c-title__heading {
    font-size: 2rem;
    line-height: 40px;
  }
  .c-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-content.is--related {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .c-content__leftcol {
    padding-right: 0px;
  }
  .c-content__rightcol {
    width: 100%;
  }
  .c-content__rightcol.is-asset {
    width: 100%;
  }
  .c-content__sidebar-image {
    width: 50%;
  }
  .c-content__sidebar-image.is--first {
    width: 50%;
  }
  .menu-button {
    margin-top: 2px;
  }
  .brand {
    width: 70%;
    padding-top: 5px;
    padding-left: 0px;
  }
  .c-cta {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-cta.is--badge {
    padding-bottom: 30px;
  }
  .c-cta__leftcol {
    width: 100%;
  }
  .c-cta__leftcol.is--badge {
    width: 100%;
    margin-top: 50px;
    padding-right: 0px;
  }
  .c-cta__heading {
    text-align: center;
  }
  .c-cta__subhead {
    text-align: center;
  }
  .c-cta__form-field.is--subscribe {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .c-btn {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .c-btn.is--outline {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    text-align: center;
  }
  .c-btn.is--outline.w--current {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
  }
  .c-btn.is--solid {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .c-btn.is--solid.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .c-btn.is--subscribe {
    width: 100%;
    margin-top: 0px;
  }
  .c-cta__form-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .form-block {
    padding-right: 0px;
  }
  .c-related__heading {
    margin-top: 50px;
    line-height: 36px;
    text-align: center;
  }
  .c-related__subhead {
    text-align: center;
  }
  .c-related__subhead.is--curriculum {
    width: 100%;
    margin-top: 0px;
  }
  .c-related__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-related__leftcol {
    display: block;
    width: 100%;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-related__rightcol {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-related__back {
    margin-top: 50px;
  }
  .c-related__back.is--asset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer-section {
    padding: 25px;
  }
  .c-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer-40col {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .c-footer__35col {
    width: 100%;
  }
  .c-brand__logo {
    margin-top: 0px;
  }
  .c-footer__logo {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .c-footer__logo.is--short {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .c-footer__heading {
    text-align: left;
  }
  .c-footer__text {
    line-height: 28px;
    text-align: center;
  }
  .c-footer__text.is--short {
    text-align: left;
  }
  .c-footer__17col {
    width: 100%;
  }
  .c-footer__copyright {
    text-align: center;
  }
  .c-cta__badge {
    margin-bottom: 30px;
  }
  .c-grid__tab-menu {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .c-grid__tab-menu.w--current {
    font-size: 1rem;
  }
  .tabs-menu {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-grid__dynamic-list {
    margin-bottom: 0px;
    padding: 0px 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-grid__item-cover {
    height: 250px;
  }
  .c-grid__item-title {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 24px;
  }
  .c-grid__list-item {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
  }
  .heading-3 {
    margin-top: 40px;
  }
  .c-text__student-readings {
    margin-top: 0px;
  }
  .c-bkgd-video {
    height: 500px;
  }
  .c-hero {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-hero__logo {
    display: none;
  }
  .c-hero__heading {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 2rem;
    line-height: 32px;
  }
  .l-main {
    background-size: 960px;
  }
  .c-apps__card {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-apps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-apps__icon {
    width: 50%;
  }
  .c-apps__45 {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-main {
    margin-top: 50px;
  }
  .c-main__50.left {
    padding-right: 0px;
  }
  .c-main__stat-wrapper {
    -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;
  }
  .c-stat__div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-stat__div.right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-stat__text {
    text-align: center;
  }
  .l-testimonial {
    display: block;
    padding-bottom: 25px;
  }
  .c-testimonial {
    display: block;
  }
  .c-slider {
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-slider__arrow {
    color: transparent;
  }
  .c-slider__text {
    width: 85%;
    font-size: 1rem;
    line-height: 20px;
  }
  .c-slider__name {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
  .c-slider__school {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-slider__nav {
    display: none;
  }
  .c-slider__mask {
    height: auto;
  }
  .left-arrow {
    display: block;
  }
  .right-arrow {
    display: block;
  }
  .c-news {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-news__icon {
    margin-bottom: 15px;
  }
  .c-news__link-block {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-yellow {
    padding: 0px;
  }
  .c-placemat {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-placemat.is--white {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-white__subhead.is--intern {
    width: 80%;
  }
  .c-content__50.is--text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-team__meta {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-wrapper {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-btn-2 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .hero {
    width: 320px;
    margin-top: 25%;
  }
}

