/*Secondary Nav Styles*/
#top .helpful-heading-text h4 {
    color: #232333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 120%;
}
#top .secondary-nav-area .nav-list a {
    font-size: 14px;
    display: inline-block;
    color: #0B5CFF;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
}
#top .secondary-nav-area .nav-list a:hover, #top .secondary-nav-area .nav-list a:focus {
    outline: none;
    text-decoration: underline;
}
@media (min-width: 768px){ 
	
}