#whole-page {
  /*margin-top: 50px;*/
}
.pathway-category .breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
}
.section-list article {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.form-newsletter {
    border: 3px solid #337ab7;
    padding: 10px 10px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.form-newsletter .col-md-2 {
    padding-left: 5px;
}
.form-newsletter .btn-control {
    background-color: #ed703a;
    margin-bottom: 0;
    margin-left: -41px;
}
.pathway-category:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
}
.load-application .thumbnail {
    min-height: 215px;
    max-height: 215px;
    overflow: hidden;
}
.load-application h3 {
    text-align: center;
}
#cms-pagination {
    margin-bottom: 20px;
}
#cms-pagination ul li {
    display: inline-block;
}
#cms-pagination ul li a {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    padding: 5px 15px;
    display: inline-block;
    color: #777777;
    font-size: 15px;
    margin: 0 5px;
}
@media only screen and (max-width: 768px){
    .load-application .thumbnail {
        min-height: auto;
        max-height: auto;
    }
}