/* Blog Navigation */

.blog-navigation {
  background-color: #fff;
  box-shadow: -12px 12px 22px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-navigation {
    display: block;
    padding: 0;
    text-align: center;
  }
}

.blog-navigation__tag-filter form {
  background-color: #f2f4f6;
  border: none;
  color: #051f46;
  padding: 30px;
}

#blog-filter__category {
  background-color: #f2f4f6;
  border: none;
  color: #051f46;
  width: auto;
}

@media (max-width: 767px) {
  .blog-filter-tags {
    text-align: center;
  }
}

.blog-navigation__search .hs-search-field,
.blog-navigation__search .hs-search-field__bar {
  height: 100%;
}

.blog-navigation__search form {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-left: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
    padding: 0;
  }
}

.blog-navigation__search--no-label form:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Blog' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Construction---Blog---2-col' transform='translate(-1085.000000, -388.000000)'%3E%3Cg id='hero' transform='translate(0.000000, 105.000000)'%3E%3Cg id='Group-5' transform='translate(1086.000000, 284.000000)'%3E%3Ccircle id='Oval' stroke='%231F2E43' cx='5.33333333' cy='5.33333333' r='5.33333333'%3E%3C/circle%3E%3Cline x1='9.47691329' y1='8.66666667' x2='16' y2='13.2736132' id='Path-3' stroke='%23051F46'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 25px;
}

@media (max-width: 767px) {
  .blog-navigation__search--no-label form:before {
    left: 10px;
  }
}

.blog-navigation__search form label {
  display: block;
  flex-shrink: 0;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  color: #051f46;
  padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border-color: #d0d0d0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* prettier-ignore */
.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-navigation__search form button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 100%;
}

/* Blog Post Header */

.blog-header {
  background-color: #f2f4f6;
  margin-bottom: 10px;
  padding: 10px 0;
}

/* Blog Post Listing */

.blog-index__post {
  border-bottom: 4px solid #ff5e14;
  box-shadow: -12px 12px 22px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  margin: 75px 0;
}

.blog-index__post-image-wrapper {
  flex-shrink: 0;
  position: relative;
  width: 50%;
}

.blog-index__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  position: absolute;
  width: 100%;
}

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

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }

  .blog-index__post-image-wrapper {
    border-radius: 0;
    display: block;
    height: 175px;
    width: 100%;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

h3.blog-index__post-content__title {
  margin: 0;
}

.blog-index__post-content__title a {
  color: inherit;
  text-decoration: none;
}

.blog-author {
  align-items: center;
  display: flex;
}

.blog-author__image {
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
  width: 60px;
}

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

.blog-author__name h5 {
  margin: 10px 0;
}

.blog-index__tag-header {
  margin-top: 80px;
}

.blog-tags,
.blog-author,
.blog-index__post__date {
  margin-bottom: 20px;
}

.blog-tag:after {
  content: ',';
}

.blog-tag:last-child:after {
  content: '';
}

.blog-summary {
  border-top: 2px solid #e7ebef;
  flex-grow: 1;
  margin: 20px 0;
  padding-top: 20px;
}

.blog-summary h1,
.blog-summary h2,
.blog-summary h3,
.blog-summary h4,
.blog-summary h5,
.blog-summary h6,
.blog-summary p {
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0;
}

/* Blog Pagination */

.blog-pagination {
  margin: 25px 0 50px;
  text-align: center;
}

.blog-pagination__link {
  letter-spacing: 1.6px;
  margin: 0 3px;
  padding: 10px;
}

a.blog-pagination__link--active {
  background-color: #051f46;
  color: #fff;
}

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

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}

.blog-index--2-col__post {
  box-shadow: -12px 12px 22px -1px rgba(0, 0, 0, 0.1);
  margin-top: 80px;
  width: calc(50% - 50px);
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }

  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image-wrapper {
  border-bottom: 4px solid #ff5e14;
  display: block;
  height: 230px;
  margin-bottom: 20px;
  width: 100%;
}

.blog-index--2-col__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index--2-col__post-image-wrapper,
  .blog-index--2-col__post-image {
    display: block;
    height: auto;
  }
}

.blog-index--2-col__post-content {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 50px;
}

.blog-post__tags {
  padding: 20px 0;
}

.blog-index--2-col__post-content__title {
  margin: 20px 0 0;
}

.blog-index--2-col__post-content__title a {
  color: inherit;
  text-decoration: none;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 0 20px;
  }
}

a.back-to-blog {
  font-weight: 700;
  text-decoration: none;
}

a.back-to-blog:hover {
  font-weight: 700;
}

.back-to-blog div {
  display: inline;
}

.blog-post__tag {
  font-weight: 300;
  text-decoration: none;
}

.blog-post__tag:after {
  content: ',';
}

.blog-post__tag:last-child:after {
  content: '';
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 420px;
  margin: 35px 0;
  position: relative;
  width: 100%;
}

.blog-post__image {
  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 {
    display: block;
    height: auto;
  }
}

