.align-center {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bordered {
  border: 1px solid #bdc3c7;
}
.gutted-10 {
  box-sizing: border-box;
  padding: .5em;
}
.gutted-20 {
  box-sizing: border-box;
  padding: 1em;
}
.gutted-30 {
  box-sizing: border-box;
  padding: 1.5em;
}
.gutted-40 {
  box-sizing: border-box;
  padding: 2em;
}
.gutted-50 {
  box-sizing: border-box;
  padding: 2.5em;
}
.gutted-60 {
  box-sizing: border-box;
  padding: 3em;
}
.gutted-70 {
  box-sizing: border-box;
  padding: 3.5em;
}
.gutted-80 {
  box-sizing: border-box;
  padding: 4em;
}
.gutted-90 {
  box-sizing: border-box;
  padding: 4.5em;
}
.gutted-100 {
  box-sizing: border-box;
  padding: 5em;
}
.height-5 {
  height: 5em;
}
.height-10 {
  height: 10em;
}
.height-15 {
  height: 15em;
}
.height-20 {
  height: 20em;
}
.height-25 {
  height: 25em;
}
.height-30 {
  height: 30em;
}
.height-35 {
  height: 35em;
}
.height-40 {
  height: 40em;
}
.height-45 {
  height: 45em;
}
.height-50 {
  height: 50em;
}
.height-55 {
  height: 55em;
}
.height-60 {
  height: 60em;
}
.height-65 {
  height: 65em;
}
.height-75 {
  height: 75em;
}
.height-80 {
  height: 80em;
}
.height-85 {
  height: 85em;
}
.height-90 {
  height: 90em;
}
.height-95 {
  height: 95em;
}
.height-100 {
  height: 100em;
}
.margin-10 {
  margin: .5em 0;
}
.margin-20 {
  margin: 1em 0;
}
.margin-30 {
  margin: 1.5em 0;
}
.margin-40 {
  margin: 2em 0;
}
.margin-50 {
  margin: 2.5em 0;
}
.margin-60 {
  margin: 3em 0;
}
.margin-70 {
  margin: 3.5em 0;
}
.margin-80 {
  margin: 4em 0;
}
.margin-90 {
  margin: 4.5em 0;
}
.margin-100 {
  margin: 5em 0;
}
.icon-x-tiny {
  width: 1em;
}
.icon-tiny {
  width: 2em;
}
.icon-small {
  width: 4em;
}
.icon-medium {
  width: 6em;
}
.icon-large {
  width: 8em;
}
.icon-xl {
  width: 12em;
}
.margin-auto {
  display: block!important;
  margin: auto auto!important;
  position: relative;
  float: none!important;
}
.u-text-caps {
  text-transform: uppercase;
}
.u-text-caps {
  text-transform: uppercase;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
