/**
 * Background colors for use in layouts.
 *
 * @see au_admin_ux_bootstrap_layouts_class_options_alter()
 */
.background--dark {
  background-color: #363434; }

.background--grey-transparent {
  background-color: rgba(52, 61, 70, 0.8); }

.background--light {
  background-color: #fbfaf8; }

.background--secondary {
  background-color: #f5f4f2; }

.background--light-grey {
  background-color: #f1f1f2; }

.background--menu {
  background-color: #777; }

.background--primary {
  background-color: #bca270; }

.background--primary-light {
  background-color: #efede8; }

.background--primary-transparent {
  background-color: rgba(188, 162, 112, 0.9); }

.image-with-link {
  padding-bottom: 30px; }

.image-with-link__image {
  margin-bottom: 10px; }

.image-with-link__link .cta-link a {
  color: #363434;
  text-decoration: none;
  font-weight: bold;
  text-transform: none; }
  .image-with-link__link .cta-link a .fa-stack {
    color: #ad8d52;
    font-size: 0.7em; }
