.oeh-colored-bg-container {
  background-color: #E6F4FB;
}

.oeh-no-bg-container {
  background-color: white;
}

a.oeh-link {
  display: flex;
  text-decoration: none;
  color: #242B42;
  align-items: center;
  margin-top: 12px;
}
a.oeh-link img {
  height: 10px;
  margin-left: 8px;
}

.oeh-lobby-links {
  display: flex;
  flex-direction: column;
}
.oeh-lobby-links a {
  margin-right: 1rem;
}

.oeh-col-wrapper-no-link {
  display: flex;
  flex-direction: column;
}
.oeh-col-wrapper-no-link .oeh-col-flag-img {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
}
.oeh-col-wrapper-no-link .oeh-col-flag-img img {
  max-width: 100%;
}
.oeh-col-wrapper-no-link .oeh-col-flag-img img.flag-icon {
  max-height: 25px;
}
.oeh-col-wrapper-no-link .oeh-col-text {
  margin-bottom: 10px;
}
.oeh-col-wrapper-no-link a.oeh-mail-contact {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
}
.oeh-col-wrapper-no-link a.oeh-mail-contact img {
  max-height: 16px;
  margin-right: 10px;
}

.oeh-margin-bottom {
  margin-bottom: 20px;
}

a.oeh-col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  color: #242B42;
  text-decoration: none;
}
a.oeh-col-wrapper img.oeh-col-img {
  max-width: 100%;
  max-height: 100%;
}
a.oeh-col-wrapper .oeh-article-preview-img {
  background-size: cover;
  background-position: center;
}
a.oeh-col-wrapper .oeh-col-img, a.oeh-col-wrapper .oeh-col-img-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #E6F4FB;
  background-position: center;
  background-size: cover;
  font-size: 18px;
}
a.oeh-col-wrapper .oeh-col-img img, a.oeh-col-wrapper .oeh-col-img-border img {
  max-width: 100%;
  overflow: hidden;
}
a.oeh-col-wrapper .oeh-col-img-border {
  border: 1px solid #00AFFA;
  border-radius: 4px;
}
a.oeh-col-wrapper .oeh-col-content .oeh-col-text img {
  margin-left: 8px;
  margin-bottom: 3px;
  height: 10px;
}
a.oeh-col-wrapper .oeh-col-content .oeh-member-name {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  margin-bottom: 10px;
}
a.oeh-col-wrapper:hover {
  color: #242B42;
}
a.oeh-col-wrapper:hover .oeh-col-content .oeh-col-text, a.oeh-col-wrapper:hover .oeh-col-content .oeh-member-name, a.oeh-col-wrapper:hover .oeh-col-content h2, a.oeh-col-wrapper:hover .oeh-col-content h3 {
  color: #00AFFA;
}

.oeh-1col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem 80px 2rem;
}
.oeh-1col-wrapper a.oeh-col-wrapper {
  grid-template-rows: 400px 1fr;
}
.oeh-1col-wrapper a.oeh-col-wrapper .oeh-col-content .oeh-col-text {
  color: #656A7A;
  line-height: 26px;
}
.oeh-1col-wrapper a.oeh-col-wrapper:hover .oeh-col-content .oeh-col-text {
  color: #656A7A;
}

