

.blog-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-hero:after {
  content: '';
  background: #000000;
  opacity: .7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.blog-hero-content {
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}

.blog-featured-image {
  padding: 14rem 0;
  background-size: cover;
  bakground-repeat: no-repeat;
}

.article-panel {
  position: relative;
  height: 100%;
}
.article-meta span {
  font-size: 13px;
}

.article-meta span.bull {
  color: #FDFDFD;
  padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
  color: color: #FDFDFD;
}
.article-panel .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1;
  border-radius:10px;
}

.article-panel h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
  color:#021835;
  text-transform: uppercase;
  margin:16px 0;
}

.article-panel h3 a {
  color: #313543;
}

.tags {
  display: flex;
  gap: 5px;
}

.tag {
  line-height: 1;
  font-size: 0.8rem;
}

.tag a {
  color: #FDFDFD;
  font-size: 12px;
  line-height: 1;
}

.article-panel .data a {
  color: #2c4a8a;
}
.feature-post-wraper {
  padding-top: 80px;
}
.latest-posts>div {
  margin-bottom: 1.875rem;
}
.blog-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom:50px;
}
.blog-pagination a {
  white-space: nowrap;
  margin: 0 10px;
  text-decoration: none;
  padding: 5px 10px;
  color: #021835;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.2s ease;
}

.blog-pagination .col {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-content: center;
}

