/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
/** Helpers */
.element-hidden {
  display: none;
}

.img-adaptive img,
img.adaptive{
  width: 100%;
  height: auto;
}

/**  Modals + webform */
.modal-content .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin: 30px -15px 0;
}

/*select.form-control:not([size]):not([multiple]) {
  height: 1.2rem;
}*/