/*general styles*/
 .mobile-dropdown--top, .mobile-dropdown__list {
     display: none;
}
 .mobile-dropdown .mobile-dropdown-arrow {
     margin-left: 20px;
     line-height: 1.2;
     -webkit-transition: -webkit-transform .35s ease-in-out;
     transition: -webkit-transform .35s ease-in-out;
     -o-transition: transform .35s ease-in-out;
     transition: transform .35s ease-in-out;
     transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
 .mobile-dropdown .mobile-dropdown-arrow:before {
     content: "\f107";
     font-size: 22px;
}
 .page ul.list--no-mark, .page .list--no-mark ul, .blog-page .blog-sidebar .list--no-mark ul {
     margin: 25px 0;
     padding: 0;
}
 .page .list--no-mark li {
     list-style-type: none;
}
 .page ul.list--no-mark a, .page .list--no-mark ul a, .blog-page .blog-sidebar .list--no-mark ul a {
     text-decoration: none;
}
 .page ul.list--no-mark a:hover, .page ul.list--no-mark a:focus, .page ul.list--no-mark a:active, .page .list--no-mark ul a:hover, .page .list--no-mark ul a:focus, .page .list--no-mark ul a:active, .blog-page .blog-sidebar .list--no-mark ul a:hover, .blog-page .blog-sidebar .list--no-mark ul a:focus, .blog-page .blog-sidebar .list--no-mark ul a:active {
     text-decoration: underline;
}
/* pagination */
 .page .pagination {
     margin: 90px 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-align: center;
}
 .page .pagination .nav-links {
     width: 100%;
}
 .page .pagination .prev, .page .pagination .next {
     position: relative;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 700;
     color: #326F92;
     text-decoration: none;
}
 .page .pagination .prev {
     margin-right: 60px;
}
 .page .pagination .arrow-left::before {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7px 9px 7px 0;
     border-color: transparent #326F92 transparent transparent;
     display: block;
     position: absolute;
     left: -20px;
     top: 3px;
}
 .page .pagination .next {
     margin-left: 60px;
}
 .page .pagination .arrow-right::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7px 0 7px 9px;
     border-color: transparent transparent transparent #326F92;
     display: block;
     position: absolute;
     right: -20px;
     top: 3px;
}
 .page .pagination .prev, .page .pagination .next {
     position: relative;
}
 .page .pagination .prev::before, .page .pagination .next::before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0;
     height: 1.5px;
     background-color: #326f92;
     -webkit-transition: width .5s ease-in-out;
     -o-transition: width .5s ease-in-out;
     transition: width .5s ease-in-out;
}
 .pagination .prev:hover::before, .pagination .prev:focus::before, .pagination .prev:active::before, .pagination .next:hover::before, .pagination .next:focus::before, .pagination .next:active::before {
     width: 100%;
}
 .page .pagination .page-numbers {
     text-decoration: none;
     padding: 5px 10px;
     margin: 0 2px;
     color: #757575;
}
 .page .pagination .page-numbers:hover {
     color: #3279AD;
}
 .page .pagination .current {
     color: #fff;
     background: #3279AD;
}
 .blog-page .breadcrumbs .hs-breadcrumb-menu {
     margin: 20px 0 34px;
}
/*subscribe form */
 .form--subscribe .hs-form .hs-form-field > label {
     display: none;
}
 .form--subscribe .hs-form .inputs-list {
     padding-left: 0;
}
 .form--subscribe form input[type='text'], .form--subscribe form input[type='email'], .form--subscribe form input[type='number'], .form--subscribe form textarea {
     border: none;
     border-bottom: 1px solid #757575;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     border-radius: 0;
     padding-left: 0;
     padding-top: 0;
     -webkit-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}
 .form--subscribe form input[type='text']:focus, .form--subscribe form input[type='email']:focus, .form--subscribe form input[type='number']:focus, .form--subscribe form textarea:focus {
     border-bottom: 1px solid #65BF48;
}
 .form--subscribe .hs-error-msgs {
     color: #65BF48;
}
 .form--subscribe form .hs-form-field {
     margin-bottom: 28px !important;
}
 .form--subscribe form input[type='submit'], .form--subscribe form a.hs-button {
     display: inline-block;
     min-width: 193px;
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     letter-spacing: 1px;
     padding: 13px 21px;
     text-transform: uppercase;
     text-decoration: none;
     text-align: center;
     position: relative;
     white-space: nowrap;
     -webkit-transition: ease-out .5s;
     -o-transition: ease-out .5s;
     transition: ease-out .5s;
     border-radius: 0;
     background-color: #f8b829;
     border: 2px solid #f8b829;
     color: #333;
     background-image: none;
}
 .form--subscribe form input[type='submit']:hover, .form--subscribe form input[type='submit']:focus, .form--subscribe form input[type='submit']:active, .form--subscribe form a.hs-button:hover, .form--subscribe form a.hs-button:focus, .form--subscribe form a.hs-button:active {
     background-color: #ffb000;
     color: #333;
}
 .blog-page .banner .banner__content {
     min-height: unset;
}
/* blog sidebar*/
 .blog-page .blog-sidebar h3 {
     font-weight: 600;
     font-size: 18px;
     line-height: 22px;
     margin-bottom: 20px;
     padding-top: 20px;
}
 .blog-page .blog-sidebar > div {
     margin-bottom: 40px;
}
 .blog-page .blog-sidebar a {
     color: #333333;
}
 .blog-page .blog-sidebar ul {
     padding-left: 20px;
     margin: 0;
}
 .blog-page .blog-sidebar ul li {
     margin-bottom: 20px;
}
 .blog-page .blog-sidebar ul li:last-of-type {
     margin-bottom: 0;
}
 .blog-page .blog-sidebar .social-sharing {
     margin: 0 -7px;
}
 .blog-page .blog-actions {
     margin-bottom: 75px;
}
/*Single Blog Page */
 .blog-page .blog-post__body {
     font-size: 18px;
     line-height: 28px;
}
 .blog-page .blog-post__body h2, .blog-page .blog-post__body h3, .blog-page .blog-post__body h4 {
     line-height: 1.5;
     margin: 22px 0 12px;
     font-weight: 600;
     text-transform: capitalize;
}
 .blog-page .blog-post__body h2 {
     font-size: 32px;
}
 .blog-page .blog-post__body h3 {
     font-size: 28px;
}
 .blog-page .blog-post__body h4 {
     font-size: 24px;
}
 .blog-page .blog-post__body ul:not(.slick-dots):not(.check-list-custom):not(.inputs-list):not(.list--no-mark) {
     padding-left: 20px;
     list-style: none;
     margin-bottom: 30px;
}
 .blog-page .blog-post__body ul:not(.slick-dots):not(.check-list-custom):not(.inputs-list):not(.list--no-mark) li {
     padding-left: 20px;
     list-style: none;
     margin-bottom: 10px;
}
 .blog-page .blog-post__body ul:not(.slick-dots):not(.check-list-custom):not(.inputs-list):not(.list--no-mark) li:before {
     content: "\2022";
     color: #65BF48;
     font-weight: bold;
     display: inline-block;
     width: 23px;
     font-size: 23px;
     line-height: 1;
     margin-left: -23px;
}
 .blog-page .blog-post__body p {
     margin-bottom: 20px;
}
 .page .social-sharing__wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .page .social-sharing__wrapper p {
     margin-bottom: 3px;
}
 .social-sharing__wrapper .social-sharing {
     margin: 0 -7px 0 8px !important;
}
 .post-bottom-info .social-sharing__wrapper .social-sharing {
     margin: 0 0 0 -7px !important;
}
 .page .social-sharing__wrapper--inline {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     white-space: nowrap;
}
 .page .social-sharing__wrapper--inline p {
     margin-bottom: 0;
}
 .blog-page .post-top-info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     font-weight: 600;
     font-size: 16px;
     line-height: 20px;
     color: #757575;
     margin-bottom: 35px;
}
 .blog-page .post-short-info {
     font-weight: 600;
     font-size: 16px;
     line-height: 20px;
     color: #757575;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -11px 0 -14px;
}
 .blog-page .post-short-info > span {
     display: inline-block;
     margin: 0 11px 0 14px;
     position: relative;
}
 .blog-page .post-short-info > span:before {
     content: "\2022";
     position: absolute;
     left: -14px;
     font-size: 9px;
     line-height: 22px;
}
 .blog-page .post-short-info > span:first-of-type:before {
     content: none;
}
 .blog-page .blog-content h1 {
     font-weight: 500!important;
     font-size: 28px!important;
     line-height: 1.31;
     text-transform: capitalize;
     margin: 0 0 20px 0;
}
 .post-bottom-info .social-sharing__wrapper {
     margin-bottom: 55px;
}
 .blog-page .author-page-info {
     padding-top: 20px;
     margin-bottom: 70px;
}
 .post-bottom-info .author, .author-page-info .author {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .post-bottom-info .author__img, .author-page-info .author__img {
     width: 180px;
     height: 180px;
     border-radius: 100px;
     overflow: hidden;
     background-color: white;
     margin-right: 33px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
}
 .post-bottom-info .author__img .avatar, .author-page-info .author__img .avatar {
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
     object-position: center;
     height: 100%;
     width: 100%;
}
 .post-bottom-info .author__info, .author-page-info .author__info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     /
    /**font-weight: 600;
     font-size: 16px;
     line-height: 1.5;
     color: #757575;
    **/
    / 
}
 .blog-page .blog-post__body img {
     width: 100%;
     height: auto;
}
 .post-bottom-info .author__info p.lead {
     font-size: 14px;
     line-height: 16px;
     text-transform: uppercase;
     margin-bottom: 6px;
}
 .bottom-author .author__name a {
     font-weight: bold !important;
     font-size: 20px !important;
     line-height: 25px !important;
     color: #333333!important;
     margin-bottom: 12px!important;
     margin-top: 0!important;
}
 .post-bottom-info .author__name, .author-page-info .author__name {
     font-weight: bold !important;
     font-size: 20px !important;
     line-height: 25px !important;
     color: #333333!important;
     margin-bottom: 12px!important;
     margin-top: 0!important;
}
 .post-bottom-info .author__name {
     text-decoration: none;
     cursor: pointer;
}
 .post-bottom-info .author__name:hover, .post-bottom-info .author__name:focus, .post-bottom-info .author__name:active {
     text-decoration: underline;
}
 .post-bottom-info .author__bio p:last-of-type, .author-page-info .author__bio p:last-of-type {
     margin-bottom: 0;
}

