.activity {
    
    .article{
        clear: both
    }  
    
    .a-wrap{
        background: none;
        border: 1px solid var(--u-blue);
        border-radius: 5px
    }
    .a-wrap .fa{
        color: var(--u-blue);
    }
}

.section-title{
    margin-top: 30px;
    color: var(--u-blue);
    border-bottom: solid 3px var(--u-blue);
}

.hdr.header-v2{
	.navbar .nav a{
		font-size: 12px;
	}
	
}

.hdr.header-v2 .wrap-brand .brand__name{
		  max-width: 206px;
		justify-content: center;
}
.hdr.header-v2.fixed .wrap-brand .brand__name{
	 max-width: 100%;
}
