:root {
  --color-3: #00688f;
  --color: white;
  --color-2: #333;
  --color-4: #c85103;
}

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

body {
  color: #333;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.3em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/seth3.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 88vh;
  margin-top: 12vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-content-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #0000;
  border: 1px #ffffff94;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 48%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.lg-hero-line {
  color: var(--color-3);
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-p {
  color: var(--color-2);
  text-align: left;
  max-width: none;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.button {
  background-color: var(--color-4);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
}

.button.height {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button.full {
  text-align: left;
  width: 100%;
  line-height: 1.3em;
}

.button.full.no-round {
  background-color: var(--color-3);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 65px;
  display: flex;
}

.button.full.no-round:hover {
  background-color: var(--color-4);
}

.button.full.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.button.full.btm {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  background-color: var(--color);
  justify-content: space-between;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 9px #0003;
}

.image {
  height: 125px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-and-cta-wrapper {
  flex-flow: column;
  justify-content: center;
  max-width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-cta-buttons {
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: var(--color-2);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--color-4);
}

.nav-link.w--current {
  color: var(--color-3);
}

.top-nav-icon-btn {
  background-color: var(--color-3);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.top-nav-icon-btn:hover {
  background-color: var(--color-4);
}

.section-1 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.flex-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.img-48 {
  object-fit: cover;
  border-radius: 10px;
  width: 48%;
  position: relative;
  overflow: visible;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.quote-div {
  background-color: var(--color-3);
  border-radius: 10px;
  max-width: 80%;
  padding: 15px;
  position: absolute;
  inset: auto -25px -25px auto;
}

.block-quote {
  border-left-color: var(--color-4);
  color: var(--color);
  margin-bottom: 0;
}

.affiliations {
  background-color: var(--color-2);
  padding-top: 5%;
  padding-bottom: 5%;
}

.affiliations-wrap {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.short-white-line {
  background-color: var(--color);
  width: 100px;
  height: 1px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.affil-blocks {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  min-height: 0;
  margin-top: 25px;
  display: flex;
}

.h2-white {
  color: var(--color);
}

.affiliation {
  background-color: #ffffff26;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 350px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 15px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offerings {
  padding-top: 0%;
  padding-bottom: 0%;
}

.image-4 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.white-link {
  color: var(--color);
  font-style: italic;
  font-weight: 800;
}

.white-link:hover {
  font-style: normal;
}

.grid {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.brand-2 {
  width: 36%;
  margin-bottom: 0;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .5;
}

.social {
  filter: brightness(500%) grayscale();
}

.socials-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  position: relative;
}

.footer {
  background-image: url('../images/selecting-glasses.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 5%;
  display: flex;
  position: relative;
}

.footer-bg-effect {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2));
  -webkit-backdrop-filter: blur(5px) grayscale();
  backdrop-filter: blur(5px) grayscale();
  position: absolute;
  inset: 0%;
}

.footer-div {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.footer-div.flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.h4-light {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.right-holder {
  width: 55%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.textarea {
  border-radius: 10px;
  margin-bottom: 20px;
}

.value-img {
  width: 30px;
  margin-bottom: 10px;
  display: none;
}

.image-5 {
  opacity: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.values-div {
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 10px;
  display: flex;
}

.new-welcome {
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.welcome-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.new-welcome-photo-div {
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(#00688f1a, #00688f1a);
  width: 65%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.value-div {
  border: 1px none var(--color-3);
  background-color: var(--color);
  text-align: left;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  padding: 20px 20px 0;
  line-height: 1.75em;
  display: flex;
}

.new-welcome-wrapper-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-height: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.value-row {
  justify-content: space-between;
  height: 49%;
  min-height: 0;
  margin-bottom: 2%;
  padding: 0;
  display: flex;
}

.value-row._2 {
  min-height: 0;
  margin-bottom: 0%;
}

.photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-field {
  border-radius: 10px;
}

.card-overlay {
  z-index: 5;
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-holder {
  background-color: var(--color-4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 15px;
  display: flex;
}

.inner-blog-div {
  flex-flow: row;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-wrapper {
  background-color: #bceaf800;
  padding-top: 0%;
  padding-bottom: 0%;
}

.blog-holder {
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 0;
  display: flex;
  position: relative;
}

.blogs {
  text-align: center;
  background-color: #e4ecec4d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-column-40 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-column-60 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 30% 0;
    height: 700px;
  }

  .lg-hero-line {
    font-size: 2.5em;
  }

  .hero-p {
    font-size: 1em;
  }

  .nav-menu {
    background-color: var(--color);
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    inset: auto 0%;
  }

  .nav-and-cta-wrapper {
    max-width: none;
  }

  .section-1 {
    padding-top: 0%;
  }

  .flex-wrapper {
    flex-flow: column;
  }

  .text-48 {
    width: 100%;
  }

  .text-48.meet {
    padding-top: 0;
  }

  .img-48 {
    width: 99%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .values-div {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .new-welcome {
    background-color: #fff;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .welcome-left {
    width: 100%;
    padding-top: 0;
  }

  .new-welcome-photo-div {
    background-image: none;
  }

  .value-div {
    width: 100%;
    padding: 0;
  }

  .new-welcome-wrapper-div {
    flex-direction: column;
    max-height: none;
  }

  .value-row, .inner-blog-div {
    flex-flow: column;
  }

  .blog-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-position: 65% 0;
    height: 380px;
    margin-top: 100px;
  }

  .hero-content-wrap {
    max-width: 55%;
  }

  .lg-hero-line {
    font-size: 1.8em;
  }

  .hero-p {
    margin-bottom: 15px;
  }

  .button {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .button.height {
    padding: 10px 15px;
    font-size: .8em;
  }

  .button.full.no-round {
    min-height: 50px;
  }

  .image {
    height: 100px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-and-cta-wrapper {
    margin-top: 10px;
  }

  .nav-cta-buttons {
    align-items: center;
    padding-right: 10px;
  }

  .top-nav-icon-btn {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 8px;
  }

  .section-1 {
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .affiliations {
    padding-bottom: 1%;
  }

  .affiliation {
    width: 100%;
    min-height: 300px;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid {
    flex-flow: column;
  }

  .card-overlay {
    padding: 20px;
  }

  .blog-column-40 {
    max-height: 300px;
  }

  .menu-button {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-color: var(--color-3);
    background-size: contain;
    justify-content: flex-end;
    height: 520px;
    padding: 5%;
  }

  .hero-content-wrap {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    max-width: none;
  }

  .lg-hero-line, .hero-p {
    color: var(--color);
  }

  .button.height {
    display: none;
  }

  .nav-cta-buttons {
    padding-right: 5px;
  }

  .text-48.meet {
    padding-bottom: 20px;
  }

  .quote-div {
    max-width: 100%;
    margin-top: 20px;
    position: static;
  }

  .affil-blocks {
    margin-top: 0;
  }

  .affiliation {
    min-height: 450px;
  }

  .brand-2 {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-div.flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .right-holder {
    width: 100%;
  }

  .value-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .value-row {
    flex-direction: column;
    margin-bottom: 0%;
  }
}


