body {
	background: #eeeeee;
}
body, html {
	height: 100%;
}
h1, h2, h3 {
	font-weight: bold;
}
.container {
	background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("UUG-Bill-Pay-website-header.jpg");
  height: 273px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%);
  color: white;
}
.bg-warning, .bg-info {
	padding: 20px 20px;
	font-weight: bold;
}
.buttonbuffer {
  font-weight: bold;
}
.affiliate {
	padding: 20px 20px;

}
.affiliate-logo {
	padding: 20px 20px;
	max-height: 90px;
  max-width: 250px;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}
footer {
	padding: 10px 10px 15px 10px;
	color: #888;
}
.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}