.blog-post-image-wrapper {
  width: 100%;
  padding: 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 760px) {
  .blog-post-image-wrapper {
    padding: 0;
  }
}

.blog-post-image {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  max-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-post-intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.blog-post-intro-wrapper {
  width: 100%;
  max-width: 780px;
  padding: 45px 30px 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 760px) {
  .blog-post-intro-wrapper {
    padding: 30px 30px 0;
  }
}

.blog-post-intro .blog-post-title {
  width: 100%;
  padding: 0 0 30px;
  margin: 0 0 25px;
  font-family: urw-din-condensed, sans-serif;
  color: #0A2447;
  line-height: 1;
  text-transform: uppercase;
  font-size: 55px;
  border-bottom: 1px solid #D0D7E8;
}

@media only screen and (max-width: 760px) {
  .blog-post-intro .blog-post-title {
    font-size: 45px;
  }
}

.blog-post-intro .blog-post-intro-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.blog-post-intro .details-line {
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: #D0D7E8;
}

.blog-post-intro .blog-post-tag {
  padding: 5px 0 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0590D5;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  transition: all 250ms;
}

.blog-post-intro .blog-post-tag a {
  text-decoration: none;
}

.blog-post-intro .blog-post-tag:hover {
  color: #0070A8;
}

.blog-post-intro .blog-post-detail-wrapper {
  padding: 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #7E8BA8;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.blog-post-page {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.blog-post-page .blog-post-wrapper {
  width: 100%;
  max-width: 780px;
  padding: 45px 30px 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 760px) {
  .blog-post-page .blog-post-wrapper {
    padding: 30px 30px 0;
  }
}

.blog-post-page .blog-post-title {
  width: 100%;
  padding: 0 0 30px;
  font-family: urw-din-condensed, sans-serif;
  color: #0A2447;
  line-height: 1;
  text-transform: uppercase;
  font-size: 55px;
}

.blog-post-page .wp-block-image {
  margin: 20px 0 40px;
}

.blog-post-page .wp-block-image figure {
  margin: 0 auto;
}

.blog-post-page .wp-block-image figure img {
  margin: 0;
  padding: 0;
}

.wp-block-video {
  margin: 20px 0 40px;
}

.blog-post-page p,
.blog-post-page h4,
.blog-post-page h5 {
  width: 100%;
  padding: 0 0 30px;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.blog-post-page h4,
.blog-post-page h5 {
  font-weight: 700;
  padding: 10px 0 10px;
}

.blog-post-page p.footer {
  width: 100%;
  padding: 0 0 20px;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}

.blog-post-page h2 {
  width: 100%;
  padding: 0 0 30px;
  color: #0590D5;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 200;
}

@media only screen and (max-width: 760px) {
  .blog-post-page h2 {
    font-size: 32px;
  }
}

.blog-post-page h3 {
  width: 100%;
  padding: 10px 0 10px;
  color: #0590D5;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}

.blog-post-page ul,
.blog-post-page ol {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 16px;
}

.blog-post-page ul li,
.blog-post-page ol li {
  width: 100%;
  padding: 0 0 5px 0;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.blog-post-page ul li:last-child,
.blog-post-page ol li:last-child {
  padding: 0;
}

.blog-post-page ul ul ,
.blog-post-page ol ol {
  width: 100%;
  margin: 0;
  padding: 0 0 5px 18px;
}

.blog-post-page figcaption {
  display: block !important;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 13px;
  border-bottom: 1px solid #D0D7E8;
  text-align: center;
}

.blog-post-page .wp-block-quote {
  margin: 20px 0 40px -60px;
  width: calc(100% + 120px);
  padding: 60px;
  background-color: #F4F6FC;
  border-radius: 10px;
}

@media only screen and (max-width: 900px) {
  .blog-post-page .wp-block-quote {
    width: calc(100vw - 60px);
    position: relative;
    left: 50%;
    margin-left: calc(((100vw - 60px)/2) * -1);
  }
}

.blog-post-page .wp-block-quote p {
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.blog-post-page .wp-block-quote cite {
  position: relative;
  color: #535E79;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* BLOG TAGS */

.blog-post-page .blog-gry-tags-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 20px 0 40px;
  border-top: 1px solid #D0D7E8;
}

.blog-post-page .blog-gry-tag {
  padding: 5px 10px 5px 0;
}

.blog-post-page .blog-gry-tag a {
  display: block;
  padding: 8px 12px;
  background-color: #F4F6FC;
  color: #0A2447;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  font-size: 12px;
  border-radius: 5px;
  transition: all 250ms;
}

.blog-post-page .blog-gry-tag a:hover {
  padding: 8px 12px;
  background-color: #D0D7E8;
}

/* Horizontal Rule */
.wp-block-separator {
  border-bottom: none;
  border-color: #D0D7E8;
  border-width: 1px;
  background: none;
}

/* Blog Post CTA */
.blog-post-page .blog-post-cta-container {
  margin: 20px 0 40px -60px;
  width: calc(100% + 120px);
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .blog-post-page .blog-post-cta-container {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: calc(50vw * -1);
    border-radius: 0;
    overflow: auto;
  }
}

.blog-post-page .blog-post-cta-inner {
  padding: 60px;
}

.blog-post-cta-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-post-page .blog-post-cta-container h2,
.blog-post-page .blog-post-cta-container h3 {
  text-align: center;
  padding: 0 30px 30px;
}

.blog-post-page .blog-post-cta-container .light-primary-gradient-grain h2,
.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h2,
.blog-post-page .blog-post-cta-container .light-primary-gradient-grain h3,
.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h3 {
  color: #fff;
}

.blog-post-page .blog-post-cta-container .light-primary-gradient-grain h2 a,
.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h2 a,
.blog-post-page .blog-post-cta-container .light-primary-gradient-grain h3 a,
.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h3 a {
  text-decoration: none;
  box-shadow: 0 6px 0px -4px #fff;
}

.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h2 a:hover,
.blog-post-page .blog-post-cta-container .secondary-dark-gradient-grain h3 a:hover {
  color: #0590D5;
  box-shadow: 0 6px 0px -4px #0590D5;
}

/* Video */

.blog-video-wrapper {
    overflow: hidden;
    box-shadow: rgb(5, 144, 213, .15) 0px 0px 40px;
    margin: 20px 0 40px;
}

.blog-video-wrapper .jw-wrapper {
	background-color: transparent;
}
