body #ctf p.ctf-tweet-text {
  margin-top: 15px !important; }
body #ctf.ctf-super-narrow .ctf-author-avatar {
  margin-left: 0 !important; }
body #ctf.ctf-narrow .ctf-tweet-content a:not(.ctf-image):not(.ctf-twitter-card) {
  margin: 0 !important;
  font-weight: 600;
  display: inline-block; }

.datahub {
  display: flex;
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .datahub {
      flex-direction: column; } }

.datahub__section {
  background: #0874ba;
  padding: 20px;
  border-radius: 20px;
  margin: 15px 10px; }
  .datahub__section__logo {
    height: 50px !important; }
  .datahub__section__date {
    font-size: 18px;
    margin: 15px 0 !important;
    color: white; }

.datahub__barometers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }

.datahub__barometer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 calc(50% - 16px);
  border: 1px solid #ebebeb;
  padding: 15px;
  margin: 8px 8px 0;
  background: white;
  border-radius: 15px; }
  @media (max-width: 1000px) and (min-width: 767px) {
    .datahub__barometer {
      flex: 0 calc(100% - 16px);
      width: 100%; } }
  @media (max-width: 500px) {
    .datahub__barometer {
      flex: 0 calc(100% - 16px);
      width: 100%; } }
  .datahub__barometer__title {
    margin: 0 0 20px !important;
    font-size: 14px !important;
    text-align: center;
    color: #444;
    line-height: 1.4 !important; }
    @media (max-width: 1000px) {
      .datahub__barometer__title {
        font-size: 16px !important; } }
    @media (max-width: 600px) {
      .datahub__barometer__title {
        font-size: 14px !important; } }
    @media (max-width: 450px) {
      .datahub__barometer__title {
        font-size: 16px !important; } }
  .datahub__barometer__component {
    max-width: 200px;
    margin: 0 auto; }
    .datahub__barometer__component svg {
      margin-bottom: 5px; }

.footer-menu__footer {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 900px) {
    .footer-menu__footer {
      align-items: flex-end; } }
  @media (max-width: 900px) {
    .footer-menu__footer {
      flex-direction: column; } }

@media (max-width: 900px) {
  .footer-menu__logos {
    margin-top: 35px; } }
.footer-menu__logos img {
  height: 100px; }

@media (max-width: 600px) {
  .footer_menu_fields {
    margin-top: 45px; } }

@media (max-width: 600px) {
  .footer_menu_a {
    display: block;
    padding: 0;
    margin: 15px 5px;
    border: 0; }
    .footer_menu_a::before {
      display: none; } }

.header-dropdown {
  position: relative;
  display: inline-block; }
  .header-dropdown > a {
    display: inline-block;
    padding: 13px 18px; }
  .header-dropdown:hover {
    background: #36393C !important; }

.header-dropdown__content {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
  .header-dropdown__content a {
    display: block;
    padding: 13px 10px;
    color: black; }
  .header-dropdown__content a:hover {
    color: #189a48; }
  .header-dropdown__content a:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

.header-dropdown:hover .header-dropdown__content {
  display: block; }

.footer_intro {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer_intro {
      flex-direction: column; } }
  .footer_intro input[type="checkbox"] {
    appearance: initial; }

.footer__subscribe {
  max-width: 350px; }
  @media (max-width: 767px) {
    .footer__subscribe {
      margin: 35px 0 0; } }
  @media (max-width: 500px) {
    .footer__subscribe {
      width: 100%;
      max-width: none; } }

.footer__subscribe-controls {
  display: flex; }
  .footer__subscribe-controls input[type="email"],
  .footer__subscribe-controls input[type="submit"] {
    padding: 10px; }
  .footer__subscribe-controls input[type="email"] {
    flex: 1; }
  .footer__subscribe-controls input[type="submit"] {
    flex: 0;
    cursor: pointer;
    color: white;
    background: #146a34; }
    .footer__subscribe-controls input[type="submit"]:hover {
      background: black; }

.footer__subscribe-terms {
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 5px; }
  @media (min-width: 767px) {
    .footer__subscribe-terms {
      text-align: right; } }
  @media (max-width: 500px) {
    .footer__subscribe-terms {
      margin-top: 10px; } }

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