body {
  color: #333;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0d3b66;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
}

p,
li {
  line-height: 1.65;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #000;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: inline-block;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

.page-section {
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}

@media (min-width: 530px) {
  .page-section {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
}

.page-section--white {
  background-color: #fff;
}

.page-section p:last-of-type {
  margin-bottom: 0;
}

.library-logo-text {
  /*position: relative;*/
  /*z-index: 10;*/
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
}

.library-logo-text strong {
  font-weight: 400;
}

.library-logo-text a {
  color: #fff;
  text-decoration: none;
}

.library-logo-text--alt-color a:hover {
  color: #0d3b66;
  text-decoration: underline;
}

.library-logo-img {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 10px;
}

.library-qavs-img {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.c-blue {
  color: #0d3b66;
}

.c-green {
  color: #67b878;
}

.c-white {
  color: #fff;
}

.c-dark {
  color: #333;
}

.gray {
  color: #999;
}

.social-icons-list {
  display: flex;
  margin: 0 -8px;
}

.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}

.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}

.social-icons-list li a:hover {
  opacity: 0.75;
}

.social-color-facebook {
  background-color: #4862a3;
}

.social-color-youtube {
  background-color: #cc1e1f;
}

.social-color-linkedin {
  background-color: #0077b5;
}

.social-color-instagram {
  background-color: #d8226b;
}

.nav-list ul {
  padding: 0;
  margin: 0;
}

.nav-list li {
  list-style: none;
}

.nav-list a {
  font-size: 1rem;
  color: #353434;
  text-decoration: none;
}

.nav-list a:hover {
  color: #0d3b66;
  text-decoration: underline;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
}

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 0;
  float: left;
  box-sizing: border-box;
  padding-right: 50px;
}

.two-thirds {
  width: 66.66%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.33%;
}

.one-quarter {
  width: 25%;
}

.one-fifth {
  width: 20%;
}

.one-sixth {
  width: 16.66%;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}

.search-form label {
  display: block;
}

.search-form-row {
  display: flex;
}

.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: "Roboto", sans-serif;
  padding: 10px;
}

@media (min-width: 530px) {
  .search-form .s {
    font-size: 1.4rem;
  }
}

.search-submit {
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #0d3b66;
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}

.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}

.btn--with-photo {
  padding-left: 40px;
  position: relative;
}

.btn--green {
  background-color: #67b878;
}

.btn--green:hover {
  background: linear-gradient(#259e3f, #0f541e);
}

.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
}

@media (min-width: 530px) {
  .btn--large {
    font-size: 1.9rem;
  }
}

.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}

.site-header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.site-header__menu {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  padding-top: 58px;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  padding-bottom: 20px;
}

.site-header__menu--active {
  opacity: 5;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 960px) {
  .site-header__menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    position: static;
    background-color: transparent;
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
}

.site-header__menu-trigger {
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 46px;
}

@media (min-width: 530px) {
  .site-header__menu-trigger {
    top: 5px;
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  .site-header__menu-trigger {
    display: none;
  }
}

.site-header__util {
  padding: 0 0 0 20px;
}

@media (min-width: 960px) {
  .site-header__util {
    padding: 0;
    float: right;
  }
}

.site-header__btn {
  margin-right: 20px;
}

@media (min-width: 960px) {
  .site-header__btn {
    float: left;
  }
}

.site-header .btn--with-photo {
  margin-right: 0;
}

.site-footer {
  font-family: "Roboto", sans-serif;
  color: #353434;
  padding: 2rem 0 3.5rem 0;
  background-image: linear-gradient(#fff, #4b4949);
}

.site-footer p {
  font-size: 0.9rem;
}

.site-footer .headline {
  color: #353434;
  margin-bottom: 0.33rem;
}

.site-footer__link {
  color: #353434;
  text-decoration: none;
}

.site-footer__link:hover {
  color: #0d3b66;
  text-decoration: underline;
}

.site-footer__inner {
  border-top: 1px dotted #686464;
  padding-top: 0.5rem;
}

.site-footer__registration {
  /*border-top: 1px dotted #686464;*/
  /*padding-top: 0.5rem;*/
  padding-left: 1rem;
}

.site-footer__col-one {
  text-align: left;
}

@media (min-width: 960px) {
  .site-footer__registration {
    padding: 3.5rem 0.5rem 0 1rem;
  }
}

@media (min-width: 960px) {
  .site-footer__col-one {
    /*text-align: left;*/
    width: 33%;
    float: left;
  }
}

.site-footer__col-two-three-group {
  /*text-align: center;*/
  width: 85%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .site-footer__col-two-three-group {
    text-align: left;
    float: left;
    width: 42%;
    margin: 0;
  }
}

.site-footer__col-two {
  width: 50%;
  float: left;
}

.site-footer__col-three {
  width: 50%;
  float: left;
}

.site-footer__col-four {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
  clear: both;
  /*text-align: center;*/
}

@media (min-width: 960px) {
  .site-footer__col-four {
    padding-top: 0;
    margin: 0;
    clear: none;
    text-align: left;
    width: 25%;
    float: right;
  }
}

.network {
  padding: 0.5rem;
  color: #353434;
  text-align: left;
  margin: 0;
}

.main-navigation {
  padding-top: 2px;
}

.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 10px 10px;
  overflow: hidden;
  background-color: #67b878;
}

.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}

