col {
  min-height: 100%;
}

.dropdown-style {
  width: 4.438rem;
  min-height: 1.25rem;
  opacity: 0.9;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  color: #213e97;
}

.jumbotronTransp {
  padding: 1rem 0;
  font-size: 1.2rem;
}

.jumbotronHeaderColor {
  padding: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  min-height: 6.5rem;
  background-color: #213e97;
  color: #fff;
}

.landing-page-margin-spacer {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 75rem;
}

.header-account-info {
  float: right;
  list-style: none;
}

.header-account-info > li > a {
  padding: 1rem 0;
}

.mes-header ul.navbar-nav {
  min-width: 20rem;
}

.welcome {
  font-size: 2rem;
  font-weight: bold;
}

.section-title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #0d193c;
}

.section-item-links {
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  color: #213e97;
  text-decoration: underline;
}

.section-item-details {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: normal;
  color: #0d193c;
}

.section-wrapper {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  /* outline: 2px solid pink; */
}

.section-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;
  background-color: lightgrey;
}
