body.page-template-flexible-content .custom-programs .left-column {
    padding: 0 40px;
    text-align: left;
}

body.page-template-flexible-content .row.custom-programs-intro {
    max-width: 85%;
    margin: 20px auto;
    text-align: center;
}

body.page-template-flexible-content .row.custom-programs-intro .custom-programs-intro-left {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3c3c3c;
}

body.page-template-flexible-content .row.custom-programs-intro a {
    margin:0 5px 10px;
    min-width: 250px;
}

body.page-template-flexible-content .row.custom-programs-intro a  svg {
    position: relative;
    top: 3px;
    left: 7px;
    display: none;
}

body.page-template-flexible-content .row.custom-programs-intro a.btn-blue {
    width: auto;
        min-width: 150px;
        display: inline-block;
        line-height: normal;
        border: none !important;
        border-radius: 35px;
        background: #485cf0;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        color: #fff;
        padding: 10px 30px;
        text-align:center;
        box-shadow: none;  
    
}


body.page-template-flexible-content .row.custom-programs-intro a.btn-white {
    width: auto;
        min-width: 150px;
        display: inline-block;
        line-height: normal;
        border-radius: 35px;
        background: transparent;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        color: #485cf0;;
        padding: 10px 30px;
        text-align:center;
        box-shadow: none;  
        border: #485cf0 1px solid;
}

body.page-template-flexible-content .row.custom-programs-intro a.btn-bg-primary-color{border: 1px solid #1e154e}

body.page-template-flexible-content .row.custom-programs-intro a.btn-white:hover {
    color: white;
    border: 1px solid  #485cf0;
    background: #485cf0;
}

body.page-template-flexible-content div.flexible-content .custom-programs:nth-child(even) {
    background-color: white;
}

body.page-template-flexible-content .custom-programs .left-column .left-column-title {
    color: #1e154e;
    font-weight: 500;
    line-height: 36px;
}

body.page-template-flexible-content .custom-programs .left-column .left-column-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #3c3c3c;
}

body.page-template-flexible-content .custom-programs .left-column .left-column-caption p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

body.page-template-flexible-content .custom-programs .left-column .left-column-caption a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #485cf0;
}

body.page-template-flexible-content .custom-programs .left-column .left-column-caption a:hover {
    color: #485cf0;
}



.csl-theme .custom-programs  .grid-item .grid-item-container .content-cbtn-bluontainer .title a:hover {
    color: #485cf0;
}

.csl-theme .custom-programs  .grid-item {
    float: left !important;
}

.csl-theme .custom-programs .grid-item .grid-item-container .content-container .content, .csl-theme .custom-programs .grid-item .grid-item-container .content-container .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
	margin: 0;
}

.csl-theme .custom-programs .grid-item .grid-item-container  a.post-thumbnail {
	display: inline-block;
	max-height: 160px;
	padding-top: 0;
	height: 180px;
}

.csl-theme .custom-programs .grid-item .grid-item-container  .post-thumbnail-wrapper {
	height: 180px;
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.csl-theme .custom-programs .grid-item .grid-item-container  a.post-thumbnail img {
	max-height: 180px;
	object-fit: contain;
}

.csl-theme .custom-programs  .grid-item .grid-item-container.no-image {
    align-items: baseline;
}

.csl-theme .blog-feed-container.custom-programs {
    margin: 0;
}

.csl-theme .testimonials-section.made-testimonials .slick-arrow, .csl-theme .testimonials-section.made-testimonials .testimonials-slider .slick-slide .testimonial-content .testimonial-name{
    color: #1e154e;
}

@media only screen and (max-width:991px) {
    body.page-template-flexible-content .row.custom-programs-intro .custom-programs-intro-right {
        margin-top: 15px;
    }
    body.page-template-flexible-content .custom-programs .left-column hr {
        margin: 15px 0;
    }
}

@media only screen and (min-width:992px) {
    body.page-template-flexible-content .custom-programs .left-column hr {
        margin: 40px 0;
    }
}


@media only screen and (max-width:767px) {
    body.page-template-flexible-content .row.custom-programs-intro a {
        display: block;
        min-width: auto;
        width: 100%;
    }

    body.page-template-flexible-content .row.custom-programs-intro{max-width: 100%;}

    body.page-template-flexible-content .custom-programs .left-column{padding-bottom: 60px;}
}