.hero{
    background-size: cover !important;
    min-height: 200px;
    position: relative;
    background: #f0f3f5;
    overflow: hidden;
    background-repeat: no-repeat;
}

.hero__size--sm{
    height:220px
}
.hero__size--md{
    height:340px
}
.hero__size--lg{
    height:460px;
}

.hero__links{
    position: absolute;
    bottom:0;
    width: 100%;
    height: 28px;
}

.hero__teaserboxes{
}

.hero__breadcrumbs{
    display: block;
    float: left;
    background: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding:0 5px;
}

.hero__breadcrumbs a,
.hero__breadcrumbs span{
    display: block;
    padding:3px 5px;
    font-family:'Archivo Narrow', sans-serif;
 font-weight:bold;
    font-size: 16px;
    position: relative;
}

.hero__breadcrumbs li{
    position: relative;
}

.hero__breadcrumbs li:after{
    font-family: Arial, sans-serif;
    content: "/";
    position: absolute;
    right:-2px;
    top:5px;
}

.hero__breadcrumbs li:last-child:after{
    display: none;
}

.hero__links .hero__breadcrumbs{
    background: #1b61a9;
}

.hero{
    border-bottom: 6px solid #1b61a9;
}

.hero__links .hero__breadcrumbs a,
.hero__links .hero__breadcrumbs li:after,
.hero__links .hero__breadcrumbs span{
    color: #fff;
}

.breadcrumb__helper{
    position: absolute;
    margin-top: -28px;
    width:  100%;
}

/* Very Large Devices */
@media only screen and (min-width : 1200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 544px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}