section#whatsNew h3 {
    font-size: 20px;
    color: #005FEC!important;
}

section#whatsNew ul {
    padding-left: 22px;
}

section#whatsNew ul li {
    list-style: none;
    position: relative;
}


section#whatsNew ul li:before {
    content: "";
    position: absolute;
    left: -17px;
    border-left: 1px solid #E0E5EC;
    height: 200%;
    width: 1px;
}

section#whatsNew ul li a {
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-left: 20px;
    margin-bottom: 7px;
    position: relative;
}

section#whatsNew ul li a:after{
content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    background: #fff;
    top: 4px;
    left: -24px;
    z-index: 1;
		-webkit-transform: scale(1.0,1.0);
    -webkit-transition: all 0.4s ease-in-out;
}

section#whatsNew ul li a:hover {
    color: #005FEC;
}

section#whatsNew ul li a:hover:after{
	    background: #005FEC;	
		    border: 1px solid #005FEC;
}

.wistia_channel {
	min-height: unset!important;
}

.hkb-article__content {
	margin-bottom: 0;
}