.as-blog-index__left {
    width: 25%;
}

.as-blog-index__right {
    width: 73%;
}

.as-blog-index__item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
}

.as-blog-index__item-image {
    position: relative;
}

.image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(47,47,47,.7);
    font-size: 16px;
    text-transform: uppercase;
  
}

.as-blog-index__item:hover .image-overlay {
    opacity: 1;
}

.as-blog-index__item-image img {
    width: 100%;
    height: auto!important;
    display: block;
}


.as-blog-index__item-title h2 {
    display: block;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: Graphik Regular;
    font-weight: 400;
}

.as-blog-index__item-meta__tags a {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2f2f2f;
    background-color: #fff;
    border: 2px solid #ffc72c;
    border-radius: 0;
    padding: 12px;
    display: inline-block;
}

.as-blog-index__item-meta__details span {
    font-size: 12px;
    color: #adb5bd;
}

.as-blog-index__item-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.as-blog-index__item-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    -webkit-transform: translateY(1.875rem);
    transform: translateY(1.875rem);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.as-blog-index__item:hover .as-blog-index__item-meta {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.as-blog-index__item-box {
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    color: #2f2f2f;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.as-blog-index__item:hover .as-blog-index__item-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.as-blog-index__item-image {
    position: relative;
    margin-bottom: 20px;
}


a.as-blog-index__item-link {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}







.as-blog-index__left-category-text  h3:before, .as-blog-index__left-category-text  h3:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  margin: 0 0 -8px;
  background: #2f2f2f;
  border-radius: 1px;
}
.as-blog-index__left-category-text  h3:before {
  right: 8px;
  width: 2px;
  height: 16px;
  transition: all 300ms;
  margin-top: -8px;
  background: #2f2f2f;
}
.as-blog-index__left-category-text  h3:after {
  right: 1px;
  width: 16px;
  height: 2px;
  margin-top: -1.5px;
  background: #2f2f2f;
}
.as-blog-index__left-category-text  h3.expanded:before {
  height: 0;
  margin-top: 0;
}

.as-blog-index__left-category-text  h3 {
    position: relative;
}


.as-blog-index__left-categories {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.as-blog-index__left-categories.as-expanded {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}


.as-blog-index__left-category-text h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-right: 40px;
    margin: 0px !important;
}


.as-blog-index__left-categories {
    margin-bottom: 20px;
    padding-left: 15px;
}


.as-blog-index__left-categories ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.as-blog-index__left-categories ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.as-blog-index__left-category-text {
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.as-blog-index__left-categories ul li a {
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
    position: relative;
    background-color: #ffc72c;
    -webkit-box-shadow: #fff 0 1.19em inset;
    box-shadow: inset -1px 2em #fff;
    margin-bottom: 3px;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 14px;
    display: inline-block;
}

.as-blog-index__left-categories ul li a:hover {
    color: #2f2f2f;
    -webkit-box-shadow: #fff 0 0 inset;
    box-shadow: #fff 0 0 inset;
      text-decoration: underline;
}

.as-blog-index__search {
    margin-bottom: 20px;
}



/***** Blog Search ******/


.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}


.as-blog-index__search form {
    display: flex;
    flex-wrap: wrap;
}

.as-blog-index__btn {
    width: 106px;
}

.as-blog-index__input {
    width: calc(100% - 120px);
    margin-right: 14px;
}

.as-blog-index__btn {
    width: 106px;
}

.as-blog-index__btn button {
    color: #2f2f2f;
    background-color: #ffc72c;
    border-color: #ffc72c;
    font-size: 14px;
    padding: 12px 16px;
    letter-spacing: 1.26px;
    font-weight: bold;
    font-family: Graphik Semibold;
    line-height: 1.5;
    width: 100%;
    text-transform: uppercase;
}

.as-blog-index__input input.hs-search-field__input {
    line-height: 1.45;
    background: #f9f9f9;
    border: 0px !important;
    padding: 12px 16px;
    color: #495057;
    font-size: 16px;
    font-family: Graphik Regular;
}

