.blog-landing-page {
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
}
.blog-landing-page ul {
  font-size: 1.5rem;
}
.blog-landing-page ul.pipe-separated-list li {
  margin-right: 0;
}
.blog-landing-page li a {
  font-weight: 600;
  text-decoration: none;
}
.blog-landing-page li a:hover {
  text-decoration: underline;
}
.blog-landing-page .blog-item {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: transparent;
  border-color: transparent;
}
.blog-item > a {
  height: 100%;
  position: relative;
}

.blog-item > div.blog-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2e2e2e;
  background: #fff;
  height: 100%;
  position: relative;
  text-decoration: none;
  border-radius: 1rem;
  border: 4px solid #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  transition: background-color .3s;
  margin-left: auto;
  margin-right: auto;
}
.blog-item > div.blog-item-wrapper:hover {
  text-decoration: none;
}
.blog-item-caption {
  font-size: 1rem;
  padding: 24px;
}
.blog-item-caption p {
  margin-bottom: 0;
}
.blog-item > div.blog-item-wrapper h2,
.blog-item > div.blog-item-wrapper h3 {
  font-size: 1.30rem;
  font-weight: 700;
  color: #032f4a;
  margin-bottom: 0.5rem;
}
.blog-item > div.blog-item-wrapper h2 a,
.blog-item > div.blog-item-wrapper h3 a {
  text-decoration: none;
}
.blog-item > div.blog-item-wrapper h2 a:hover,
.blog-item > div.blog-item-wrapper h3 a:hover {
  text-decoration: underline;
}
.blog-item-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
}
.blog-item-image::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg-umbrella-greyscale-10.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  left: 0;
	top:0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.blog-item > .blog-item-image img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.blog-item > .blog-item-image img:hover {
  transform: scale(1.05);
}
.blog-item-caption .card-footer {
  background-color: #fff;
  border: 0;
}
.share-buttons svg {
  fill: #767676;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
}
.share-buttons svg.linkedin {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 2px;
}
.share-buttons a:hover svg {
  fill: #032f4a;
}
.share-buttons a {
  text-decoration: none;
}

/* --------------- Blog Carousel --------------- */

.blog-carousel-wrapper {
  padding: 3rem 2rem 1rem 2rem;
  background: url('../images/bg-swoop-lines.svg') no-repeat center center, linear-gradient(to left, rgba(31, 37, 43, 1), rgba(14, 47, 74, 5));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.blog-carousel {
	position: relative;
}
.blog-carousel-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.blog-carousel .slick-slide {
  height: auto;
  margin: 0 15px;
}
.blog-carousel .slick-track {
	padding:1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.blog-carousel .slick-slide {
    height: auto;
    margin:0 15px;
}
.blog-carousel .blog-item {
	padding:0;
}

/* --------------- BreadCrumbs --------------- */
#breadcrumbs {
  font-size: 0.875rem; /* 14px */
  padding: 8px 15px;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background-color: #f1f1f1;
}
#breadcrumbs a {
  color: #032f4a;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
.blog-post .post-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #032f4a;
  padding-bottom: .25rem;
}
.blog-post .post-details {
  font-size: 1rem;
  color: #767676;
}
.post-date, .post-category {
  color: #767676;
  font-weight: 600;
  font-size: 1rem;
}
.blog-post .post-teaser {
  margin-bottom: 1.5rem;
}
.blog-post .post-teaser img {
  border-radius: 1rem;
}
.page-content .read-more {
  text-align: right;
  font-weight: 700;
}
.page-content .read-more svg {
  display: none;
}
.blog-category-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #032f4a;
  margin-bottom: 1.5rem;
}
.share-buttons h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 6px;
}
/* --------------- Sidebar --------------- */
.sidebar .child-nav {
  background-color: #0e2f4a;
  color: #fff;
  padding: 20px;
  border-radius: 1rem;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.sidebar .child-nav-categories {
  background-color: #007749;
}
.sidebar .child-nav h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.sidebar .child-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .child-nav a {
  color: #fff;
  display: block;
  padding: .25rem 20px;
  margin-left: -20px;
  margin-right: -20px;
  text-decoration: none
}
.sidebar .child-nav a:hover {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.2);
}
/* Horizontal Top - Categories */
.child-nav .horizontal-nav-categories {
  background-color: #032f4a;
  color: #fff;
}
.child-nav .horizontal-nav-categories h2 {
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.child-nav .horizontal-nav-categories a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.child-nav .horizontal-nav-categories a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: underline;
}
.child-nav .horizontal-nav-categories a:focus {
  outline-color: #032f4a;
}
.horizontal-nav-categories ul {
  list-style: none;
  margin: 0 0 .75rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  background-color: #f1f1f1;
  padding: 12px 0px 0px;
  font-size: 0.875rem;
  justify-content: flex-start;
}
.horizontal-nav-categories ul a {
  text-decoration: none;
}
.horizontal-nav-categories ul a:hover {
  text-decoration: underline;
}
.horizontal-nav-categories ul.pipe-separated-list li {
  border-right: none;
}
/* Sidebar - Tags */
.sb-tag-cloud {
  background-color: #f1f1f1;
  color: #0e2f4a;
  padding: 20px;
  border-radius: 1rem;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.sb-tag-cloud h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e2f4a;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px 8px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sb-tag-cloud ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sb-tag-cloud li {
  display: inline;
}
.sb-tag-cloud a {
  color: #0e2f4a;
  text-decoration: none;
}
.sb-tag-cloud a:hover {
  text-decoration: underline;
}
/* Blog Pagination */
.blog-pagination {
  margin-bottom: 30px;
}
.blog-pagination a, .blog-pagination strong {
  display: inline-block;
  background-color: #032f4a;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: .375rem 0.75rem !important;
  margin: 0 0 6px 0;
  border: 2px solid transparent;
  border-radius: .25rem;
}
.blog-pagination a:hover, .blog-pagination strong {
  color: #2e2e2e;
  font-weight: 700;
  cursor: default;
  border-color: #032f4a;
  background-color: #fff;
}
.pagination-details {
  margin-left: auto;
  font-size: 0.875rem; /* 14px */
  color: #767676;
}
/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */
@media (min-width: 576px) {}
/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */
@media (min-width: 768px) {
  .blog-landing-page .blog-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-summary .post-teaser {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blog-landing-page .blog-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}