.author-image {
  text-align: center;
  margin-bottom: 25px;
}
.author-image img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: solid 1px var(--neutral-300-c);
}

h2.author-name {
  margin-top: 15px;
}

h2.recent-posts-header {
  text-transform: capitalize;
}

.no-margin {
  margin: 0 !important;
}

/** Single Post Styles **/
#single-post .article-container {
  padding: 3rem 0 5rem;
}
#single-post .article-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #single-post .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#single-post .article-content .feature-img-contain {
  margin: 0 auto;
  width: 100%;
  padding: 0 !important;
}
#single-post .article-content .featured-image {
  position: relative;
  display: block;
}
#single-post .article-content .featured-image img {
  display: block;
  width: 100% !important;
  min-width: 100%;
  border-radius: 15px 15px 0 0;
}
#single-post .article-content .featured-image .bits {
  position: absolute;
  bottom: -35px;
  right: 20px;
}
#single-post .article-content .color-bg {
  background-color: var(--neutral-300-c);
}
#single-post .article-content .blog-content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #single-post .article-content .blog-content {
    padding: 25px;
  }
}
#single-post .article-content .entry-meta .categories,
#single-post .article-content .entry-meta .blog-title,
#single-post .article-content .entry-meta .post-meta {
  margin: 25px 0;
}
#single-post .article-content .entry-meta .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--neutral-500-w);
  font-weight: 400;
}
#single-post .article-content .entry-meta .post-meta div {
  padding: 0 20px;
  border-right: solid 1px var(--neutral-300-w);
}
#single-post .article-content .entry-meta .post-meta div:first-of-type {
  padding-left: 0;
}
#single-post .article-content .entry-meta .post-meta div:last-child {
  border-right: none;
}
#single-post .article-content .entry-meta .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
#single-post .article-content .entry-meta .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
#single-post .article-content .entry-meta .post-meta .author {
  display: flex;
  align-items: center;
  color: #000;
}
#single-post .article-content .entry-meta .post-meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
#single-post .article-content .content {
  margin-bottom: 50px;
}
#single-post .article-content .content p {
  color: #000;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.5px;
}
#single-post .article-content .content a {
  color: var(--primary-400);
}
#single-post .article-content .content h1,
#single-post .article-content .content h2,
#single-post .article-content .content h3,
#single-post .article-content .content h4,
#single-post .article-content .content h5,
#single-post .article-content .content h6 {
  color: var(--primary-700);
  font-weight: 400;
  margin: 25px 0;
}
#single-post .article-content .content ul,
#single-post .article-content .content ol {
  margin: 25px 0;
  padding-left: 20px;
}
#single-post .article-content .content ul li,
#single-post .article-content .content ol li {
  margin: 10px 10px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
