body {
  background: #fff url(../background_rrze2.jpg) no-repeat center bottom fixed;
  background-size: cover;
  font-size: 2em;
  height: 100%;
}
.welcome-header {
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: -10px;
}
.welcome-header img {
  width: 400px;
  margin-bottom: 20px;
}
.welcome-message {
  margin-top: 20px;
}
.h-l {
  min-height: 370px;
  padding: 10px 20px 10px;
  overflow: hidden;
}
.h-l h3 {
  margin-bottom: 10px;
}
.h-m {
  height: 110px;
  padding-top: 23px;
}
.card-pf img {
  width: 22px;
  margin-right: 10px;
  vertical-align: bottom;
}
img.doc-img {
  width: auto;
  height: 22px;
}
.link {
  font-size: 16px;
  vertical-align: baseline;
  margin-left: 5px;
}
h3 {
  font-weight: 550;
}
h3 a:link,
h3 a:visited {
  color: #333;
  font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
  text-decoration: none;
  color: #00659c;
}
.h-l h3 a img {
  height: 30px;
  width: auto;
}

.description {
  margin-top: 30px;
}

.card-pf {
  background-color: #efefef;
  border: 1px solid #d2dc92;
  border-radius: 5px;
}

.welcome-form label,
.welcome-form input {
  display: block;
  width: 100%;
}

.welcome-form label {
  color: #828486;
  font-weight: normal;
  margin-top: 18px;
}
.welcome-form input {
  border: 0;
  border-bottom: solid 1px #cbcbcb;
}
.welcome-form input:focus {
  border-bottom: solid 1px #5e99c6;
  outline-width: 0;
}
.welcome-form button {
  margin-top: 10px;
}
.error {
  color: #c00;
  border-color: #c00;
  padding: 5px 10px;
}
.success {
  color: #3f9c35;
  border-color: #3f9c35;
  padding: 5px 10px;
}
.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
  display: none;
}

.footer img {
  float: right;
  width: 150px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .welcome-header {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .welcome-header img {
    margin-bottom: 20px;
  }
  h3 {
    margin-top: 10px;
  }
  .h-l,
  .h-m {
    height: auto;
    min-height: auto;
    padding: 5px 10px;
  }
  .h-l img {
    display: inline;
    margin-bottom: auto;
  }
  .description {
    display: none;
  }
  .footer img {
    margin-top: 10px;
  }
}

.card-header {
  font-size: 2.7rem;
  color: #6f7d0a;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2;
}

li.list-group-item {
  padding: 1.25rem 1.25rem;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #d2dc92;
  border-radius: 5px;
}

.card-pf a,
.card-pf a:link,
.card-pf a:visited {
  text-decoration: underline;
  color: #6f7d0a;
}

li.list-group-item a {
  display: block;
  font-size: 2rem;
}

footer {
  /*position: absolute;*/
  /*bottom: 5px;*/
  width: 100%;
  /*margin-top: 10px;*/
}

.slay-footer {
  color: #ced4da;
  padding: 0 15px;
  padding-bottom: 0px;
}

.slay-centerFooter ul li {
  display: inline;
}

.slay-centerFooter {
  display: inline-block;
}

.slay-leftFooter {
  display: inline-block;
}

#slay-footer ul li a:hover {
  text-decoration: none;
  color: #6f7d0a;
}

#slay-footer ul li a {
  font-size: 1.25rem;
  padding: 0 10px 0 5px;
  color: #111;
  text-decoration: underline;
  text-transform: none;
  vertical-align: bottom;
}

.slay-centerFooter ul li a {
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(to bottom, transparent, #ccc, transparent) 1
  100%;
}

#slay-footer ul li a {
  font-size: 1.25rem;
  padding: 0 10px 0 5px;
  color: #111;
  text-decoration: underline;
  text-transform: none;
  vertical-align: bottom;
}

.slay-centerFooter ul li a {
  border-right-width: 1px;
  border-right-style: solid;
  border-image: linear-gradient(to bottom, transparent, #ccc, transparent) 1
  100%;
}

.slay-leftFooter a img.slay-fauLogo {
  height: 28px;
  margin-right: 16px;
}

.slay-leftFooter a img.slay-rrzeLogo {
  height: 24px;
  margin-right: 16px;
}

.slay-leftFooter a img.slay-rrzeLogo,
.slay-leftFooter a img.slay-fauLogo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-custom-height {
  min-height: calc(100vh - 85px);
}
