.article-wrapper {
    position: relative;
}
.program-wrapper .author-article,
.article-wrapper .author-article{
    position: relative;
    padding: 143px 0 53px;
    z-index: 0;
}
.program-wrapper .author-article::before,
.article-wrapper .author-article::before{
    content: "";
    background: rgba(193, 182, 171, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
}

.program-wrapper .author-article .article-info,
.article-wrapper .author-article .article-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}
.program-wrapper .author-article .article-info .left-part,
.article-wrapper .author-article .article-info .left-part{
    display: flex;
    align-items: center;
}
.article-wrapper .author-article .article-category {
    /* width: 82px; */
    height: 44px;
    padding: 0 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FD0D1B;
    text-align: center;
    margin-right: 26px;
    /* margin-bottom: 3px; */
}
.program-wrapper .author-article .article-category{
    background: transparent;
    padding: 0;
    height: auto;
}


.article-wrapper .author-article .article-category a{
    color: white;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 800;
    /* padding:0 26px; */
    pointer-events: none;
}
.program-wrapper .author-article .article-category a{
    color: #FD0D1B;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 800;
    pointer-events: none;
    text-transform: uppercase;
}

.program-wrapper .author-article .article-tags a,
.article-wrapper .author-article .article-tags a{
    color: #131719;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 800;
    margin-right: 26px;
    transition: color 0.3s ease;
    pointer-events: none;
}
.program-wrapper .author-article .article-tags a:hover,
.article-wrapper .author-article .article-tags a:hover{
    color: #FF0000;
}

.program-wrapper .author-article .author-info,
.article-wrapper .author-article .author-info{
    display: flex;
    align-items: center;
}

.article-wrapper .author-image,
.article-wrapper .author-image{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 24px;
}
.program-wrapper .article-date,
.article-wrapper .article-date{
    color: #616161;
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'Roboto Slab';
    font-weight: 700;
}

.program-wrapper .author-name,
.article-wrapper .author-name{
    color: #131719;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-bottom: 6px;
}
.program-wrapper .article-title,
.article-wrapper .article-title{
    color: #131719;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 800;
    margin-bottom: 50px;
    max-width: 964px;
}
.program-wrapper .author-description,
.article-wrapper .author-description{
    line-height: 24px;
}
.program-wrapper .social-links-mob,
.article-wrapper .social-links-mob{
    display: none;
}
.program-wrapper .social-links-desk,
.article-wrapper .social-links-desk{
    position: fixed;
    right: 4%;
    top: 140px;
    display: flex;
    flex-direction: column;
    z-index: 999;
}
.program-wrapper .social-links-desk a,
.article-wrapper .social-links-desk a{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #C1B6AB;
    position: relative;
    margin-bottom: 8px;
    transition:  background-color 0.3s ease;
}

.program-wrapper .social-links-desk a:hover,
.article-wrapper .social-links-desk a:hover{
    background-color: #FF0000;
}
.program-wrapper .social-links-desk a::before,
.article-wrapper .social-links-desk a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.program-wrapper .social-links-desk a.facebook::before,
.article-wrapper .social-links-desk a.facebook::before{
    background-image: url(../img/fbSocialWhite.svg);
}
.program-wrapper .social-links-desk a.twitter::before,
.article-wrapper .social-links-desk a.twitter::before{
    background-image: url(../img/twSocialWhite.svg);
}
.program-wrapper .social-links-desk a.linkedin::before,
.article-wrapper .social-links-desk a.linkedin::before{
    background-image: url(../img/lnSocialWhite.svg);
}


.program-wrapper .article-inner,
.article-wrapper .article-inner{
    /* padding-top: 60px; */
    padding-bottom: 70px;
}
.program-wrapper .article-inner .cke-ig,
.article-wrapper .article-inner .cke-ig{
    display: block;
    border: none;
    height: 100%;
    /* max-width: 962px;
    margin: 0 auto; */
}
.article-inner img,
.program-wrapper .article-inner .cke-ig img,
.article-wrapper .article-inner .cke-ig img{
    height: 100% !important;
    max-height: 542px;
    width: 100%;
    margin-bottom: 45px;
    margin: 0;
    object-fit: contain;
}
.program-wrapper .article-inner .slick-track,
.article-wrapper .article-inner .slick-track{
    display: flex;
    align-items: center;
}

/* .article-wrapper .slick-prev{
    left: 0% !important;
    z-index: 9999;
}
.article-wrapper .slick-next{
    right: 0% !important;
    z-index: 9999;
}
.article-wrapper .slick-list{
    max-width: 900px;
    margin: 0 auto;
} */

.program-wrapper .article-inner p,
.article-wrapper .article-inner p{
    margin-bottom: 25px;
}

.program-wrapper .article-inner ul,
.article-wrapper .article-inner ul{
    margin-bottom: 25px;
}

