.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

.listing .dnd-section .row-fluid {
  max-width: none;
}

.listing .dnd-section {
  padding: 0;
}

.blog-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.right-section-listing .topics-wrapper li a{
  font-size: 16px;
}
.blog-wrapper .archive-page-header {
  display: block;
}

.blog-wrapper .archive-page-header .blog-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blog-wrapper .archive-page-header .blog-container:after {
  content: "";
  display: table;
  clear: both;
}

.archive-page-header .archive-page-header-inner {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  text-align: center;
}

.archive-page-header .archive-page-header-inner h1.page-title {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.15em;
  position: relative;
}

.archive-page-header .archive-page-header-inner .taxonomy-description p {
  margin-bottom: 1.3em;
}

.blog-wrapper .blog-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1110px;
  align-items: flex-start;
}

.blog-wrapper .blog-container:after {
  content: "";
  display: table;
  clear: both;
}

.blog-wrapper .left-section {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
}

.blog-wrapper .right-section-listing {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  padding: 0 15px !important;
}

.blog-index .post-item {
  display: block;
  margin: 0 0 30px;
}

.blog-index .post-item header.entry-header {
  display: block;
}

.blog-index .post-item header.entry-header .entry-header-text {
  text-align: center;
  padding: 1.5em 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.blog-index .post-item header.entry-header .entry-header-text h6.is-xsmall {
  opacity: .8;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: .7em;
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

.blog-index .post-item header.entry-header .entry-header-text h6.is-xsmall a {
  color: #334862;
  text-decoration: none;
}

.blog-index .post-item header.entry-header .entry-header-text h6.is-xsmall a:hover {
  color: #082b6d;
}

.blog-index .post-item header.entry-header .entry-header-text h2.entry-title {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  font-size: 1.6em;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.blog-index .post-item header.entry-header .entry-header-text h2.entry-title a.plain {
  color: currentColor;
}

.blog-index .post-item header.entry-header .entry-header-text h2.entry-title a.plain:hover {
  color: #082b6d;
}

.blog-index .post-item header.entry-header .entry-header-text .entry-divider {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 1em 0;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.blog-index .post-item header.entry-header .entry-header-text .entry-meta.uppercase.is-xsmall {
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: .7em;
  margin-left: auto;
  margin-right: auto;
}

.blog-index .post-item header.entry-header .entry-header-text .entry-meta.uppercase.is-xsmall a:hover {
  color: #082b6d;
}

.post-item-inner .entry-image-float {
  position: relative;
}

.post-item-inner .entry-image-float a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

.post-item-inner .entry-image-float .badge-outline {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  margin-left: -.4em;
  position: absolute!important;
  left: 0;
  top: 7%;
}

.post-item-inner .entry-image-float .badge-outline .badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #446084;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  -webkit-transition: background-color .3s,color .3s,border .3s;
  -o-transition: background-color .3s,color .3s,border .3s;
  transition: background-color .3s,color .3s,border .3s;
  line-height: 1.10;
  background-color: #fff;
  border: 2px solid;
  color: #11519B;
}

.post-item-inner .entry-image-float .badge-outline .badge-inner span.post-date-month.is-small {
  font-size: .8em;
}

.post-item-inner .entry-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* .post-item-inner .entry-content .entry-summary .text-center {
  text-align: center;
} */

.post-item-inner .entry-content .entry-summary .text-center a.more-link {
  position: relative;
  display: inline-block;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-shadow: none;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  margin-bottom: 1em;
  font-size: .75em;
  margin-top: 1.5em;
  text-transform: none;
  line-height: 2.19em;
  border: 2px solid;
  background-color: initial;
  color: #11519B;
  border-radius: 15px!important;
  margin-left: 0!important;
  margin-right: 0!important;
}

.post-item-inner .entry-content .entry-summary .text-center a.more-link:hover {
  color: #fff;
  background-color: #11519B;
  border-color: #11519B;
}

.post-item-inner footer.entry-meta.clearfix {
  display: block;
  font-size: .8em;
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: .5em 0 .6em;
}

.post-item-inner footer.entry-meta.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.post-item-inner footer.entry-meta.clearfix span.cat-links a {
  color: #334862;
  text-decoration: none;
}

.listing-s .dnd-section {
  padding: 0;
}

.pagination .dnd-section {
  padding: 0;
}

.pagination .dnd-section .row-fluid {
  max-width: none;
}

.blog-pagination {
  padding: 0;
  text-align: center;
  margin: 5px 0;
  font-size: .85em;
}

.blog-pagination li {
  margin: 0 .4em;
  display: inline-block;
}
.blog-pagination li {
  margin-right: 3px;
}

.blog-pagination li:first-child {
  margin-left: 0;
}

.blog-pagination li:first-child {
  margin-right: 0;
}

.blog-pagination li a {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: top;
  color: currentColor;
}

.blog-pagination li i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  font-size: 1.2em;
  vertical-align: middle;
  top: -1px;
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.blog-pagination li a:hover {
  color: #fff;
  background-color: #11519B;
  border-color: #11519B;
}

.blog-pagination li a.active {
  color: #fff;
  background-color: #11519B;
  border-color: #11519B;
}

.right-section-listing .email-form-wrapper {
  display: block;
  margin-bottom: 1.5em;
}

.email-form-wrapper h3 {
  display: none;
}

.email-form-wrapper form {
  margin-bottom: 16px;
}

.email-form-wrapper form .field, .right-section-listing .hs-form-field{
  margin-bottom: 0;
}

.email-form-wrapper form .field label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
}

.email-form-wrapper form .hs_submit .actions {
  margin-bottom: 18px;
  padding: 10px 0px;
  text-align: left;
}

.email-form-wrapper form .hs_submit .actions input.hs-button.primary.large {
  margin-top: 0;
}

.right-section-listing .contact-details {
  display: block;
  margin-bottom: 1.5em;
}

span.widget-title {
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.is-divider.small {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 1em 0;
  width: 100%;
  max-width: 30px;
  margin-top: .66em;
}

.contact-details .textwidget p {
  margin-bottom: 1.3em;
}

.right-section-listing .recent-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.right-section-listing .recent-wrapper ul li {
  list-style: none;
  margin-bottom: .3em;
  text-align: left;
  margin: 0;
}

.right-section-listing .recent-wrapper ul li+li {
  border-top: 1px solid #ececec;
}

.recent-wrapper ul li .pb-half {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
  vertical-align: top!important;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  padding: 10px 0;
}

.recent-wrapper ul li .pb-half .mr-half {
  max-height: 100%;
  margin-right: 15px;
}

.recent-wrapper ul li .pb-half .flex-grow {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
}

.recent-wrapper ul li .pb-half .mr-half .badge-outline {
  display: table;
  z-index: 20;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 2.3em;
  height: 2.3em;
  margin: 0!important;
  top: 7%;
}
.recent-wrapper ul li .pb-half .mr-half .badge-outline .badge-inner.bg-fill {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  -webkit-transition: background-color .3s,color .3s,border .3s;
  -o-transition: background-color .3s,color .3s,border .3s;
  transition: background-color .3s,color .3s,border .3s;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: 50%;
  line-height: .7;
  border: 2px solid;
  /*   color: #11519B; */
  color: #fff;
  background-color: initial;
}

.recent-wrapper ul li .pb-half .mr-half .badge-outline .badge-inner.bg-fill span.post-date-month {
  font-size: .7em;
}

.recent-wrapper ul li .pb-half .flex-grow a {
  /*   color: #334862; */
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.contact-details .textwidget p, .right-section-listing .email-form-wrapper form .field label{
  color: #fff;
}
.recent-wrapper ul li .pb-half .flex-grow a:hover {
  /*   color: #082b6d; */
  opacity: .7;
}

.right-section-listing .recent-wrapper {
  display: block;
  margin-bottom: 1.5em;
}

.right-section-listing .topics-wrapper {
  margin-bottom: 1.5em;
  display: block;
}

.topics-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topics-wrapper ul li {
  list-style: none;
  margin-bottom: .3em;
  text-align: left;
  margin: 0;
}
.right-section-listing form input[type=submit], .right-section-listing form .hs-button{
  background: #f19526;
  border: 1px solid #f19526;
  margin: 0 auto;
  display: table;
  margin-top: 10px;
}
.right-section-listing form input[type=submit]:hover, .right-section-listing form .hs-button:hover{
  background: transparent;
  border: 1px solid #f19526;
}

/* .topics-wrapper ul li+li {
border-top: 1px solid #ececec;
} */

.topics-wrapper ul li a {
  display: inline-block;
  padding: 3px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*   color: #334862; */
  color: #fff;
}
span.widget-title{
  color: #fff;
}
.topics-wrapper ul li a:hover {
  /*   color: #082b6d; */
  opacity: 0.7;
}

.right-section-listing .listing-social {
  display: block;
  margin-bottom: 1.5em;
}

.listing-social .social-icons.follow-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: .85em;
  color: #999;
}

.listing-social .social-icons.follow-icons a {
  position: relative;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 0;
  text-shadow: none;  
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  color: #fff;
  margin-bottom: 1em;
  text-transform: none;
  border-radius: 999px!important;
  -o-object-fit: cover;
  object-fit: cover;  
  line-height: 32px;
  min-height: 35px;
  width: 35px;
  padding: 0;
  border: 2px solid;
  background-color: initial;
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  display: inline-block;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}

.listing-social .social-icons.follow-icons a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  top: -1.5px;
  min-width: 1em;
  font-size: 1.2em;
  margin: 0;
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-envelop:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.listing-social .social-icons.follow-icons a:hover i {
  color: #fff!important; 
}

.listing-social .social-icons.follow-icons a.facebook:hover {
  color: #3a589d!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.listing-social .social-icons.follow-icons a.twitter:hover {
  color: #2478ba!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.listing-social .social-icons.follow-icons a.email:hover {
  color: #111!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.listing-social .social-icons.follow-icons a.linkedin:hover {
  color: #0072b7!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.listing-social .social-icons.follow-icons a.youtube:hover {
  color: #c33223!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.post-page-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.post-page-wrapper .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1110px;
  align-items: flex-start;
}

.post-page-wrapper .container:after {
  content: "";
  display: table;
  clear: both;
}

.post-page-wrapper .post-page-left {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
}

.body-container-wrapper .right-section-listing {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  padding: 30px !important;
}

.post-page-wrapper .post-page-left .post-page-left-inner {
  display: block;
  margin: 0 0 30px;
}

.post-page-left-inner header.entry-header {
  display: block;
}

.post-page-left-inner header.entry-header .entry-header-text {
  text-align: center;
  padding: 1.5em 0;
  padding-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.post-page-left-inner header.entry-header .entry-header-text h6.entry-category.is-xsmall {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  opacity: .8;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: .7em;
}

.post-page-left-inner header.entry-header .entry-header-text h1.entry-title {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.7em;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.post-page-left-inner header.entry-header .entry-header-text .entry-divider.is-divider.small {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 1em 0;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.post-page-left-inner header.entry-header .entry-header-text .entry-meta.uppercase.is-xsmall {
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: .7em;
  margin-left: auto;
  margin-right: auto;
}

.post-page-left-inner header.entry-header .entry-image.relative {
  position: relative!important;
}

.post-page-left-inner header.entry-header .entry-image.relative a {
  color: #334862;
  text-decoration: none;
}

.post-page-left-inner header.entry-header .entry-image.relative a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  width: 100%;
}

.post-page-left-inner header.entry-header .entry-image.relative .badge-outline {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: -.4em;
  position: absolute!important;
  left: 0;
  top: 7%;
}

.post-page-left-inner header.entry-header .entry-image.relative .badge-outline .badge-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  -webkit-transition: background-color .3s,color .3s,border .3s;
  -o-transition: background-color .3s,color .3s,border .3s;
  transition: background-color .3s,color .3s,border .3s;
  line-height: 1.10;
  background-color: #fff;
  border: 2px solid;
  color: #11519B;
}

.post-page-left-inner header.entry-header .entry-image.relative .badge-outline .badge-inner span.post-date-month.is-small {
  font-size: .8em;
}

.post-page-left .blog-share.text-center {
  text-align: center;
}

.post-page-left .blog-share.text-center .is-divider.medium {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 1em 0;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.post-page-left .blog-share.text-center .social-icons {
  position: relative!important;
  display: inline-block;
  vertical-align: middle;
  font-size: .85em;
  color: #999;
  margin-left: auto;
  margin-right: auto;
}

.post-page-left .blog-share.text-center .social-icons a {
  position: relative; 
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 0;
  text-shadow: none
    min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  color: silver;
  margin-bottom: 1em;
  border-radius: 999px!important;
  -o-object-fit: cover;
  object-fit: cover;
  text-transform: none;
  line-height: 2.19em;
  border: 2px solid;
  background-color: initial;
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  display: inline-block;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}

.post-page-left .blog-share.text-center .social-icons a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  top: -1.5px;
  min-width: 1em;
  font-size: 1.2em;
  margin: 0;
}

.icon-facebook::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-envelop::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.post-page-left footer.entry-meta.text-center {
  display: block;
  text-align: center;
  font-size: .8em;
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: .5em 0 .6em;
}

.post-page-left .author-box {
  padding: 2em 0;
}

.post-page-left .author-box .align-top {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
  -ms-flex-item-align: start!important;
  align-self: flex-start!important;
  vertical-align: top!important;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.post-page-left .author-box .align-top .circle {
  max-height: 100%;
  margin-right: 30px;
  border-radius: 999px!important;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-page-left .author-box .align-top .circle img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  border-radius: 999px!important;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-page-left .author-box .align-top .flex-grow {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
}

.post-page-left .author-box .align-top .flex-grow h5 {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 15px;
}

.post-pagination {
  display: block;
}

.post-pagination .post-pagination-inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.post-pagination .post-pagination-inner .custom-previous {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
  text-align: left;
  padding: .7em 0;
}

.post-pagination .post-pagination-inner i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  font-size: 2em;
  margin: 0 10px!important;
  top: -1px;
  vertical-align: middle;
}

.icon-angle-left::before {
  content: "";
}

.icon-angle-right::before {
  content: "";
}

.icon-whatsapp::before {
  content: "";
}

.post-page-left .blog-share.text-center .social-icons a:hover i {
  color: #fff;
}

.post-page-left .blog-share.text-center .social-icons a.facebook:hover {
  color: #3a589d!important;
  background-color: currentColor!important;
  border-color: initial!important;
}
.post-page-left .blog-share.text-center .social-icons a.twitter:hover {
  color: #2478ba!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.post-page-left .blog-share.text-center .social-icons a.email:hover {
  color: #111!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.post-page-left .blog-share.text-center .social-icons a.linkedin:hover {
  color: #0072b7!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

.post-page-left .blog-share.text-center .social-icons a.whatsapp:hover {
  color: #51cb5a!important;
  background-color: currentColor!important;
  border-color: initial!important;
}

header.archive-page-header .a-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

header.archive-page-header .a-container:after {
  content: "";
  display: table;
  clear: both;
}

header.archive-page-header .a-container .large-12.text-center.col {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  text-align: center;
}

header.archive-page-header .a-container .large-12.text-center.col h1 {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.15em;
  position: relative;
}

.tag-header {
  display: block;
}

.tag-header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.tag-header .container:after {
  content: "";
  display: table;
  clear: both;
}

.tag-header .padding-c {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  text-align: center;
}

.tag-header .padding-c h1.tag-heading {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.15em;
  position: relative;
}









@media (min-width:850px) {
  .archive-page-header .archive-page-header-inner {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blog-wrapper .blog-container {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-wrapper .left-section {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
  .blog-wrapper .right-section-listing {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;   
    margin-bottom: 0;
    border-left: 1px solid #ececec;
  }
  .post-item-inner .entry-image-float {
    max-width: 50%;
    float: left;
    margin-right: 2em;
  }
  .post-item-inner .entry-content {
    padding-top: 0;
  }
  .post-page-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .post-page-wrapper .post-page-left {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
  .post-page-wrapper .right-section-listing {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 30px 30px;
    margin-bottom: 0;
    border-left: 1px solid #ececec;
  }
  .post-page-left .blog-share.text-center .social-icons a:first-child {
    display: none !important;
  }
  header.archive-page-header .a-container .large-12.text-center.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tag-header .padding-c {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}



@media (max-width:549px) {
  .archive-page-header .archive-page-header-inner h1.page-title {
    font-size: 1em;
  }
  .blog-index .post-item header.entry-header .entry-header-text h2.entry-title {
    font-size: 1.2em;
  }
  .post-page-left-inner header.entry-header .entry-header-text h1.entry-title {
    font-size: 1.4em;
  }
  header.archive-page-header .a-container .large-12.text-center.col h1 {
    font-size: 1em;
  }
  .tag-header .padding-c h1.tag-heading {
    font-size: 1em;
  }
}





/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

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

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

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

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */


.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

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

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.body-container--blog-index .right-section-listing,
.body-container--blog-post .right-section-listing{
  background-image: linear-gradient(to right,rgb(0 21 53),rgb(30 115 190));
  border-radius: 5px;
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}