.app-components-staticpages-sidebarlayout--container {
  padding: 0 15px;
}

  @media (min-width: 768px) {.app-components-staticpages-sidebarlayout--container {
    padding: 0 30px
}
  }

  .app-components-staticpages-sidebarlayout--container > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: var(--siteMaxWidth);
    margin: 0 auto;
  }

  @media (min-width: 768px) {

  .app-components-staticpages-sidebarlayout--container > div {
      -webkit-flex-direction: row;
              flex-direction: row
  }
    }

  .app-components-staticpages-sidebarlayout--container > div > section {
      width: 100%;
      padding-top: 15px;
      padding-right: 0;
    }

  @media (min-width: 768px) {

  .app-components-staticpages-sidebarlayout--container > div > section {
        width: 70%;
        padding-top: 35px;
        padding-right: 50px
    }
      }

  .app-components-staticpages-sidebarlayout--container > div > aside {
      -webkit-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-top: 0;
      padding-bottom: 0;
    }

  @media (min-width: 768px) {

  .app-components-staticpages-sidebarlayout--container > div > aside {
        -webkit-flex: 0 0 274px;
                flex: 0 0 274px;
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px
    }
      }

.app-components-staticpages-sidebarlayout--textblock {
  margin-bottom: 40px;
}

.app-components-staticpages-sidebarlayout--textblock h2 {
    color: var(--text);
    font-weight: 500;
    font-size: 28px;
    line-height: 31px;
  }

.app-components-staticpages-sidebarlayout--textblock p {
    color: var(--grayText);
    font-size: 18px;
    line-height: 23px;
  }

.app-components-staticpages-sidebarlayout--textblock li {
    margin-bottom: 12px;
    margin-left: 27px;
    color: var(--grayText);
    font-size: 18px;
    line-height: 23px;
  }

.app-components-staticpages-blocks-contactboxblock--container {
  margin-bottom: 35px;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 3px;
}

  @media (max-width: 768px) {.app-components-staticpages-blocks-contactboxblock--container {
    margin-bottom: 20px
}
  }

  .app-components-staticpages-blocks-contactboxblock--container span p {
    margin-bottom: 18px;
    color: var(--grayText);
    font-size: 18px;
    line-height: 21px;
  }

  @media (max-width: 768px) {

  .app-components-staticpages-blocks-contactboxblock--container span p {
      font-size: 18px
  }
    }

  .app-components-staticpages-blocks-contactboxblock--container section {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }

.app-components-staticpages-blocks-contactboxblock--heading {
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}

.app-components-staticpages-blocks-contactboxblock--avatar {
  position: relative;
  -webkit-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  margin-right: 13px;
  overflow: hidden;
  background-color: #d7d7d7;
  border-radius: 17px;
}

.app-components-staticpages-blocks-contactboxblock--avatar:before,
  .app-components-staticpages-blocks-contactboxblock--avatar:after {
    position: absolute;
    left: 50%;
    z-index: 1;
    background-color: black;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ' ';
  }

.app-components-staticpages-blocks-contactboxblock--avatar:before {
    top: 10px;
    width: 12px;
    height: 12px;
  }

.app-components-staticpages-blocks-contactboxblock--avatar:after {
    bottom: -31px;
    width: 40px;
    height: 40px;
  }

.app-components-staticpages-blocks-contactboxblock--avatar + div {
    width: 100%;
    line-height: 1.2;
  }

.app-components-staticpages-blocks-contactboxblock--avatar + div span {
      display: block;
      font-size: 18px;
    }

.app-components-staticpages-blocks-contactboxblock--avatar + div span:first-of-type {
        color: var(--text);
        font-weight: 500;
      }

.app-components-staticpages-blocks-newsblock--wrapper ul {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
  }
  .app-components-staticpages-blocks-newsblock--wrapper li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .app-components-staticpages-blocks-newsblock--wrapper li:last-of-type {
      border-bottom: none;
    }
  .app-components-staticpages-blocks-newsblock--wrapper li a {
      display: block;
    }

.app-components-staticpages-blocks-newsblock--title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 28px;
}

.app-components-staticpages-blocks-newsblock--heading {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
}

.app-components-staticpages-blocks-newsblock--date {
  color: #8c8c8c;
  font-size: 18px;
}

.app-components-staticpages-blocks-mediablock--wrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -16px 40px -16px;
    list-style: none;
  }
  .app-components-staticpages-blocks-mediablock--wrapper li {
    -webkit-flex: 1;
            flex: 1;
    max-width: 174px;
    margin: 0 16px;
    overflow: hidden;
  }
  @media only screen and (min-width: 769px) and (max-width: 1050px) {
  .app-components-staticpages-blocks-mediablock--wrapper li {
      -webkit-flex: auto;
              flex: auto;
      width: calc(50% - 32px);
      max-width: none
  }
    }
  @media only screen and (max-width: 600px) {
  .app-components-staticpages-blocks-mediablock--wrapper li {
      -webkit-flex: auto;
              flex: auto;
      width: calc(50% - 32px);
      max-width: none
  }
    }

.app-components-staticpages-blocks-mediablock--title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 28px;
}

.app-components-staticpages-blocks-mediablock--itemTitle {
  overflow: hidden;
  color: var(--brand);
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-components-staticpages-blocks-mediablock--format {
  color: #adadad;
  font-size: 18px;
}

.app-components-staticpages-blocks-mediablock--image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
}


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