.blog-post__social-sharing .share-title {
  display: none;
}

.blog-post__social-sharing .social-links {
  align-items: center;
  color: #19cca3;
  display: flex;
  flex-direction: row;
}

.blog-post__social-sharing .social-links__icon span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.blog-post__social-sharing .social-links__icon {
  align-items: center;
  background-color: #f2f4f6;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 20px 10px 10px 0;
  width: 30px;
}

.blog-post__social-sharing .social-links__icon svg {
  fill: #ff5e14;
  height: 15px;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .blog-post__social-sharing {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 2rem;
  }

  .blog-post__social-sharing .share-title {
    display: block;
  }

  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }

  .blog-post__social-sharing .social-links__icon {
    margin: 10px 0;
  }
}

.sample-icon {
  background-color: #19cca3;
  border-radius: 50%;
  height: 30px;
  margin: 5px;
  width: 30px;
}

.blog-post__body {
  line-height: 24px;
}

.blog-post__comments-listing {
  margin: 3rem 0;
}

.blog-post__author {
  background-color: #f2f4f6;
  padding: 20px 0;
}

.blog-post__author .container {
  padding: 0 100px;
}

.blog-post__author .buffer {
  background-color: #fff;
  display: flex;
  padding: 20px 100px;
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
}

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

.blog-post__author__text {
  margin-left: 35px;
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

.blog-post__author__sharing {
  display: flex;
}

.sample-icon.small {
  height: 15px;
  width: 15px;
}

/* Related Posts */

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin: 50px 0;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .blog-post__author .buffer {
    display: block;
    padding: 20px;
  }

  .blog-post__author__text {
    margin-left: 0;
  }
}

/* updated blog styles */
.blog-post__image-wrapper {
  display: none !important;
}

.blog-post {
  display: flex;
  justify-content: center;
}

.blog-post__body-wrapper {
  width: 1170px;
  display: flex;
}

.blog-header {
  display: none;
}

.header-wrapper {
    padding: 0 3% 0 0;
}

.blog-listing__post-image {
  width: 100%;
  object-fit: contain;
}

.blog-post__body img {
  object-fit: contain;
  max-width: 100%;
}

.blog-post__body p {
  color: #666;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.blog-post__body span {
  color: #666 !important;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

hr {
  border: 1px;
  border-bottom: 1px solid;
  color: #ccc !important;
  width: 100%;
}

.blog-post__body a span {
  text-decoration: underline #fff; !important;
  color: #0000f1 !important;
}

h2 {
  color: #2a588d;
  font-family: Open Sans,sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin: 0.1em 0 0.3em;
}

h3 {
  color: #666 !important;
  font-family: Lovelo-Black !important;
  text-transform: uppercase !important;
  font-size: 24px;
  line-height: 25px;
}

h2.sub-header {
  color: #2a588d !important;
  font-family: Lovelo-Black !important;
  font-size: 83px !important;
  line-height: 65px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

h1.blog-post__title{
  color: #2a588d !important;
  font-family: Open Sans,sans-serif !important;
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
}

.cta_button span {
  color: #fff !important;
  text-decoration: none !important;
}

.blog-post__body li {
    margin: 0px !important;
}

.grecaptcha-badge {
    margin: 0px;
}

/* Form styling */
  body label {
    display: block;
    font-family: Lovelo-Black;
    font-size: 17px;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #666;
  }

  body .hs-form-field {
    display: block;
    margin-bottom: 25px;
  }

  body input[type=text] {
    background: #fff;
    border: 1px solid rgba(51,51,51,.3);
    border-radius: 3px;
    color: rgba(51,51,51,.7);
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    height: 42px;
    line-height: normal;
    margin: 0;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
  }

  body input[type=email], body input[type=file], body input[type=month], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=time], body input[type=url], body input[type=week], body select, body textarea {
    background: #fff;
    border: 1px solid rgba(51,51,51,.3);
    border-radius: 3px;
    color: rgba(51,51,51,.7);
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    height: 42px;
    line-height: normal;
    margin: 0;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
  }

  body .hs-button.primary {
    -webkit-appearance: none;
    background: #1f80b5;
    border: 0;
    border-bottom: 5px solid #274f7e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-size: 19.2px;
    height: 42px;
    line-height: 40px;
    margin: 10px 0 20px;
    padding: 0 30px 5px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }

input.hs-button.primary.large {
  /*     width: 160px; */
  width: auto;
}

.side-menu__form>span>div>form>.hs_submit>div>input.hs-button.primary.large {
  text-transform: none !important;
  padding: 0 20px !important;
}

@media(max-width: 1200px){
  .blog-post__body-wrapper {
    width: 90%;
    flex-direction: column;
  }
  .blog-post__body img {
    height: auto !important;
    object-fit: contain !important;
  }
  h2.sub-header {
    font-size: 63px !important;
  }
  body input[type=text], input[type=email], textarea {
    max-width: 100% !important;
  }
}