body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #263238; }

  .bg-mp-blue {
    background-color: #3487bc !important; }

    .bg-light-blue {
      background-color: #dfedf6 !important; }

      .bg-light-green {
        background-color: #f0f7e8 !important; }

        .gallery {
          margin: -5px; }
          .gallery img {
            border: 5px solid white; }
            .gallery img:hover {
              opacity: 1;
              border: 5px solid #3487bc; }

.navbar.sticky-top {
  background-color: white; }
  .navbar.sticky-top .logo svg {
    width: 220px;
    max-height: 20px;
    margin: 1.75rem 0; }
    .navbar.sticky-top .nav-item {
      text-transform: uppercase;
      font-weight: 400;
      font-size: smaller; }
      .navbar.sticky-top .nav-item.active a {
        font-weight: 600;
        color: #3487bc; }
        @media (max-width: 991.98px) {
          .navbar.sticky-top .nav-item {
            font-size: 1.5rem;
            font-weight: 300;
            text-transform: none;
            margin: 0 auto;
            padding: 0;   }
            .navbar.sticky-top .nav-item:first-child {
              margin-top: 2rem;   }
              .navbar.sticky-top .nav-item:last-child {
                margin-bottom: 4rem;   }
}
  .navbar.sticky-top .icon-wrapper {
    margin: 0;
    border: 0; }
    .navbar.sticky-top .icon-wrapper .material-icons {
      font-size: 2rem;
      cursor: pointer;
      color: #90a7b2; }
      .navbar.sticky-top .icon-wrapper .close-icon {
        display: inline-block; }
        .navbar.sticky-top .icon-wrapper .menu-icon {
          display: none; }
          .navbar.sticky-top .icon-wrapper.collapsed .close-icon {
            display: none; }
            .navbar.sticky-top .icon-wrapper.collapsed .menu-icon {
              display: inline-block; }

.multicolor.row .col {
  height: 8px; }
  .multicolor.row .col.purple {
    background: #572a79; }
    .multicolor.row .col.red {
      background: #d8232a; }
      .multicolor.row .col.yellow {
        background: #f4b628; }
        .multicolor.row .col.blue {
          background: #3487bc; }
          .multicolor.row .col.green {
            background: #81ba40; }

.calendar {
  font-size: small;
  color: #455A64; }
  .calendar h6 {
    color: inherit;
    line-height: inherit;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0; }
    .calendar li {
      margin-right: 0.25rem; }

h1, h2, h3, h4, h5 {
  font-weight: 300; }
  h1 small, h2 small, h3 small, h4 small, h5 small {
    font-size: 0.5em;
    font-weight: 300;
    margin-left: 0.5rem; }

h3 {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #455A64; }
  p + h3 {
    margin-top: 2rem; }

h6 {
  font-size: 0.9rem;
  color: #455A64;
  text-transform: uppercase; }

  .display-2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 3rem;
    font-weight: 600;
    color: #3487bc; }
    .display-2 + p {
      font-size: 1.5rem;
      margin-bottom: 2rem; }

.text-sm {
  font-size: small; }

  a {
    color: #3487bc; }

    strong, b {
      font-weight: 600; }

      blockquote {
        border-left: 3px solid #3487bc;
        padding-left: 1rem; }

        .text-blue {
          color: #3487bc !important; }

          .text-light {
            color: #455A64 !important; }

            .text-lightest {
              color: #CFD8DC !important; }

              .material-icons {
                vertical-align: text-bottom; }
                .btn .material-icons {
                  font-size: 1.25rem; }

div.footer {
  font-size: small;
  color: #455A64; }
  div.footer h3 {
    font-size: 1.1em;
    font-weight: 300;
    text-transform: none; }