.program-wrapper .article-inner ul li,
.article-wrapper .article-inner ul li{
    position: relative;
    padding-left: 23px;
    margin-bottom: 15px;
    line-height: 24px;
}
.program-wrapper .article-inner ul li:last-child,
.article-wrapper .article-inner ul li:last-child{margin-bottom: 0;}

.program-wrapper .article-inner ul li::before,
.article-wrapper .article-inner ul li::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background:#616161;
}
.program-wrapper .article-inner ol,
.article-wrapper .article-inner ol{
    padding-left: 18px;
}
.program-wrapper .article-inner ol li,
.article-wrapper .article-inner ol li{
    line-height: 24px;
    margin-bottom: 25px;
}
.program-wrapper .article-inner p strong,
.article-wrapper .article-inner p strong{
    font-weight: 700;
}

.program-wrapper .article-inner blockquote,
.article-wrapper .article-inner blockquote{
    position: relative;
    padding: 65px 0;
    margin: 50px 0;
}
.program-wrapper .article-inner blockquote::before,
.article-wrapper .article-inner blockquote::before{
    content: "";
    background-color:#F3F0EE;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
}
.program-wrapper .article-inner blockquote em,
.article-wrapper .article-inner blockquote em{
    font-size: 60px;
    line-height: 94px;
    font-family: 'Lato';
    font-weight: 800;
    color: #FF0000;

}

.program-wrapper .article-inner blockquote p,
.article-wrapper .article-inner blockquote p{
    font-size: 22px;
    line-height: 28px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    color: #131719;
}

.program-wrapper .article-inner blockquote span,
.article-wrapper .article-inner blockquote span{
    font-size: 18px;
    line-height: 25px;
    font-family: 'Lato';
    font-weight: 800;
    color: #131719;
}

.program-wrapper .article-inner blockquote a,
.article-wrapper .article-inner blockquote a {
    font-family: 'Roboto Slab';
    font-size: 22px;
}

