@charset "UTF-8";
/* CSS Document */


#intro-yellow {
background-color: #ffb600
}

#intro-yellow .textimage-text .text-component { padding-left: 108px; }
#intro-yellow .text-component ul li{ margin-bottom: 10px; }
#intro-yellow .text-component li > a {
    font-size: 1.15em;
}



.nextin-learn-more-section {background-color: transparent!important;}
    
.nextin-learn-more.text {
    width: 100%;
    /*max-width: 555px;*/
    margin: 40px 0px 0px auto!important;
}
.nextin-learn-more .text-component {
    border:0px;
    border-radius: 0px;
    padding: 30px 60px 30px 35px!important;
    background-color:#FFB600;
    margin-right:110px;
    margin-bottom:167px;
    position:relative;
}    
.nextin-learn-more .text-component h4 {
    margin-bottom: 10px;
    font-size: 2rem;
}    
.nextin-learn-more .text-component a {
    /*font-weight:normal;*/
    border-bottom: 1px solid #C28A00;
}    
.nextin-learn-more .text-component a:hover {
    color: #000!important;
    border-bottom: 2px solid #000!important;
}

.nextin-learn-more.text .text-component li > a {
    font-size: 1.15em;
}

.nextin-learn-more.text .text-component ul, 
.nextin-learn-more.text .text-component ol,
.nextin-learn-more .text.is-edited {
    padding-left: 17px;
}
.nextin-learn-more .text-component ul li, 
.nextin-learn-more .text-component ol li {
    margin-bottom: 10px;
}    
.nextin-learn-more .text-component ul li:last-child,
.nextin-learn-more .text-component ol li:last-child {
    margin-bottom: 0px;
}    
.nextin-learn-more .text-component::after{
    content:url('/content/dam/pwc/us/en/library/next-in/next-in-article_arrow-learn-more.svg'); 
    position:absolute;
    z-index:999;
    right:-110px;
    bottom:-127px;
}

@media (max-width: 991px){   
.nextin-learn-more .text-component::after{
    content:url('/content/dam/pwc/us/en/library/next-in/next-in-article_arrow-learn-more-mobile.svg'); 
    right:-40px;
    bottom:-87px;
}	
.nextin-learn-more .text-component {
    padding: 20px 60px 20px 20px!important;
    margin-right:40px;
    margin-bottom:127px;
    min-width: 250px!important;
}      
                   
}  

@media (max-width: 768px){   
.nextin-learn-more .text-component::after{bottom:-86px;}	                 
}  