.oeh-2col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
}
.oeh-2col-wrapper img {
  max-width: 100%;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper {
  display: flex;
  flex-direction: column;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper .oeh-2col-item {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper .oeh-2col-item img {
  height: 40px;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper .oeh-2col-item .oeh-2col-item-header {
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 24px;
  align-self: center;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper .oeh-2col-item .oeh-2col-item-content {
  grid-column-start: 2;
  font-family: "Source Sans Pro", sans-serif;
  color: #656A7A;
  font-size: 16px;
}
.oeh-2col-wrapper .oeh-2col-column-wrapper.oeh-align-bottom {
  justify-content: flex-end;
}

.oeh-3col-small-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.oeh-3col-small-wrapper a.oeh-col-wrapper {
  grid-template-rows: 150px 1fr;
}

.oeh-3col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.oeh-3col-wrapper img {
  max-width: 100%;
}
.oeh-3col-wrapper .oeh-office {
  margin-top: 1rem;
}
.oeh-3col-wrapper .oeh-3col-content {
  display: flex;
  flex-direction: column;
}
.oeh-3col-wrapper .oeh-3col-content ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  list-style: disc;
  padding: 1rem 0 0.5rem 0.5rem;
}
.oeh-3col-wrapper .oeh-3col-content ul li::marker {
  color: #00AFFA;
}
.oeh-3col-wrapper .oeh-3col-content ul li {
  padding-left: 0.5rem;
  padding-bottom: 0.75rem;
  margin-left: 0.5rem;
}
.oeh-3col-wrapper .oeh-3col-content ul.oeh-1col-list {
  display: inline-block;
  padding: 0;
}
.oeh-3col-wrapper .oeh-3col-content ul.oeh-1col-list li {
  padding: 0.25rem 0 0 0;
  margin-left: 1.5rem;
}

.oeh-4col-small-wrapper {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1rem));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.oeh-4col-small-wrapper a.oeh-col-wrapper {
  grid-template-rows: 120px 1fr;
}

.oeh-4col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.oeh-4col-wrapper a.oeh-col-wrapper {
  grid-template-rows: auto 1fr;
}

.oeh-6col-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: center;
}
.oeh-6col-section-wrapper a.oeh-col-wrapper {
  grid-template-rows: 120px 1fr;
}

.oeh-tools-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
}
.oeh-tools-wrapper .oeh-tool-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr auto;
  grid-row-gap: 10px;
  justify-items: center;
  text-align: center;
}
.oeh-tools-wrapper .oeh-tool-box img {
  max-height: 60px;
  max-width: 60px;
  margin-bottom: 0.5rem;
}
.oeh-tools-wrapper .oeh-tool-box .oeh-tool-box-text h3 {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.oeh-tools-wrapper .oeh-tool-box a.oeh-primary-button, .oeh-tools-wrapper .oeh-tool-box a.oeh-primary-button-light {
  width: 100%;
  align-self: flex-end;
  margin-bottom: 1rem;
}
.oeh-tools-wrapper a.oeh-tool-box {
  color: #242B42;
  text-decoration: none;
}
.oeh-tools-wrapper a.oeh-tool-box:hover h3 {
  color: #00AFFA;
}

.oeh-lobby-wrapper {
  background-color: #E6F4FB;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-image {
  display: inline-block;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-image img {
  width: 100%;
  max-width: 500px;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper {
  display: flex;
  flex-direction: column;
  direction: ltr;
  padding: 1rem;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper .oeh-lobby-list {
  display: grid;
  grid-template-columns: 1fr;
  font-family: "Crimson Text", serif;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper .oeh-lobby-list div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  padding: 0.25rem 1.25rem 0.25rem 0;
}
.oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper .oeh-lobby-list div img {
  height: 20px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 500px) {
  .oeh-tools-wrapper {
    grid-template-columns: repeat(2, 208px);
  }
  .oeh-tools-wrapper a.oeh-col-wrapper {
    grid-template-rows: 120px 1fr;
  }

  .oeh-4col-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .oeh-3col-small-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .oeh-3col-wrapper .oeh-3col-content ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 700px) {
  .oeh-lobby-links {
    flex-direction: row;
  }

  .oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper .oeh-lobby-list {
    grid-template-columns: 1fr 1fr;
  }

  .oeh-6col-section-wrapper {
    grid-template-columns: repeat(3, 208px);
  }

  .oeh-3col-small-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .oeh-tools-wrapper, .oeh-4col-small-wrapper {
    grid-template-columns: repeat(4, minmax(min-content, 208px));
  }
}
@media screen and (min-width: 900px) {
  .oeh-lobby-wrapper .oeh-lobby-content-wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1rem;
    align-items: center;
  }
  .oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-image img {
    max-width: 100%;
  }

  .oeh-4col-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .oeh-2col-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .oeh-6col-section-wrapper {
    grid-template-columns: repeat(4, 208px);
  }

  .oeh-3col-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .oeh-3col-wrapper img {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .oeh-3col-wrapper .oeh-3col-content {
    grid-column-start: 2;
    grid-column-end: 4;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .oeh-lobby-wrapper .oeh-lobby-content-wrapper {
    grid-template-columns: 35% 65%;
  }
  .oeh-lobby-wrapper .oeh-lobby-content-wrapper .oeh-lobby-text-wrapper .oeh-lobby-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .oeh-4col-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .oeh-6col-section-wrapper {
    grid-template-columns: repeat(5, 208px);
  }
}
@media screen and (min-width: 1400px) {
  .oeh-lobby-wrapper .oeh-lobby-content-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .oeh-6col-section-wrapper {
    grid-template-columns: repeat(6, 208px);
  }
}

/*# sourceMappingURL=style.css.map */
