.lg-hide {
  display: none; }

.search {
  min-width: 348px; }

.header-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.content-wrapper {
  margin: 0 auto;
  max-width: 1256px;
  padding: 0 1rem; }
  .main-content > .content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .content-wrapper > .latest {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 42%; }

.main-content {
  margin-top: 2rem; }

.header-wrapper {
  margin: 2rem auto; }

.section-title {
  font-size: 32px; }

.highlight {
  max-width: 704px;
  width: 58%; }

.highlight__image {
  position: relative; }
  .highlight__image:after {
    background: rgba(34, 34, 34, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .highlight__image img {
    border-radius: 0; }

.highlight__item {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative; }

.highlight__text {
  bottom: 8px;
  padding: 1rem;
  position: absolute;
  width: 100%; }

.highlight__title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.875rem; }
  .highlight__title a {
    color: #ffffff;
    text-transform: uppercase; }

.highlight__subtitle {
  color: #ffffff;
  font-size: 1.275rem;
  margin-bottom: 0; }

.highlight__footer {
  color: #ffffff;
  left: 24px;
  position: absolute;
  top: 24px; }

.box {
  max-width: 512px;
  padding: 2rem 1rem 0; }
  .box.related {
    float: right; }

.latest__list {
  max-height: 244px;
  min-height: 217px;
  overflow: auto; }

.latest__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.latest__title {
  font-size: 18px;
  margin: 0 0 1rem 0.5rem; }

.related__title {
  line-height: 1.5;
  margin-bottom: 2rem; }

.section-description {
  font-size: 20px; }

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .not-found .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .not-found .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-width: 400px; }