.blog-heading h1 {
  letter-spacing: 0;
  color: #021835;
  margin-bottom:64px;
}
span.reading-minutes {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #021835;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Alt_Gothic_ATF_Bold', 'verdana', sans-serif !important;
}
.article-img {
  margin-bottom: 24px;
}
.data {
  color: #021835;
  font-size: 15px;
}
.feature-post {
  background: #021835;
  padding: 56px;
  border-radius: 20px;
}
.tag {
  font-size: 12px !important;
  font-weight: 500;
  color: #021835;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background: #F9F9FA;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 16px;  
  font-family: 'Alt_Gothic_ATF_Bold', 'verdana', sans-serif !important;
}
.feature-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.left-f {
  width: 45%;
}
.f-content {
  width: 55%;
  padding-left: 62px;
}
img.featured-post-image {
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width:100%;
}
.f-content span.reading-minutes,.f-content .data {
  color: #FDFDFD;
}
.f-content h2 {
  margin: 32px 0 24px;
}
.f-content .data {
  margin-bottom: 32px;
}
.f-img {
  position: relative;
}
.articles-list,.feature-post-wraper,.blog--filter {
  background: #F9F9FA;
}
.articles-list{
  padding-top:32px;
}
.f-content p {
  margin-bottom: 0;
}
.blog-titles h2 {
  color: #021835;
  margin-bottom:0;
}
.blog-titles {
  margin: 54px 0 32px;
  width: 50%;
}
.blog-filter {
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4DA6FF;
  justify-content: space-between;
}
.blog-filter a {
  letter-spacing: -0.2px;
  font-size: 10px;
  font-weight: 600;
  color: #021835;
  border: 0.67px solid #C2C8CF;
  border-radius: 300px;
  display: inline-block;
  padding: 8px 12px;
}
.blog-filter a:hover {
  color: #FDFDFD;
  background:#021835;
}
.filter-tag ul li {
  display: inline-block;
  margin-right: 8px;
}
.filter-tag ul li:last-child {
  margin-right: 0;
}
.filter-tag ul.menus {
  padding: 0;
  margin: 0;
}
.desktop-none{
  display:none;
}
.blog-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-search {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
input#blog-search {
  padding: 8px;
  color: #021835;
}
button#search-button {
  font-size: 10px;
  font-weight: 600;
  background: transparent;
  border: 0;
  letter-spacing: -0.2px;
  color: #cbcfd5;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 9px;
}
.blog-search label {
  color: #021835;
  padding-right: 16px;
  width: 150px;
  margin-bottom: 0;
}
.search-field {
  width: calc(100% - 150px);
}
p#no-results {
  text-align: center;
  font-size: 24px;
  color: #021835;
}
.clear-btn {
  padding-left: 50px;
}
.clear-btn a {
  border-color: #021835;
  color:#021835;
}
.clear-btn a:hover {
  border-color: #021835;
  background:transparent;
  color:#021835;
}
.clear-btn img {
  margin-left: 7px;
}
.blog-pagination a.active,.blog-pagination a:hover {
  border-color: #C2C8CF;
  background: #F9F9FA;
}
a.next-link:hover,a.prev-link:hover {
  border: none;
  background: transparent;
}
.social-share h3,.wrapper-related-post h3 {
  color: #021835;
  font-size: 20px;
  font-weight: 600;
  font-family: Poppins !important;
  text-transform: inherit;
}
.blog-content p {
  color: #000;
}
.blog-content h2 {
  color: #000;
  font-weight: 700;
  margin: 64px 0 32px;
}
.blog-content h3 {
  color: #000;
  margin: 64px 0 32px;
}
.img-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.img-wrapper img {
  margin-right: 30px;
}
.post_title {
  border-bottom: 1px solid #4DA6FF;
  padding-bottom: 16px;
  margin-bottom: 64px;
}
.blog-heading {
  padding-top: 100px;
  padding-bottom:64px;
  background: #F9F9FA;
}
.social-share ul {
  background: #E6E8EB;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 16px;
}
.social-share ul li {
  display: inline-block;
}
.social-share ul li a{
  background: #FDFDFD;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}
.wrapper-related-post {
  margin-top: 64px;
}
img.img-fluid-post {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 64px;
}
.hs_featured img {
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: 24px;
}
.hs_featured {
  position: relative;
}
.content-post h3 {
  margin:16px 0;
}
.content-post h3 a {
  color: #021835;
  font-family: 'Alt_Gothic_ATF_Bold', 'verdana', sans-serif !important;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
}
.wrapper-related-post .post-item {
  margin-bottom: 64px;
}
.social-share ul li a:hover {
  border: 0;
}
.social-share ul li a:focus {
  border: 0;
  box-shadow:none;
}
.back-top{
  margin-bottom:64px;
  margin-top: 50px;
}
.back-top a,a.back-to {
  border: 1px solid #021835;
  border-radius: 300px;
  display: inline-block;
  padding: 12px 24px;
  color: #021835;
  font-weight: 600;
}
a.back-to{
  margin-bottom:64px;
}
a.back-to:hover{
  background:#021835;
  color:#fff;
}
.find-local .content-wrapper h1 {
  margin-bottom: 30px;
}
.post--newsletter h2.multi-color,.post--newsletter p {
  color: #021835;
}
.post--newsletter {
  padding-top: 64px;
}
.newsletter--form input {
  min-height: 46px;
  border: 1px solid #929CA8 !important;
  border-radius: 3px;
  width: 100% !important;
}
.newsletter--form .hs_email {
  width: 100%;
}
.newsletter--form input.hs-button.primary.large {
  background: #4DA6FF;
  padding: 14px 24px;
  border-radius: 300px;
  border: 0 !important;
  color: #021835;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.newsletter--form input.hs-button.primary.large:focus{
  outline:0;
  box-shadow:none;
}
.newsletter--form input.hs-button.primary.large:hover {
  filter: brightness(110%);
}
.newsletter--form label span {
  color: #021835;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.newsletter--form .submitted-message {
  color: #021835;
}

@media(max-width: 991px) {
  .feature-post {
    padding: 30px;
  }
  .img-wrapper{
    display:block;
  }
  .img-wrapper img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media(max-width: 767px) {
  .blog-featured-image {
    padding: 7rem 0;
  }
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    min-height: 2.5rem;
  }
  .left-f {
    width: 100%;
    margin-bottom: 30px;
  }
  .f-content {
    width: 100%;
    padding-left: 0;
  }
  nav.desktop-none,.blog-filter {
    display: block !important;
  }
  .m-none,.clear-btn {
    display: none;
  }
  select.filter.categories {
    color: #021835;
    width: 100%;
  }
  .blog-titles {
    width: 100%;
  }
  .blog-search {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .search-field {
    width: 100%;
  }
  input#blog-search{
    height:48px;
  }
  button#search-button{
    top:29px;
  }
}