.main-navigation ul:after {
  clear: both;
}

@media (min-width: 960px) {
  .main-navigation {
    float: left;
    margin-right: 20px;
  }
}

.main-navigation li {
  list-style: none;
}

@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-left: 10px;
  }
}

.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #065a2d;
}

.page-banner {
  background-color: #000;
  padding: 150px 0px 0px 0px;
  position: relative;
  margin: 0;
}

@media (min-width: 530px) {
  .page-banner {
    padding: 130px 0px 60px 0;
  }
}

.page-banner__content {
  position: relative;
  z-index: 2;
}

.page-banner__title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  margin: 0 0 1rem 0;
  color: #fff;
}

.page-banner__event {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}

@media (min-width: 530px) {
  .page-banner__title {
    font-size: 5rem;
  }
}

.page-banner__bg-image {
  opacity: 0.33;
  background-size: cover;
  /*background-size: contain;*/
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;

}

.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}

@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}

.page-banner__intro p {
  margin: 0;
}

.hero-slider {
  position: relative;
}

.hero-slider div {
  outline: none;
}

.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.hero-slider__slide {
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px;
  color: #fff;
}

@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 50%;
  }
}

.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}

@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}

.slick-dots li {
  list-style: none;
  display: inline;
}

.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #fff;
}

.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}

@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}

.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}

.glide__bullets button.glide__bullet--active {
  background-color: #fff;
}

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}

.search-overlay p {
  padding-top: 15px;
}

.search-overlay .event-summary p {
  padding-top: 0;
}

.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}

body.admin-bar .search-overlay {
  top: 32px;
}

.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
}

.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: #f95738;
}

@media (min-width: 960px) {
  .search-overlay__icon {
    font-size: 2.5rem;
  }
}

.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #0d3b66;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #f95738;
  line-height: 0.7;
}

@media (min-width: 530px) {
  .search-overlay__close {
    top: 18px;
    font-size: 2.1rem;
  }
}

@media (min-width: 960px) {
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
}

.search-overlay__close:hover {
  opacity: 1;
}

.search-overlay .one-half {
  padding-bottom: 0;
}

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #f95738;
}

@media (min-width: 530px) {
  .search-term {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .search-term {
    width: 80%;
    font-size: 3rem;
  }
}

.body-no-scroll {
  overflow: hidden;
}

.board-cards {
  margin: 0;
  padding: 0;
}

.search-overlay .board-cards {
  padding-top: 21px;
}

.board-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #f95738;
  overflow: hidden;
}

.search-overlay .board-card {
  width: 180px;
}

.board-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.board-card:hover .board-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}

.board-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(240, 54, 19, 0.85);
}

.board-card:hover .board-card__name {
  background-color: rgba(215, 46, 14, 0.85);
}

.board-card__list-item {
  display: inline-block;
  list-style: none;
}

.programme-card__col {
  column-count: 4;
}

