/*** 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 ***/
.buttonBLE {
  margin-bottom: 40px !important;
}
.buttonBLE.right {
  text-align: right;
}
.buttonBLE.left {
  text-align: left;
}
.buttonBLE a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f35d";
  margin-left: 5px;
}

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