/* -----------------------------------
    P R O D U C T S
------------------------------------- */

.products{
    width:100%;
    margin-top:68px;
    padding:20px 50px 55px;
    box-sizing:border-box;
}

.products h1{
    border-left:solid 3px #036EB7;
    padding-left:10px;
    color:#036EB7;
    line-height:25px;
    margin-bottom:22px;
}

.products article+article{
    margin-top:40px;
}

.products article a{
    color:#231815;
}

.products article h2{
    margin-bottom:8px;
}

.products article h3{
    color:#231815;
	line-height: 40px;
	padding-bottom: 25px;
    border-bottom:solid 1px #036EB7;
}
.products article h3 span{
    color:#036EB7;
}
