@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css');
/* Adds width breakpoint to bootstrap containers since bootstrap max-width is 1100 */
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css');

@import url(//cdn2.hubspot.net/hub/1604199/hub_generated/template_assets/34317797544/1705895990493/Templates/Custom/EP_WWW_Style/Sept_2020/css/fonts.min.css);

.footer-container.container-fluid {
  padding: 0!important;
}

.serif-font {
  font-family: Georgia, serif!important;
}

.container {
  float: unset!important;
  margin-right: auto!important;
  margin-left: auto!important;
}

.full-slider {
  display: block;
  margin: 10px 0 40px 0;
}
.full-slider.container {
  padding-left: 0;
  padding-right: 0;
}

#hero {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  overflow: hidden;
  color: white;
  padding: 5px 40px 60px 90px;
}

#hero_post_date_author {
  font-size: 12px;
  margin-top: 20px;
}
#blog_author_area {
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.author-avatar {
  background-color: #E8F1F1;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin:0 auto 5px;
  overflow: hidden;
}
.author-avatar > svg {
  margin-top: 18px;
  color: #1E1E3C;
  opacity: 0.25;
}
#social_media_list > a,
#social_media_list > a:link,
#social_media_list > a:visited {
  color: #333465;
}
#social_media_list > a: hover {
  color: #FFCC00; 
}
.main-blog-area p {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  margin: 0 0 30px;
}
.trending-post {
  height: 85px;
  margin-bottom: 20px;
  font-size: 14px;
}
.trending-posts-area > h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.trending-posts-area > h4 > span {
  text-decoration: underline;
}
.trending-post-description {
  width: 75%;
}
.trending-post-item-img {
  background-size: cover;
  height: 85px;
  width: 85px;
}
.trending-post-count-author {
  font-size: 12px;
  color: #586A90;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.counter-square {
  padding: 5px 10px;
  background-color: #EBB293;
  color: #293851;
}
#counter_square_2 {
  background-color: #E4F4F4;
  color: #293851;
}
#counter_square_3 {
  background-color: #FEF6C9;
  color: #293851;
}
.trending-post-title {
  font-weight: 600;
  line-height: 18px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.post-listing {
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.post-item-description {
  padding: 30px 10px;
  font-weight: 600;
}
.post-item-description .author-description {
  font-size: 14px; 
}
.post-item-description .author-description > span.author {
  font-weight: 800; 
}
.post-listing.cta-listing img {
  width: 100%;
  height: auto;
}
.blog-sidebar-subscribe input {
  width: 100%;
}
.blog-sidebar-subscribe label {
  margin-bottom: 0;
}
.blog-sidebar-subscribe ul.inputs-list,
.blog-sidebar-subscribe ul.hs-error-msgs {
  margin-left:0;
}
.blog-sidebar-subscribe ul.inputs-list > li,
.blog-sidebar-subscribe ul.hs-error-msgs > li {
  list-style: none;
  font-size: 14px;
  line-height: 14px;
}
.blog-sidebar-subscribe input[name="casl_compliance"] {
  margin-top: 20px;
}
.blog-sidebar-subscribe input[name="casl_compliance"] + span {
  display: block;
  margin-top: -12px;
  margin-left: 23px;
  color: #0C0C0C;
}
.blog-sidebar-subscribe div.actions {
  text-align: center;
}
.blog-sidebar-subscribe input[type="submit"] {
  border: solid 2px black;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 22px;
  width: unset;
}
ul.hs-error-msgs > li > label.hs-error-msg {
  color: red;
}
input.invalid.error {
  border-color: red;
}

a.post-item-link:hover .post-item-overlay {
  display: block;
}

.post-item-img {
  height: 200px;
  background-size: cover;
  background-position-y: center;
  text-align: center;
}
.listing-topic-highlight {
  padding: 2px;
  margin-right: 5px;
  background-color: yellow;
  text-transform: uppercase;
}

a.trending-post-item-link, a.trending-post-item-link:hover, a.trending-post-item-link:link, a.trending-post-item-link:visited,
a.latest-post-link, a.latest-post-link:hover, a.latest-post-link: link, a.latest-post-link:visited,
.post-listing > a, .post-listing > a:hover, .post-listing > a:link, .post-listing > a:visited {
  color: black;
  text-decoration: none;
}


@media all and (min-width: 769px) {
  #hero {
    height:500px
  }
}
@media all and (max-width: 768px) {
  .full-slider {
    margin: 10px 0 20px 0;
  }
  #hero {
    height:300px;
    padding: 5px 40px 40px;
  }
  #hero_post_title {
    font-size: 40px;
    line-height: 40px;
  }
  .trending-posts-area > h4 {
    font-size: 13px;
  }
}
@media all and (max-width: 425px) {
  #hero {
    padding: 10px;
  }
  #hero_post_title {
    font-size: 26px;
    line-height: 26px;
  }
}



.blog-sidebar .hs-form-field .input {
  width: 100%;
}

.blog-sidebar .hs-form-field .input {
  display: block;
  width: 100%;
}

.blog-sidebar-subscribe input[type=checkbox] {
  margin: 0;
}

.blog-sidebar .hs-richtext {
  padding: 0;
  float: left;
}

.blog-sidebar .hs-richtext::before {
 clear: both; 
}

.blog-sidebar input[type="submit"] {
    border: solid 2px black;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 22px;
    width: 100%;
    margin-top: 20px;
}

#recent_post_area h2.section-title {
  text-align: left;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 30px;
}

.post-item-description .author-description {
  font-weight: normal;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.post-listing ol {
  list-style: revert;
  padding-left: 2rem;
}