.blog-wrapper {
    padding-top: 90px !important;
}

.header {
    background: #fff;
}

footer {
    margin-top: 0;
}
h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
}

h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 49px;
}

.blog-featured-image {
    position: relative;
}
.blog-featured-image img {
    width: 100%;
}

.featured-h2 {
    margin-top: 5px;
}

.modal-windows {
    margin-top: 50px;
}
.article-categories {
    margin-top: 18px;
}
.article-categories span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #6C8092;
}

.small-blog-image img {
    max-width: 200px;
    margin-right: 20px;
}

.main-side-article {
    display: flex;
}

.small-featured-h {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.date-modified {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092;
}
.blog-img-wrap {
    position: relative;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    min-height: 240px;
    background-position: center;
    background-size: cover;
}
.blog-img-wrap::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.blog-list-item-wrapper:hover .blog-img-wrap:before,
.blog-list-item-wrapper:focus .blog-img-wrap:before {
    display: block;
}

.blog-list-item-wrapper:hover .blog-img-wrap,
.blog-list-item-wrapper:focus .blog-img-wrap {
    transform: scale(1.1);
    transition: all .5s;
}
.blog-img-wrap:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.small-blog-image .blog-img-wrap {
    background-size: cover;
    min-height: 130px;
    background-position: center;
}

.blog-featured-image .blog-img-wrap {
    background-size: cover;
    min-height: 430px;
}
.main-side-article {
    margin-bottom: 20px;
}

.al-article-categories {
    border-bottom: 2px solid #DFE5E8;
}

.article-list {
    margin-top: 30px;
}

.article-category-filter {
    margin-right: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #6C8092;
    cursor: pointer;
    font-weight: 500;
}

.blog-post-wrapper:hover .blog-post-title {
    color: #2282D4;
    text-decoration: underline;
    text-decoration-color: #2282D4;
    text-underline-offset: 3px;
}

.article-category-filter-active, .article-category-filter:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A3946;
    text-decoration: underline;
    text-decoration-color: #1BB869;
    text-underline-offset: 8px;
}

.blog-centered {
    max-width: 1250px;
    margin: 0 auto;
}
.blog-row-list {
    margin-top: 40px;
}

.blog-search {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.search-input, .search-input:focus, .search-input:active, .search-input:focus-visible {
    border: none;
    outline: none;
}

.search-input {
    padding-left: 26px;
    padding-top: 3px;
    background: white !important;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092 !important;
    border: none;
    outline: none;
}

::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6C8092 !important;
}

.blog-links img {
    margin-left: 6px;
    margin-right: 6px;
    height: 11px;
}

.main-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.04%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2A3946;
    margin-bottom: 16px;
}

/* .search-input:focus + .input-magnifier {display: none;} */

.input-wrapper {
    margin-top: 40px;
    position: relative;
    cursor: pointer;
}

.input-magnifier {
    position: absolute;
    left: 0;
    top: 8px;
}

.header {
    display: none;
}

.category-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.category-filter {
    opacity: 0.9;
    border: 1px solid #DADADB;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}

.category-filter:hover {
    border: 1px solid #1BB869;
    border-radius: 2px;
}

.category-filter-active {
    border: 1px solid #1BB869;
    border-radius: 2px;
}

 .blog-post-category {
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #6C8092;
    margin-top: 14px;
     font-weight: 500;
}

.blog-post-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    min-height: 53px;
}

.blog-post-excerpt {
    margin-bottom: 10px;
}

.multiLineLabel {
    display: inline-block;
    box-sizing: border-box;
    word-wrap: break-word;
}

