
body{
    font-family:"Inter";
    margin:0 auto;
    padding:0 auto;
}

p{
    font-family:Lexia;
    font-size:16px;
    color:#343A40;
    line-height:24px;
    
}
#factsheet .border-hypen
{
        border-bottom: 2px dashed #D8DADA;
    padding-bottom: 40px !important;
}

#factsheet p.main-fact.border-line {
    border-top: 2px dashed #D8DADA;
    padding-top:40px;
    margin-top:45px;
}


#factsheet .reference-section .main-section-title .border-line 
{
    border-top: 2px dashed #D8DADA;
    padding-top:40px;
    margin-top:28px;
}
#factsheet .reference-section .main-section-title{
color: #830051;
}


#factsheet .content-section
{   width:92%;
    max-width:1024px;
    margin:0 auto;
}

#factsheet p.intro, #factsheet h2.intro  
{
    color:#830051;
    padding-top: 7px;
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 34px;
    font-weight:700;
    margin:32px 0;
}


#factsheet h1
{
    font-size:48.83px;
    font-family: "Roboto", sans-serif;
    font-weight:700;
    line-height:60px;
    color:#830051;
     margin-bottom: 43px;
    
}

#factsheet h2 {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 48px;
    color: #830051;
   
}

#factsheet .top-para
{
    padding-bottom:30px;
}
#factsheet .Disclaimer
{
    font-size:14px;
    line-height:19.2px;
    font-weight: 400;
}

#factsheet .factsheet-subheading
{
    font-size: 16px;
    font-family: 'Roboto';
    color: #293852;
    font-weight: bold;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 22px;
    margin-top: 23px;
}
#factsheet .content-heading li
{
font-size: 16px;
    font-family: 'Lexia';
    line-height: 18px;
    color: #343A40;
    padding-left: 20px;
    padding-bottom: 15px;
    text-decoration:underline;
}

#factsheet li.bottom-list
{
    padding-bottom:0px;
}

#factsheet .factsheet-subheading.mb-less
{
    margin-bottom:18px;
}
#factsheet p.main-fact
{
    color: #830051;
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 34px;
    font-weight:700;
}

#factsheet .main-section-title
{
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 34px;
    color: #343A40;
    margin:32px 0;
    font-weight:700;
}
#factsheet ul.inner-list li
{
    font-size: 16px;
    font-family: 'Lexia';
    line-height: 24px;
    color: #343A40;
    list-style: disc;
    margin-left: 24px;
    padding-bottom:12px;
}

#factsheet .content-detail-heading
{
    font-size: 20px;
    font-family: 'Roboto';
    line-height: 22px;
    font-weight: 500;
    color: #830051;
    margin-bottom: 15px;
    margin-top: 35px;

}

#factsheet sup {
  line-height: 0;
}

#factsheet ol
{
    list-style-type: number;
    margin-left:40px;
    word-wrap: break-word;
}
#factsheet li   
{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lexia';
    color: #343A40;
    padding-bottom: 15px;
}

#factsheet ol li {
    list-style-position: outside;
}
#factsheet .reference-section a
{
    color:#343A40;
}

/*BUG FIXES*/

#factsheet .content-heading .factsheet-subheading a{
    color:#003864;
}

#factsheet .content-heading ul li a{
    color:#343A40;
}

@media (min-width: 992px)
{
   #factsheet .reference-section {
    padding-bottom: 15px;
    border-bottom: 2px dashed #D8DADA;
}
}

@media (max-width: 991px) {
   #factsheet .content-section {
        width: 93%;
        max-width: 991px;
        margin: 0 auto;
    }
    
         #factsheet h1 {
        font-size: 32px;
        line-height: 34px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #factsheet .main-section-title .intro
    {
        margin-bottom: 15px;
    }
    #factsheet .top-para
    {
        padding-bottom: 40px;

    }
    #factsheet .Disclaimer
    {
        font-size: 16px;
    line-height: 24px;
    }
    #factsheet .main-section-title .main-fact.border-line
    {
        border-top: none;
    padding-top: 0;
    margin-top: 30px;
    }
    #factsheet .top-para
    {
        width: 98%
    }
    #factsheet .head-details
    {
        max-width:97%;
    }
     #factsheet .no-wrap
    {
        white-space: nowrap;
    }
    
}


/*COMPATABILITY FIXES*/
@media screen and (min-width:320px) and (max-width:389px){
    #factsheet h1{
        font-size:40.83px;
        line-height:45px;
    }
    
     #factsheet h2{
         font-size:32px;
         line-height:34px;
    }
    
    
    #factsheet .main-section-title {
        font-size: 28px;
        line-height: 30px;
    }
    
    #factsheet .content-section{
        width:90%;
    }
}







