/* COLOURS */
/* FONTS */
/* FONT WEIGHTS */
strong {
  color: #070036;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.font-size--small {
  font-size: 14px;
}
.font-size--regular {
  font-size: 18px;
}
.font-size--large {
  font-size: 20px;
  line-height: 1.5;
}

.font-preset--heading {
  color: #0085AA;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 2rem;
  text-transform: uppercase;
}
.font-preset--page-title {
  color: #070036;
  font-size: 2.5rem;
}

.font-weight--thin {
  font-weight: 100;
}
.font-weight--extra-light {
  font-weight: 200;
}
.font-weight--light {
  font-weight: 200;
}
.font-weight--light {
  font-weight: 300;
}
.font-weight--regular {
  font-weight: 400;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--semi-bold {
  font-weight: 600;
}
.font-weight--bold {
  color: #070036;
  font-weight: 700;
}
.font-weight--extra-bold {
  font-weight: 800;
}
.font-weight--black {
  font-weight: 900;
}

.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}

@media (min-width: 768px) {
  .font-size--large {
    font-size: 22px;
  }
  .font-preset--page-title {
    font-size: 3rem;
  }
}
.post-navigation {
  padding: 60px 0;
}
.post-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
}
.post-navigation ul li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 2px;
  min-width: 40px;
  text-align: center;
}
.post-navigation ul li a {
  border: 1px solid #000;
  color: #000;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.post-navigation ul li a:hover {
  background-color: #000;
  color: #fff;
}
.post-navigation ul li.active > a {
  background-color: #000;
  color: #fff;
}
.post-navigation__ellipses {
  min-width: 0 !important;
}

@media (min-width: 781px) {
  .post-navigation ul {
    margin: 0 -5px;
  }
  .post-navigation ul li {
    margin: 0 5px;
    min-width: 80px;
  }
  .post-navigation ul li a {
    padding: 15px 30px;
  }
}