/* Background Colors
-------------------------------------------------- */

.container-top {
  background: linear-gradient(125deg, #6e3152 0%,#b44559 25%,#613357 50%,#8c2f41 75%, #613357 100%);
  color: #fff;
  background-color: #613357;
}

@media (min-width: 750px) {
  .container-top {
    height: 800px;
    background-image: url(../img/top.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bg-grey {
  background-color: #f5f6f9;
}

.bg-blue {
  background-color: #213a75;
  color: #fff;
}

li {
  display: block;
  padding: 8px 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px #d2d7e3 solid;
}

li:before {
  content: "• ";
  color: #dd211d;
}

.link-footer {
  float: right;
  margin-left: 10px;
}

/* Alert
-------------------------------------------------- */

#alert {
  margin-left: 20px;
}