#single-post .article-content .content img {
  width: 100%;
  max-width: 100%;
}
#single-post .article-content .author-block {
  padding: 25px 0;
  border-top: solid 1px var(--neutral-300-w);
  border-bottom: solid 1px var(--neutral-300-w);
}
#single-post .article-content .author-block .photo {
  margin-right: 20px;
}
#single-post .article-content .author-block .photo img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: solid 1px var(--primary-300);
}
#single-post .article-content .author-block .author-info {
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#single-post .article-content .author-block .author-info h5 {
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-700);
  margin-bottom: 2rem;
}
#single-post .article-content .author-block .author-info p {
  margin: 0;
  font-size: 14px;
  color: var(--neutral-500-w);
}
#single-post .article-content .author-block .author-info .posts-link {
  display: flex;
  align-items: center;
}
#single-post .article-content .post-footer-cta,
#single-post .article-content .prev-next-nav {
  margin-top: 25px;
  margin-bottom: 25px;
}
#single-post .article-content .post-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#single-post .article-content .post-nav a {
  max-width: 250px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--neutral-500-w);
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.42px;
  transition: all 0.3s ease-in-out;
}
#single-post .article-content .post-nav a:hover {
  color: var(--primary-300);
}
#single-post .article-content .post-nav a .post-nav__title {
  display: inline-block;
}
#single-post .article-content .post-nav a .post-nav__icon {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
#single-post .article-content .post-nav .post-nav__next {
  text-align: right;
}
#single-post .article-content .post-nav .post-nav__next .post-nav__icon {
  margin-left: 10px;
}
#single-post .related-resources {
  padding: 0 20px 0px 20px;
}
#single-post .related-resources h3 {
  font-size: 2.15rem;
  margin: 20px 0;
}
#single-post .related-resources .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 15px;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  margin-bottom: 20px;
  background: var(--Brand-Colors-Neutral-050-W, #FCFCF8);
}
#single-post .related-resources .card .meta {
  display: block;
  margin: 10px auto;
  font-size: 12px;
  color: #818181;
}
#single-post .related-resources .card .meta .author {
  display: flex;
  align-items: center;
  color: #000;
}
#single-post .related-resources .card .meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
  border: solid 1px var(--primary-300);
}
#single-post .related-resources .card .entry-image {
  width: 50%;
  min-width: 50%;
  height: auto;
  overflow: hidden;
}
#single-post .related-resources .card .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#single-post .related-resources .card .post-content p {
  font-size: 14px;
  color: #4A4A4A;
}
#single-post .related-resources .card h4 {
  font-size: 23px;
  margin: 10px 0;
}
#single-post .related-resources .card h4 a {
  color: #11314A;
  line-height: 1.25;
}
#single-post .sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 115px !important;
}
#single-post .sidebar-cta-wrapper {
  margin: 25px 30px;
}
#single-post .sidebar-cta-wrapper .cta img {
  width: 100%;
  max-width: 100%;
}
#single-post .latest-posts {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  margin: 0 30px;
  padding-bottom: 20px;
}
#single-post .latest-posts .header {
  background: var(--neutral-500-c);
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#single-post .latest-posts .header h4 {
  margin: 0;
  color: #fff;
}
#single-post .latest-posts .latest-posts-content {
  padding: 20px;
}
#single-post .latest-posts .latest-posts-content ul {
  padding-left: 0;
}
#single-post .latest-posts .latest-posts-content ul li {
  list-style: none;
  margin-bottom: 0.65rem;
}
#single-post .latest-posts .latest-posts-content ul li a {
  color: var(--Brand-Colors-Neutral-500-W, #666765);
  font-family: "Euclid Square";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/** Archive/Blog Homepage Styles **/
section#featured-posts {
  background: linear-gradient(180deg, var(--feature-color-background-neutral-inverse-secondary, #11314A) 0%, #0F1E33 39.61%);
  padding: 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
section#featured-posts .slider-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1250px) {
  section#featured-posts {
    max-height: none;
  }
}
section#featured-posts .container-fluid {
  max-width: 1220px;
}
@media all and (max-width: 1250px) {
  section#featured-posts .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#featured-posts .container-fluid .category-ribbon {
  background: var(--primary-300);
  max-width: 300px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
section#featured-posts .container-fluid .category-ribbon p {
  color: #fff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
section#featured-posts .container-fluid .category-ribbon p .category-name {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  section#featured-posts .copy {
    margin-bottom: 2rem;
  }
}
section#featured-posts .copy h2 {
  color: #fff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 2.15rem;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-size: 40px;
}
section#featured-posts .copy .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--neutral-500-w);
  font-weight: 400;
  margin: 25px 0;
}
section#featured-posts .copy .post-meta div {
  padding: 0 20px;
  border-right: solid 1px var(--neutral-300-w);
}
section#featured-posts .copy .post-meta div:first-of-type {
  padding-left: 0;
}
section#featured-posts .copy .post-meta div:last-child {
  border-right: none;
}
section#featured-posts .copy .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
section#featured-posts .copy .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
section#featured-posts .copy .post-meta .author {
  display: flex;
  align-items: center;
  color: #fff;
}
section#featured-posts .copy .post-meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
section#featured-posts .copy p {
  color: #FFF;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  margin: 25px 0;
}
section#featured-posts .copy p a {
  color: var(--primary-300);
}
section#featured-posts .copy .btn {
  border: solid 1px var(--primary-300);
  color: var(--primary-300);
  background: transparent;
  font-weight: 400;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section#featured-posts .copy .btn img {
  margin-left: 5px;
}
section#featured-posts .copy .btn:hover {
  background: var(--primary-600);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  section#featured-posts .featured-image {
    margin-top: 25px;
  }
}
section#featured-posts .featured-image img {
  border-radius: 10px;
  width: 100%;
}
section#featured-posts .slick-list {
  margin-bottom: 2.5rem;
}
section#featured-posts .slick-track {
  display: flex;
  margin-bottom: 25px;
}
section#featured-posts .slick-slide {
  display: flex;
  flex-direction: row;
  height: inherit;
}
@media all and (max-width: 768px) {
  section#featured-posts .slick-slide {
    flex-direction: column;
  }
}
section#featured-posts .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  section#featured-posts .slick-dots {
    justify-content: center;
    position: relative;
    bottom: 25px;
  }
}
section#featured-posts .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}
section#featured-posts .slick-dots li.slick-active button {
  background: var(--Primary-Primary-200, #4BD675);
  width: 100px;
}
@media screen and (max-width: 450px) {
  section#featured-posts .slick-dots li.slick-active button {
    width: 50px;
  }
}
section#featured-posts .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 46px;
  border: 3px solid var(--Primary-Primary-200, #4BD675);
  transition: all 0.3s ease-in-out;
}
section#featured-posts .slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

