/* Blog Container */

.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}


/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0;
}

.blog-navigation__search form {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  
    margin-left: auto;
  
  max-width: 360px;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }
/*   .blog-post__image-wrapper {
    height: 250px!important;
  } */
  .dnd_area-row-1-padding {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .row-fluid-wrapper .row-depth-1 .row-number-3 .dnd_area-row-2-padding .dnd-section .dnd_area-row-2-vertical-alignment {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
#hs_editor_style.dnd_area-row-2-padding {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog-index-header .content-wrapper {
    padding: 20px 20px 50px 20px!important;
}
  .blog-post__author {
    display: flex;
    align-items: center;
}
  .blog-post__author-about {
    text-align: center;
  }
  .blog-post__author-background{
  display: flex;
  background-color: #f7f7f7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
  .blog-author__name {
    color: inherit;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
  .blog-index--2-col__post-content {
    display: flex;
    flex-direction: column;
    min-height: 375px;
    padding: 18px;
}
  .blog-post__social-sharing {
    text-align: center;
  }
  .blog-post__social-sharing .social-links{
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .blog-header.container {
    display: none!important;
  }
  .blog-author {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
  .blog-updated-published-date {
    padding-left: 0px!important;
    padding-bottom: 0px!important;
}
  .blog-reviewedby {
    padding-left: 0px!important;
}
  
}

/* @media (max-width: 480px) {
  .blog-post__image-wrapper {
    height: 130px!important;
  }
} */

.blog-navigation__search form label {
  width: 100%;
}


.blog-navigation__search form:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 25px;
}


.blog-navigation__search form input.hs-search-field__input {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  
    padding: 0.75rem 2.25rem;
    width: 100% !important;
  
}



.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border-color: #d0d0d0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* prettier-ignore */
.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-navigation__search form button {
  margin-bottom: 0;
}

.blog-index__subheader {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}

.author-social-links,
.blog-post__author__sharing {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  background-color: #0d2959!important;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a svg,
.blog-post__author__sharing a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border: 1px solid #cbe8f8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  margin: 75px 0;
  transition: box-shadow 0.3s;
}

.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image-wrapper {
  flex-shrink: 0;
  position: relative;
  width: 50%;
}

.blog-index__post-image {
  border-radius: 10px 0 0 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__post-image-wrapper,
  .blog-index__post-image {
    display: block;
    height: auto;
    position: static;
  }
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }

  .blog-index__post-image-wrapper {
    display: block;
    height: 175px;
    width: 100%;
  }

  .blog-index__post-image {
    border-radius: 10px 10px 0 0;
  }
}

.blog-index__post-content {
  padding: 25px 25px;
}

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}

.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  color: #0d2959!important;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  color: #0d2959;
  font-weight: 800;
  text-decoration: underline;
}

.blog-index__post__date {
  margin: 0 0 1rem;
}

.blog-author {
  align-items: center;
  text-align: center;
  display: flex;
}

.blog-author__image {
  border-radius: 50%;
  height: 70px;
/*   margin-right: 20px; */
  overflow: hidden;
  width: 70px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
  padding-top: 10px;
}

h6.blog-author__name {
  margin-block-end: 10px!important;
  margin-block-start: 10px!important;
}

.blog-tags {
  font-weight: 300!important;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-tag {
  color: #133d87!important;
}

.blog-tag:hover {
  color: #133d87!important;
  font-weight: 300!important;
  text-decoration: underline;
}

.blog-tag:after {
  content: ',';
}
.blog-tag:last-child:after {
  content: '';
}

.blog-summary {
  flex-grow: 1;
  margin: 15px 0;
}

.blog-pagination {
  margin: 50px 0;
  text-align: center;
}

.blog-pagination__link {
  color: #0D2959;
  letter-spacing: 1.6px;
  margin: 0 3px;
  padding: 7px;
}

.blog-pagination__link--active {
  color: #fff!important;
  background-color: #133d87!important;
  border-radius: 4px;
}

.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled {
  color: #d0d0d0;
  cursor: default;
  pointer-events: none;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-index--2-col__post {
  border-radius: 10px;
  border: 1px solid #cbe8f8;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  margin: 35px 0;
  overflow: hidden;
  transition: box-shadow 0.3s;
  width: calc(50% - 50px);
}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }

  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image-wrapper {
  display: block;
  height: 175px;
  width: 100%;
}

.blog-index--2-col__post-image {
  border-radius: 10px 10px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index--2-col__post-image-wrapper,
  .blog-index--2-col__post-image {
    height: auto;
  }
}

.blog-index--2-col__post-content {
  display: flex;
  flex-direction: column;
  min-height: 375px;
  padding: 10px 40px 50px;
}

.blog-index--2-col__post-content__title a {
  color: inherit;
  text-decoration: none;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 25px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
/*     padding: 10px 20px!important; */
  }
}

.blog-post__tag {
  color: #133d87!important;
  font-weight: 300!important;
  text-decoration: none;
  line-height: 1.5;
}

.blog-post__tag:after {
  content: ',';
}

.blog-post__tag:last-child:after {
  content: '';
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
}
.blog-updated-published-date {
  padding-left: 0px;
  padding-bottom: 0px;
}
.blog-reviewedby {
  padding-left: 20px;
  padding-bottom: 0px;
}

.blog-post__image-wrapper {
  height: auto;
  margin: 35px 0 0 0;
  position: relative;
  width: 100%;
}

.blog-post__image {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-post__image-wrapper,
  .blog-post__image {
    height: auto;
  }
}

.blog-post__body {
  line-height: 24px;
  color: black!important;
}

.blog-post__body p {
  line-height: 24px;
  color: black!important;
}

.blog-post__body a {
  color:#133d87!important;
}

.blog-post__body a:hover {
  color:#0d2959!important;
}
.blog-post__body img {
 
  width: 100%!important; /* By default, images will take up 100% of their container width */
  max-width: 800px!important; /* Limit images to a maximum width of 800px */
  min-width: 150px!important; /* Ensure images are at least 150px wide */
  height: auto!important; /* Automatically adjust the height to maintain aspect ratio */
}



hr.blog-post__divider {
  border-bottom-width: 2px;
  margin: 100px -100px;
}

.blog-post__author {
  display: flex;
  margin: 75px 0;
  padding: 0 100px;
}
.blog-post__author-background{
  display: flex;
  background-color: #f7f7f7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    flex-direction: column;
    margin: 10px 0;
    padding: 0;
  }
}

.blog-post__author__image {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to {
  background-position: 20px;
  background-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 50px;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

  .blog-post__social-sharing {
    text-align: center;
  }
  .blog-post__social-sharing .social-links{
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 10px;
  }

.blog-post__social-sharing .social-links__icon {
  border-radius: 50px;
  width: 37px;
  background-color:#0d2547!important;
}

.blog-post__social-sharing .social-links__icon span {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    padding-top: 5px;
/*     flex-direction: column; */
  }
/*   .blog-container {
  overflow: visible!important;
}

   .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
    overflow: visible!important;
  } */
}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin-bottom: 50px;
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }

  .blog-index__post {
    flex-direction: column;
    margin: 20px 0;
  }

  .blog-index__post-image-wrapper,
  .blog-index__post-image {
    width: 100%;
    height: auto;
  }

  .blog-post__author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }

  .blog-post__social-sharing {
    text-align: center;
  }
}

/* Additional Media Query for iPhone Screen Widths */
@media (max-width: 480px) {
  .blog-index__post-content__title a {
    font-size: 22px;
  }
}
Next Steps
Update Your CS