.text-box.field_editor a{
  text-decoration:underline;
  -moz-transition:.4s ease all;
}

.button,.text-box.field_editor a,button{
  -webkit-transition:all .4s ease;
  transition:all .4s ease;
}

.button,button{
  font-weight:700;
  padding:.625rem 1.25rem;
  -moz-transition:.4s all ease;
}

.component_pullquote .strong p{
  font-family:Arial,sans-serif;
}

.no-select{
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  user-select:none;
}

.component_basic_menu ul a:hover{
  text-decoration:underline;
}

/*# sourceMappingURL=basic_menu_theme.min.css.map */