/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 641px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 641px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 641px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

#primary {
  padding: 100px 0 0px 0; }
  @media (min-width: 1025px) {
    #primary {
      padding: 150px 0 0px 0; } }

.blogs-row {
  padding: 50px 0 0px 0; }
  .blogs-row .blog-column {
    width: 330px;
    padding: 0 15px; }
  .blogs-row .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(43, 39, 39, 0.5); }
    .blogs-row .card .img-wrap {
      height: 180px;
      overflow: hidden; }
      .blogs-row .card .img-wrap picture, .blogs-row .card .img-wrap img {
        object-fit: cover;
        object-position: center;
        width: 100% !important;
        height: 180px !important;
        max-height: 100% !important;
        max-width: 100% !important;
        transition: all 0.2s linear; }
      .blogs-row .card .img-wrap:hover picture, .blogs-row .card .img-wrap:hover img {
        transform: scale(1.05, 1.05);
        transition: all 0.2s linear; }
    .blogs-row .card .card-body {
      padding: 1.5rem 0 2rem 0; }
      .blogs-row .card .card-body .card-title {
        margin-top: 0;
        font-size: 18px;
        font-weight: 700;
        font-family: "metropolis";
        margin-bottom: 1.5rem; }
        .blogs-row .card .card-body .card-title a {
          color: #0069A6; }
      .blogs-row .card .card-body .card-text {
        font-size: 16px; }
      .blogs-row .card .card-body .read-more {
        font-size: 17px;
        font-weight: 700;
        font-family: "metropolis";
        color: #E9374B;
        text-transform: uppercase;
        display: flex;
        align-items: center; }
        .blogs-row .card .card-body .read-more span {
          margin-left: 15px; }
        .blogs-row .card .card-body .read-more:hover {
          color: #0069A6; }
    .blogs-row .card .card-footer .btn {
      margin-top: 0; }

.pagination .nav-links {
  justify-content: center; }
  .pagination .nav-links .current,
  .pagination .nav-links a {
    border: solid 1px transparent;
    line-height: 1;
    margin-right: 8px;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none;
    color: rgba(32, 75, 108, 0.5);
    font-family: "metropolis";
    font-size: 18px;
    border: 1px solid #ffffff;
    padding: 10px 15px; }
    .pagination .nav-links .current:hover,
    .pagination .nav-links a:hover {
      border: 1px solid #E9374B;
      color: #ffffff;
      background-color: #E9374B; }
    .pagination .nav-links .current.prev, .pagination .nav-links .current.next,
    .pagination .nav-links a.prev,
    .pagination .nav-links a.next {
      line-height: 1;
      margin-right: 8px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      color: rgba(32, 75, 108, 0.5);
      font-family: "metropolis";
      font-size: 29px;
      font-weight: 700;
      border: 1px solid #ffffff;
      padding: 10px 15px; }
      .pagination .nav-links .current.prev span, .pagination .nav-links .current.next span,
      .pagination .nav-links a.prev span,
      .pagination .nav-links a.next span {
        color: #E9374B;
        background-color: transparent;
        margin-right: 0;
        font-size: 18px; }
      .pagination .nav-links .current.prev:hover, .pagination .nav-links .current.next:hover,
      .pagination .nav-links a.prev:hover,
      .pagination .nav-links a.next:hover {
        color: #ffffff;
        background-color: #E9374B; }
        .pagination .nav-links .current.prev:hover span, .pagination .nav-links .current.next:hover span,
        .pagination .nav-links a.prev:hover span,
        .pagination .nav-links a.next:hover span {
          color: #ffffff; }
    .pagination .nav-links .current.next .icon-arrow-short,
    .pagination .nav-links a.next .icon-arrow-short {
      margin-left: 10px; }
    .pagination .nav-links .current.prev .icon-arrow-short,
    .pagination .nav-links a.prev .icon-arrow-short {
      margin-right: 10px;
      transform-origin: center;
      transform: rotate(180deg); }
    .pagination .nav-links .current.current,
    .pagination .nav-links a.current {
      color: #ffffff;
      background-color: #E9374B; }