.social-sharing--40 a, .social-sharing--40 a img {
     width: 39px !important;
     height: 39px !important;
}
 .social-sharing--40 a {
     margin: 10px;
}
 .categories-list__holder {
     margin: 0 0 58px 0;
}
 .blog-page #siteFooter a.tel:before {
     content: "" !important;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .blog-results-page .search-bar {
     margin-bottom: 42px;
}
 .blog-results-page .search-bar h3 {
     display: none;
}
 .blog-page .covid-19-cta a#cta_button_4018507_ce04c060-1959-484c-8c2c-a1403d95e621 {
     font-size: 16px !important;
     line-height: 1.5 !important;
     text-transform: uppercase;
     border-radius: 0 !important;
     padding: 13px !important;
}
 @media only screen and (max-width: 1024px) {
     .blog-page .covid-19-cta a#cta_button_4018507_ce04c060-1959-484c-8c2c-a1403d95e621 {
         font-size: 14px !important;
    }
}
 @media only screen and (max-width: 768px) {
     .banner {
         min-height: 230px;
    }
     .categories-list__holder {
         padding-right: 15px;
         margin-right: -15px !important;
         padding: 15px 15px 15px 0;
    }
     .blog__post_footer .blog__author {
         margin-left: 0 !important;
    }
     .blog__post-holder .blog__post_footer {
         margin: 15px 0px 0;
    }
     .categories-list__holder {
         margin: 0 0 10px 0;
    }
     .mobile-dropdown--top {
         display: block;
    }
     .mobile-dropdown[init-dropdown="true"] .mobile-dropdown__list {
         display: none;
    }
     .mobile-dropdown[init-dropdown="true"].clicked .mobile-dropdown__list {
         display: flex;
    }
     .mobile-dropdown[init-dropdown="true"].clicked .mobile-dropdown-arrow {
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
    /* pagination */
     .page .pagination {
         margin: 60px 0;
    }
     .page .pagination .prev, .page .pagination .next {
         width: 28px;
         height: 28px;
         display: inline-block;
         vertical-align: middle;
    }
     .page .pagination .prev {
         margin-right: 30px;
    }
     .page .pagination .next {
         margin-left: 0;
    }
     .page .pagination .arrow-left::before {
         left: 10px;
         top: 6px;
    }
     .page .pagination .arrow-right::after {
         right: 10px;
         top: 6px;
    }
     .page .pagination .prev span, .page .pagination .next span {
         display: none;
    }
     .blog-page .pagination {
         margin-bottom: 20px;
    }
    /*subscribe form */
     .form--subscribe {
         margin-top: 20px;
    }
    /*blog page */
     .blog-page.page {
         font-size: 15px;
         line-height: 1.5;
    }
     .blog-page .blog-actions {
         margin: 40px 0 0 0;
    }
    /* Blog Single Page */
     .blog-page .blog-content h1 {
         margin-top: 45px;
    }
     .blog-page .post-top-info {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .blog-page .post-top-info > div {
         margin-bottom: 20px;
    }
     .page .social-sharing__wrapper a {
         margin: 0 8px !important;
    }
     .post-bottom-info .social-sharing__wrapper {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
    }
     .post-bottom-info .social-sharing__wrapper .social-sharing {
         margin: 0 0 0 8px !important;
    }
     .blog-page .author-page-info {
         padding-top: 10px;
         margin-bottom: 40px;
    }
     .post-bottom-info .author, .author-page-info .author {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .post-bottom-info .author__info, .author-page-info .author__info {
         width: 100%;
    }
     .post-bottom-info .author__img, .author-page-info .author__img {
         margin: 0 auto 20px;
         width: 145px;
         height: 145px;
    }
     .blog-results-page .search-bar, .search-mobile-top .search-bar {
         margin-top: 42px;
    }
     .search-mobile-top .search-bar h3 {
         display: none;
    }
     .blog-page .covid-19-cta a#cta_button_4018507_ce04c060-1959-484c-8c2c-a1403d95e621 {
         font-size: 16px !important;
    }
}
 @media screen and (max-width: 480px) {
     .blog__post_footer .blog__author {
         max-width: 130px;
         -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
         white-space: nowrap;
         overflow: hidden;
    }
     .reading-minutes {
         margin-right: 0 !important;
    }
}