.overlay {

  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(60, 74, 137, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.btn-text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}

.feature-list {
  list-style: none;
  padding-right: 15px;
}

.feature-list li:before {
  visibility: visible;
  font-weight: 900;
  margin-right: 5px;
  color: #3b5d8e;
  padding: 0;
}

/* FLEX LIST */
.flex-list {
  flex-direction: column;
  list-style: none;
  flex-wrap: wrap;
  height: 100vh;
  display: flex;
  padding: 0;
  margin: 0;
}

.flex-list li {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex: 1 0 25%;
  padding: 10px;
  color: #fff;
}

.login-top {
  padding: 5px !important;
  background-color: #3b5d8e;
}

/* HOME PAGE ADJUSTMENTS */
.feature-item {
  flex-basis: 50.00% !important;
}
/*
.banner {
  max-height: 300px !important;
}
*/
/* State Headers */
.state-h1{
  font-size: 2rem;
}
.state-h1 span{
  font-size: 1.5rem;
}
/* List Style */

.ico-check li:before {
  font-family: 'icofont';
  content: "\eed8";
  color:#e12454;
}
/* COLORS */
.red{
  color:#e12454;
}
.blue{
  color:#3b5d8e;
}