/*** VARIABLES ***/
/*** NOTE: These are in front of the Bootstrap build so Bootstrap variables can/should be overriden here ***/
/* COLORS */
/* LINKS */
/* BUTTON */
/* FONTS */
/* PADDING */
/* TABLES */
/* THEME */
/*(Design has #ECECEC for login page, #F0F0F0 in others)*/
/* TABLES */
/* LINKS */
/* DIRECTORIES */
/*** MIXINS ***/
.headlineBLE .sectionHeaderStyle {
  font-size: 24px;
  font-weight: 600;
}
.headlineBLE .subheading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.headlineBLE .has-icon {
  display: flex;
  align-items: center;
}
.headlineBLE .has-icon h1, .headlineBLE .has-icon h2, .headlineBLE .has-icon h3, .headlineBLE .has-icon h4 {
  margin-bottom: 0;
}
.headlineBLE .headline-icon svg, .headlineBLE .headline-icon img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .umb-block-grid__layout-item > .headlineBLE {
    margin-left: 30px;
    margin-right: 30px;
  }
}