.internal-pages-title
{
	height: 300px;
	display: flex;
}

.page-title-container
{
	padding-left: 110px;
	padding-top: 0;
}

.page-breadcrumb-path p 
{
    font-family: Roboto;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.page-breadcrumb-path p a
{
	color: #fff;
}

.page-breadcrumb-path p a:hover
{
	color: #1676EE;
}

.page-title-container h1
{
	font-family: Roboto;
	font-weight: 500;
	line-height: 78px;
	color: #fff;
	font-weight: 500;
}

a:hover
{
	color: #0E4E9E!important;
}

#jas-content h5:first-child
{
	margin-top: 0;
}

#jas-content h5
{
	margin-top: 60px;
	margin-bottom: 30px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	color: #6e6f72;
}

#jas-content p
{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #6e6f72;
	margin-bottom: 30px;
}

#jas-content ul
{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #6e6f72;
	margin-bottom: 30px;
	list-style-position: outside;
    margin-left: 28px;
}

#jas-content ul li
{
	margin-bottom: 5px;
}

#jas-content ol
{
  	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #6e6f72;
	margin-bottom: 30px;
	list-style-position: outside;
	margin-left: 20px;
}

#jas-content ol li
{
	margin-bottom: 30px;
}

@media only screen and (max-width: 736px)
{
    .page-title-container
    {
        padding: 0;
        text-align: center;
    }

}
