.views-exposed-form {
  width: 100%;
  height: 100%;
  background-color: #edf2f7;
  padding: 2rem;
  /* .js-form-submit {
    box-sizing: border-box;
    appearance: none;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    font-size: inherit;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    width: 100%;
    max-width: 10rem;
    align-items: center;
    justify-content: space-evenly;
    outline: 0;
    user-select: none;
    cursor: pointer;
    border-width: 3px;
    border-style: solid;
    color: #ffffff;
    background-color: #667eea;
    border-color: #667eea;
    margin: 20px auto 0;
  } */
}
.views-exposed-form legend {
  color: #718096;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
  font-weight: bold;
  text-decoration: none;
  word-spacing: 500px;
}
.views-exposed-form .form-checkboxes {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .views-exposed-form .form-checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.views-exposed-form .form-checkboxes .js-form-item {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .views-exposed-form .form-checkboxes .js-form-item {
    margin-right: 10px;
  }
}
.views-exposed-form .form-checkboxes .js-form-item input {
  display: none;
}
.views-exposed-form .form-checkboxes .js-form-item label {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition: color 250ms ease, background-color 250ms ease;
  background-color: #e2e8f0;
  color: #718096;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 993px) {
  .views-exposed-form .form-checkboxes .js-form-item label:hover {
    color: #e2e8f0;
    background-color: #718096;
  }
}
.views-exposed-form .form-checkboxes .js-form-item.highlight label {
  font-weight: bold;
  background-color: #b8c2cf;
}

.all-blog-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px 0;
  padding: 0 15px;
}
.all-blog-posts .views-row {
  flex-basis: 100%;
  /* flex-basis: calc(50% - 7.5px); */
  /* @include media('<=tablet') {
    flex-basis: 100%;
  } */
}
@media (max-width: 768px) {
  .all-blog-posts .views-row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .all-blog-posts .views-row {
    max-width: 100%;
  }
}
.all-blog-posts .views-row .blog-post-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
  border-left: 5px solid #febf32;
  border-left: 5px solid var(--blog_side_color);
  border-radius: 0px;
  border-radius: var(--border_radius);
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .all-blog-posts .views-row .blog-post-view {
    flex-direction: column;
  }
}
.all-blog-posts .views-row .blog-post-view__left {
  width: 40%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .all-blog-posts .views-row .blog-post-view__left {
    width: 100%;
  }
}
.all-blog-posts .views-row .blog-post-view__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  width: 60%;
}
@media (max-width: 768px) {
  .all-blog-posts .views-row .blog-post-view__right {
    width: 100%;
  }
}
.all-blog-posts .views-row .blog-post-view__full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
.all-blog-posts .views-row .blog-post-view .title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: bold;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  color: #2d3748;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.all-blog-posts .views-row .blog-post-view .title a {
  color: #000000;
  text-decoration: none;
}
.all-blog-posts .views-row .blog-post-view .title a:hover {
  text-decoration: underline;
}
.all-blog-posts .views-row .blog-post-view .authoring-information {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .all-blog-posts .views-row .blog-post-view .authoring-information {
    padding-bottom: 10px;
  }
}
.all-blog-posts .views-row .blog-post-view .authoring-information .tags ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.all-blog-posts .views-row .blog-post-view .authoring-information .tags ul li {
  box-sizing: border-box;
  margin: 5px;
  min-width: 0;
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition: all 250ms ease;
  background-color: #e2e8f0;
  color: #718096;
}
.all-blog-posts .views-row .blog-post-view .authoring-information .tags ul li:hover {
  color: #e2e8f0;
  background-color: #718096;
}
.all-blog-posts .views-row .blog-post-view .authoring-information .tags ul li a {
  color: #000000;
  text-decoration: none;
}
.all-blog-posts .views-row .blog-post-view .authoring-information .author {
  color: #718096;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 993px) {
  .all-blog-posts .views-row .blog-post-view .authoring-information .author:hover {
    text-decoration: underline;
  }
}
.all-blog-posts .views-row .blog-post-view .authoring-information .date {
  color: #a0aec0;
  font-size: 12px;
}
.all-blog-posts nav[role=navigation] {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}
.all-blog-posts nav[role=navigation] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
.all-blog-posts nav[role=navigation] ul li {
  margin: 3px;
  min-width: 10px;
}
@media (max-width: 768px) {
  .all-blog-posts nav[role=navigation] ul li {
    font-size: 1.2rem;
  }
}
.all-blog-posts nav[role=navigation] ul li a {
  color: #000000;
  text-decoration: none;
  padding: 2px 10px;
}
.all-blog-posts nav[role=navigation] ul li.is-active a {
  color: #ffffff;
  background-color: #718096;
}
@media (min-width: 993px) {
  .all-blog-posts nav[role=navigation] ul li:hover a {
    color: #ffffff;
    background-color: #718096;
  }
}
