.landingpage-inset h3{
    font-size: 2em;
    font-weight: 200;
    padding-bottom: 0.5em;
}
.landingpage-inset h4{
    font-size: 1.1em;
    font-weight: 700;
}
.landingpage-inset__block{
    padding: 1em;
}
.landingpage-inset__block--last{
    border-left: 1px solid #DCDCDC;
}
@media only screen and (max-width: 1024px) {
    .landingpage-inset__block--last{
        border: none;
    }
    .landingpage-inset__block ul{
        margin-left: 1em;
    }
}
.landingpage-cta-container{
    background-color: #F5F5F5;
    line-height: 1em;
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 1024px;
    margin: 2em auto 0 auto;
}
.landingpage-cta-item{
    border-left: 1px solid rgba(0,0,0,0.1);
    display: flex;
    display: -ms-flexbox;
}
.landingpage-cta-item--first{
    border-left: none;
}
.landingpage-cta-item-link{
    display: block;
    padding: 2.5em;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: 4px solid rgba(0,0,0,0);
}
.landingpage-cta-item-link:hover,
.landingpage-cta-item-link:focus{
    background-color: #f2d5ff;
    border: 4px solid #7D3F98;
    text-decoration: none !important;
}
.landingpage-cta-item-link:hover .landingpage-cta-item-title,
.landingpage-cta-item-link:focus .landingpage-cta-item-title{
    text-decoration: none !important;
}
.landingpage-cta-item-title{
    color: #7d3f98 !important;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
    display: block;
}
.landingpage-cta-item-text{
    color: #414141;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none !important;
    line-height: 1.2em;
    margin-bottom: 0;
}
.landingpage-cta-item-image{
    border: 4px solid rgba(0,0,0,0.15);
}
.form--container{
    background-color: #7D3F98;
}
#mktoForm_1140{
    margin: 0 auto;
}
.subpageintro__h2{
    
    /*2024*/
    font-family: 'CVS Health Sans', sans-serif;
    font-size: 2em;
    /*2024 original line height in custom.css */
    line-height: 1em;
}
.subpageheaderbar__h1{
    margin-bottom: 0;
    padding-bottom: 0;
}
.subpageheaderbar__p{
    color: #ffffff;
    padding-bottom: 0.5em;
}


/* COMPONENT - RESOURCES SPLIT START ------------------------------------------------------------ */
.resources-component{
    display: flex;
    display: -ms-flexbox;
    color: #414141;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.2em;
}
.resources-component p{
    line-height: 1.3em;
}
.resources-component a{
    font-weight: 700;
}
.resources-component--leftcol{
    background-color: #e8e8e8;
    flex:1;
    margin-right: 0.5em;
    border-bottom: 10px solid rgba(0,0,0,0.1);
}
















.resources-component--rightcol{
    flex:1;
    /*display: flex;*/
    /*display: -ms-flexbox;*/
}














.resources-component--fullcol{
    background-color: #e8e8e8;
    flex:1;
    border-bottom: 10px solid rgba(0,0,0,0.1);
    margin-top: 0.5em;
}
 .resources-component--fullcol--leftrightcontainer{
    padding: 0em;
    display:flex;
    align-items: center;
}
.resources-component--fullcol--left{
    flex: 2;
}
.resources-component--fullcol--right{
    padding: 1em;
    flex: 1;
    -ms-flex: 1;
}

@media only screen and (max-width: 700px) {
    .resources-component--fullcol--leftrightcontainer{
        display: block;
    }
    .resources-component--fullcol{
        display: block;
        margin-top: 0;
    }
    .resources-component--fullcol--left{
        
    }
    .resources-component--fullcol--right{
    
    }  
}










.resources-component--inset{
    /*display: flex;
    display: -ms-flexbox;
    flex-direction: column;*/
}




















.resources-component--inset-wide{
    background-color: #e8e8e8;
    margin-bottom: 0.5em;
}
.resources-component--inset-split{
    flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -ms-flexbox;
}
.resources-component--inset-leftcol{
    flex:1;
    margin-right: 0.5em;
    background-color: #e8e8e8;
    border-bottom: 10px solid rgba(0,0,0,0.1);
}
.resources-component--inset-rightcol{
    flex:1;
    background-color: #e8e8e8;
    border-bottom: 10px solid rgba(0,0,0,0.1);
}

