/* Blog Header */

.blog-header {
  margin-bottom: 2.8rem;
  padding: 4.2rem 0 1.5rem;
}

.blog-header__title {
  text-align: center;
}

.blog-header__navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.blog-header__tag-filter,
.blog-header__search {
  width: 50%;
}

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

.blog-header__search form {
  background-color: transparent;
  border: 0;
  padding: 0;
}

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

  .blog-header__tag-filter,
  .blog-header__search {
    width: 100%;
  }

  .blog-tag-filter,
  .blog-header__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-card {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2.8rem;
  padding: 0;
  width: calc(50% - 35px);
  margin-right: 35px;
}

.blog-left-right-wrapp img.blog-card__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blog-left-right-wrapp .blog-card:hover img.blog-card__image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.blog-banner-container {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.blog-banner-container:after {
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.blog-banner-container .page-center {
  position: relative;
  z-index: 5;
}
.blog-banner-container.post-page-banner .page-center {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
.blog-banner-inner-container .banner-left-side-text {
  width: 60%;
  padding-right: 15px;
}
.blog-banner-inner-container .banner-right-side-img {
  width: 40%;
}
.blog-banner-inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.blog-banner-inner-container .banner-left-side-text h1 {
  color: #fff;
  margin: 0px 0 20px;
}
.blog-banner-container {
  margin-bottom: 60px;
}
.banner-left-side-text h5 {
  color: #fff;
  font-weight: 600;
}
.blog-banner-inner-container .banner-right-side-img  img{
  display: block;
}
@media (max-width: 991px) {
  .blog-banner-inner-container .banner-left-side-text h1 {
    margin: 0px 0 15px;
  }
}
@media (max-width: 767px) {
  .blog-card {
    padding: 0 0 1.5rem;
  }
  .blog-banner-inner-container {
    flex-direction: column;
  }
  .blog-banner-inner-container .banner-left-side-text {
    width: 100%;
  }
  .blog-banner-inner-container .banner-right-side-img {
    width: 100%;
  }
  .blog-banner-inner-container .banner-right-side-img img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
  }
  .blog-banner-inner-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 0 0;
  }
  .blog-banner-inner-container .banner-left-side-text {
    padding-right: 0;
    padding-bottom: 25px;
  }
}

.blog-card__image-wrapper,
.blog-card__content {
  width: 100%;
}

@media (max-width: 767px) {
  /*   .blog-card__content {
  padding: 1.5rem 1.5rem 0;
} */
}

.blog-card__content--full-width {
  width: 100%;
}

.blog-card__image-wrapper {
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .blog-card__image-wrapper {
    margin: 0;
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .blog-card__image {
    position: static;
  }
}

.blog-card__content {
  margin: 0;
  padding: 20px;
}

.blog-card__title a {
  font-weight: inherit;
}

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

.blog-card .blog-card__tags {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

  .blog-card__content {
    margin-left: 0;
    width: 100%;
  }
}

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

.blog-card__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-card__author-image-wrapper,
  .blog-card__author-image {
    height: auto;
  }
}

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

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

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

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

.blog-card__author {
  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: 0;
  position: relative;
}

.blog-post__header {
  margin-bottom: 1.5rem;
}

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

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

.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;
}

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

.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name: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: 1.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;
}

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

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

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

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

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

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



