/* VARIABLES */
/* Media Queries */
.entry-header {
  text-align: center;
  margin: 0 auto;
}
.entry-header .entry-title {
  font-weight: 500;
}
.entry-header a {
  text-decoration: none;
  color: #000F17;
}
.entry-header .blog-header-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #006963;
  padding: 1rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
.entry-header .blog-header-nav .blog-header-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.entry-header .blog-header-nav .blog-header-share .social-link {
  display: flex;
  height: 1.5em;
}
.entry-header .blog-header-nav .blog-header-share .social-link img {
  height: 100%;
}
.entry-header .blog-header-nav .blog-header-share .small-heading {
  margin-bottom: 0;
}
.entry-header .blog-header-nav .blog-header-next-article {
  display: flex;
  align-items: center;
}
.entry-header .blog-header-nav .blog-header-next-article .next-article {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.entry-header .blog-header-nav .blog-header-next-article .next-article:after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.033 11.3921C27.2283 11.1969 27.2283 10.8803 27.033 10.685L23.851 7.50304C23.6558 7.30778 23.3392 7.30778 23.1439 7.50304C22.9487 7.6983 22.9487 8.01489 23.1439 8.21015L25.9724 11.0386L23.1439 13.867C22.9487 14.0623 22.9487 14.3788 23.1439 14.5741C23.3392 14.7694 23.6558 14.7694 23.851 14.5741L27.033 11.3921ZM0.797119 11.5386L26.6795 11.5386L26.6795 10.5386L0.797119 10.5386L0.797119 11.5386Z" fill="%23000F17"/><circle cx="24.7383" cy="11.0386" r="10.5" stroke="%23000F17"/></svg>');
  background-size: 40px;
  width: 40px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 20px;
  stroke: #000F17;
}

@media only screen and (max-width: 375px) {
  .post {
    padding: 0 5px;
  }
}

.entry-content {
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .entry-content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 667px) {
  .entry-content {
    padding: 0;
  }
}
.entry-content .post-thumbnail {
  padding-bottom: 2rem;
}
.entry-content .small-heading {
  font-size: 18px;
  color: #006963;
  background-color: #D8EBEA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin-bottom: 15px;
}
.entry-content p {
  padding: 0;
}

.entry-footer .blog-footer-inner {
  border-top: 2px solid #006963;
  padding: 2rem 0 1rem;
  max-width: 1300px;
  margin: 0 auto;
}
.entry-footer .blog-footer-inner .post-navigation {
  margin: 0;
}
.entry-footer .blog-footer-inner .post-navigation .nav-links {
  justify-content: space-between;
}
.entry-footer .blog-footer-inner .post-navigation .nav-links a {
  color: #000F17;
}
.entry-footer .blog-footer-inner .post-navigation .nav-links .nav-next {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  color: #000F17;
  margin-left: auto;
}
.entry-footer .blog-footer-inner .post-navigation .nav-links .nav-next:after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.033 11.3921C27.2283 11.1969 27.2283 10.8803 27.033 10.685L23.851 7.50304C23.6558 7.30778 23.3392 7.30778 23.1439 7.50304C22.9487 7.6983 22.9487 8.01489 23.1439 8.21015L25.9724 11.0386L23.1439 13.867C22.9487 14.0623 22.9487 14.3788 23.1439 14.5741C23.3392 14.7694 23.6558 14.7694 23.851 14.5741L27.033 11.3921ZM0.797119 11.5386L26.6795 11.5386L26.6795 10.5386L0.797119 10.5386L0.797119 11.5386Z" fill="%23000F17"/><circle cx="24.7383" cy="11.0386" r="10.5" stroke="%23000F17"/></svg>');
  background-size: 40px;
  width: 40px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 20px;
}
@media only screen and (max-width: 375px) {
  .entry-footer .blog-footer-inner .post-navigation .nav-links .nav-next {
    flex: 0 1 auto;
  }
}
.entry-footer .blog-footer-inner .post-navigation .nav-links .nav-previous {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  color: #000F17;
  margin-right: auto;
}
.entry-footer .blog-footer-inner .post-navigation .nav-links .nav-previous:before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf-8,<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.39251 10.685C9.19725 10.8803 9.19725 11.1969 9.39251 11.3921L12.5745 14.5741C12.7698 14.7694 13.0863 14.7694 13.2816 14.5741C13.4769 14.3788 13.4769 14.0623 13.2816 13.867L10.4532 11.0386L13.2816 8.21015C13.4769 8.01488 13.4769 7.6983 13.2816 7.50304C13.0863 7.30778 12.7698 7.30778 12.5745 7.50304L9.39251 10.685ZM35.6284 10.5386L9.74607 10.5386L9.74607 11.5386L35.6284 11.5386V10.5386Z" fill="%23000F17"/><circle cx="11.6873" cy="11.0386" r="10.5" transform="rotate(-180 11.6873 11.0386)" stroke="%23000F17"/></svg>');
  background-size: 40px;
  width: 40px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width: 375px) {
  .entry-footer .blog-footer-inner .post-navigation .nav-links .nav-previous {
    flex: 0 1 auto;
  }
}