@charset "UTF-8";
@font-face {
  font-family: geomanistmedium;
  src: url(../fonts/geomanist-medium-webfont.woff2) format("woff2"), url(../fonts/geomanist-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

.eightwestnewscontainer__heading {
  font-family: 'geomanistmedium';
}

@media only screen and (max-width: 767px) {
  .eightwestnewscontainer__heading .eightwest_largeCopy {
    margin-bottom: 10px;
  }
}

.eightwestnewscontainer__tiles {
  font-family: 'geomanistmedium';
  margin: 0 auto;
  width: 100%;
  max-width: 1070px;
  text-align: center;
}

.eightwestnewscontainer__tiles .eightwest_insight {
  min-height: 500px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .eightwestnewscontainer__tiles .eightwest_insight {
    min-height: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .eightwestnewscontainer__tiles .eightwest_insight {
    width: 80%;
    min-height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .eightwestnewscontainer__tiles .eightwest_insight .eightwest_newsHeader {
    font-size: 2.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .eightwestnewscontainer__tiles .eightwest_insight .eightwest_newsHeader {
    font-size: 4.6vw;
  }
}

.eightwestnewscontainer__pages {
  display: none;
}

.eightwest_nav_menu.blackshowing {
  position: relative;
  margin-bottom: 4%;
}

.eightwest_nav_menu .eightwest_menu #eightwest_menuImg.invert {
  visibility: visible;
  opacity: 1;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.eightwest_nav_menu .eightwest_header #eightwest_headerHome.showing {
  visibility: visible !important;
  opacity: 1 !important;
}

.eightwestnews {
  margin: auto;
  max-width: 1366px;
  min-height: 500px;
  position: relative;
}

.eightwestnews__image {
  text-align: center;
}

.eightwestnews__image img {
  max-width: 70%;
}

@media only screen and (max-width: 767px) {
  .eightwestnews__image img {
    font-size: 90%;
  }
}

.eightwestnews__richtext {
  text-align: left;
  margin: 0 auto 20px;
  width: 80%;
  color: #000;
  font-size: 18px;
}

.eightwestnews__richtext h1, .eightwestnews__richtext h2, .eightwestnews__richtext h3, .eightwestnews__richtext h4, .eightwestnews__richtext span, .eightwestnews__richtext p {
  color: inherit;
}

.eightwestnews__richtext .twitter-tweet {
  margin: 10px auto;
}

.eightwestnews__richtext-bullet {
  margin: 20px 50px;
}

@media only screen and (max-width: 767px) {
  .eightwestnews__richtext-bullet {
    margin: 20px 10px;
  }
}

.eightwestnews__richtext-bullet::before {
  content: "•";
  color: #000;
  display: inline-block;
  width: 1em;
}

.eightwestnews__richtext-bold {
  font-family: 'geomanistmedium';
}

.eightwestnews__richtext-em {
  font-style: italic;
}

.eightwestnews__richtext a {
  text-decoration: underline;
}

.eightwestnews__quote {
  display: block;
  width: 70%;
  margin: 35px auto;
  border-top: 4px solid #00a4c7;
  font-size: 18px;
  padding-top: 10px;
  line-height: 26px;
}

.eightwestnews__quote p {
  text-align: left;
  font-size: 18px;
  font-style: italic;
}

.eightwestnews__header {
  text-align: center;
  margin-bottom: 15px;
  color: #00a4c7;
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .eightwestnews__header {
    font-size: 30px;
  }
}

.eightwestnews__blockquote {
  width: 100%;
  text-align: center;
}

.eightwestnews__blockquote > * {
  margin: 10px auto;
}
/*# sourceMappingURL=8westnews.css.map */