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 {
  background-image: url("../images/bg-2.png?v=1.0");
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-page-margin-spacer {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.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;
  color: #0d193c;
  /* position: relative; */
}

.section-title-text {
  vertical-align: middle;
  padding: 10px 0px;
}

.toggle-section-btn-icon, .btn-link {
  font-size: 1.375rem;
  padding: 0px 5px;;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 0px;
}

.toggle-section-btn-icon:hover, .toggle-section-btn-icon:focus {
  text-decoration: none;
}

.fa-plus {
  color: #213e97;
}

.fa-times {
  color: #FC9300;
}

.section-item-links {
  font-size: 1rem;
  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 {
  border: 1px solid rgba(53,81,152,0.2);
  box-shadow: 0 1px 4px 0 rgba(53,81,152,0.1);
  position: relative;
  margin: 1rem;
  padding: 0.5rem 1rem;
  /* outline: 2px solid pink; */
}

.column-container {
  padding: 5px;
}

/* Sets Initial state for section items */
.section-items-container {
  display: none;
}

/* Shows the hidden elements of a section */
.section-items-container.show {
  display: block;
}

