<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
    font-size: 18px!important;
    line-height: 1.5!important;
    background-color:#fff!important;
}
.newsTopNav{
    background: url(inv.policyLaw.header.jpg) no-repeat center;
}
/*.policy-headerbg img{
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translate(-50%, -40%);
}*/
.p-divider{
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right,#FF6300 0%,#ffffff 70%);
}
.latest_policies_ul{
    border-bottom: 1px #666 dashed;
    padding:1.25rem 0;
}
.latest_policies p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.list-group-item{
    border: none;
    padding: 0.45rem 1.25rem;

}
.policy_theme&gt;div{
    background-color: #DBDBDB;
    margin-top: 10px;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    text-align: center;
    /*line-height: 5rem;*/
    align-items: center;
    padding: 0 15px;
    border-left: 1px solid red;

}
.badge{
    font-weight: normal;
}
@media (min-width: 1200px) {
    html{
        font-size: 18px!important;
    }
    .container{
        width: 1200px;
        max-width: 1200px;
        padding: 0;
    }
    .display-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    html{
       font-size: 18px!important;
    }
    .head-div{
        width: 360px;
    }
    .sub-title{
        font-size: 15px;
    }
    .d-flex{
        flex-direction: column;
    }
    [data-href]{
        cursor: pointer;
        margin-top: 15px;
    }
    .display-pc {
        display: none !important;
    }
    /*.policy-headerbg{*/
    /*    height:350px;*/
    /*}*/
    .latest_policies span{
        display: none;
    }
}</pre></body></html>