.program-wrapper .article-ImageAndCaption,
.article-wrapper .article-ImageAndCaption{
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.program-wrapper .article-ImageAndCaption .article-image,
.article-wrapper .article-ImageAndCaption .article-image{
    height: 562px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.program-wrapper .article-ImageAndCaption .article-caption,
.article-wrapper .article-ImageAndCaption .article-caption{
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
}
.program-wrapper .article-ImageAndCaption .article-caption .imageCaptionIcon,
.article-wrapper .article-ImageAndCaption .article-caption .imageCaptionIcon{
    background-image: url(../img/copyright.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 25px;
    order: 1;
    width: 25px;
}
.program-wrapper .article-ImageAndCaption .article-caption .imageCaptionText,
.article-wrapper .article-ImageAndCaption .article-caption .imageCaptionText{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    order: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding-left: 10px;
    pointer-events: none;
}
.program-wrapper .article-ImageAndCaption .article-caption:hover .imageCaptionText,
.article-wrapper .article-ImageAndCaption .article-caption:hover .imageCaptionText{
    opacity: 1;
    pointer-events: auto;
}

.slick-dots li::before{display: none;}
.slick-dots li button:before{
    top: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;

}

.program-wrapper .article-inner ul.slick-dots,
.article-wrapper .article-inner ul.slick-dots{
    margin-bottom: 0px;
    bottom: -50px;
}

.program-wrapper .article-inner ul.slick-dots li,
.article-wrapper .article-inner ul.slick-dots li{
    padding-left: 0;
    margin: 0px 0px 35px 0px;
}
.slick-dots li button:before{
    font-size: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.article-inner > div a{
    text-decoration: none;
    color: #FF0000;
    font-size: 16px;
    font-family: 'lato';
    font-weight: 700;
}



.program-wrapper .author-article .article-tags .article-tags-wrapper,
.article-wrapper .author-article .article-tags .article-tags-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.program-wrapper .author-article .article-tags .article-tags-wrapper > div,
.article-wrapper .author-article .article-tags .article-tags-wrapper > div{
    margin-bottom: 4px;
    margin-top: 4px;
}

@media (max-width:992px){
    /* .program-wrapper{
        padding-bottom: 40px;
    } */
    .program-wrapper .author-article{
        padding: 40px 0;
    }
    .article-wrapper .author-article{
        padding: 90px 0 0px;
    }
    .program-wrapper .author-article .article-info{
        margin-bottom: 0px;
    }
    .article-wrapper .author-article .article-info{
        flex-direction: column;
        margin-bottom: 12px;
    }
    .program-wrapper .author-article .article-info .left-part,
    .article-wrapper .author-article .article-info .left-part{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 40px;

    }
    .program-wrapper .author-article .article-tags .article-tags-wrapper > div,
    .article-wrapper .author-article .article-tags .article-tags-wrapper > div{
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .program-wrapper .author-article .article-category,
    .article-wrapper .author-article .article-category{
        margin-right: 22px;
        margin-bottom: 14px;
    }
    .program-wrapper .author-article .article-tags a,
    .article-wrapper .author-article .article-tags a{
        margin-right: 22px;
    }
    .program-wrapper .article-date,
    .article-wrapper .article-date{
        font-size: 14px;
    }
    .program-wrapper .article-title,
    .article-wrapper .article-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .program-wrapper .author-info,
    .article-wrapper .author-info{
        margin-bottom: 30px;
    }
    .program-wrapper .author-image,
    .article-wrapper .author-image{
        height: 57px;
        width: 57px;
        margin-right: 17px;
        flex: none;
    }

    .program-wrapper .social-links-desk,
    .article-wrapper .social-links-desk{display: none;}

    .program-wrapper .social-links-mob,
    .article-wrapper .social-links-mob{
        display: flex;
        padding-bottom: 40px;
    }
    .program-wrapper .social-links-mob a,
    .article-wrapper .social-links-mob a{
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #C1B6AB;
        position: relative;
        margin-right: 8px;
        transition:  background-color 0.3s ease;
    }

    .program-wrapper .social-links-mob a:hover,
    .article-wrapper .social-links-mob a:hover{
        background-color: #FF0000;
    }
    .program-wrapper .social-links-mob a::before,
    .article-wrapper .social-links-mob a::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .program-wrapper .social-links-mob a.facebook::before,
    .article-wrapper .social-links-mob a.facebook::before{
        background-image: url(../img/fbSocialWhite.svg);
    }
    .program-wrapper .social-links-mob a.twitter::before,
    .article-wrapper .social-links-mob a.twitter::before{
        background-image: url(../img/twSocialWhite.svg);
    }
    .program-wrapper .social-links-mob a.linkedin::before,
    .article-wrapper .social-links-mob a.linkedin::before{
        background-image: url(../img/lnSocialWhite.svg);
    }

    .program-wrapper .article-inner,
    .article-wrapper .article-inner{
        padding-top: 0px;
        padding-bottom: 0px;
    }




}


@media (max-width:767px){

    .program-wrapper .article-ImageAndCaption,
    .article-wrapper .article-ImageAndCaption{
        position: relative;
        margin-top:0px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    .program-wrapper .article-ImageAndCaption .article-image,
    .article-wrapper .article-ImageAndCaption .article-image{
        height: 274px;
        width: 100vw;
        align-self: center;
    }

    .program-wrapper .article-ImageAndCaption .article-caption,
    .article-wrapper .article-ImageAndCaption .article-caption{
        bottom: 10px;
        left: 0px;
        display: flex;
        align-items: center;
    }
    .program-wrapper .article-ImageAndCaption .article-caption .imageCaptionIcon,
    .article-wrapper .article-ImageAndCaption .article-caption .imageCaptionIcon{
        height: 16px;
        order: 1;
        width: 16px;
    }
    .program-wrapper .article-inner .cke-ig img,
    .article-wrapper .article-inner .cke-ig img{
        height: 100% !important;
        max-height: 300px;
        width: 100%;
        margin-bottom: 45px;
        margin: 0;
        object-fit: contain;
    }

}

/* @media (min-width: 580px) and (max-width:766px) {
    .program-wrapper .article-ImageAndCaption .article-caption,
    .article-wrapper .article-ImageAndCaption .article-caption{}
} */

.captionBlack .imageCaptionIcon { background-image: url(../img/copyright_black.png) !important; }
.captionBlack .imageCaptionText { color: #131719 !important; }

.article-wrapper .article-inner iframe {
    max-width: 100%;
}

/* ADJUSTMENTS 7/7/2022 */

.program-wrapper .article-ImageAndCaption,
.article-wrapper .article-ImageAndCaption {
	text-align: center;
}

.program-wrapper .article-ImageAndCaption .article-image,
.article-wrapper .article-ImageAndCaption .article-image {
	display: inline-block;
    position: relative;
}

.program-wrapper .article-ImageAndCaption .article-image img,
.article-wrapper .article-ImageAndCaption .article-image img {
	height: 100%;
	max-width: 100%;
	width: auto;
}

.program-wrapper .article-ImageAndCaption .article-image .article-image-label,
.article-wrapper .article-ImageAndCaption .article-image .article-image-label {
	font-style: italic;
	margin-top: 5px;
	text-align: left;
}

@media (max-width: 767px) {
	.program-wrapper .article-ImageAndCaption,
	.article-wrapper .article-ImageAndCaption {
		display: block;
	}

	.program-wrapper .article-ImageAndCaption .article-image,
	.article-wrapper .article-ImageAndCaption .article-image {
		width: auto;
	}

	.program-wrapper .article-ImageAndCaption .article-caption,
	.article-wrapper .article-ImageAndCaption .article-caption {
		left: 10px;
	}

	.program-wrapper .article-ImageAndCaption .article-caption .imageCaptionText,
	.article-wrapper .article-ImageAndCaption .article-caption .imageCaptionText {
		opacity: 1;
	}
}
