.slick-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    position: absolute;
    bottom: 40px;
    align-items: center;
  }
  
  .slick-dots li {
    margin: 0 7px;
    line-height: 0;
  }
  
  .slick-dots li button {
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
    font-size: 0;
  }
  
  .slick-dots .slick-active button {
    background: #fff;
  }
  
  .slick--optionset--slideshow .slide .field--name-field-body {
    position: absolute;
    bottom: 80px;
    margin: 0 5%;
    max-width: 70%;
    width: 100%;
    color: #fff;
    z-index: 100;
  }

  /* blog */
  .taxonomy-goals .views-field-field-goals a,
  .publish-date {
    text-align: center;
    width: 100%;
    font-size: 1.25em;
  }
  .taxonomy-goals .view-content {
    display: block !important;
  }

  /* staff */
  .view-people .chunk__content img {
    border-radius: 100%;
    object-fit: cover;
    max-width: 450px;
    width: 100%;
  }
  .view-display-id-staff img {
    border-radius: 100%;
    object-fit: cover;
    max-width: 150px;
  }
  .view-blogs #edit-field-month-value {
    display: none;
  }

  /* sidebar */
  .node--type-blog #sidebar-right .block {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .taxonomy-goals .views-field-field-goals,
  .related-posts .view-content {
    border: 1px solid #CBCBCB;
    padding: 1.5em;
    margin-bottom: 2rem;
  }
  .taxonomy-goals .views-field.views-field-field-goals .views-label {
    font-size: 2.5em;
    font-family: Rubik-Black,sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .related-posts .view-content .views-row .views-field.views-field-nothing {
    display: none;
  }
  .related-posts .view-content .views-row:first-child .views-field.views-field-nothing {
    display: block;
  }
