.blog-post .content-wrapper {
    margin: 0 auto;
    max-width: 1200px !important;
    z-index: 2;
    position: relative;
}
.download__image {
  overflow: hidden;
    position: relative;
  display:flex;
   height: 442px;
    width: 750px;
  max-width:750px !important;
    margin-top: -150px !important;
  margin-bottom:50px !important;
    margin: 0 auto;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.download-post__body p {
  font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
  margin: 0 0 10px;
}
input#email-6d20c061-b637-4dc4-817a-571b6ae3fa89_5028:focus {
    outline: 0;
}
.blog_sidebar_topic_filter h3 {
  font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 6px;
  color:#1c649c;
  border-bottom:1px solid #a4afb7;
  padding:20px;
}
.blog_sidebar_recent_filter h3 {
  font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 6px;
  color:#81448b;
  border-bottom:none;
  padding:20px;
  margin-bottom:0px !important;
}
.blog_sidebar_topic_filter li a {
  font-family: "Lato", Sans-serif;
    font-size: 14px;
  color:#454343;
}

ul.blog-recent-post {
  list-style-type: none !important;
  margin:0px !important;
}
li.blog-recent-post a {
  font-family: "Lato", Sans-serif;
  font-size: 14px !important;
  color:#23527c !important;
  font-weight:600 !important;
}
li.blog-recent-post a:hover {
  color:#35b4c4 !important;
  text-decoration:none !important;
}

.blog_sidebar_topic_filter {
    border: 1px solid #a4afb7;
    padding: 0px 0px 50px 0px;
}
.blog_sidebar_recent_filter {
    border: none;
    padding: 0px 0px 50px 0px;
}

form {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0px;
    padding: 45px 45px;
}
footer.footer.footer--site-page form {
    background: transparent !important;
}
form input[type='submit'], form .hs-button, form .hs-button:hover {
    background: #81448b !important;
    border-color: #81448b !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: arial, helvetica, sans-serif !important;
    white-space: pre-wrap !important;
    margin: 0 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 700 !important;
  position: relative !important;
    text-align: center !important;
    transition: all .15s linear !important;
  border-radius: 3px !important;
    border-style: solid !important;
    border-width: 1px !important;
  padding: 12px 24px !important;
  width:unset !important;
}

.form-title {
    font-family: Lato,sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    background-color: #FFFFFF !important;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    color: #fff !important;
    font-size: 32px !important;
    padding: 25px 25px !important;
    text-transform: none !important;
}

form .hs-richtext h1 {
  color: #1C649C !important;
    font-family: "Lato", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-style: normal !important;
    line-height: 1em !important;
    letter-spacing: 0.7px !important;
    text-align:center !important;
}

.hs-form-field>label, .hs-form-field>label span {
/*   color: #33475b !important; */
  font-family: arial, helvetica, sans-serif !important;
    font-size: 13px !important;
  font-weight: 500 !important;
    line-height: 20px !important;
}
.hs-form-required {
  color:red !important;
}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
    font-family: Montserrat,sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    background-color: rgba(255,255,255,1.0) !important;
    border-bottom: 2px solid #cad5e2 !important;
    border-radius: 0px !important;
    color: #454343 !important;
    font-size: 16px !important;
    padding: 12px 12px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

@media screen and (max-width:767px) {
  form .hs-richtext h1 {
    font-size:30px;
    word-break: keep-all;
  }
  form {
    padding:20px 0px !important;
  }
}
/* Blog Header */

.blog-full-width {
  padding:20px;
}
@media screen and (max-width:767px) {
.blog-full-width {
  flex-direction:column;
}
  .blog-left {
    width:100% !important;
    padding:20px !important;
  }
  .blog-right {
    width:100% !important;
    padding:20px !important;
  }
}

.main-blog-post {
  margin-top: -60px !important;
    margin-bottom: 30px !important;
  border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
  background-color:#ffffff;
  padding:50px;
  max-width:1200px;
  margin:0 auto;
  display:flex;
}
.downloads-blog-post {
  background-color:#ffffff;
  padding:50px;
  max-width:1200px;
  margin:0 auto;
  display:flex;
}
.read_more {
  padding:10px 0px;
}

.read_more a {
  font-family: 'Lato', Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0.8px;
  color:#35b4c4;
}
.read_more a:hover {
  font-family: 'Lato', Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0.8px;
  color:#86c1c9;
}
.blog-post__title {
  text-align:center;
  padding-top:100px;
}

.blog-search {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 300px;
  padding: 0;
}

