
.ccc-related-programs {
    background:var(--ccc-theme-gradient);
    padding: 30px 120px;
    overflow-x:hidden;
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs {
        padding:100px 32px 32px
    }
}

.ccc-related-programs:after {
    position: absolute;
    content: "";
    top: 0;
    right: -563px;
    width: 100%;
    max-width: 1126px;
    height: 100%;
    background: url(../../assets/images/backgrounds/bg-element.png) 50% no-repeat;
    mix-blend-mode: multiply;   
    background-size: auto 100%;
    z-index: 2
}

.ccc-related-programs * {
    position: relative;
    z-index: 3
}

.ccc-related-programs .ccc-col-4 {
    padding-right: 100px;
    margin-bottom: 56px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-4 {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: .5rem
    }
}

.ccc-related-programs .ccc-col-4 h2 {
    font-family: BioRhyme;
    font-size: 49px;
    font-size: 3.0625rem;
    line-height: 57px;
    line-height: 3.5625rem;
    text-transform: none
}

.ccc-related-programs .ccc-col-4 h2,.ccc-related-programs .ccc-col-4 p {
    color: #fff
}

.ccc-related-programs .ccc-col-4 p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem
}

.ccc-related-programs .ccc-col-4 .btn {
    margin: 40px 0 0
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-4 .btn {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.ccc-related-programs .ccc-col-8 .ccc-col-4 {
    padding-right: .5rem;
    text-align: right
}


@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 .ccc-col-4 {
        -ms-flex-preferred-size:50%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%        
    }
}

@media only screen and (max-width: 760px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 .ccc-col-4 {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%;
     
    }

    .ccc-related-programs:after {
      left: 0;
      top:-400px;
      background: url(../../assets/images/backgrounds/bg-element.png) 50% no-repeat;

    }
    .ccc-related-programs {
        overflow-x:hidden;
    }


}

.ccc-related-programs .ccc-col-8 .subheader {
    font-family: BioRhyme!important;
    font-size: 1.25rem!important;
    line-height: 1.875rem!important;
    color: #fff!important;
    text-align: right;
    text-decoration: none!important;
    padding-left: 40px
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 .subheader {
        font-size:1.125rem!important;
        line-height: 1.6875rem!important
    }
}

@media only screen and (max-width: 467px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 .subheader {
        padding-left:0
    }
}

.ccc-related-programs .ccc-col-8 .subheader:hover {
    text-decoration: underline!important
}

.ccc-related-programs .ccc-col-8 .subheader:focus {
    outline: 1px dashed #fff
}

.ccc-related-programs .ccc-col-8 .photo {
    position: relative;
    width: 100%;
    height: 182px;
    /*xheight: auto;
    xmax-height: 200px;*/
    margin: 0 0 16px;
}

@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 .photo {
        xheight:128px
    }
}

.ccc-related-programs .ccc-col-8 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0 -2px 5px 0 hsl(220 3% 15% / calc(1% + 2%)), 0 1px 1px -2px hsl(220 3% 15% / calc(1% + 3%)), 0 2px 2px -2px hsl(220 3% 15% / calc(1% + 3%)), 0 5px 5px -2px hsl(220 3% 15% / calc(1% + 4%)), 0 9px 9px -2px hsl(220 3% 15% / calc(1% + 5%)), 0 16px 16px -2px hsl(220 3% 15% / calc(1% + 6%));


}

.ccc-related-programs .ccc-col-8 .photo a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    xoverflow: hidden;
    clip-path:margin-box;
    z-index: 2
}

.ccc-related-programs .ccc-col-8 .photo a:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.ccc-related-programs .ccc-col-8 .photo a:focus {
    outline: 1px dashed #fff
}

.ccc-related-programs .ccc-col-8 i {
    position: absolute;
    top: -48px;
    right: 24px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;

    background-color:var(--ccc-white);
    color: var(--ccc-theme-color);
    border:var(--ccc-btn-border);
    border-width: 1px;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;

    font-size: 32px;
    font-size: 2rem;
    line-height: 100px;
    line-height: 6.25rem;
    z-index: 5;
    user-select: none;
}
.ccc-related-programs .ccc-col-8 i:not(.fas):not(.fa) {
    font-style: normal;
    font-family: BioRhyme;
    xoverflow:clip;

}



@media only screen and (max-width: 1024px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 i {
        top:-36px;
        right: 16px;
        width: 76px;
        height: 76px;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 76px;
        line-height: 4.75rem
    }
}

@media only screen and (max-width: 767px) and (min-width:1px) {
    .ccc-related-programs .ccc-col-8 i {
        top:-24px;
        right: 8px;
        width: 67px;
        height: 67px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 67px;
        line-height: 4.1875rem
    }
}


/*Columns*/
.ccc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 -.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ccc-col-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.ccc-col-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
    .ccc-related-programs .ccc-col-8 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin:0 10px;
    }

    .ccc-related-programs .ccc-col-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: .5rem;    
    }

    .ccc-row {
        xmargin:0px -.125rem;
    }

}

 .ccc-related-programs .ccc-program-left a.btn {
    text-transform: uppercase;
}