/* 7-5-2021 */
.page-center{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.blog-left-right-wrapp {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;

}
.blog-post-list-block {
  width: 70%;
}
.blog-sidebar-block {
  width: 25.2%;
  margin-left: 60px;
}
.blog-card-wrapp {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-card:nth-child(2n){
  margin-right:0;
}
.blog-left-right-wrapp a:hover {
  color: #686868;
  text-decoration: none;
}
a.blog-card__tag-link {
  color: #686868;
}
.sidebar-text-box-video-block h4 {
  text-align: center;
  font-weight: 900;
  font-size: 19px;
}
.sidebar-text-box-video-block h4 span{
  color: #f57d20;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.blog-sidebar-block .hs-search-field__bar form{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 30px;
}
.blog-sidebar-block .hs-search-field__bar input.hs-search-field__input {
  width: 89% !important;
  padding: 0.4615384615em 0.5384615385em;
  border-radius: 2px 0 0 2px;
  background-color: #f7f7f7;
  border: 1px solid #d1d1d1;
  color: #686868;
  font-size: 15px;
}
.blog-sidebar-block .hs-search-field__bar input.hs-search-field__input::placeholder{
  color:#686868;
}
.blog-sidebar-block .hs-search-field__bar button svg {
  height: 12px;
}
.blog-sidebar-block .hs-search-field__bar button {
  width: 11% !important;
  font-size: 0.8125rem;
  padding: 9px 0;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
a.blog-card__button.button.button {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  border: 0;
  padding: 0;
  border-radius: inherit;
  margin: 0;
}
.blog-card span.publish-date {
  display: block;
  margin: 7px 0;
}
.blog-sidebar-block h3 {
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  border-top: 4px solid #1a1a1a;
  margin-bottom: 2em;
  padding-top: 1em;
}
.sidebar-tag-list ul {
  padding: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar-tag-list li {
  list-style: none;
  margin: 0;
}
.sidebar-tag-list a {
  display: inline-block;
  line-height: 1;
  font-size: 1em;
  margin: 5px;
  padding: .5384615385em .4615384615em .4615384615em;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}
.blog-sidebar-block .academy-badge {
  border-top: 4px solid #1a1a1a;
  text-align: center;
}
button.comment-reply-to.hs-button.secondary em {
  padding-left: 10px;
}
.academy-badge img {
  line-height: 1.6153846154;
  padding-top: 1.3em;
  margin-bottom: 1.5em;
}
.recent-post-block .hs-rss-item {
  margin: 0;
}
.recent-post-block a.hs-rss-title {
  font-size: 13px;
  line-height: 1.6153846154;
  display: flex;
  align-items: center;
}
.recent-post-block a.hs-rss-title::before {
  content: "\f111";
  font-family: 'FontAwesome';
  color: #1a1a1a;
  font-size: 5px;
  margin-right: 10px;
}
.recent-post-block  .hs-rss-module {
  margin-bottom: 2em;

}
.blog-pagination a.blog-pagination__link.blog-pagination__prev-link,  .blog-pagination a.blog-pagination__link.blog-pagination__next-link{
  color: #fff;
  line-height: 51px;
  width: 52px;
  z-index: 1;
  background-color: #1a1a1a;
  display: inline-block;
  height: 52px;
}
.blog-pagination__prev-link svg, .blog-pagination__next-link svg{
  fill: #fff;
  width: 18px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg{
  opacity: 0.3;
}
.post-body-author-wrapp {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7.0em;
}
.post-body-author-wrapp .blog-post__meta {
  margin-bottom: 1.5rem;
  width: 15%;
  padding-right: 10px;
}
.post-body-author-wrapp .blog-post__body {
  width: 85%;
  margin-left: 0px;
}
.blog-post__body p{
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
.post-body-author-wrapp .blog-post__meta  {
  display: block;
}
.post-body-author-wrapp .blog-post__meta .blog-card__tags a, .post-body-author-wrapp .blog-post__meta .blog-card__tags span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.blog-post__comments-listing h3 {
  border-top: 4px solid #1a1a1a;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}
.blog-post__comments-listing form {
  padding: 25px 0;
}
.blog-post__comments-listing .hs-form-field>label, .blog-post__comments-listing .hs-form-field>label span{
  color: #686868;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.blog-wrapper input:focus, .blog-wrapper textarea:focus {
  background-color: #fff !important;
  border-color: #007acc !important;
  color: #1a1a1a !important;
  outline: 0 !important;
}
.blog-wrapper .grecaptcha-badge{
  margin:0;
}
.blog-post__comments-listing input.hs-button.primary{
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
  font-size: 1.1rem;
  width: auto;
}
.blog-post__comments-listing .hs-error-msgs li {
  margin: 5px 0;
}
.blog-post-next-previous-container {
  clear: both;
  font-family: "Helvetica Neue", sans-serif;
  border-bottom: 4px solid #1a1a1a;
}
.blog-post-next-previous-container a.blog-post-prev-link {
  color: #1a1a1a;
  border-top: 4px solid #1a1a1a;
  display: block;
  padding: 1.75em 0;
}
.blog-post__footer h3.next-prev-post-title {
  margin-bottom: 5px;
}
a.blog-post-next-link {
  border-top: 4px solid #1a1a1a;
  display: block;
  padding: 1.75em 0;
  border-top: 4px solid #1a1a1a;
}
.blog-post-prev-block h6, .blog-post-next-block h6 {
  color: #686868;
  font-size: 15px;
  letter-spacing: .076923077em;
  line-height: 1.6153846154;
  font-weight: 100;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.body-container--blog-post .page-center {
  max-width: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar-search-block .hs-search-field--open .hs-search-field__suggestions {
  padding: 0 10px;
  margin-top: -30px;
}
.blog-left-right-wrapp img.blog-card__image {
  height: 245px;
  object-fit: cover;
}
.hs-search-field__bar button:focus {
  outline: inherit;
}

.header-image {
  padding: .7em 0;
  background: url(https://270294.fs1.hubspotusercontent-na1.net/hubfs/270294/images/blue-bg.png) repeat scroll left top rgba(0,0,0,0);
  margin-bottom: 60px;
}
.header-image  .site-inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}
.header-image__link {
  padding: 0 4.544%;
}
.header-image a {
  display: block;
}
.header-image a img {
  margin: 0 auto;
  display: block;
  width:100%;
  height: auto;
}
.header-image a:hover img, .header-image a:focus img {
  opacity: 0.85;
}

.blog-post__meta a.blog-card__author-name {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.6153846154;
  margin-bottom: 5px;
  margin-top: 4px;
}
img.alignright{
  float: right;
  padding: 10px;
}
img.alignleft{
  float: left;
  padding: 10px;
}
.blog-post__meta  span.publish-date {
  display: block;
}
section.blog-post__body ol, section.blog-post__body ul {
  margin: 0 !important;
}
button.comment-reply-to.hs-button.secondary:hover {
  color: #333;
}
a.blog-card__tag-link:hover, a.blog-card__author-name:hover {
  color: #007acc;
  box-shadow: 0 1px 0 0 currentColor;
}
.blog-post__author-image {
  overflow: hidden;
  float: left;
  height: 42px !important;
  width: 42px !important;
  margin: 0;
}
.blog-post__author-image ~ .blog-post__author-about {
  margin-left: 25px;
}
h4.blog-post__author-name {
  font-weight: bold;
}
.section.post-footer textarea{
  color: #1a1a1a;
  font-family: Arial, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  height: 244px;
  resize: none;
}
.hs-form-field>label {
  padding: 0 !important;
}
.sidebar-search-block {
  border-top: 4px solid #1a1a1a;
}
.sidebar-text-box-video-block {
  border-top: 4px solid #1a1a1a;
  padding: 20px 0px 25px;
}
section.blog-post__body a {
  box-shadow: 0 1px 0 0 currentColor;
}
section.blog-post__body a:hover{
  box-shadow: none;
}
.social-follow-block .social-links {
  margin-bottom: 25px;
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap
}

.social-links .social-links__icon {
  background-color: rgba(242, 124, 48,1.0);
  border-radius: 0px;
}
.social-links .social-links__icon svg {
  fill: rgba(255, 255, 255,1.0);
  width: 15px;
  height: 15px;
}
.social-links .social-links__icon:hover,
.social-links .social-links__icon:focus,
.social-links .social-links__icon:active {
  background-color: rgba(242, 124, 48,0.9);
}
.social-links .social-links__icon:hover svg,
.social-links .social-links__icon:focus svg,
.social-links .social-links__icon:active svg {
  fill: rgba(255,255,255, 1.0);
}
.social-links__icon {
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  margin: 0 .7rem .35rem 0;
  padding: .7rem
}
footer.blog-post__footer {
  margin-bottom: 5.6rem;
}
section.blog-post__body img {
  width: auto;
  max-width: 100%;
  height: auto;
}
section.blog-post__body ul li, section.blog-post__body ol li {
  margin: 0 !important;
  margin-bottom: 12px !important;
}
.blog-banner-container .page-center {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
.body-container--blog-post .banner-left-side-text h2 {
  margin: 0 0 10px;
}
.banner-left-side-text p {
  color: #fff;
  margin: 0;
}
footer.footer.footer--site-page .icon-block {
  display: flex;
  align-items: center;
}
footer.footer.footer--site-page .footer-logo-block img {
  max-width: 200px;
  /*       background: #fff;
  padding: 10px;
  border-radius: 4px; */
}
footer.footer.footer--site-page .icon-block  .social-links {
  margin-right: 14px;
}
footer.footer.footer--site-page .icon-block .social-links .social-links__icon {
  margin-bottom: 0;
  line-height: normal;
  display: inline-flex;
}

.academy-badge a.academy-badge-certification {
  display: block;
}
.academy-badge a.academy-badge-certification img {
  padding-top: 0;
}

/*----------------------------- responsive style -------------------------*/
@media screen and (min-width: 56.875em){
  .content-wrapper {
    padding: 0 4.5455%;
  }
}
/* @media screen and (max-width: 1520px) {
.post-body-author-wrapp .blog-post__meta {
width: 9.7%;
}
}/*-------- 1520 ends here ----------*/ */

@media screen and (max-width: 1365px) {
  .blog-sidebar-block {
    margin-left: 55px;
  }
  .blog-card {
    margin-right: 31px;
  }
  .post-body-author-wrapp .blog-post__meta {
    width: 9.5%;
  }
}/*-------- 1365 ends here ----------*/

@media screen and (max-width: 1199px) {
  .blog-card {
    margin-right: 26px;
    margin-bottom: 1.8rem;
  }

  .blog-sidebar-block {
    margin-left: 45px;
  }
  /*   .post-body-author-wrapp .blog-post__meta {
  width: 11.5%;
}
  .post-body-author-wrapp .blog-post__body {
  width: 85%;
} */
  .post-body-author-wrapp{
    margin-bottom: 4em;
  }
  /*   .blog-post__comments-listing {
  margin-bottom: 1.6rem;
} */
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .blog-card {
    width: 100%;
    margin-right: 0;
  }
  .blog-sidebar-block {
    width: 25.3%;
    margin-left: 34px;
  }

  .post-body-author-wrapp {
    margin-bottom: 3em;
  }
  /*   .blog-post__comments-listing {
  margin-bottom: 1.6rem;
} */
  /*   .post-body-author-wrapp .blog-post__body {
  width: 84%;
} */
  .footer__row__new {
    flex-direction: column;
  }
  footer.footer.footer--site-page .icon-block {
    margin-top: 15px;
  } 
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .blog-card-wrapp{
    display:block;
  }
  .blog-post-list-block {
    width: 100%;
  }
  .blog-sidebar-block {
    width: 100%;
    margin: 15px 0;
  }
  .blog-card {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }

  .blog-sidebar-block {
    margin-left: 0;
  }

  .post-body-author-wrapp{
    display:block;
    margin-bottom: 3em;
  }
  .post-body-author-wrapp .blog-post__body {
    width: 100%;
    margin-left: 0;
  }
  .post-body-author-wrapp .blog-post__meta {
    width: 100%;
  }
  .blog-post__comments-listing form {
    padding: 10px 0;
  }
  .blog-post__comments-listing {
    margin-bottom: 1.6rem;
  }
  .blog-post-next-previous-container a.blog-post-prev-link{
    padding: 1.75em 0 0.5em;
  }
  footer.blog-post__footer {
    margin-bottom: 25px;
  }
  .academy-badge img {
    margin-bottom: 1em;
  }
  .recent-post-block .hs-rss-module {
    margin-bottom: 1.5em;
  }
  .blog-post {
    margin-top: 20px;
  }
  .post-body-author-wrapp .blog-post__meta {
    width: 100%;
    font-size: 14px;
  }
  .post-body-author-wrapp .blog-post__meta.blog-card__tags {
    margin-top: 5px;
  }
  .post-body-author-wrapp .blog-post__meta a.blog-card__tag-link {
    margin-left: 10px;
  }
  .blog-card__author-image-wrapper {
    height: 35px;
    width: 35px;
  }
  .blog-left-right-wrapp img.blog-card__image {
    height: auto;
  }
  .blog-post__author-image ~ .blog-post__author-about {
    margin-left: 0;
  }
  .sidebar-text-box-video-block {
    border-top: 0px solid #1a1a1a;
    padding: 10px 0px 25px;
  }
  img.alignright {
    float: none;
    padding: 0;
    width: 100% !important;
  }
  .blog-left-right-wrapp {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {

}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {

}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {
  footer.footer.footer--site-page .icon-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.footer.footer--site-page .icon-block .social-links {
    margin-right: 14px;
    justify-content: center;
    margin: 0;
  }
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {

}/*-------- 360 ends here ----------*/