.blog-search form {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.blog-search form label {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.blog-search form button {
  margin-bottom: 0;
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .download__image{
    width:100%;
    height:auto;
  }
  .main-blog-post{
    flex-direction:column;
  }
  .blog-tag-filter,
  .blog-search {
    margin: 0 auto 1.5rem;
  }
}

/* Blog Author/Tag Content */

.blog-subheader {
  margin: 3rem 0;
}

.blog-subheader__author-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-subheader__author-links a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-subheader__author-links a:first-of-type {
  margin-left: 0;
}

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

/* Blog Listing */

.blog-index {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width:1000px;
  margin:0 auto;
}

.blog-index__post {
  border: none;
  margin-bottom: 2rem;
}

.blog-index__post--card {
  width: calc(50% - 1.5rem);
}

.blog-index__post--list {
  display: flex;
  padding: 0 0 1.5rem 0
  width: 100%;
  flex-direction:column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .blog-index__post--card {
    width: 100%;
  }

  .blog-index__post--list {
    padding: 0 0 1.5rem;
  }
}

.blog-index__post-image--card {
  display: block;
  height: auto;
  width: 100%;
}

.blog-index__post-content--card {
  padding: 1.5rem 1.5rem 0;
}

.blog-index__post-image-wrapper--list,
.blog-index__post-content--list {
  /*width: 100%;*/
  position: relative;
}
/*.blog-index__post-image-wrapper--list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
  background-image: linear-gradient(90deg, rgba(52, 177, 197, .65), rgba(129, 68, 139, .65));
  z-index: 4; 
}*/

@media (max-width: 767px) {
  .blog-index__post-content--list {
    padding: 1.5rem 1.5rem 0;
  } 
}

.blog-index__post-content--full-width--list.blog-index__post-content--full-width {
  width: 100%;
}
.blog-post-featured-image {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  min-height:50vh;
  padding-top:50px;
  padding-bottom:50px;
  position:relative;
}
/* .blog-post-featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(52, 177, 197, .65), rgba(129, 68, 139, .65));
  z-index: 1;
} */
#hs_cos_wrapper_blog_post_audio {
    z-index: 4;
    position: relative;
}
.download-featured-image {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  min-height:40vh;
  padding-top:100px;
  padding-bottom:150px;
}
@media(max-width:991px){
    .download__image,
  .download-post__body{
    width:100%;
    height:auto;
  }
  .download-post__body video {
  width: 100% !important;
}
}
@media (max-width: 767px) {
  .blog-index__post-image-wrapper--list {
    margin: 0;
    width: 100%;
  }
}

.blog-index__post-image--list {
  height: 153px;
    position: relative;
    width: 229px;
}

@media (max-width: 767px) {
  .blog-index__post-image--list {
    height: 100%;
    position: relative;
    width: 100%;
  }
}

.blog-index__post-content {
  margin: 0 30px 0px 0px;
}

.blog-index__post-title a {
  font-weight: inherit;
}
h3.blog-index__post-title {
  margin-bottom: 5px !important;
    margin-top: 10px !important;
    line-height: .75;
}
h3.blog-index__post-title a {
  color: #3C4858;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.25;
    margin-bottom:0px !important;
}
h3.blog-index__post-title a:hover {
  color: #83868b;
font-family: "Lato",Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.25;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  font-weight: inherit;
  text-decoration: none;
}

.blog-index__post-tags {
  border-bottom: 2px solid #eff7fe;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-index__post-tag-link,
.blog-index__post-tag-link:hover {
  font-weight: 300;
}

@media (max-width: 767px) {
  .blog-index__post--list {
    flex-wrap: wrap;
  }

  .blog-index__post-content--list {
    margin-left: 0;
    width: 100%;
  }
  .downloads-blog-post {
	padding: 50px 20px;
}
  .downloads-blog-post .content-wrapper{
    padding-left:0;
    padding-right:0;
  }
}

.blog-index__post-author-image-wrapper,
.blog-post__author-image-wrapper {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  width: 45px;
}

.blog-index__post-author-image,
.blog-post__author-image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

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

.blog-index__post-author,
.blog-post__author,
.blog-index__post-date {
  display: block;
  margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-radius: 50%;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #00326d;
  margin: 0 5px;
}

/* Blog Post */

.blog-post {
  margin-top: 0px;
  position: relative;
}

.blog-post__header,
.blog-post__header a,
.blog-post__header a:hover {
  margin-bottom: 1.5rem;
  color:#FFFFFF !important;
  text-decoration:none;
}

.blog-post__tags {
  margin-bottom: 0.7rem;
}

.blog-post__tag-link {
  display: inline-block;
  margin-right: 0px;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  text-decoration: none;
}

.blog-post__meta {
  margin-bottom: 1.5rem;
  text-align:center;
  color:#FFFFFF;
}

.blog-post__date {
  border-right: 2px solid;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}

.blog-post__social-sharing .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-post__social-sharing .social-links__icon {
  display: inline-block;
  margin: 0 0.7rem 0.35rem 0;
  padding: 0.7rem;
}

.blog-post__social-sharing .social-links svg {
  height: 15px;
  width: auto;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.blog-post__author-name--bottom {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
  margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
  text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 200px;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 786px) {
  .blog-post__image-wrapper {
    height: 420px;
  }
}

.blog-post__image {
  border-radius: 18px;
  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__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#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__author--bottom {
  display: flex;
  margin: 75px 0;
}

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

.blog-post__author-image--bottom {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  margin-right: 10px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author-image--bottom img {
  height: 100%;
  width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}