.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
}
 
.nav-wrapper {
  position: relative;
  z-index: 5;
  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;
}

.nav-container {
  max-width: 800px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grey-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  max-height: none;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #3e3e3e;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.text-block.left {
  color: #000;
  font-size: 14px;
  text-align: left;
}

.text-block.mobile-view {
  display: none;
}

.bold-text {
  font-weight: 500;
}

.nav-red-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 160px;
  padding-left: 160px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #c00;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.43);
}

.nav-link-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-link {
  padding: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.71;
}

.link-block {
  padding: 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-14:hover {
  opacity: 0.5;
}

.div-block-15 {
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-59 {
  width: 20px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 20px;
  background-color: #fff;
}

.navlogos {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navlogos:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.navlogos.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 140px;
  min-height: 78px;
  margin-right: -40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 15px;
  -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-align-self: stretch;
  -ms-flex-item-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: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navlogos.white:hover {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image {
  max-width: 110px;
  box-shadow: -1px -20px 18px 0 rgba(0, 0, 0, 0.33);
}

.homepage-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 66px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-link-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  min-width: 25%;
  padding: 68px 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Group-99.jpg');
  background-position: 50% 100%;
  background-size: cover;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  text-decoration: none;
}

.home-link-articles:hover {
  max-width: 26%;
  min-width: 26%;
}

.home-link-articles._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/hero-mygamechanger.jpg');
  background-position: 50% 50%;
}

.home-link-articles._3 {
  background-image: url('../images/hero-just.jpg');
  background-position: 32% 100%;
}

.home-link-articles._4 {
  background-image: url('../images/hero-brief-history.jpg');
  background-position: 22% 100%;
  background-size: auto 120%;
}

.home-link-articles.top {
  background-image: url('../images/hero-forever-young.jpg');
  background-position: 56% 100%;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.text-block-2.left {
  text-align: left;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.text-block-3.left {
  font-size: 16px;
  text-align: left;
}

.text-block-3.mobile-show {
  display: none;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block-61:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-61.popup {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-4.pop {
  font-size: 12px;
}

.home-banner-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 121px 60px 120px;
  -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: #000;
}

.home-banner-bottom-wrap.article {
  background-color: transparent;
}

._1000-contaner {
  max-width: 1000px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ad-wrapper {
  margin-right: -60px;
  margin-left: -60px;
  border-radius: 0px;
}

.link-block-2 {
  display: block;
  padding: 60px;
  border-top-right-radius: 40px;
  background-image: url('../images/Group-103.jpg');
  background-position: 0% 100%;
  background-size: cover;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.37);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
  -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: #eaeaea;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  max-width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  opacity: 0.37;
}

.div-block-63 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(53%, rgba(0, 0, 0, 0.69)), to(transparent));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.69) 53%, transparent);
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 10px;
}

.article-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  padding: 68px 40px 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/hero-forever-young.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.article-hero.photoessay {
  min-height: 700px;
  background-image: url('../images/Group-101.jpg');
}

.article-hero.history {
  background-image: url('../images/hero-brief-history.jpg');
  background-position: 0% 100%;
}

.article-hero.number {
  min-height: 700px;
  background-image: url('../images/hero-just.jpg');
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-5 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 1em;
  font-weight: 700;
}

.text-block-6 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-67 {
  width: 1px;
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.text-block-7 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.meat-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

._700-container {
  max-width: 700px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-subhead {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

.article-subhead.no-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.article-subhead.light {
  color: #8b8b8b;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.text-block-8.bottom {
  margin-bottom: 40px;
}

.text-block-8.centered {
  font-weight: 300;
  text-align: center;
}

.text-block-8.nav-words {
  margin-bottom: 30px;
}

.div-block-68 {
  margin: 40px -60px;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.div-block-68.no-left {
  margin-right: -40px;
  margin-left: 0px;
}

.image-3 {
  margin-bottom: 20px;
}

.text-block-9 {
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.quote {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
}

.bold-text-2 {
  color: red;
  font-weight: 300;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.div-block-69 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Group-102.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.related-articles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
}

.related-articles-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;
}

.related-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-bottom: 40px;
  margin-left: -40px;
  -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;
}

.div-block-71 {
  height: 1px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #cacaca;
}

.related-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-column {
  max-width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.related-article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
  text-decoration: none;
}

.div-block-72 {
  height: 300px;
}

.related-article-image {
  margin-bottom: -20px;
  border-top-right-radius: 40px;
}

.sticky-pe-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 80px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background-image: linear-gradient(180deg, #fff, #f1f1f1);
}

.sticky-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  max-width: 35%;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.non-sticky-column {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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-style: solid;
  border-width: 5px;
  border-color: #e2e2e2;
  border-radius: 0px 40px 0px 0px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.23);
}

.portrait {
  width: 180px;
  height: 180px;
  margin-bottom: 0px;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-size: cover;
}

.portrait-1 {
  background-image: url('../images/matthew-hamilton-tNCH0sKSZbA-unsplash.jpg');
}

.portrait-2 {
  background-image: url('../images/marius-ciocirlan-vMV6r4VRhJ8-unsplash.jpg');
}

.portrait-3 {
  background-image: url('../images/james-portrait.jpg');
}


.div-block-74 {
  height: 1px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #dbdbdb;
}

.image-4 {
  margin-bottom: 0px;
}

.infographic-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

.infographic-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  margin-bottom: 40px;
}

.info-writing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.infographic-header {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.bold-text-3 {
  color: red;
  font-weight: 500;
}

._800-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-75 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 5px solid #e7e7e7;
  border-bottom: 5px solid #e7e7e7;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
}

.link-infographic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.red-ball {
  width: 15px;
  height: 15px;
  border: 3px solid #e60000;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.48;
}

.red-ball.w--current {
  background-color: #e60000;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.text-block-10 {
  font-family: Roboto, sans-serif;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-5 {
  padding-left: 10px;
  color: #858585;
  text-decoration: none;
}

.link-block-5.w--current {
  color: #000;
}

.info-link-blocks {
  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;
}

.div-block-76 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78.tight {
  max-width: 30%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78.mobile-hidden.tight.hidden {
  max-width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13.dropdowner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
}

.text-block-12 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px none #bdbdbd;
  font-family: Roboto, sans-serif;
  color: #929292;
  font-size: 18px;
  font-weight: 300;
}

.link-16 {
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.link-16:hover {
  color: #c00;
}

.link-16.mobile {
  display: none;
}

.text-block-13 {
  max-width: 1000px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

.div-block-79 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -700px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.14);
}

.collection-item-3 {
  margin-bottom: 0px;
}

.nav-drop-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-up-left {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  min-height: 240px;
  margin-left: -260px;
  padding: 0px;
  -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;
  border-top-right-radius: 40px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-right-radius: 40px;
  background-image: url('../images/eduardo-flores-xpcUYaZtplI-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-6 {
  width: 60px;
  margin-bottom: 5px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 15px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
}

.div-block-82 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  margin-left: -10px;
  padding: 8px;
  -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;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-82:hover {
  opacity: 0.71;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-7 {
  max-width: 100%;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  min-height: 240px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-6:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.pop-up-right {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 10px;
  max-width: 300px;
  min-width: 300px;
  padding: 0px;
}

.div-block-83 {
  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;
}

.more-articles-pop-up-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -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;
  border-radius: 100px 100px 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-85:hover {
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.image-8 {
  max-width: 15px;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.div-block-86:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-87 {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../images/hero-brief-history.jpg');
  background-position: 10% 50%;
  background-size: cover;
}

.div-block-87.my {
  background-image: url('../images/hero-mygamechanger.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-87.number {
  background-image: url('../images/hero-just.jpg');
  background-size: cover;
}

.div-block-87.fy {
  background-image: url('../images/hero-forever-young.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-88 {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-14 {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
}

.body {
  background-color: #000;
}

.italic-text {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .grey-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 12px;
  }
  .nav-link {
    display: none;
  }
  .div-block-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-59 {
    margin-right: -1px;
  }
  .navlogos.white {
    max-width: 150px;
    margin-right: -20px;
  }
  .navlogos.white:hover {
    padding-right: 17px;
    padding-left: 17px;
  }
  .image {
    max-width: 110px;
  }
  .homepage-hero {
    padding-top: 230px;
    background-color: #000;
  }
  .hero-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-link-articles {
    height: 400px;
    max-width: none;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .home-link-articles:hover {
    max-width: none;
  }
  .home-link-articles.top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(20%, transparent), to(transparent)), url('../images/Group-99.jpg');
    background-image: linear-gradient(180deg, #000, transparent 20%, transparent), url('../images/Group-99.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .text-block-2 {
    font-size: 2rem;
  }
  .text-block-3 {
    margin-bottom: 15px;
  }
  .text-block-3.mobile-show {
    display: block;
  }
  .div-block-61 {
    padding: 20px 40px;
  }
  .div-block-61.mobile-hidden {
    display: none;
  }
  .link-block-2 {
    padding: 40px;
    background-position: 50% 100%;
  }
  .div-block-63 {
    padding-top: 100px;
  }
  .div-block-64 {
    max-width: 400px;
  }
  .article-hero {
    min-height: 600px;
  }
  .div-block-65 {
    max-width: 100%;
  }
  .text-block-5 {
    font-size: 36px;
  }
  .text-block-6 {
    font-size: 14px;
  }
  .article-subhead {
    font-size: 24px;
  }
  .text-block-8 {
    font-size: 16px;
  }
  .div-block-68 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-68.no-left {
    margin-right: 0px;
  }
  .sticky-column {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-73 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .infographic-header {
    font-size: 36px;
  }
  .red-ball {
    width: 12px;
    height: 12px;
  }
  .text-block-10 {
    font-size: 12px;
  }
  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-78.tight {
    max-width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-78.mobile-hidden.tight {
    max-width: none;
  }
  .div-block-78.mobile-hidden.tight.hidden {
    max-width: none;
    margin-bottom: 40px;
  }
  .text-block-12 {
    font-size: 16px;
  }
  .link-16 {
    font-size: 24px;
  }
  .text-block-13 {
    font-size: 18px;
  }
  .div-block-79 {
    margin-top: -700px;
  }
  .pop-up-left {
    display: none;
  }
  .pop-up-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 10px;
  }
  .nav-red-bar {
    padding-right: 171px;
    padding-left: 171px;
  }
  .navlogos.white {
    max-width: 140px;
    min-height: 75px;
  }
  .home-link-articles {
    height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 100%;
  }
  .home-link-articles._2 {
    background-size: 150%;
  }
  .home-link-articles._3 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 140%;
  }
  .home-link-articles._4 {
    background-size: 160%;
  }
  .home-link-articles.top {
    background-size: auto, 140%;
  }
  .text-block-2 {
    margin-bottom: 10px;
  }
  .text-block-3 {
    margin-bottom: 10px;
  }
  .home-banner-bottom-wrap.article {
    padding-right: 80px;
    padding-left: 80px;
  }
  .ad-wrapper {
    margin-right: -40px;
    margin-left: -40px;
  }
  .div-block-65 {
    max-width: 100%;
  }
  .text-block-8.centered {
    margin-bottom: 10px;
    text-align: left;
  }
  .text-block-8.centered.info {
    margin-bottom: 20px;
    text-align: center;
  }
  .text-block-8.mobile-centered {
    text-align: center;
  }
  .quote {
    font-size: 28px;
  }
  .link-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-69 {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 50% 50%;
  }
  .div-block-70 {
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .related-columns {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .related-column {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .related-article-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sticky-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sticky-column {
    position: relative;
    top: 0px;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .non-sticky-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-73 {
    position: static;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .portrait {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-74 {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .div-block-75 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -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;
  }
  .div-block-77 {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .div-block-78.tight {
    max-width: none;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-78.mobile-hidden {
    display: none;
  }
  .div-block-78.mobile-hidden.tight.hidden {
    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;
  }
  .div-block-13.dropdowner {
    -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;
  }
  .text-block-12 {
    display: none;
  }
  .link-16 {
    display: block;
    margin-bottom: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 32px;
    text-align: center;
  }
  .text-block-13 {
    margin-bottom: 20px;
  }
  .div-block-79 {
    margin-top: -700px;
    padding: 30px 30px 0px;
  }
  .nav-drop-columns {
    -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;
  }
  .nav-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .grey-bar {
    height: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    display: none;
    margin-left: -1px;
    font-size: 9px;
    line-height: 1em;
  }
  .text-block.left {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .text-block.mobile-view {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
  }
  .nav-red-bar {
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navlogos.white {
    max-width: 90px;
    min-height: 53px;
    margin-right: -10px;
    margin-left: 2px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .image {
    max-width: 80px;
  }
  .homepage-hero {
    padding-top: 174px;
  }
  .home-link-articles {
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-link-articles._2 {
    background-size: cover;
  }
  .home-link-articles._3 {
    background-size: cover;
  }
  .home-link-articles._4 {
    background-size: auto 140%;
  }
  .home-link-articles.top {
    height: 500px;
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .text-block-2.left {
    font-size: 20px;
  }
  .text-block-3 {
    font-size: 14px;
  }
  .text-block-3.left {
    font-size: 14px;
  }
  .text-block-4 {
    font-size: 14px;
  }
  .home-banner-bottom-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-banner-bottom-wrap.article {
    padding: 40px 20px;
  }
  .ad-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .link-block-2 {
    padding: 200px 20px 20px;
    background-image: url('../images/MOBILE-ad.jpg');
    background-position: 30% 100%;
    background-size: auto 150%;
  }
  .footer {
    padding: 30px 20px;
  }
  .footer-wrap {
    -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;
  }
  .link-block-3 {
    max-width: 30px;
  }
  .div-block-63 {
    padding: 80px 10px 40px;
  }
  .article-hero {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .article-hero.history {
    background-position: 20% 100%;
  }
  .text-block-5 {
    font-size: 26px;
  }
  .text-block-6 {
    line-height: 1.5em;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .meat-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .article-subhead {
    font-size: 18px;
  }
  .text-block-8 {
    font-size: 14px;
  }
  .text-block-8.centered {
    text-align: center;
  }
  .quote {
    font-size: 24px;
  }
  .related-articles-section {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .related-title-div {
    margin-right: -20px;
    margin-left: -20px;
  }
  .div-block-71 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sticky-pe-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-74 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .infographic-section {
    padding-bottom: 60px;
  }
  .infographic-section.two {
    padding-bottom: 60px;
  }
  .info-writing-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .infographic-header {
    font-size: 24px;
  }
  .div-block-76 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-78.tight {
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-78.mobile-hidden.tight.hidden {
    margin-bottom: 20px;
  }
  .div-block-13.dropdowner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .link-16 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .link-16.mobile {
    display: block;
  }
  .text-block-13 {
    font-size: 18px;
  }
  .div-block-79 {
    margin-top: -700px;
    padding-bottom: 0px;
  }
}

