#button .cpac-btn, #button button {
    border-radius: 100px !important;
}
#button button {
    background-color: #0067b1;
    color: #fff;
    margin-top: 5px;
    padding: 8px 35px;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
}
#button button:hover {
    border-color: #ccc #bbb #aaa;
}
#button .blue-bg{
    background-color: #0067b1;
}
#button .blue-bg button {
    background-color: #fff;
    color: #0067b1;
}
#button .card-readarticle {
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1;
    color: #0067b1;
    padding-bottom: 20px;
    bottom: 0px;
    text-decoration: none;
}
#button .card-readarticle i{
    margin-left:5px;
}

#button ul {
    color: #555555;
    font-size: 1.357em;
    font-weight: 300;
    line-height: 1.5;
    list-style: disc;
    margin-left: 20px;
    list-style: none !important;
    border: 0;
    display: block;
    margin-left: 0;
}
#button .nav-tabs#nav-cscc-overview-tabs > a, 
#button .nav-tabs#nav-cscc-fnim-tabs > a {
    background: #f2f5f7;
    border-radius: 0;
    border: 0 none;
    line-height: 1;
    text-decoration: none !important;
    float: left;
    width: 30%;
    padding: 0;
    margin-right: 20px;
    /* margin-bottom: 0; */
}
#button .nav-link.active {
    color: #004A80 !important;
}
#button ul li {
    margin-bottom: 10px;
}
#button .nav-tabs#nav-cscc-overview-tabs > a > li {
    padding: 13px 15px;
}
#button .nav-tabs#nav-cscc-overview-tabs > a > li > p,
#button .nav-tabs#nav-cscc-overview-tabs > a > li > strong {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 !important;
    padding-bottom: 5px;
}
#button #nav-cscc-overview-tabs li.nav-item > ul {
    padding-left: 25px;
    color: #555555;
    margin-left: 0 !important;
    list-style: disc!important;
    font-size: .8em !important;
    margin-top: 0;    
    font-weight: 300;
    line-height: 1.5;
}
#button #nav-cscc-overview-tabs li.nav-item > ul > li {
    margin-bottom: 0 !important;
    font-size: 1rem;
}
#button .bottom-arrow {
    border-bottom: 1px solid #0067b1;
    display: none;
}
#button .bottom-arrow::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid #0067b1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
#button .nav-tabs#nav-cscc-overview-tabs > a.active {
    background: none;
    border: 1px solid #0067b1;
    border-bottom: 0;
    width: 30%;
    float: left;
    position: relative;
}
#button .nav-tabs#nav-cscc-overview-tabs > a.active > li + .bottom-arrow{
    display: block;
}
#button .nav-tabs#nav-cscc-overview-tabs > a:hover{
        color: #B55C03!important;
}
.download-section::after {
    position:absolute;
    content:" ";
    width:5px;
    height:100%;
    background:#fbac5f;
    left:0;
    top:0;
}
.download-section {
    position:relative;
    padding-left:18px;
}
.download-section p{
    font-weight:bold;
}
.download-section a{
    color: #428bca;
}