@charset "utf-8";
.color-blue {
  background-color: #4795ed
}

.color-bluegrey {
  background-color: #D8E1F3
}

.gradientbackground {
 background-image: linear-gradient(to bottom left, white, #D8E1F3);
}

.jumbotron {
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  border-radius: 0.0rem;
}
.insetborder {
border-spacing: 1em .5em;
	padding: 1em;
}

.insetbordertable {
border-spacing: .5em .5em;
	padding: 1em;
}

.row-noflex {
  margin-right: -15px;
  margin-left: -15px;
}

.center-justify {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  Margin: 0 auto;
  }

.columns-parent {
    display: table;
    width: 100%;
}

.my-column {
    display: table-cell;
}

.grid-width {
	width: 25%;
}

.col-count-4 {
	column-count: 4;
}