﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.mlr-title {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  text-align: center;
  padding-bottom: 20px;
}
.list {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;

  line-height: 1.5rem;
  display: list-item;
  margin-left: 2rem;
  word-break: keep-all;
  hyphens: none;
}

.body-text {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
}

.title {
  color: #00173c;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  text-align: center;
}
.mlr-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
  text-align: center;
}

.pdf:hover {
  opacity: 80%;
}

.linkhover:hover {
  opacity: 80%;
}
.mlr-page-banner {
  max-width: 1500px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.accordion.mlr {
  width: 100%;
  height: auto;
}
.mlr-image.hidden {
  display: none;
}
.mlr-articles {
  background-color: #6c757d;
  color: #fff;
  padding-left: 20px;
}
.article-title {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
}

.article-author {
  font-size: 1rem;
  font-style: italic;
  margin-top: 15px;
  font-family: "Times New Roman";
}
.mlr-box {
  width: 100%;

  height: 150px;
}
.mlr-image {
  position: relative;
}
.mlr-text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 65px;
  color: #fff;
  font-size: 2rem;

  width: 100%;
}
.centered {
  position: absolute;
  color: white;
  top: 50%;
  filter: brightness(20%);
  font-weight: bold;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
}

.mlr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
  align-items: stretch;
}
.mlr-grid img {
  max-width: 100%;
  filter: brightness(40%);
}
.mlr-issue-title {
  margin-bottom: 20px;
  text-decoration: underline;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
}
.card-header {
  background-color: #00173c;
}
.btn-link {
  color: #ffffff;
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
}
.btn-link:active {
  color: #fff;
}
.accordion-tab-title {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  font-variant: small-caps;
  font-size: 3rem;
  font-family: "Times New Roman";

  font-variant: small-caps;
}
.btn-link:hover {
  color: #fff;
  font-weight: bold;
  opacity: 75%;
}
.leadershiptitle {
  margin-top: 20px;
}
.card-header:hover {
  background-color: #6c757d;
}
.accordion-title2 {
  font-size: 1.5rem;
}
.accordion {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 350px) and (max-width: 800px) {
  /* mobile responsive*/

  .article-title {
    font-size: 0.8rem;
    margin-top: 20px;
    font-weight: bold;
    font-family: "Times New Roman";
    word-break: keep-all;
  }

  .article-author {
    font-size: 0.6rem;
    font-style: italic;
    margin-top: 15px;
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  }

  .accordion-tab-title {
    margin-left: -20px;
    font-family: "Times New Roman";
    font-size: 0.9rem;
    word-break: keep-all;
  }

  .mlr-text {
    left: 0;
    position: absolute;
    text-align: center;
    top: 45px;
    color: #fff;
    font-size: 1.3rem;
    font-family: "Times New Roman";
    width: 100%;
    word-break: keep-all;
  }

  .mlr-box {
    width: 100%;

    height: 100px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mlr-grid {
    display: flex;
    justify-content: center;

    flex-wrap: wrap;
  }
  .accordion-title2 {
    font-size: 1rem;
  }
  .accordion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