.as-blog-index__left-content {
    margin-bottom: 20px;
}

/***** Blog Search ******/

.as-blog-index__view-all {
    margin-bottom: 20px;
}

.as-blog-post-body_main {
    padding: 40px;
    background-color: #707070;
}

.as-blog-post-body_box {
    background-color: #fff;
    padding: 40px 25px;
}

.as-blog-post-body_meta p {
    font-size: 12px;
    color: #adb5bd;
}


.as-blog-post-body_name h1 {
    font-size: 26px;
    line-height: 1.3em;
    margin: 0px;
}


.as-blog-post-body_top {
    padding-bottom: 14px;
}

.as-blog-post-body_name {
    padding-bottom: 14px;
}


.as-blog-post-body_content {
    margin-bottom: 60px;
}

.as-blog-post-body_form .hs-form-field .input>input {
    border: 1px solid #707070;
    padding: 8px;
    font-size: 16px;
    font-family: Graphik Regular;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    width: 100% !important;
}

.as-blog-post-body_form .hs-form-field .input>textarea {
    border: 1px solid #707070;
    padding: 8px;
    font-size: 16px;
    font-family: Graphik Regular;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    width: 100% !important;
}

.as-blog-index__right--inner {
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
}

.as-blog-post-body_form input.hs-button.primary.large {
    background-color: #009fe3;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    padding: 13px 27px;
    border-radius: 20px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border: 0;
    font-family: Graphik Regular;
}

.as-blog-post-body_form .actions {
    text-align: right;
}

.as-blog-post-body_form .hs-form-field .hs-error-msgs.inputs-list label.hs-error-msg {
    font-size: 12px;
    margin: 0px;
   font-family: 'Graphik Regular';
    color: #f00;
}

.as-blog-post-body_form .hs-form-field .hs-error-msgs.inputs-list li {
    margin: 0;
}

.as-blog-post-body_form .hs-form-field .hs-error-msgs.inputs-list {
    margin-top: 8px;
}

.as-blog-post-body_form form .hs_error_rollup {
    display: none;
}

.as-blog-post-body_form form .hs-form-field {
    margin-bottom: 25px;
}

.as-blog-post-body_form {
    padding-left: 50px;
}

.as-blog-post-body_form-content {
    padding-bottom: 40px;
}

.as-blog-post-body_featured img {
    width: 100%;
    display: block;
    height: auto;
}

.as-blog-post-body_featured {
    padding-bottom: 25px;
}

.as-blog-post-body_related-post-item {
    color: #2f2f2f;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.as-blog-post-body_related-post-link {
    color: #1a0dab;
    text-decoration: underline;
}

.as-blog-post-body_allpost .category {
    color: #adb5bd;
    letter-spacing: 1px;
    font-size: 12px;
}


.as-blog-post-body_allpost {
    border-bottom: 1px solid #495057;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.as-blog-post-body_allpost .category a {
    color: #1a0dab;
    text-decoration: underline;
    text-transform: uppercase;
}

.as-blog-post-body_form-box {
    padding-bottom: 50px;
}


.as-blog-post-body_related-post {
    border-bottom: 1px solid #495057;
    padding-bottom: 18px;
    margin-bottom: 18px;
}


.as-blog-post-body_nav {
    border-bottom: 1px solid #495057;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

a.nav-text__txt {
    font-size: 12px;
    font-family: Graphik Regular;
    text-transform: uppercase;
    color: #1a0dab;
    text-decoration: underline;
}


.ex-post-pagination {
    justify-content: space-around;
}


.ex-post-pagination__item {
    line-height: 12px;
}

.as-blog-post-body_content h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}


.as-blog-post-body_content h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
}

.as-blog-post-body_content h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    color: #333;
}


.as-blog-post-body_content h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.as-blog-post-body_content h6 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1rem;
}

.as-blog-post-body_content a {
    color: #1a0dab;
    text-decoration: underline;
}

.as-blog-post-body_content p {
    color: #2f2f2f;
}


.as-blog-post-body_content ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #212529;
}

.as-blog-post-body_content ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