.author-section {
  padding: 1.875rem 0 0.625rem;
}
.author-section p {
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 1em;
}
.author-section .avatar {
  position: relative;
  margin-top: 0.625rem;
}
.author-section .avatar img {
  width: 64px;
  height: auto;
  border-radius: 100%;
  margin-right: 1.2em;
  position: relative;
}
.author-section .author-link:not(.hover) {
  color: #0c63ff;
}
.author-section .social-profiles a {
  margin-right: 0.5em;
}
a.author-link {
  display: inline-block;
}
.avatar img {
  border-radius: 50%;
  border: 1px #333;
  max-width: 50px;
}
.blog-comments {
  margin-bottom: 3.125rem;
}
.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}
.blog-comments .blog-comments-wrapper {
  display: none;
}
.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}
.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}
.author-profile {
  padding: 6.25rem 0 3.125rem;
}
.author-profile .author-profile-info {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.author-profile .author-profile-info .avatar {
  margin-bottom: 0.625rem;
}
.author-profile .author-profile-info .author-name {
  display: block;
  font-size: 1.375rem;
}
.author-profile .avatar {
  width: 90px;
  height: auto;
  border-radius: 100%;
}
.author-profile .author-profile-socials {
  margin-top: 3.125rem;
}
@media (min-width: 767px) {
  .author-profile .author-profile-socials {
    margin: 0;
  }
  .author-profile .author-profile-info {
    margin: 0;
  }
  .author-profile .author-profile-info .avatar {
    margin: 0;
  }
  .author-profile .author-profile-bio {
    padding: 0 1rem;
  }
}

.blog-comments {
  margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}

.blog-comments .blog-comments-wrapper {
  display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}

.blog-related-posts {
  padding: 3.125rem 0;
}
.blog-related-posts .row>div {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .row>div {
    margin-bottom: 0;
  }
}
.blog-related-posts .article-panel:first-of-type {
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .article-panel:first-of-type {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .blog-related-posts .article-panel .article-img {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: auto;
    padding: 0;
  }

  .blog-related-posts .article-panel .article-content {
    position: relative;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.blog-related-posts .article-panel h3 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.blog-related-posts .article-panel .article-content {
  padding: 2rem;
}
.blog-related-posts .article-panel:first-of-type {
  margin: 1rem 0;
}
.blog-related-posts .readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0c63ff;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.2s ease;
}
.blog-related-posts .article-panel .article-img:hover .readmore {
  opacity: 1;
}
.blog-related-posts .article-panel h3 a:hover {
  color: #0c63ff;
}

.blog-related-posts .data .meta {
  margin: 0;
}

.sr-sticky-breadcrumb {
  position: relative;
  z-index: 10;
  font-size: 1rem;
}
.sr-sticky-breadcrumb-heading {
  padding: 0.75rem 0;
  transition: all ease-in-out 300ms;
  color: #FDFDFD;
}
.sr-sticky-breadcrumb-heading a {
  color: #FDFDFD;
}
.sr-sticky-breadcrumb-heading a:hover {
  color: #0c63ff;
}
.sr-sticky-breadcrumb-trigger {
  color: #FDFDFD;
}
.sr-sticky-breadcrumb-trigger a {
  color: #FDFDFD;
}
.sr-sticky-breadcrumb-trigger a:hover {
  color: #0c63ff;
}
.sr-sticky-breadcrumb-categories {
  text-align: center;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  color: #FDFDFD;
  box-shadow: 0 50px 60px 0 rgba(0,0,0,0.1);
}
.sr-sticky-breadcrumb-categories .container {
  padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
  margin: 0 0 0.93rem;
  color: #FDFDFD;
}
.sr-sticky-breadcrumb-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sr-sticky-breadcrumb-categories ul li {
  list-style: none;
  display: inline-block;
}
.sr-sticky-breadcrumb-categories ul li a {
  margin: 1rem;
  color: #FDFDFD;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
  color: #0c63ff;
}
.blog-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .blog-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-container {
    max-width: 1440px;
  }
}