/** Blog Grid / Cards **/
section#posts-grid .container {
  max-width: 1220px !important;
  width: auto;
}
section#posts-grid h2 {
  text-align: center;
  text-transform: uppercase;
}
section#posts-grid h2 span {
  color: var(--primary-300);
}
@media screen and (max-width: 768px) {
  section#posts-grid h2 {
    margin: 25px 0;
  }
}
section#posts-grid .posts-grid-header {
  margin: 50px 0;
}
section#posts-grid .posts-grid-header .post-filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter {
  min-width: 300px;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter {
    min-width: 94%;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter label {
  color: #11314A;
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter label {
    text-align: center;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px var(--primary-700);
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
section#posts-grid .posts-grid-header .post-filters .filter select option {
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper {
    display: none;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper label {
  width: 100%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper label {
    text-align: center;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--neutral-050-w);
  border: solid 1px var(--primary-700);
  border-right: none;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li:first-of-type, section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li:last-of-type {
  border: 1px solid #0F2333;
  background: var(--Brand-Colors-Neutral-050-W, #FCFCF8);
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li a,
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li span.current,
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li span.dots {
  min-width: 45px;
  padding: 1rem;
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  text-decoration: none;
  text-align: center;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li a {
  transition: all 0.3s ease-in-out;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li a:hover {
  background: var(--primary-700);
  color: #fff;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper nav ul.page-numbers li span.current {
  background: var(--primary-700);
  color: #fff;
  display: block;
  padding: 1rem;
}
section#posts-grid .posts-grid .post-item {
  margin-bottom: 2rem;
}
section#posts-grid .posts-grid .card {
  border-radius: 6px;
  background: var(--neutral-050-w);
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
section#posts-grid .posts-grid .card .post-thumbnail {
  position: relative;
  overflow: hidden;
}
section#posts-grid .posts-grid .card .post-thumbnail .pill {
  position: absolute;
  top: 10px;
  left: 10px;
}
section#posts-grid .posts-grid .card .post-content h3 {
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
}
section#posts-grid .posts-grid .card .post-content h3 a {
  color: var(--primary-700);
}
section#posts-grid .posts-grid .card .post-content .post-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--neutral-500-w);
  font-weight: 400;
  margin: 25px 0;
}
section#posts-grid .posts-grid .card .post-content .post-meta div {
  padding: 0 8px;
}
section#posts-grid .posts-grid .card .post-content .post-meta div:first-of-type {
  padding-left: 0;
}
section#posts-grid .posts-grid .card .post-content .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
section#posts-grid .posts-grid .card .post-content .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
section#posts-grid .posts-grid .card .post-content .post-meta .author {
  display: flex;
  align-items: center;
}
section#posts-grid .posts-grid .card .post-content .post-meta .author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
section#posts-grid .posts-grid .card .post-content .post-meta .date {
  margin-left: auto;
}

.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}
.pagination-wrapper.pre-footer {
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.pagination-wrapper.pre-footer label {
  text-align: center;
}
.pagination-wrapper label {
  width: 100%;
  display: block;
  text-align: left;
  color: #11314A;
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  margin-bottom: 15px;
  display: block;
}
.pagination-wrapper nav ul.page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-wrapper nav ul.page-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--neutral-050-w);
  border: solid 1px var(--primary-700);
  border-right: none;
}
.pagination-wrapper nav ul.page-numbers li:first-of-type, .pagination-wrapper nav ul.page-numbers li:last-of-type {
  border: 1px solid #0F2333;
  background: var(--Brand-Colors-Neutral-050-W, #FCFCF8);
}
.pagination-wrapper nav ul.page-numbers li:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
.pagination-wrapper nav ul.page-numbers li:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
.pagination-wrapper nav ul.page-numbers li a,
.pagination-wrapper nav ul.page-numbers li span.current,
.pagination-wrapper nav ul.page-numbers li span.dots {
  min-width: 45px;
  padding: 1rem;
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  text-decoration: none;
  text-align: center;
}
.pagination-wrapper nav ul.page-numbers li a {
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper nav ul.page-numbers li a:hover {
  background: var(--primary-700);
  color: #fff;
}
.pagination-wrapper nav ul.page-numbers li span.current {
  background: var(--primary-700);
  color: #fff;
  display: block;
  padding: 1rem;
}