.multiLineLabel .textMaxLine {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.blog-list-item-wrapper {
    overflow: hidden;
    position: relative;
    z-index:1;
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.small-blog-image {
    border-radius: 4px;
    min-width: 167px;
}

.small-blog-image img {
    border-radius: 4px;
}
.small-blog-text {
    margin-left: 20px;
}

.blog-link, .blog-link:hover, .blog-link:focus, .blog-link:active {
    text-decoration: none;
    color: inherit;
}

.blog-link .blog-list-img {
    transition: transform .1s linear;
    border-radius: 6px;
}

.blog-link:hover .blog-list-img {
    opacity: .8;
    transform: scale(1.1);
    transition: transform .5s ease;
    border-radius: 6px;
    overflow: hidden;
}

.tag-box {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 2px;
    padding: 5px 10px 7px;
    margin-right: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.tags-wrapper {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.smaller-tags-wrapper {
    bottom: 10px;
    left: 10px;
}

.search-modal-wrap {
    background: #fff;
    padding-right: 0 !important;
}
.close-search-modal {
    margin-top: 30px;
    margin-right: 20px;
}

.modal-dialog-search {
    max-width: unset;
}

.modal-input-wrapper {
    margin: 0 auto;
    min-width: 512px;
}

.modal-dialog-search-content, .modal-dialog-search-haeder {
    border: none !important;
}

.edit-post-modal {
    left: auto;
    max-width: 1200px;
}

.search-delete-btn {
    max-width: 13px;
    position: absolute;
    right: -10px;
    bottom: 13px;
}

.search-btn-wrap {
    margin-left: 35px;
}
.search-btn-input {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.btn-search-blog {
    border-radius: 30px;
    padding: 4px 27px;

}

#article-search-input-modal {
    border-bottom: 1px solid #6C8092;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}
.search-popular-topics {
    text-align: center;
}

.popular-topic-header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 80px;
}

.popular-tags-wrapper {
    margin-top: 16px;
}

.popular-tag {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #2282D4;
}

.popular-tag:hover {
    color: #2282D4;
}

.modal-article {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 15px;
}
.modal-article-img {
    max-width: 205px;
}

.modal-article-header {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.modal-article-text {
    margin-left: 16px;
}

.modal-article-category {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #6C8092;
}

.page-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2.33333px;
    text-transform: uppercase;
    color: #6C8092;
    border: none;
    margin-right: 10px;
}

.page-item.active .page-link {
    z-index: 1;
    border: none;
    background: #ECF0F2;
    border-radius: 4px;
    color: #6C8092;
}

.page-link:hover {
    color: #6C8092 !important;
    border-radius: 4px;
    outline: none !important;
}
.page-link:active, .page-link:focus {
    outline: none !important;
    box-shadow: none;
}


.page-item.disabled {
    background-color: transparent !important;
}

.pagination {
    margin: 0 auto;
    margin-top: 10px;
}

.modal-article-list {
    display: none;
}

.disabled {
    background-color:  #BBC6CF !important;
    pointer-events: none;
    border: none !important;
}

.popular-tag {
    cursor: pointer;
}

.search-results-for {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
}

.search-type {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.blog-post-wrapper {
    margin-bottom: 50px;
    max-width: 360px;
}

.articles-count {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    margin-left: 10px;
    white-space: nowrap;
}
.search-term-part {
    padding-top: 100px;
}
.search-term-part p{
    margin-top: 15px;
}

.subscribe-box-wrapper {
    background: #F3F6F8;
    max-height: 400px;
    border: 2px solid rgba(108, 128, 146, 0.2);
    padding: 40px;
}

.subscribe-box-heading-box {
    display: flex;
}

.subscribe-heading {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    margin-left: 20px;
}

.subscribe-question {
    margin-top: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.topics-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.subscribe-item {
    opacity: 0.9;
    border: 1px solid #DADADB;
    padding: 5px 10px;
    border-radius: 2px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    max-width: fit-content;
    line-height: 16px;
    margin-right: 14px;
    margin-top: 14px;
    cursor: pointer;
}

.subscribe-inputs {
    display: flex;
    margin-top: 40px;
}

.subscribe-input {
    border: 1px solid #DADADB !important;
    outline: none !important;
    padding-left: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    height: 31px;
}

::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding-right: 20px;
    color: #9F9F9F;
}


.subscrube-name-input {
    max-width: 150px;
    margin-right: 20px;
}

.centered-filters {
    max-width: 1250px!important;
    margin: 0 auto;
}

.btn-join-newsletter {
    width: 185px;
    margin-left: 20px;
}
.subscribe-input-wrap {
    position: relative;
}
.subscribe-input-icon {
    position: absolute;
    left: 5px;
    top: 6px;
}

#search-blog-form {
    margin: 0 auto;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.6)  url(/img/help/loader.svg) center center no-repeat;
    background-size: 200px 200px;
    opacity: .7;
}
.not-found-img-wrap {
    margin-top: 34px;
}
.oops-heading {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-top: 22px;
}

.oops-text {
    margin-bottom: 0;
}


.g__button.type-2 {
    min-width: 175px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255,255,255,.0);
    color: #2a3946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 9px 32px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    transition: 0.3s;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}


.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.article-filter-link-integration, .article-filter-link-integration:hover {
    color: #2A3946;
    text-decoration: none;
    margin-right: 14px;
    margin-top: 14px;
}


.blog-featured-img {
    max-height: 450px;
    object-fit: cover;
}

.article-text-href {
    text-decoration: none !important;
    color: #313232 !important;
}

.article-filters-wrap {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .blog-row-list .blog-post-wrapper {
        text-align: left;
        max-width: 370px;
    }
    .blog-wrapper .col-lg-7, .blog-wrapper .col-lg-5 {
        text-align: left;
    }

    .blog-post-wrapper {
        margin: 20px auto;
    }

    .open-article {
        padding-top: 70px;
    }

}

.article-filters-wrap {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-bread-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #2282D4;
}

.blog-bread-link-black {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #303030;
}
.blog-links {
    margin-bottom: 15px;
}


@media screen and (max-width: 767px) {
    .input-wrapper {
        text-align: left;
    }
    .article-category-filter {
        margin-right: 25px;
        vertical-align: text-top;
    }

    .article-category-wrap {
        margin-top: 16px;
    }

    .article-list {
        margin-top: 0;
    }

    .modal-article-list {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-lg-7 {
        padding-right: 5px;
    }
}

.tag-box-smallest {
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 2px;
    padding: 4px 4px 4px;
    margin-right: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.small-tags-wrapper {
    left: 5px;
    bottom: 5px;
}

.small-category {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6C8092;
}

.search-term-part {
    text-align: left;
}

.blog-dot {
    margin-left: 4px;
    margin-right: 4px;
}

.mt-90 {
    margin-top: 90px;
}

.initial-blog-upper-container {
    margin-bottom: 20px;
}
@media screen and (max-width: 992px) {

    .article-filters-wrap {
        max-width: 100% !important;
        flex-wrap: nowrap;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        white-space: nowrap;
    }

    .article-filters-wrap::-webkit-scrollbar {
        display: none;
    }

    .blog-link .blog-list-img {
        font-size: 16px;
    }
    .small-featured-h {
        font-size: 16px;
    }

    .input-wrapper {
        margin-top: 20px;
    }

    .tag-box-smallest {
        display: none;
    }

    .small-category {
        display: none;
    }

    .blog-link p {
        margin-bottom: 7px;
    }

    .date-modified {
        margin-bottom: 10px;
    }

    .small-blog-image img {
        width: 100%;
        margin-right: 0;
        border-radius: 4px !important;
    }

    .blog-row-list .blog-post-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-posts-list-wrapper .col-lg-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-post-title {
        min-height: unset;
    }

    .initial-blog-upper-container {
        text-align: left !important;
    }

    .col-lg-5 {
        margin-top: 25px;
    }

    .small-featured-h {
        line-height: 22px;
    }

    .search-term-part {
        padding-top: 50px;
    }

    .article-category-filter-active, .article-category-filter:hover {
        text-underline-offset: 8px;
    }

    .article-list {
        overflow: scroll;
    }

    .article-list::-webkit-scrollbar {
        display: none;
    }

    .al-article-categories {
        width: fit-content;
    }
}

@media screen and (max-width: 767px) {
    .search-btn-input {
        display: block;
    }
    .modal-input-wrapper {
        min-width: 300px;
    }
    .search-btn-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}

.edit-forms {
    margin-top: 160px;
}

