    /* @font-face {
	font-family: 'TeXGyreAdventor-Bold';
	src: url('../fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TeXGyreAdventor-Bold.woff') format('woff'), url('../fonts/TeXGyreAdventor-Bold.ttf') format('truetype'), url('../fonts/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
} */
    
    @font-face {
        font-family: 'TeXGyreAdventor-Regular';
        src: url('../fonts/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TeXGyreAdventor-Regular.woff') format('woff'), url('../fonts/TeXGyreAdventor-Regular.ttf') format('truetype'), url('../fonts/TeXGyreAdventor-Regular.svg#TeXGyreAdventor-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    /* @font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
  } */
    
    body {
        font-family: 'Poppins', sans-serif;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    .blog-banner {
        height: auto;
        display: flex;
        position: relative;
        background-color: #23BDBD;
        min-height: 375px;
    }
    
    .blog-banner:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 163px;
        display: inline-block;
    }
    
    .blog-banner .container {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .cta-link-edu {
        background: #f6f6f6;
        height: 57px;
        width: 662px;
        display: table;
        border-radius: 8px;
        font-size: 27.64px;
        color: #221638;
        text-decoration: none;
        margin: auto;
        cursor: default;
        padding: 10px 15px;
        font-weight: 600;
    }
    
    .cta-link-edu span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: default;
    }
    
    .cta-link-edu:hover,
    .cta-link-edu:focus {
        color: #221638;
        cursor: default;
    }
    
    .banner-text {
        margin-top: 56px;
        padding-bottom: 139px;
    }
    
    .banner-text p {
        font-size: 20px;
        color: #fff;
        margin-top: 22px;
        font-weight: 500;
    }
    
    .category-list-outer {
        position: relative;
        padding: 13px 30px 60px 30px;
        background: #efeeee;
        box-shadow: 4px 2px 5px 0px #e3e3e3;
    }
    
    .category h1 {
        font-size: 25px;
        color: #221638;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    
    .category-list.collapse {
        padding-top: 0px;
    }
    
    .category-list .category_hide {
        display: none;
    }
    
    .category-list li {
        margin-top: 30px;
    }
    
    .category-list li:not(.collapse-link) a {
        background: #fff;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4f4f4f;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
    }
    
    .category.pb80 {
        padding-bottom: 80px;
    }
    
    .category {
        padding: 46px 0 30px 0;
        background: url(../images/background-image-repeat.jpg) repeat-x 0 0;
        background-size: contain;
    }
    
    .index-hot-topics {
        background: #fff;
    }
    
    .collapse-link {
        margin-top: 21px;
        border-radius: 6px;
        margin-bottom: 18px;
        position: absolute;
        width: auto;
        right: 30px;
    }
    
    .collapse-link a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        color: #4e4e4e;
    }
    
    .card>figure {
        height: 300px;
        background: #fff;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    
    .card>figure>img {
        width: 100%;
        max-height: 300px;
    }
    
    .card>figure>img:hover,
    .card>figure>img:active,
    .card>figure>img:focus {
        opacity: .65;
    }
    
    .card-box {
        width: auto;
        margin: -71px 20px 0;
        position: relative;
        background: #fff;
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
        border-radius: 2px;
        padding-bottom: 23px;
        padding-top: 18px;
    }
    
    .card-box .tittle {
        font-size: 18px;
        color: #221638;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 27px;
        min-height: 44px;
        padding: 0 10px;
        transition: all 0.3s;
        display: block;
        font-weight: 600;
    }
    
    .card-box .tittle:hover,
    .card-box .tittle:focus,
    .card-box .tittle:active {
        color: #23BDBD;
        outline: none;
    }
    
    .card-box p.content-txt {
        margin: 0px 0px 15px 0px;
        font-size: 13px;
        padding: 0 15px;
        color: #221638;
        line-height: 22px;
        margin-bottom: 27px;
        min-height: 66px;
        font-weight: 500;
    }
    
    .view {
        color: #8b8b8b;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .view:hover,
    .view:focus {
        text-decoration: none;
        color: #8b8b8b;
    }
    
    .blog-icon {
        display: flex;
        justify-content: center;
        margin-top: 17px;
        flex-wrap: wrap;
    }
    
    .blog-icon li {
        margin-right: 9px;
        width: 37px;
        height: 37px;
    }
    
    .blog-icon li a {
        height: 37px;
        display: flex;
        border: 1px solid #EEEEEE;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    
    .blog-icon li:last-child a,
    .blog-icon li.tag-list a {
        color: #221638;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding: 0 10px;
    }
    
    .blog-icon li:last-child a:hover {
        border-color: #221638;
    }
    
    .at-custom-sidebar {
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14)!important;
    }
    
    .blog-icon li:last-child a:focus,
    .blog-icon li:last-child a:active {
        border-color: #1EBCBC;
    }
    
    .blog-icon li:last-child {
        margin-right: 0 !important;
        display: table;
        width: fit-content;
        width: -moz-fit-content;
    }
    
    .posts {
        margin-top: 49px;
    }
    
    .index-hot-topics .posts {
        margin-top: 0;
    }
    
    .listing>li {
        margin-bottom: 39px;
    }
    
    .orange-bg {
        background: #f3ad1c;
        padding: 26px 0 24px 0;
    }
    
    .email-box p {
        font-size: 25px;
        color: #fff;
        font-weight: 500;
        padding-left: 29px;
    }
    
    .right-email-box {
        display: inline-flex;
        justify-content: center;
    }
    
    .right-email-box .form-group {
        width: 53%;
    }
    
    .right-email-box .form-group .form-control {
        height: 70px;
        border-radius: 4px;
        border: none;
        box-shadow: none;
        font-size: 17px;
        padding-left: 75px;
        background-image: url(../images/mail-icon.jpg);
        background-repeat: no-repeat;
        border: 1px solid #eee;
        background-position: 29px;
    }
    
    .right-email-box .form-group .form-control:focus,
    .right-email-box .form-group .form-control:active {
        background: #fff;
        box-shadow: 0 4px 16px 2px rgba(61, 69, 94, 0.14);
        background-image: url(../images/mail-icon.jpg);
        background-repeat: no-repeat;
        background-position: 29px;
    }
    
    .orange-bg.learning-tips-outer .right-email-box .btn-primary {
        height: 72px;
        width: 300px;
        border-radius: 4px;
        background-color: #FFC645;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        display: flex;
        align-items: center;
        color: #fff;
        border: none;
        justify-content: center;
        transition: all 0.3s;
    }
    
    .orange-bg.learning-tips-outer .right-email-box .btn-primary:hover,
    .orange-bg.learning-tips-outer .right-email-box .btn-primary:active,
    .learning-tips-outer.orange-bg .btn-primary:focus {
        background: #ff9e2e;
        border: none;
        color: #fff;
        outline: none;
    }
    
    .no-header.blog-banner .right-email-box .btn-primary,
    .with-header.blog-banner .right-email-box .btn-primary {
        background: #23BDBD;
        color: #fff;
        border: none;
    }
    
    .no-header.blog-banner .right-email-box .btn-primary:active,
    .no-header.blog-banner .right-email-box .btn-primary:focus,
    .with-header.blog-banner .right-email-box .btn-primary:active,
    .with-header.blog-banner .right-email-box .btn-primary:focus,
    .btn.btn-primary.started:active,
    .btn.btn-primary.started:focus {
        outline: none;
        background: #23BDBD;
        border: 1px solid #158D8D;
        color: #fff;
    }
    
    .with-header.blog-banner .right-email-box .btn-primary:hover,
    .no-header.blog-banner .right-email-box .btn-primary:hover,
    .btn.btn-primary.started:hover {
        background: #158d8d;
    }
    
    .dark_banner:hover,
    .dark_banner:active,
    .dark_banner:focus {
        background: #558b15 !important;
    }
    
    .right-email-box .btn-primary {
        height: 70px;
        background-color: #fff;
        border: none;
        color: #555850;
        font-size: 20px;
        font-weight: bold;
        margin-left: 27px;
        transition: all 0.3s;
        border-radius: 6px;
        width: 43%;
    }
    
    .right-email-box .btn-primary:hover,
    .right-email-box .btn-primary:focus,
    .right-email-box .btn-primary:active,
    .right-email-box .btn-primary:active:focus {
        background: #fff;
        color: #555850;
        background-color: #fff;
    }
    
    .right-email-box .form-group .form-control::-webkit-input-placeholder {
        color: #221638;
    }
    
    .right-email-box .form-group .form-control::-moz-placeholder {
        color: #221638;
    }
    
    .right-email-box .form-group .form-control:-ms-input-placeholder {
        color: #221638;
    }
    
    .right-email-box .form-group .form-control:-moz-placeholder {
        color: #221638;
    }
    
    .grey-bg {
        background: #f8f8f8;
        padding-bottom: 70px;
    }
    
    .custom-dropdown-wrapper {
        background: #fff;
        padding: 23px 0;
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
        margin-top: 47px;
        margin-bottom: 47px;
    }
    
    .filter-outer {
        padding-left: 0;
    }
    
    .custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
        border: none;
        background: url(../images/caret-icon.jpg) no-repeat center;
        width: 20px;
        height: 13px;
        margin-top: -6px;
    }
    
    .custom-dropdown-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }
    
    .custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu {
        padding: 0 0 15px 0;
        width: 100%;
    }
    
    .custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu li a {
        min-height: 33px;
        display: flex;
        align-items: center;
        width: 100%;
        font-family: Montserrat;
    }
    
    .custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu li a span {
        word-wrap: break-word;
        margin-right: 0 !important;
        white-space: normal;
    }
    
    .custom-dropdown-wrapper .open .btn,
    .custom-dropdown-wrapper .open .btn:hover,
    .custom-dropdown-wrapper .open .btn:active,
    .custom-dropdown-wrapper .open .btn:active:hover,
    .custom-dropdown-wrapper .open .btn:focus,
    .custom-dropdown-wrapper .btn:active:focus {
        color: #221638 !important;
        background-color: #fff;
        border-color: #ccc;
        box-shadow: none;
    }
    
    .custom-dropdown-wrapper .dropdown-toggle {
        padding: 10px 12px 11px;
        color: #221638 !important;
        font-size: 18px;
        font-weight: 500;
        font-family: Montserrat;
        text-align: left;
        border: 1px solid #eee;
        background: #fff;
    }
    
    .filter-btn .btn {
        width: 100%;
    }
    
    .filter-btn .btn:hover,
    .filter-btn .btn:active,
    .filter-btn .btn:focus,
    .filter-btn .btn:active:focus {
        background-color: #5cb85c;
        background: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
        outline: none;
    }
    
    .custom-dropdown-wrapper .dropdown-toggle:active,
    .custom-dropdown-wrapper .dropdown-toggle:hover,
    .custom-dropdown-wrapper .dropdown-toggle:focus,
    .custom-dropdown-wrapper .dropdown-toggle:active:hover {
        box-shadow: none;
        border-color: #ccc;
        outline: none !important;
    }
    /*.caret{ border: none;}*/
    
    .slider-wrapper h1 {
        font-size: 25px;
        color: #221638;
        font-weight: 600;
        margin-bottom: 25px;
        padding-left: 0;
        text-transform: uppercase;
    }
    
    .slider-wrapper {
        padding: 64px 0 106px;
    }
    
    .slider {
        background: #f8f8f8;
        padding: 28px 0 20px;
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
        margin-bottom: 0;
    }
    
    .slider .slick-slide img {
        display: inline-block;
        max-height: 126px;
        vertical-align: middle;
    }
    
    .slider .slick-slide img:hover,
    .slider .slick-slide img:focus,
    .slider .slick-slide img:active {
        opacity: .65;
    }
    
    .slider h2,
    .slider h2 a {
        font-weight: 600;
        font-size: 18px;
        color: #221638;
        padding-top: 13px;
    }
    
    .slider h2:hover,
    .slider h2:focus,
    .slider h2:active,
    .slider h2 a:hover,
    .slider h2 a:active,
    .slider h2 a:focus {
        color: #23BDBD;
        outline: none;
    }
    
    .slider p,
    .slider p a {
        font-weight: 500;
        color: #8f8f8f;
        font-size: 18px;
        height: 15px;
    }
    
    .slider p:hover,
    .slider p:focus,
    .slider p:active,
    .slider p a:hover,
    .slider p a:active,
    .slider p a:focus {
        color: #23BDBD;
        outline: none;
        ;
    }
    
    .view-articles {
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s;
        color: #fff;
        height: 48px;
        width: 162px;
        border-radius: 4px;
        background-color: #23BDBD;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-top: 20px;
    }
    
    .view-articles:active,
    .view-articles:focus {
        color: #fff;
        outline: none;
        background: #23BDBD;
        border: 1px solid #158D8D;
    }
    
    .view-articles:hover {
        color: #fff;
        background: #158d8d;
        outline: none;
    }
    
    .slick-prev,
    .slick-next {
        height: 50px;
        width: 50px;
        z-index: 9;
        top: 58%;
        color: transparent;
        position: absolute;
        margin-top: -27px;
        padding: 0;
    }
    
    .slick-next {
        right: 0;
    }
    
    .unlock-btn.btn-primary:hover,
    .unlock-btn.btn-primary:active,
    .unlock-btn.btn-primary:focus,
    .unlock-btn.btn-primary:active:focus {
        background-color: #ff9e2e;
        box-shadow: none;
    }
    
    .slick-next:before {
        content: url("../images/ic_chevron_right.svg");
        margin-left: 5px;
    }
    
    .slick-arrow {
        height: 100%;
        top: 0;
        width: 60px;
        opacity: 1;
        margin-top: 0;
        background: #fff;
        border: none;
    }
    
    .slick-arrow:hover,
    .slick-arrow:active,
    .slick-arrow:focus {
        background: #fff;
    }
    
    .slick-prev:before {
        content: url("../images/ic_chevron_left.svg");
    }
    
    .slick-prev {
        left: 0;
    }
    
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background-color: #fff;
    }
    
    .slick-prev::before,
    .slick-next::before {
        opacity: 1;
    }
    
    .green-bg {
        background: #79a628;
    }
    
    .btn.btn-primary.started {
        background: transparent;
        border: 3px solid #fff;
        color: #fff;
        border-radius: 9px;
        width: 172px;
        height: 60px;
    }
    
    .green-bg .right-email-box .form-group .form-control {
        height: 60px;
    }
    
    .green-bg .right-email-box .form-group {
        width: 50%;
    }
    
    .green-bg .email-box .col-xs-12 {
        padding-right: 0;
    }
    
    .green-bg .email-box p {
        text-align: right;
        font-size: 25px;
        font-weight: 700;
        padding-top: 4px;
    }
    
    .green-bg .right-email-box {
        justify-content: flex-start;
    }
    
    .terms-apply {
        color: #fff;
        font-size: 12px;
        float: right;
        margin-top: 31px;
        margin-left: 10px;
        text-decoration: underline;
    }
    
    .terms-apply:hover {
        color: #fff;
        text-decoration: underline;
    }
    /*Category*/
    
    .listing-detail .custom-dropdown-wrapper {
        background: #f9fafb;
        margin-top: 27px;
    }
    
    .category.listing-detail {
        padding-bottom: 77px;
        padding-top: 10px;
    }
    
    .custom-dropdown-wrapper .dropdown .btn {
        background-color: #fff;
    }
    
    .breadcrumb {
        background: transparent;
        padding: 0;
    }
    
    .breadcrumb>li+li::before {
        content: ">";
        font-size: 13px;
        color: #8b8b8b;
        left: -27px;
        position: absolute;
    }
    
    .breadcrumb>li {
        margin-right: 38px;
        position: relative;
    }
    
    .breadcrumb li a {
        font-size: 13px;
        color: #8b8b8b;
        letter-spacing: 1px;
    }
    
    .breadcrumb li a:hover {
        color: #79a728;
    }
    
    .breadcrumb>.active a,
    .breadcrumb>.active {
        color: #23BDBD;
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .blog-writter {
        background: #f9fafb;
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
        margin-top: 40px;
        padding-top: 20px;
    }
    
    .blog-writter .blog-icon {
        margin: 20px 0 5px 0;
    }
    
    .blog-writter p {
        color: #8b8b8b;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 17px;
        margin: 0;
    }
    
    .blog-writter p span {
        color: #666666;
        font-weight: normal;
    }
    
    .detail .breadcrumb {
        margin-bottom: 26px;
        display: inline-flex;
    }
    
    .detail .container {
        width: 780px;
        text-align: left;
    }
    
    .blog-writter .blog-icon li {
        width: auto;
        height: auto;
        margin: 0 8px 10px;
    }
    
    .featurette-image {
        max-width: 100%;
        width: 100%;
    }
    
    .learn-more {
        width: 190px;
        height: 70px;
        border: 2px solid #77a73a;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        font-size: 19px;
        color: #77a73a;
        text-transform: uppercase;
    }
    
    .learn-more:hover,
    .learn-more:focus,
    .learn-more:active {
        color: #77a73a;
    }
    
    .featurette .lead {
        margin-bottom: 45px;
    }
    
    .featurette {
        margin-bottom: 50px;
    }
    
    .purpule-bg {
        background: #8852b1;
        padding: 45px 0;
    }
    
    .purpule-bg img {
        width: 100%;
    }
    
    .purpule-bg p {
        padding-left: 27px;
        font-size: 29.5px;
        margin-bottom: 44px;
        color: #fff;
        line-height: 36px;
    }
    
    .cta-text {
        background: #fff;
        height: 70px;
        width: 283px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 22px;
        color: #575757;
        text-decoration: none;
        font-weight: bold;
        float: right;
    }
    
    .iframe {
        margin: 20px 0;
    }
    
    .iframe-text h3 {
        font-size: 22px;
        color: #4e4e4e;
    }
    
    .iframe-text p {
        font-size: 18px;
        color: #7e868e;
        padding-top: 40px;
    }
    
    .iframe-text {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
    .like-count>p,
    .follow-us>p {
        color: #221638;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .like-count ul li {
        display: inline-block;
        text-align: center;
        padding-right: 34px;
    }
    
    .like-count ul li p {
        font-size: 19px;
        color: #000000;
        font-weight: bold;
    }
    /* .follow-us ul { float: right;} */
    
    .follow-us>p {
        text-transform: none;
    }
    
    .follow-us li {
        display: inline-block;
        padding-right: 13px;
    }
    
    .text-area-custom {
        margin-top: 80px;
        margin-bottom: 67px;
    }
    
    .text-area-custom p {
        font-size: 22px;
        color: #4e4e4e;
        margin-bottom: 15px;
    }
    
    .text-area-custom textarea {
        width: 100%;
        resize: none;
        border: 1px solid #e3e3e3;
        padding: 5px 10px;
    }
    
    .border-bg {
        padding: 2px;
        border: 1px solid #e3e3e3;
        background: #f5f5f5;
    }
    
    .worksheet-wrapper h3 {
        color: #4e4e4e;
        font-size: 30px;
        margin-bottom: 55px;
    }
    
    .worksheet-listing p {
        font-size: 24px;
        color: #877981;
        text-transform: capitalize;
    }
    
    .worksheet-listing a {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #316cb7;
    }
    
    .worksheet-listing {
        margin-bottom: 107px;
    }
    
    .worksheet-wrapper {
        margin-top: 90px;
        margin-bottom: 57px;
    }
    
    .iframe img {
        width: 100%;
    }
    /* .blog-writter .blog-icon li a img{ max-width: 61px; max-height: 61px;} */
    /* .blog-writter .blog-icon li a{height: 61px;} */
    
    .blog-icon li a img,
    .blog-writter .blog-icon li img {
        max-width: 37px;
        max-height: 37px;
    }
    
    .blog-icon li a img:hover,
    .blog-icon li a img:focus,
    .blog-icon li a img:active,
    .blog-writter .blog-icon li img:hover,
    .blog-writter .blog-icon li img:active,
    .blog-writter .blog-icon li img:focus {
        opacity: .65;
    }
    /* no header code goes here */
    
    .blog-banner.detail-banner.no-header {
        background-image: none;
        background-color: #fff;
        min-height: initial;
    }
    
    .no-header .email-box p {
        color: #555850;
        padding-top: 0;
        text-align: left;
    }
    
    .with-header .email-box p {
        padding-top: 0;
        text-align: left;
    }
    
    .no-header .banner-text>p {
        color: #555850;
        margin: 20px 0;
    }
    
    .with-header .banner-text>p {
        margin: 20px 0 0;
    }
    
    .no-header.blog-banner .container,
    .with-header.blog-banner .container {
        display: block;
    }
    
    #add-lead-header {
        padding: 20px 0 32px 0;
    }
    
    .no-header .right-email-box .form-group .form-control,
    .no-header .right-email-box .btn-primary {
        border: 1px solid #555850;
    }
    
    .no-header.blog-banner::after {
        height: 0;
        background: none;
    }
    
    .no-header .banner-text {
        padding-bottom: 0;
    }
    
    .no-header .right-email-box .form-group,
    .with-header .right-email-box .form-group {
        margin-bottom: 0;
    }
    /*code for the logos bottom bar in features.php (starts) */
    
    .blog-content h1,
    .blog-content h2 a {
        color: #4e4e4e;
        margin-bottom: 35px;
        text-transform: none;
    }
    
    .blog-content h2 a {
        color: #337ab7;
    }
    
    .blog-content h1 strong {
        font-weight: normal;
    }
    /* color: #7e868e; */
    
    .blog-content td,
    .blog-content p {
        font-size: 16px;
        color: #000000;
        line-height: 36px;
        margin-bottom: 50px;
        font-weight: 500;
    }
    
    ul {
        list-style-type: none;
    }
    
    .partner-outer {
        padding-top: 80px;
    }
    /*code for the logos bottom bar in features.php (ends) */
    
    .post-message {
        font-size: 18px;
    }
    
    .d-none {
        display: none;
    }
    
    .author-container {
        line-height: 126px;
    }
    
    .loader-ellips {
        font-size: 20px;
        position: relative;
        width: 4em;
        height: 1em;
        margin: 10px auto;
    }
    
    .loader-ellips__dot {
        display: block;
        width: 1em;
        height: 1em;
        border-radius: 0.5em;
        background: #555;
        position: absolute;
        animation-duration: 0.5s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
    }
    
    .loader-ellips__dot:nth-child(1),
    .loader-ellips__dot:nth-child(2) {
        left: 0;
    }
    
    .loader-ellips__dot:nth-child(3) {
        left: 1.5em;
    }
    
    .loader-ellips__dot:nth-child(4) {
        left: 3em;
    }
    
    @keyframes reveal {
        from {
            transform: scale(0.001);
        }
        to {
            transform: scale(1);
        }
    }
    
    @keyframes slide {
        to {
            transform: translateX(1.5em)
        }
    }
    
    .loader-ellips__dot:nth-child(1) {
        animation-name: reveal;
    }
    
    .loader-ellips__dot:nth-child(2),
    .loader-ellips__dot:nth-child(3) {
        animation-name: slide;
    }
    
    .loader-ellips__dot:nth-child(4) {
        animation-name: reveal;
        animation-direction: reverse;
    }
    
    label#leademail-success,
    label#leademail-success-header,
    label#leademail-error,
    label#leademail-error-header {
        width: 100%;
    }
    
    .author-slider .slider:before {
        background-color: transparent;
    }
    /* copied css from blog.ed placer*/
    
    .post-content input[type=submit],
    .post-content input[type=reset],
    .post-content input[type=button] {
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -moz-transition-property: color, background-color, left, right, opacity;
        -o-transition-property: color, background-color, left, right, opacity;
        -webkit-transition-property: color, background-color, left, right, opacity;
        transition-property: color, background-color, left, right, opacity;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }
    
    .post-content a:hover,
    .post-content a:focus {
        text-decoration: none;
        color: #558b15;
    }
    
    .post-content p,
    .post-content blockquote,
    .post-content ul,
    .post-content ol,
    .post-content address,
    .post-content dl,
    .post-content .wp-caption,
    .post-content pre {
        line-height: 180%;
        margin-bottom: 1.1em;
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }
    
    .post-content .wp-caption {
        line-height: 140%
    }
    
    .post-content>*:first-child {
        margin-top: 0
    }
    
    .post-content *:last-child {
        margin-bottom: 0
    }
    
    .post-content h1,
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        color: #4e4e4e;
        margin: 30px 0 30px;
    }
    
    .post-content s {
        color: #7e868e;
    }
    
    .post-content h1 em,
    .post-content h2 em,
    .post-content h3 em {
        font-weight: 700
    }
    
    .post-content h1 {
        font-size: 34px;
    }
    
    .post-content h2 {
        font-size: 30px;
    }
    
    .post-content h3 {
        font-size: 26px;
    }
    
    .post-content h4 {
        font-size: 22px;
        font-weight: 400
    }
    
    .post-content h5 {
        font-size: 18px;
        font-weight: 400
    }
    
    .post-content h6 {
        font-size: 14px;
        font-weight: 700;
    }
    
    .written-by-author {
        color: #8b8b8b;
    }
    /* .written-by-author:hover,.written-by-author:active,.written-by-author:focus{color: #78a641;} */
    
    .post-content h1+h1,
    .post-content h1+h2,
    .post-content h1+h3,
    .post-content h1+h4,
    .post-content h1+h5,
    .post-content h1+h6,
    .post-content h2+h1,
    .post-content h2+h2,
    .post-content h2+h3,
    .post-content h2+h4,
    .post-content h2+h5,
    .post-content h2+h6,
    .post-content h3+h1,
    .post-content h3+h2,
    .post-content h3+h3,
    .post-content h3+h4,
    .post-content h3+h5,
    .post-content h3+h6,
    .post-content h4+h1,
    .post-content h4+h2,
    .post-content h4+h3,
    .post-content h4+h4,
    .post-content h4+h5,
    .post-content h4+h6,
    .post-content h5+h1,
    .post-content h5+h2,
    .post-content h5+h3,
    .post-content h5+h4,
    .post-content h5+h5,
    .post-content h5+h6,
    .post-content h6+h1,
    .post-content h6+h2,
    .post-content h6+h3,
    .post-content h6+h4,
    .post-content h6+h5,
    .post-content h6+h6 {
        margin-top: 30px
    }
    
    .post-content blockquote {
        font-size: 1.5em;
        font-weight: 300;
        font-weight: 400;
        margin: 40px 0;
        position: relative
    }
    
    .post-content blockquote:before,
    .post-content blockquote:after {
        background: #eee;
        content: "";
        display: block;
        height: 3px;
        margin: 40px auto;
        width: 128px
    }
    
    .post-content blockquote p {
        font-size: 22px;
        font-weight: 300;
        line-height: 160%;
        text-align: center
    }
    
    .post-content cite {
        font-size: .9rem;
        font-weight: 700;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase
    }
    
    .post-content blockquote cite {
        display: block;
        margin-top: 1em
    }
    
    .post-content blockquote cite em {
        font-style: italic;
        font-weight: 700
    }
    
    .post-content strong em,
    .post-content em strong {
        font-style: italic;
        font-weight: 700
    }
    
    .post-content big {
        font-size: 1.25em
    }
    
    .post-content .highlight {
        background: #fcf8a5;
        display: inline;
        padding: 2px 3px;
        width: auto
    }
    
    .post-content kbd,
    .post-content code {
        border-radius: 3px;
        padding: 5px
    }
    
    .post-content dl {
        line-height: 160%
    }
    
    .post-content dl dt {
        font-weight: 700
    }
    
    .post-content hr {
        background: #eee;
        border: 0;
        height: 5px;
        margin: 2em auto;
        width: 50%
    }
    
    .post-content ul {
        list-style: disc;
        margin-left: 1.5em
    }
    
    .post-content ul ul {
        list-style: circle
    }
    
    .post-content ul ul ul {
        list-style: square
    }
    
    .post-content ol {
        list-style: decimal;
        margin-left: 1.5em
    }
    
    .post-content ol ol {
        list-style: lower-alpha
    }
    
    .post-content ol ol ol {
        list-style: lower-roman
    }
    
    .post-content ul ul,
    .post-content ul ol,
    .post-content ol ul,
    .post-content ol ol {
        margin-bottom: 0
    }
    
    .post-content li {
        line-height: 170%;
        margin-top: .5em;
        color: #7e868e;
        font-size: 18px;
    }
    
    .post-content ol>li:last-child,
    .post-content ul>li:last-child {
        margin-bottom: 0
    }
    
    .post-content address {
        background: #f1f1f1;
        padding: 3% 3.5%
    }
    
    .post-content pre {
        background: #363f48;
        border-radius: 6px;
        color: #fff;
        font-size: 1.8em;
        line-height: 140%;
        padding: 2% 2.5%;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        -ms-word-wrap: break-word
    }
    
    .post-content pre code {
        background: 0 0
    }
    
    .post-content figure,
    .post-content img {
        height: auto;
        max-width: 100%
    }
    
    .post-content .alignleft,
    .post-content .alignright {
        margin-bottom: 1.2em
    }
    
    .post-content .wp-caption img {
        display: block
    }
    
    .post-content .wp-caption .alignleft,
    .post-content .wp-caption .alignright {
        margin-bottom: 0
    }
    
    .post-content .alignleft {
        float: left;
        margin-right: 1em
    }
    
    .post-content .alignright {
        float: right;
        margin-left: 1em
    }
    
    .post-content .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    
    .post-content .aligncenter a,
    .post-content .aligncenter img {
        margin: 0 auto
    }
    
    .post-content .wp-caption-text,
    .post-content .gallery-caption {
        color: #999;
        font-size: .8em;
        font-weight: 700;
        padding-top: .5em;
        text-align: center
    }
    
    .post-content .gallery-caption {
        font-size: 16px;
        line-height: 24px
    }
    
    .post-content table {
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        font-size: .9em;
        width: 100%
    }
    
    .post-content th,
    .post-content td {
        border-bottom: 1px solid #ddd;
        line-height: 120%;
        margin: 0;
        overflow: visible;
        padding: 2%
    }
    
    .post-content caption {
        padding: 2%;
        text-align: center
    }
    
    .post-content thead {
        vertical-align: bottom;
        white-space: nowrap
    }
    
    .post-content th {
        font-weight: 700
    }
    
    .post-content table tbody>tr:nth-child(odd)>td,
    .post-content table tbody>tr:nth-child(odd)>th {
        background: #f9f9f9
    }
    
    .post-content fieldset,
    .widget-content fieldset {
        border: 2px solid #eee;
        margin-bottom: 1em;
        padding: 25px
    }
    
    .post-content fieldset legend,
    .widget-content fieldset legend {
        background: #13c4a5;
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        padding: 10px 12px;
        text-transform: uppercase
    }
    
    .post-content label {
        font-size: 1rem;
        font-weight: 700
    }
    
    .post-content input,
    .post-content textarea,
    .widget-content input,
    .widget-content textarea {
        -webkit-font-smoothing: antialiased
    }
    
    .post-content input[type=text],
    .post-content input[type=email],
    .post-content input[type=tel],
    .post-content input[type=url],
    .post-content input[type=password],
    .post-content textarea,
    .widget-content input[type=text],
    .widget-content input[type=email],
    .widget-content input[type=tel],
    .widget-content input[type=url],
    .widget-content input[type=password],
    .widget-content textarea {
        background: #fdfdfd;
        border: 2px solid #eee;
        border-radius: 3px;
        color: #333;
        font-size: .85em;
        padding: 14px 16px;
        -moz-transition: background .2s ease-in-out;
        -ms-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
        width: 100%;
        -webkit-appearance: none
    }
    
    .post-content textarea,
    .widget-content textarea {
        height: 180px;
        line-height: 140%
    }
    
    .post-content input[type=text]:focus,
    .post-content input[type=email]:focus,
    .post-content input[type=tel]:focus,
    .post-content input[type=url]:focus,
    .post-content input[type=password]:focus,
    .post-content textarea:focus,
    .widget-content input[type=text]:focus,
    .widget-content input[type=email]:focus,
    .widget-content input[type=tel]:focus,
    .widget-content input[type=url]:focus,
    .widget-content input[type=password]:focus,
    .widget-content textarea:focus {
        background: #fdfdfd;
        outline: none
    }
    
    .post-content input[type=submit],
    .post-content input[type=reset],
    .post-content input[type=button] {
        /* background:#3f4854;
   border:none;
   border-radius:3px;
   color:#fff;

   font-size:.9rem;
   line-height:1;
   margin:0;
   padding:12px 16px;
   -webkit-appearance:none */
        background: #78a641 none repeat scroll 0 0;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        height: 38px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: none;
        /* max-width: 130px; */
        width: auto;
        min-width: 130px;
        text-decoration: none;
        margin-top: 20px;
        float: left;
    }
    /* .post-content input[type=submit]:hover,.post-content input[type=submit]:focus,.post-content input[type=reset]:hover,.post-content input[type=reset]:focus,.post-content input[type=button]:hover,.post-content input[type=button]:focus{
background: #558b15;
} */
    
    .post-content input[type=submit]:focus,
    .post-content input[type=submit]:active {
        outline: none
    }
    /*
.simple-button-plugin {
   font-weight: bold;
   padding: 6px 25px 6px !important;
   width: auto;
   line-height:normal;
    min-width: 130px; 
   margin-top: 20px;
   height: auto;
   margin: auto;
}
*/
    /*.simple-button-plugin:hover,.simple-button-plugin:active,.simple-button-plugin:focus{background: #71a138 !important; border: 1px solid #71a138 !important;}*/
    
    .format-chat .post-content p {
        border-radius: 3px;
        margin-bottom: .25em;
        padding: 8px 16px
    }
    
    .posts .post-content {
        padding: 10%;
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }
    
    .posts .post-content .alignleft,
    .posts .post-content .alignright {
        max-width: 75%
    }
    
    .posts .post-content figure {
        max-width: 100%
    }
    
    .posts .post-content h1 {
        font-size: 1.6em
    }
    
    .posts .post-content h2 {
        font-size: 1.5em
    }
    
    .posts .post-content h3 {
        font-size: 1.3em
    }
    
    .posts .post-content h4 {
        font-size: 1.2em
    }
    
    .posts .post-content h5 {
        font-size: 1.1em
    }
    
    .posts .post-content h6 {
        font-size: .8em
    }
    
    .posts .post-content p,
    .posts .post-content li,
    .posts .post-content dt,
    .posts .post-content dd,
    .posts .post-content address,
    .posts .post-content th,
    .posts .post-content td {
        color: #666;
        font-size: .95em;
        line-height: 150%
    }
    
    .posts .post-content dt {
        font-weight: 700
    }
    
    .posts .post-content p+p {
        margin-top: 1em
    }
    
    .posts .post-content .more-link {
        display: block;
        margin-top: 1.1em
    }
    
    .posts .post-content .more-link:hover,
    .posts .post-content .more-link:focus {
        text-decoration: underline
    }
    
    .posts .post-content .mejs-container.mejs-audio {
        height: 73px !important
    }
    
    .posts .format-aside .post-content {
        background: #2b3542
    }
    
    .posts .format-aside .post-content * {
        color: #fff;
        position: relative;
        z-index: 10
    }
    
    .posts .format-aside .post-content a.more-link {
        color: #fff
    }
    
    .posts .format-audio .post-content .mejs-offscreen:first-child+.mejs-container.mejs-audio {
        height: 83px !important;
        left: -12.5%;
        margin-bottom: 12.5%;
        margin-top: -12.5%;
        max-width: 100000px;
        right: -12.5%;
        -webkit-transform: translate(0);
        width: 125% !important
    }
    
    .posts .format-audio .post-content .mejs-offscreen:first-child+.mejs-container.mejs-audio:last-child {
        margin-bottom: -12.5%
    }
    
    .posts .format-image .post-header:before,
    .posts .format-image .post-header:after {
        content: none
    }
    
    .posts .format-image .post-content {
        font-size: .9em
    }
    
    .posts .format-image .post-content .image-caption {
        font-weight: 600
    }
    
    .posts .format-link .post-content {
        background: #2b3542;
        color: #fff;
        padding: 10%
    }
    
    .posts .format-link .post-content p {
        color: #fff;
        display: block;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 140%;
        position: relative;
        z-index: 10
    }
    
    .posts .format-link .post-content a {
        color: #fff
    }
    
    .posts .format-link .post-content a.more-link {
        font-size: .8em
    }
    
    .posts .format-quote .post-content {
        background: #2b3542;
        color: #fff
    }
    
    .posts .format-quote .post-content p {
        color: #fff
    }
    
    .posts .format-quote .post-content blockquote {
        color: #fff;
        display: block;
        font-size: 1.4em;
        font-weight: 400;
        line-height: 140%;
        position: relative;
        text-align: left;
        z-index: 10
    }
    
    .posts .format-quote .post-content blockquote>* {
        color: #fff;
        font-size: inherit;
        text-align: left
    }
    
    .posts .format-quote .post-content blockquote:before,
    .posts .format-quote .post-content blockquote:after {
        display: none
    }
    
    .posts .format-quote .post-content cite {
        color: #fff;
        display: block;
        font-size: .6em;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: .7em;
        text-align: left;
        text-transform: uppercase
    }
    
    .posts .format-status .post-content {
        background: #2b3542
    }
    
    .posts .format-status .post-content p {
        color: #fff;
        font-size: 1.2em;
        position: relative;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
        z-index: 10
    }
    
    .posts .format-status .post-content a.more-link {
        font-size: .8em
    }
    
    .single .post-content .mejs-container.mejs-audio {
        height: 83px;
        margin-bottom: 1.1em
    }
    
    .single .post-title {
        font-size: 2.25em;
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }
    
    .single .post-content {
        padding: 10%
    }
    
    .single .format-aside .post-content {
        font-size: 1.2em
    }
    
    .single .format-audio .post-content .mejs-offscreen:first-child+.mejs-container.mejs-audio {
        height: 140px !important;
        left: -12.5%;
        margin-bottom: 10.5%;
        margin-top: -12.5%;
        max-width: 125%;
        position: relative;
        right: -12.5%;
        width: 125% !important
    }
    
    .single .format-audio .mejs-container.mejs-audio .mejs-controls {
        padding: 0 5%
    }
    
    .single .format-chat .post-content p:nth-child(odd) {
        background: #f5f5f5
    }
    
    .single .format-quote .post-content blockquote {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 140%;
        text-align: left
    }
    
    .single .format-quote .post-content blockquote>* {
        color: #2b3542;
        font-size: inherit;
        text-align: left
    }
    
    .single .format-quote .post-content cite {
        font-size: .6em;
        font-weight: 400;
        text-align: left
    }
    
    .single .format-quote .post-content blockquote cite {
        margin-top: .6em
    }
    
    .single .format-quote .post-content blockquote:before,
    .single .format-quote .post-content blockquote:after {
        display: none
    }
    
    .single .format-status .post-content {
        color: #fff;
        font-size: 1.4em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
    }
    
    .single .format-status .post-content {
        color: #333;
        text-shadow: none
    }
    
    .post-content+.contributors-container {
        border-top: 1px solid #eee
    }
    
    button#filter-results {
        background-color: #23BDBD;
        border-color: #23BDBD;
        font-weight: 500;
        display: flex;
        justify-content: center;
        transition: all 0.3s;
    }
    
    button#filter-results:hover {
        background: #158d8d;
        border: 1px solid #158d8d;
    }
    
    button#filter-results:focus,
    button#filter-results:active,
    button#filter-results:visited {
        background: #23BDBD;
        border: 1px solid #158D8D;
    }
    
    .learning-tips-outer {
        padding: 72px 0;
        background: url(../images/get-started-bg.png) no-repeat 0 0 / cover;
        min-height: 332px;
        display: flex;
        align-items: center;
    }
    
    .learning-tips-outer.header-email-fetch {
        background: none;
        padding: 13px 0px 35px;
        min-height: auto;
    }
    /* CHECKMARK FOR EDPLACE NEWS */
    
    .edplace-news-checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
    }
    
    .edplace-news-p [type="checkbox"]:not(:checked)+label:before,
    .edplace-news-p [type="checkbox"]:checked+label:before,
    .edplace-news-p [type="checkbox"]:not(:checked)+label:after,
    .edplace-news-p [type="checkbox"]:checked+label:after {
        display: none;
    }
    /* When the checkbox is checked, add a blue background */
    
    .edplace-news-p input:checked~.edplace-news-checkmark {
        background-color: #fff;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    
    .edplace-news-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    
    .edplace-news-p input:checked~.edplace-news-checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    
    .edplace-news-p .edplace-news-checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid green;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .edplace-news-p.checkbox label {
        font-size: 12px;
        color: #fff;
        padding-left: 10px;
        height: 40px;
        text-align: left;
        font-weight: 500;
    }
    
    .edplace-news-p.checkbox label {
        position: relative;
        top: 18px;
        padding-left: 22px;
        color: #fff;
        z-index: 111;
    }
    
    .header-email-fetch .edplace-news-p label .privacy-policy {
        color: #221638;
    }
    
    .header-email-fetch .edplace-news-p.checkbox label {
        color: #221638;
    }
    
    .edplace-news-p.checkbox {
        padding-left: 14px;
        position: absolute;
        bottom: -45px;
        left: 20px;
        width: 94%;
    }
    
    #add-lead-header .edplace-news-p.checkbox {
        bottom: -73px;
    }
    
    .email-box label.error {
        padding-left: 10px;
        font-style: normal;
        font-size: 10px;
        padding: 4px 15px 4px;
        font-weight: normal;
        text-align: center;
        height: auto;
    }
    
    .edplace-news-p .privacy-policy {
        text-decoration: underline;
        color: #fff;
    }
    
    .edplace-news-p .header-lead {
        text-decoration: underline;
        color: #337ab7;
    }
    
    .show-more {
        display: flex;
        justify-content: center;
    }
    
    #load-new-posts {
        text-decoration: none;
        background-color: #23BDBD;
        color: white;
        cursor: pointer;
        float: right;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 13px 45px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        transition: all 0.3s;
    }
    
    #load-new-posts:hover {
        background: #158d8d;
    }
    
    #load-new-posts:focus,
    #load-new-posts:active,
    #load-new-posts:visited {
        background: #23BDBD;
        border: 1px solid #158D8D;
    }
    
    .detail-banner.no-header .edplace-news-p.checkbox label.error {
        color: #fff;
    }
    
    .subject-image {
        width: 46px;
    }
    
    .category-list-wrapper {
        margin-top: 41px;
    }
    
    #clear-filter {
        font-size: 14px;
        margin-top: 4px;
        display: inline-block;
        cursor: pointer;
        text-decoration: underline;
        color: #221638;
        font-weight: 500;
    }
    
    .filter-btn {
        text-align: center;
    }
    
    a#clear-filter:hover {
        text-decoration: none;
    }
    
    .blog-icon li a.author-image-anchor,
    .blog-writter .blog-icon li a.author-image-anchor {
        border: 0px;
        max-height: 37px;
    }
    
    img.shift_left {
        margin-left: 29px;
    }
    
    img.shift_right {
        margin-right: 29px;
    }
    
    .btn.btn-primary.started:hover {
        background-color: #558b15;
    }
    
    .wistia {
        float: left;
        width: 100%;
        padding-top: 50px;
    }
    
    .wistia .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .wistia-text {
        text-align: center;
        padding-right: 30px;
    }
    
    .header_cta_signup {
        margin: 10px auto !important;
    }
    
    .wistia-text a,
    .header_cta_signup {
        font-weight: bold;
        font-size: 15px;
        height: auto;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        max-width: 170px;
        margin: 30px auto;
        text-decoration: none;
        border-radius: 4px;
        background: #78a641;
        color: #fff;
    }
    
    .wistia-text a:hover,
    .wistia-text a:active,
    .wistia-text a:focus,
    .header_cta_signup:hover,
    .header_cta_signup:focus,
    .header_cta_signup:active {
        color: #fff;
        text-decoration: none;
        background: #71a138 none repeat scroll 0 0;
        border: none;
    }
    
    .worksheet-redirect-a {
        background: #71a138 none repeat scroll 0 0;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        height: 38px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: none;
        max-width: 130px;
        font-family: 'texgyreadventorregular';
        text-decoration: none !important;
        margin-top: 20px;
        float: left;
    }
    
    .worksheet-redirect-a:hover,
    .worksheet-redirect-a:active,
    .worksheet-redirect-a:focus {
        background: #558b15;
        text-decoration: none;
        color: #fff;
    }
    
    .wistia-text h3 {
        font-size: 32px;
        color: #221638;
        margin-bottom: 20px;
    }
    
    .wistia-text p {
        font-size: 18px;
        color: #221638;
        margin-bottom: 20px;
        line-height: 26px;
    }
    
    .wistia-video {
        background: url(../images/iMac-Flat-Mockup.png) no-repeat 0 0 / 100% 100%;
        padding: 31px 26px 159px 25px;
        position: relative;
    }
    
    .thanks_lead_heading {
        font-size: 37px;
        font-weight: 700;
        color: #78a641;
    }
    
    .thanks_lead_p {
        color: #221638;
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
    }
    
    .text-center.main_lead {
        margin-top: 60px;
    }
    /*
.container {
   width: 1200px;
   padding-left: 15px;
   padding-right: 15px;
}
*/
    
    .call-block {
        width: 100%;
        float: left;
    }
    
    .call-block p {
        padding: 24px 0;
    }
    
    .worksheetouter-secton7.help-green-outer,
    .worksheetouter-section7.help-green-outer {
        background-color: #78a641;
        display: block;
        float: left;
        margin: 0;
        padding: 0px 10px;
        text-align: center;
        width: 100%;
    }
    
    .worksheetouter-section7.emailboxgreenstrip input {
        background: none repeat scroll 0 0;
        border: 3px solid #fff;
        border-radius: 8px;
        float: left;
        margin: 0px 0 0 12px;
        /* padding: 14px 23px; */
        color: #FFFFFF;
        font-size: 22px;
        font-weight: bold;
        height: 58px;
        vertical-align: middle;
    }
    
    .call-to-action.help-green-outer.worksheetouter-section7 .signupctabanner.call-block {
        display: flex;
        width: 538px;
        margin: 0 auto;
    }
    
    .worksheetouter-section7.help-green-outer .call-block p {
        color: #fff;
        float: left;
        font-size: 29px;
        line-height: 52px;
        margin: 0;
        font-weight: bold;
    }
    
    .worksheetouter-section7.emailboxgreenstrip input[type="submit"]:hover,
    .worksheetouter-section7.emailboxgreenstrip input[type="submit"]:focus,
    .worksheetouter-section7.emailboxgreenstrip input[type="submit"]:active {
        background-color: #558b15;
        border-color: #558b15;
        outline: none;
    }
    
    .hover_link:hover,
    .hover_link:active,
    .hover_link:focus {
        color: #23BDBD;
    }
    /*
.blog_contnt_area {
   padding-left: 0px;
   padding-right: 0px;
}
*/
    
    .heade_captre_sign {
        height: 57px !important;
    }
    
    .no-header {
        border-bottom: 1px solid #f2f2f2;
    }
    
    .paragraph,
    .features__group-item p {
        font-family: "texgyreadventor", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    
    .features__accessibility {
        width: 780px;
        margin: 0 auto;
    }
    
    .features__group-content {
        padding: 30px 20px;
    }
    
    .features__group-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .features__group-item-icon {
        margin-right: 20px;
        width: 70px;
        height: auto;
    }
    
    .features__group-item-copy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .features__group-item-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 20px 20px 20px 0;
    }
    
    .features__group-item-sub {
        width: 225px;
        padding: 20px;
        border-left: 1px solid #d9d9d9;
    }
    
    .features__group-item+.features__group-item .features__group-item-copy {
        border-top: 1px solid #d9d9d9;
    }
    
    .u-color-visual {
        color: #63a41c;
    }
    
    .u-color-text {
        color: #1b70bd;
    }
    
    .u-color-language {
        color: #ff6f00;
    }
    
    .u-weight-reg {
        font-weight: 400;
    }
    
    .u-weight-bld {
        font-weight: 700;
    }
    
    .recommended-articles {
        margin-bottom: 40px;
        padding-top: 47px;
    }
    
    .recommended-articles .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .recommended-articles h2 {
        font-size: 30px;
        text-align: center;
        color: #221638;
        font-weight: 600;
        margin-bottom: 49px;
    }
    
    .recommended-articles .author-container img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    
    .recommended-articles .recommended-articles-box {
        box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
        text-align: left;
        padding-bottom: 20px;
    }
    
    .recommended-article-detail {
        padding: 15px;
    }
    
    .recommended-articles .author-container {
        height: 182px;
    }
    
    .recommended-articles h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 7px;
        min-height: 66px;
    }
    
    .recommended-articles h3 a {
        color: #221638;
    }
    
    .recommended-articles p {
        font-size: 13px;
        color: #221638;
        line-height: 22px;
        margin-bottom: 24px;
        margin-bottom: 10px;
        min-height: 66px;
    }
    
    .read-more {
        color: #221638;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #EEEEEE;
        border-radius: 2px;
        padding: 7px 20px;
        transition: all 0.3s;
        text-transform: uppercase;
        transition: all 0.3s;
    }
    
    .read-more:hover {
        border-color: #221638;
    }
    
    .read-more:active,
    .read-more:focus {
        border-color: #1EBCBC;
    }