.resources-component--tab-header{
    background-color: #7D3F98;
    padding: 1em 1em;
    color: #ffffff;
    font-weight: 700;
    border-top: 2px solid rgba(0,0,0,0.4);
}
.resources-component--videobutton{
    display: flex;
    display: -ms-flexbox;
    background-color: rgba(255,255,255,0.7);
    padding: 0;
    align-items: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.resources-component--videobutton--image{
    max-width: 165px;
    min-width: 165px;
    padding: 0;
    margin: 0;
    position: relative;
}
.resources-component--videobutton--text{
    padding: 1em;
    /*font-weight: 400;*/
}
.resources-component--videobutton--link{
    display: block;
    color: #414141;
    margin-bottom: 0.2em;

}
.resources-component--videobutton--link:hover,
.resources-component--videobutton--link:focus{
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    text-decoration: none;
}
.resources-component--videobutton--link:hover .resources-component--videobutton,
.resources-component--videobutton--link:focus .resources-component--videobutton{
    background-color: rgba(0,0,0,0.5);
}
.resources-component--videobutton--link:hover .resources-component--videobutton--image .resources-component--videobutton--image--thumbnail,
.resources-component--videobutton--link:focus .resources-component--videobutton--image .resources-component--videobutton--image--thumbnail{
    opacity:0.5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.resources-component--videobutton--link:hover .resources-component--videobutton--image .resources-component--videobutton--cta,
.resources-component--videobutton--link:focus .resources-component--videobutton--image .resources-component--videobutton--cta{
    opacity:1;
    transform: translate(-50%, -50%) rotate(0deg);
    
}
.resources-component--videobutton--timecode{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.2em 0.4em;
}
.resources-component--videobutton--cta{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%) rotate(145deg);
    max-width: 50px;
    min-width: 50px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media only screen and (max-width: 900px) {
    .resources-component{
        display: block;
    }
    .resources-component--leftcol{
        flex:none;
        margin-right: auto;
    }
    .resources-component--rightcol{
        flex:none;
    }
    .resources-component--inset-split{
        display: block;
        flex:none;
    }
    .resources-component--inset-leftcol{
        flex:none;
        margin-right: auto;
    }
    .resources-component--inset-rightcol{
        flex:none;
    }
    .resources-component--inset-wide{
        margin-bottom: auto;
    }
}
/* COMPONENT - RESOURCES SPLIT END ------------------------------------------------------------ */



/* COMPONENT - TEAMVIDEOS SPLIT START ------------------------------------------------------------ */

.teamvideos-component{
    color: #ffffff;
    background-color: #000000;
    padding: 5em 1em 5em 1em;
    text-align: center;
}
.teamvideos-component--videobutton--link{
    padding: 0.5em;
    background-color: rgba(255,255,255,0.2);
    display: flex;
    display: -ms-flexbox;
    margin: 0.5em;
    max-width: 250px;
    min-width: 250px;
    line-height: 1.1em;
    color: #414141;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    /*2024*/
    text-decoration: none;
}













.teamvideos-component--videobutton{
    background-color: #ffffff;
    display: block;
    width: 100%;
}














.teamvideos-component--videobutton--image{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.teamvideos-component--videobutton--text{
    padding: 1em 0.2em;
    font-weight: 700;
}
.teamvideos-component--videobutton--timecode{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    background-color: #000000;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.2em 0.4em;
}

.teamvideos-component--container{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-wrap: wrap;
}
.teamvideos-component--videobutton--cta{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%) rotate(145deg);
    max-width: 50px;
    min-width: 50px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.teamvideos-component--videobutton--link:hover,
.teamvideos-component--videobutton--link:focus{
    background-color: rgba(255,255,255,0.4);
    color: #ffffff;
    text-decoration: none;
}
.teamvideos-component--videobutton--link:hover .teamvideos-component--videobutton,
.teamvideos-component--videobutton--link:focus .teamvideos-component--videobutton{
    background-color: #7D3F98;
}
.teamvideos-component--videobutton--link:hover .teamvideos-component--videobutton--image .teamvideos-component--videobutton--image--thumbnail,
.teamvideos-component--videobutton--link:focus .teamvideos-component--videobutton--image .teamvideos-component--videobutton--image--thumbnail{
    opacity:0.5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.teamvideos-component--videobutton--link:hover .teamvideos-component--videobutton--image .teamvideos-component--videobutton--cta,
.teamvideos-component--videobutton--link:focus .teamvideos-component--videobutton--image .teamvideos-component--videobutton--cta{
    opacity:1;
    transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (max-width: 900px) {
    .teamvideos-videobutton--link{
        width: 40%;
    }
}
@media only screen and (max-width: 640px) {
    .teamvideos-component--container{
        display: block;
    }
    .teamvideos-component--videobutton--link{
        width: 100%;
        max-width: 100%;
        display: block;
    }
}
.teamvideos-component--head{
    font-size: 1.9em;

    /*2024*/
    font-family: 'CVS Health Sans', sans-serif;
    /*font-family: 'DomaineDisplayWeb-Bold', sans-serif;*/
}

.teamvideos-component--morevideos--link{
    color: #ffffff;
    text-decoration: underline;
}
















.teamvideos-component--videobutton--more{
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    width: 100%;
    /*display: flex;*/
    /*display: -ms-flexbox;*/
    /*flex-direction: column;*/
    align-items: center;
    text-align: center;
}












.teamvideos-component--videobutton--text--more{
    flex: 1;
    -ms-flex: 1;
}

/* COMPONENT - TEAMVIDEOS SPLIT END ------------------------------------------------------------ */



/* COMPONENT - ARTICLES START ------------------------------------------------------------------ */

.articles-component{
    /*background-color: rgba(0,0,0,0.05);*/
    background-color: #f2f2f2;

    text-align: center;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6em;
    margin-bottom: 6em;
    padding: 2em 2em 2em 2em;
    border-top: 20px solid rgba(0,0,0,0.05);
    border-bottom: 20px solid rgba(0,0,0,0.2);
}
.articles-component h2{
    font-size: 2em;
    color: #7D3F98;

    /*2024*/
    font-family: 'CVS Health Sans', sans-serif;
    /*font-family: 'DomaineDisplayWeb-Bold', sans-serif;*/
}
.articles-component--divider{
    content: ' ';
    width: 20%;
    height: 5px;
    background-color: rgba(0,0,0,0.2);
    margin: 1em auto 3em auto;
}
.articles-component--featured{
    display: flex;
    display: -ms-flexbox;
    text-align: left;   
}
.articles-component--featured--image{
    margin: 0.5em;
    position: relative;
    background-color: rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.61);
    border: 8px solid rgba(255,255,255,0.9);
    overflow: hidden;
}
.articles-component--featured--image::after{
    content: ' ';
    width: 20px;
    position: absolute;
    height: 500px;
    background-color: rgba(125,63,152,0.9);
    bottom: 0;
    left: 0;
}
.articles-component--featured--text{
    padding: 2em;
}
.articles-component--featured--text a{
    font-weight: 700;
}
.articles-component--featured--text h3{
    line-height: 1.2em;
    font-weight: 300;
}
.article-component h3{
    font-size: 1.1em;
    font-weight: 700;
    /*color: #7D3F98;*/
    margin: 0 0 0.2em 0;
    position: relative;
    display: inline-block;
}

.article-component h3::after{
    content: " ";
    width: 105%;
    height: 0.5em;
    position: absolute;
    font-size: 1.2em;
    font-weight: 700;
    /*background-color: #7D3F98;*/
    /*background-color: #E7DCEC;*/
    background-color: #f2e8f6;
    margin: 0 0 0 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 900px) {
    .articles-component--featured--text h3{
        font-size: 2em;
    }
}
.articles-component--blocklist{
    padding-top: 1em;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-component--blocklink{
    width: 25%;
    display: flex;
    display: -ms-flexbox;
    color: #7D3F98;
    min-height: 220px;

    /*2024*/
    text-decoration: none;
}
.articles-component--blockcontent{
    position: relative;
    text-align: left;
    width: 100%;
    padding: 1em;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    margin: 0.5em;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.articles-component--blockcontent:after{
    content: ' ';
    width: 100%;
    position: absolute;
    height: 10px;
    background-color: #7D3F98;
    top: 0;
    left: 0;
}
.articles-component--blockcontent h4{
    flex: 1;
    -ms-flex: 1;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
}
.articles-component--blockcontent--icon{
    width: 30px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.articles-component--blocklink:hover,
.articles-component--blocklink:focus{
    text-decoration: none;
}
.articles-component--blocklink:hover .articles-component--blockcontent,
.articles-component--blocklink:focus .articles-component--blockcontent{
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.36);
    background-color: #7D3F98;
    color: #ffffff;
}
.articles-component--blocklink:hover .articles-component--blockcontent:after,
.articles-component--blocklink:focus .articles-component--blockcontent:after{
    background-color: rgba(0,0,0,0.5);
}
.articles-component--blocklink:hover .articles-component--blockcontent--icon,
.articles-component--blocklink:focus .articles-component--blockcontent--icon{
    transform: scale(1.3, 1.3);
    filter: contrast(100%) brightness(170%);
}
.articles-component--blockcontent--list{
    background-color: #E8E8E8;
}





.article-component table {
    text-align: left;
    margin: 3em 0 3em 0;
    /*border: 1px solid #828282;*/
    width: 100%;
    border-collapse: collapse;
}
.article-component table tr:first-child  {
    background-color: #7D3F98;
    color: #ffffff;
}
.article-component table td:nth-child(odd)   {
    background-color: #7D3F98;
    color: #ffffff;
}

.article-component table th:nth-child(odd)   {
    background-color: #7D3F98;
    color: #ffffff;
}
.article-component table td, .article-component table th {
    border: 1px solid #AAAAAA;
}
.article-component table thead {
    background: #575757;
}
.article-component table thead th {
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.article-component table tfoot td {
}
.article-component table tfoot .links {
    text-align: right;
}
.article-component table tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
.article-component ul{
    margin-left: 4em;
}


.article-component table tr th:first-of-type {
    background-color: #412252;
}
.article-component table tr td:first-of-type {
    background-color: #412252;
}



@media only screen and (max-width: 900px) {
    .articles-component--featured{
        display: block;
    }
    .articles-component--blocklink{
        width: 50%;
    }
    .articles-component{
        padding: 2em 0em 3em 0em;
    }
}

/* COMPONENT - ARTICLES END ------------------------------------------------------------------ */


/* COMPONENT - TOP 10 FAQS START ------------------------------------------------------------- */

 .faqs-components{
        background-color: #414141;
        padding: 4em 1em;
    }            
    .faqs-components--head{
        text-align: center;

        /*2024*/
        font-family: 'CVS Health Sans', sans-serif;
        /*font-family: 'DomaineDisplayWeb-Bold', sans-serif;*/
        
        color: #ffffff;
        margin: 0;
    }
    .faqs-components--divider{
        width: 10%;
        height: 7px;
        margin: 0.5em auto;
        background-color: rgba(255,255,255,0.3);
    }
    .faqs-components--subhead{
        text-align: center;
        color: #ffffff;
    }
    .faqs-components--container{
        background-color: #ffffff;
        max-width: 900px;
        margin: 0 auto;
        border-radius: .3em .3em .3em .3em;
    }

    /* COMPONENT - TOP 10 FAQS END ------------------------------------------------------------- */

    /* COMPONENT - ARTICLE START ------------------------------------------------------------- */

    .article-component{
        max-width: 700px;
        margin: 2em auto 2em auto;
        padding: 1em;
    }
    .article-component h2{
        font-size: 3em;
        line-height: 1.2em;
        margin-bottom: 1em;
        position: relative;
        display: block;
    }

    .article-component h2::after{
        content: " ";
        width: 75%;
        height: 10px;
        background-color: #7D3F98;
        position: absolute;
        bottom: -0.7em;
        left: 0;
    }
    .article-component a{
        font-weight: 700;
    }

    /* COMPONENT - ARTICLE START ------------------------------------------------------------- */




    /* COMPONENT - ARTICLE START ------------------------------------------------------------- */

    .videotranscript__button--whitelink{
		color:#ffffff;
	}
	.videotranscript__button--whitelink:hover,
    .videotranscript__button--whitelink:focus,
    .videotranscript__button--whitelink:active{
		color:#ffffff;
	}
	.videotranscript__button--whitebg{
		background-color: #ffffff;
	}
	.videotranscript__button--blackbg{
		background-color: #1b1b1b;
	}

    /* COMPONENT - ARTICLE END ------------------------------------------------------------- */






	.retiree-icon-button:hover,
	.retiree-icon-button:focus{
		opacity: 0.7;
	}







.subpagehero--short{
    overflow: hidden;
    position: relative;
    background-color: #414141;
    padding-top: 15%;
}
@media only screen and (max-width: 640px) {
    .subpagehero--short{
        overflow: hidden;
        position: relative;
        background-color: #414141;
        padding-top: 35%;
    }
}




