
@media (max-width: 991px) {
.block h3:before {
    top: auto;
}
}
.simple-text p {
    line-height: 1.43em !important;
}

.filter-by {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    color: #888b8d !important;
    /* display: inline-block; */
    padding-left: 20px;
    padding-right: 20px;
}

.panels .row {
    display: flex;
    flex-wrap: wrap;
}
.panels .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.panels .panel {
    height: 100%;
    position: relative;
}
.filter-active {
    color: #FFFFFF !important;
    background: #53565a;
}
.panel {
    position: relative;
}
.panel a {
    position: relative;
    display: block;
}
.panel-badge {
    position: absolute;
    top: 4px;
    right: -1px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
}
a .panel-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
}
.panel-badge.light-blue {
    background: #1a89d3;
}
.panel-badge.dark-blue {
    background: #00426b;
}
a.btn-grey {
    padding: 8px 18px;
    color: #888b8d;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    border: 1px solid #888b8d;
    font-weight: 400 !important;
	margin-left: 4px;
}
a.btn-grey:visited {
    color: #888b8d;
}
a.btn-grey:hover {
    color: #ffffff !important;
    background: #888b8d;
    text-decoration: none;
}
.card-category {
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: 'roboto_condensedlight', Arial, Helvetica, sans-serif !important;
    color: #888b8d !important;
    font-weight: 400 !important;
    margin: 12px 0 12px 0;
}
.panel-title {
    margin: 15px 0 15px 0;
    font-size: 24px !important;
}
.filter-cards {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.cards.profiles {
    display: flex;
    flex-wrap: wrap;
}
.cards.profiles [class*='col-'] {
    margin-bottom: 20px;
}
.company p {
    max-width: 100% !important;
}
.page-layout .main-hero {
    height: 317px;
    padding-top: 90px;
    background-position: bottom center;
}
.page-layout nav.secondary-nav ul li a:hover {
    text-decoration: none;
}

.page-layout .company .agilent-container .col-md-12 h2 {
    font-size: 26px !important;
    text-align: center;
}

/*.page-layout .slick-track{
    width: 100% !important;
}
.page-layout .slick-slide{
    padding-left: 0;
    width: 100% !important;
}*/
body.sp .page-layout .main-hero {
    padding-top: 0;
    height: 150px;
}
.page-layout .hero-title h1 {
    font-size: 32px;
}
body.sp .page-layout .col-xs-offset-1 {
    margin-left: 0;
}
/*body.sp .page-layout .agilent-container .col-md-4 .row{
    margin-left: 0;
    margin-right: 0;
}
body.sp .page-layout .slick-track{
    width: 100% !important;
}
body.sp .page-layout .slick-slide{
    padding-left: 0;
    width: 100% !important;
}
body.sp .page-layout .agilent-container .col-xs-offset-1{
    margin-left: 0;
}*/