.programme-cards {
  margin: 0;
  padding: 0;
  text-align: center;
}

.search-overlay .programme-cards {
  padding-top: 21px;
}

.programme-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #259e3f;
  overflow: hidden;

}

.search-overlay .programme-card {
  width: 180px;

}

.programme-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;

}

.programme-card:hover .programme-card__image {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);

}

.programme-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  position: absolute;
  text-align: center;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: #0f541e;
}

.programme-card:hover .programme-card__name {
  background-color: #0f541e;
}

.programme-card__list-item {
  display: inline-block;
  list-style: none;
}

.headline {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.headline--large {
  font-size: 3.6rem;
}

@media (min-width: 530px) {
  .headline--large {
    font-size: 6.25rem;
  }
}

.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}

.headline--medium {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 530px) {
  .headline--medium {
    font-size: 3.125rem;
  }
}

.headline--small-plus {
  font-family: "Roboto", sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}

.headline--small {
  font-size: 1.1rem;
  margin-bottom: 1.9rem;
}

@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
  }
}

.headline--smaller {
  font-size: 1rem;
}

.headline--tiny {
  font-family: "Roboto", sans-serif;
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}

.headline--post-title a {
  color: #0d3b66;
  text-decoration: none;
}

.headline--post-title a:hover {
  text-decoration: underline;
}

.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}

.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}

.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

.generic-content h1 {
  font-size: 3.6rem;
}

.generic-content h2 {
  font-size: 3.1rem;
}

.generic-content h3 {
  font-size: 2.6rem;
}

.generic-content h4 {
  font-size: 2.1rem;
}

.generic-content h5 {
  font-size: 1.6rem;
}

.generic-content h6 {
  font-size: 1.15rem;
}

@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 6.25rem;
  }

  .generic-content h2 {
    font-size: 5rem;
  }

  .generic-content h3 {
    font-size: 3.125rem;
  }

  .generic-content h4 {
    font-size: 2.4rem;
  }

  .generic-content h5 {
    font-size: 1.9rem;
  }

  .generic-content h6 {
    font-size: 1.15rem;
  }
}

@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}

.full-width-split__one {
  flex: 1;
  background-color: #9fc5e8;
  padding: 1.6rem 16px;
}

@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}

@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}

.full-width-split__two {
  flex: 1;
  background-color: #bddbb0;
  padding: 1.6rem 16px;
}

@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}

@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}

.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.event-summary__title a {
  color: #173f58;
}

.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #fff;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 90px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}

.event-summary__date:hover {
  opacity: 0.75;
}

.event-summary__date--beige {
  background-color: #f4d35e;
}

.event-summary__month {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.event-summary__ddd {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}

.event-summary__day {
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
}

.page-links {
  position: relative;
  z-index: 1;
  background-color: #faf0ca;
  margin: 0 0 40px 0;
}

@media (min-width: 767px) {
  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}

.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0d3b66;
  color: #fff;
}

.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #0d3b66;
}

.page-links li {
  border-top: 1px solid #f4de89;
}

.page-links li:first-child {
  border-top: none;
}

.page-links__active,
.page-links .current_page_item {
  text-align: center;
  background-color: #f4e6b1;
  color: #0d3b66;
  font-weight: bold;
}

.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #0d3b66;
  transition: all 0.3s;
}

.page-links li a:hover {
  color: #0a2b4b;
  background-color: #f2e3aa;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #dedede;
}

.search-overlay .link-list li {
  font-size: 1.3rem;
}

.link-list li:last-child {
  border-bottom: none;
}

.link-list a {
  color: #f95738;
}

.metabox {
  background-color: #faf0ca;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}

.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.metabox--with-home-link {
  padding: 0;
}

.metabox__main {
  padding: 10px 15px 10px 11px;
}

.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #a79038;
}

.metabox a {
  color: #a79038;
  text-decoration: none;
  font-weight: bold;
}

.metabox a:hover {
  text-decoration: underline;
}

.metabox .metabox__blog-home-link {
  background-color: #67b878;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}

.metabox .metabox__blog-home-link:hover {
  text-decoration: none;
  background-color: #259e3f;
}

.post-item {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}

.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}