.rich-text-field__text-width {
  max-width: 680px;
  padding: 0;
margin: 0 auto;
}
@media (min-width: 768px){
.rich-text-field__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
  .rich-text-field__meeting {
    margin-top: -16px;
  }
  .rich-text-field__text-width {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1150px){
  .rich-text-field__columns {
    display: grid;
    grid-template-columns: 1fr 632px;
    grid-gap: 30px;
  }
}
@media (min-width: 1500px){
  .rich-text-field__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.rich-text-field h1,
.rich-text-field h2,
.rich-text-field h3,
.rich-text-field h4,
.rich-text-field h5,
.rich-text-field h6,
.rich-text-field ol,
.rich-text-field ul {
    margin: 0 0 1.7rem;
}
.rich-text-field blockquote h5{
  margin: 0;
}
.rich-text-field h1{
  font-size: 36px;
    line-height: 1.25;
}

.rich-text-field h2{
    font-family: var(--ff-headings);
 font-size: 28px;
    font-weight: 700;
    line-height: 1.333;
}
.rich-text-field h3 {
  font-family: 'Noto Serif';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.rich-text-field h4{
    font-family: 'Noto Serif';
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
}
.rich-text-field p{ 
    font-family: 'Archivo';
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
  margin-bottom: 1.7rem;
}
.rich-text-field p strong{
  font-weight: 800;
}
.rich-text-field blockquote {
 margin-inline: 40px;
}
.rich-text-field blockquote p{
    font-family: 'Archivo';
  display: inline-block;
    margin-bottom: 0;
}
.rich-text-field blockquote:after {
 position: relative; 
}
.rich-text-field blockquote p strong{
font-size: 1.25rem;
}
.rich-text-field blockquote {
position: relative;
    border-left: 2px solid var(--clr-yellow);
    margin: 1.5rem 0;
    padding: .75rem 1rem .75rem 1.5rem;
}
}
.rich-text-field ul{
padding-left: 0;
  list-style-type: none;
}
.rich-text-field li{
  font-size: 18px;
  line-height: 24px;
}
.rich-text-field ul li{
  list-style-type: none;
  position: relative;
  padding-left: 28px;
}
.rich-text-field ul li::before{
	content: url('data:image/svg+xml,<svg width="16px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23c3b496" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  width: 16px;
  position:absolute;
  left: 0;
  top: 0;
/*   display: inline-block; */
}

.rich-text-field  ul[style="list-style-type: circle;"] li::before {
    content: "\f00c";
      font-family: 'Font Awesome 6 Pro';
    color: var(--clr-gold);
    font-weight: 800;
}
.rich-text-field  ul[style="list-style-type: square;"] {
  margin-left: 2rem;
}

ul[style="list-style-type: circle;"] li:has(> div) {
    margin-left: 2rem;
}


.rich-text-field ol li::marker{
color: var(--clr-gold);
  font-weight: 500;
  font-size: 1.2rem;
}

.rich-text-field ol.FA-counting {
    list-style-type: none;
    padding-left: 16px;
}

.rich-text-field ol.FA-counting li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
}


.rich-text-field .fa-icon-wrapper {
    display: flex; /* Use flexbox to align items in a row */
    align-items: center; /* Center-align the items vertically */
    justify-content: start; /* Align items to the start of the flex container */
    width: 20px; /* Adjust width to fit content */
    padding-right: 12px; /* Keep your padding to ensure space between the icon and text */
  
    color: var(--clr-gold);

}

.rich-text-field li strong{
display: inline-block;
}
.rich-text-field li p{
  margin-bottom: 0px;
}
.rich-text-field ul, .rich-text-field ol{
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.rich-text-field ul{
gap: 1.7rem;
}
.rich-text-field .fa-icon-wrapper .fa-dot {
    display: inline; /* Ensure dot is inline */   
    font-size: 2rem;
    line-height: 0;
    margin-bottom: 0.5rem;
          margin-top: 4px;
}
.rich-text-field .cta_button span{
    font-family: 'Archivo';
    font-size: 1rem;
    font-weight: 800;
}

.rich-text-field pre {
  margin: 0;
  padding-bottom: 5px;
}
.rich-text-field pre a{
background-color: var(--clr-yellow);
    border-radius: 4px;
    box-shadow: 4px 4px 1px var(--clr-black);
    color: #000;
    display: inline-block;
    font-weight: 700;
    max-width: max-content;
    padding: 1rem 1.2rem;
    text-decoration: none;
    width: auto;
}
.rich-text-field__image img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}
.rich-text-field p{
  font-size: 18px;
  line-height: 1.75rem;
}

@media (max-width: 768px){
   .rich-text-field img {
         margin-bottom: 5px;
  }
}

.rich-text-field table {
  border: none !important;
}
.rich-text-field table tr:first-of-type{
background-color: var(--clr-yellow);  
}
.rich-text-field table tr {
 border-bottom: 1px solid var(--clr-gold); 
}
.rich-text-field table td {
    font-weight: 600;
  padding: 7px !important;
}
.rich-text-field__text-width .hs-video-widget {
  padding-bottom: 1.875rem;
}
@media (max-width: 450px){
.rich-text-field__text img {
  width: 100% !important;
    margin: 0 auto 20px !important;
}

}
.rich-text-videos .hs_video_widget {
    border-radius: 5px;
    opacity: 0.61;
}



.rich-text-video .experts__image {
    width: 100%; 
    aspect-ratio: 1.8;
    position: relative;
   line-height: 0;
    margin: 0 auto;
      border-radius: 5px;
    overflow: hidden;
}

.rich-text-video .experts__images {
    overflow: hidden;
    z-index: 8;
    border-radius: 5px;
}

.rich-text-video .experts__image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27, 25, 22, 0.6);
    z-index: 1;
}

.rich-text-video .experts__picture {
    z-index: 0;
    position: absolute;
    text-align: center;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.rich-text-video .experts__play {
    z-index: 2;
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    width: 5rem;
}

.rich-text-video .experts__images:hover .experts__picture {
    -moz-transform: scale(1.2) rotate(0deg);
    -webkit-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.rich-text-video .hs-video-widget {
    display: none;
}

.rich-text-video .show-video img {
 display: none; 
}
.rich-text-video.show-video .hs-video-widget {
 display: block; 
      max-width: 100%;
    margin: 0 auto;
}




