/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _COLORS */
main {
  overflow: hidden;
}
main > .main-container .main-container-inner .sidebar {
  flex: 0 0 440px;
  padding-top: 85px;
}
@media (max-width: 1030px) {
  main > .main-container .main-container-inner .sidebar {
    padding-left: 100px;
  }
}

.content-page .item-list.row {
  margin-right: -45px;
}
.content-page .item-list .item {
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  display: flex;
}
.content-page .item-list .item.col {
  padding-right: 45px;
}
.content-page .item-list .item:before {
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  left: -15px;
  top: 0;
  visibility: visible;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .item-list .item .inner {
  position: relative;
  z-index: 99;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content-page .item-list .item .inner:hover {
  border: 2px solid #29CF96;
}
.content-page .item-list .item .inner:hover .img {
  margin: -2px -2px 0 -2px !important;
}
.content-page .item-list .item .inner:hover .description {
  margin: 0 -2px -2px -2px !important;
}
.content-page .item-list .item .inner .img img {
  min-height: 245px;
  max-height: 245px;
  object-fit: cover;
  width: 100%;
}
.content-page .item-list .item .inner .description {
  display: grid;
  flex-direction: column;
  flex: 1 0 45%;
  height: 45%;
  padding: 28px 10px 40px 29px;
  background: #E3F1FC;
  font-family: "Century Gothic", sans-serif;
  text-align: left;
}
.content-page .item-list .item .inner .description .date {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
}
.content-page .item-list .item .inner .description .content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  color: #344446;
}
.content-page .item-list .item .inner .description .title {
  font-family: "CorbelBold", sans-serif;
  font-size: 1.5em;
  word-wrap: break-word;
}
.content-page .item-list .item .inner .description .more {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
  justify-content: flex-end;
  align-items: center;
}
.content-page .item-list .item .inner .description .more .btn {
  min-width: 200px;
}

.top-block .container .left .content {
  word-break: break-all;
  padding-top: 35px;
  padding-right: 15px;
}

.view-page {
  word-break: normal;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #344446;
  width: 100%;
  flex-direction: column;
}
.view-page p {
  margin-bottom: 15px;
}
.view-page p img {
  width: 100%;
}
.view-page div > video {
  width: 100%;
}
.view-page .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.view-page .embeddedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-page .item-list .item {
    flex: 1 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .heading {
    font-family: "AvenirHeavy", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #344446;
  }

  .content-page .item-list .item .inner .description .title {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .top-block .container {
    padding-bottom: 50px;
  }

  .content-page .item-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-page .item-list .item {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-block .container {
    padding-bottom: 50px;
  }

  .content-page .item-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-page .item-list .item {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    position: fixed;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-page .item-list .item {
    flex: 1 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
}
.next {
  text-align: center;
  padding-top: 170px;
}

.file-item {
  display: flex;
  padding-top: 77px;
  padding-bottom: 200px;
  align-items: flex-start;
}
.file-item .content {
  flex-direction: column;
  padding-left: 25px;
  flex: 1 1 100%;
}
.file-item .content label {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #344446;
}
.file-item .content a {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #29CF96;
}

.left {
  flex: 1 0 43% !important;
  width: 43% !important;
}
.left .date {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: #666666;
  padding-top: 120px;
}

@media (max-width: 1025px) {
  .right img {
    display: none;
  }

  .left {
    flex: 1 0 100% !important;
    width: 100% !important;
  }
  .left .content {
    flex-direction: column !important;
    padding-top: 0px !important;
  }
  .left .date {
    padding-top: 20px;
  }
}
.directions {
  padding-bottom: 40px;
}

.date {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #666666;
}

.name {
  font-family: " Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #344446;
}

.text-center {
  padding-bottom: 20px;
}

@media (max-width: 1025px) {
  .container h1 {
    font-size: 14px;
    line-height: 17px;
  }

  .content {
    padding-top: 30px !important;
  }
}

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