body {
  padding-top: 0;
}

.top-dots {
  top: 50px;
}

.bottom-dots {
  left: 89%;
  top: 0;
}

.container {
  display: flex;
  flex-direction: column-reverse;
}

.footer .container {
  flex-direction: row;
}

.header>.container {
  flex-direction: inherit;
}

.post-content {
  width: 100%;
  max-width: 100%;
}

.sidebar {
  width: 100%;
  margin-left: auto;
}

.post-info {
  background-image: linear-gradient(to right, #002745, #0087ca) !important;
  background-color: #fff;
  max-height: 200px;
}

.post-info>div {
  min-height: 200px;
  margin-top: 100px;
}

.post-info__title {
  margin-bottom: -180px;
  color: #001b41;
  max-width: 55%;
  box-shadow: #0078b1 -10px 10px;
}

.post-info__title:after {
  content: "";
  width: 193px;
  border-bottom: solid 6px #027fb9;
  display: block;
  margin: 20px auto;
}

.post-columns {
  background-color: #fff;
}

.post-content h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.post-content h1:after {
  content: "";
  width: 193px;
  border-bottom: solid 6px #027fb9;
  display: block;
  margin: 10px auto 30px;
}

.featured-sector__content-border {
  max-width: 900px;
  margin: 0 auto;
}

.post-content {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .post-columns>div {
    flex-direction: column-reverse;
  }

  .post-info__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 800px) {
.post-info>div {
  margin-top: 50px;
}
}

@media screen and (max-width: 700px) {
  .post-info__title:after {
    width: 130px;
  }

  .post-info__title {
    max-width: 80%;
  }
}

/**
          * ALL THIS CAN GO INTO STYLES
          */

.sector2021 .featured-sector__info-link-wrapper--spacer {
  margin-top: 0px;
}

.sector2021 .featured-sector__content-wrapper {
  background-color: #fff;
}

.featured-sector__list-item {
  background-color: #f2f7fa;
  display: flex;
  margin-bottom: 15px;
}

.featured-sector__item-index {
  background-color: #f3a539;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  min-width: 95px;
  font: normal 42px/1.7em 'Abril Fatface', serif;
}

.sector2021_top10 .featured-sector__item-index {
  width: 60px;
  min-width: 60px;
  background-color: #001c43;
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px !important;
  font-weight: 700;
}

.sector2021_top10 .featured-sector__item-index label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px !important;
  font-weight: 700;
}

.featured-sector__list {
  color: #fff;
}

.featured-sector__info-link-wrapper {
  width: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.featured-sector__item-score-wrapper {
  width: 0;
  margin-bottom: 0;
}

.featured-sector__item-score-text {
  width: 0;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5px;
  color: #021742;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.section2021_score-value {
  width: 0;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  color: #009bd1;
}

.section2021_left {
  flex-grow: 2;
}

.section2021_middle {
  flex-grow: 1;
  background-color: red;
}

.section2021_right {
  flex-grow: 1;
  display: flex;
}

.sector2021_top3 {
  height: 80px;
}

.featured-sector__item-name {
  color: #0375b3;
  font-size: 25px;
  font-weight: 600;
  margin-left: 30px;
}

.sector2021_top10 .featured-sector__item-name {
  color: #051b42;
  font-size: 25px;
}

.section2021_score-wrapper {
  flex-grow: 5;
  display: flex;
}

.section2021_link-wrapper {
  flex-grow: 1;
  display: flex;
  background-color: #e6eef1;
  justify-content: center;
  align-items: center;
}

.section2021_link-wrapper a {
  color: #021b44;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.sector2021_top10 {
  margin-bottom: 5px;
  height: 56px;
  background-color: #dde8ee;
}

.section2021_link-plus {
  display: none;
}

.sector2021_top10 .section2021_link-wrapper {
  background-color: #0076b3;
}

.sector2021_top10 .section2021_link-inside {
  display: none;
}

.sector2021_top10 .section2021_link-plus {
  display: block;
}

.sector2021_top10 .section2021_link-plus a {
  color: #fff;
  font-size: 60px;
  font-weight: 100;
}

.sector2021_top10 .section2021_score-wrapper {
  flex-grow: 10;
}

@media screen and (max-width: 700px) {
  .featured-sector__item-name {
    font-size: 16px !important;
  }

  .section2021_left {
    flex-grow: 3;
  }

  .featured-sector__item-index {
    width: 60px !important;
    min-width: 60px !important;
    font: normal 29px/1.7em 'Abril Fatface', serif !important;
  }

  .section2021_link-inside {
    display: none;
  }

  .section2021_link-plus {
    display: block !important;
  }

  .section2021_link-wrapper {
    background-color: #0076b3 !important;
  }

  .section2021_link-plus a {
    color: #fff !important;
    font-size: 60px !important;
    font-weight: 100 !important;
  }
}

@media screen and (max-width: 500px) {
  .featured-sector__item-name {
    margin-left: 10px !important;
  }
}


@media screen and (max-width: 400px) {
  .featured-sector__item-name {
    font-size: 14px !important;
  }

  .featured-sector__item-score-text {
    font-size: 12px;
  }

  .section2021_score-value {
    font-size: 12px !important;
  }

  .featured-sector__content-border {
    padding: 0;
  }

  .section2021_left {
    flex-grow: 3;
  }

  .post-info__title {
    font-size: 26px;
}
}