/*Add this to the bottom of the css page
*/
.click-link{
	font-size: 16px;
    font-weight: 700;
    color: rgb(2, 54, 98);
    line-height: 22px;
    cursor: pointer;
}

.click-link:hover{
	color: #fc8828;
}

ul.sub-list{
	background: #f5f5f5;
	margin: 20px 0 60px;
    padding:35px 45px 19px;
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    columns: 5;
    display: none;
    column-width: 185px;
}

ul.sub-list li{
	width: 100%;
	margin: 0 10px 16px 0;
	font-weight: 400;
}

.see-list{
	width: 48px;
    height: 48px;
    display: block;
    cursor: pointer;
    border-radius: 100%;
}

h2.click-link img {
    font-size: 12px;
    width: 12px;
    color: #cfcfcf;
    margin-left: 10px;
}

