.resource-meta-container {
    font-size: 15px;
    line-height: 1.2;
    color: #06185f;
}
.resource-meta-type::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #085ce5;
    border-radius: 99em;
}
.back-navigation a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.21px;
    color: #06185f;
}
.back-navigation a::before {
    content: url("https://11621.fs1.hubspotusercontent-na1.net/hubfs/11621/JHW-01/Icons/arrow%20(7).svg");
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-navigation a:hover::before {
    left: -2px;
}
body .resource-individual-section h1 {
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    text-wrap: balance;
}
body .resource-individual-section h2.intro {
    color: #06185f;
    font-family: financierDisplay, serif;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.2;
    text-wrap: balance; 
}
body .resource-individual-section h2 {
   font-size: 1.7em;
   text-wrap: pretty;
}
body .resource-individual-section h3 {
   font-size: 1.7em;
   text-wrap: pretty;
}
body .resource-individual-section h4 {
   font-size: 1.5em;
   text-wrap: pretty;
}
body .resource-individual-section h5 {
   font-size: 1.6em;
   text-wrap: pretty;
}
body .resource-individual-section blockquote {
    background-color: rgb(100 149 237 / 7%);
    margin: 2em auto;
    padding: 2em 1.5em;
    position: relative;
    border-radius: 8px;
    text-align: center;
    text-wrap: balance;
}
body .resource-individual-section blockquote p {
    font-family: 'FinancierDisplay';
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.3;
}
em {
  font-style: italic;
}

.media-container .media-inner{
    width: 100%;
/*     min-height: 400px;  */
    border-radius: 10px;
    overflow: hidden;
}
.media-container .media-inner img {
  display: block;
    width: 100%;
}

.media-container-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    box-shadow: 5px 5px 120px 209px rgb(11 66 255 / 90%);
    border-radius: 99em;
}
.media-container-play-btn {
    position: absolute;
    bottom: 35px;
    left: 35px;
}
.media-container .thumbnail-image {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
}
/* .media-container .thumbnail-image img {
    object-fit: cover;
    display: block;
    object-position: 50% 50%;
    width: 100% !important;
    height: 100% !important;
} */
.resource-individual-section .body-content h5 {
    margin-bottom: 14px;
}
.resource-individual-section .main-cta {
    border-top: 1px solid #76dcfd;
    border-bottom: 1px solid #76dcfd;
    margin-top: 50px;
    padding-top: 55px;
    padding-bottom: 55px;
}
.social-share-wrapper a {
    display: block;
}
.social-share-wrapper .fill-warm-ivory, 
.social-share-wrapper .fill-blue {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-share-wrapper a:hover .fill-blue {
    fill: #085CE5;
}
.social-share-wrapper a:hover .fill-warm-ivory {
    fill: #fefdf8 !important;
}
.sticky-social {
    top: 150px;
}
@media print {
    .global-search-modal-super {
        display: none;
    }
}
.resource-individual-section .topics-title, .resource-individual-section .related-resources-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #06185f;
}
.chip {
    margin-bottom: 15px;
    padding-right: 8px;
}
.chip a {
    border-radius: 99em;
    border: solid 1px #085ce5;
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.chip a:hover {
    background: #085ce5;
    color: #fefdf8;
}
@media (max-width: 766px) {
    .media-container .media-inner {
/*         height: 280px; */
    }
    body .resource-individual-section h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: -0.25px;
    }
}
@media (max-width: 464px) {
    .media-container .media-inner {
/*         height: 230px; */
    }
}

img#wistia-thumbnail-img {
  height:100%;
}



.accordion {
  width: 100%;
  margin: 20px auto;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  color: #000;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
  background: none;
  font-weight: 600;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}

.accordion-content p {
  margin: 15px 0;
}

.transcript-wrap {
  background-color: #F7F6F2;