@charset "UTF-8";
@import url("/assets/node_modules/@fortawesome/fontawesome-free/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
  margin-top: 20px;
}

.cms_admin_nav {
  background: #1e1717;
  min-height: 35px;
  padding: 8px;
}
.cms_admin_nav .right {
  float: right;
}
.cms_admin_nav a {
  font-size: 15px;
  color: white;
  text-decoration: none;
  background: #887878;
  border-radius: 5px;
  padding: 5px;
}
.cms_admin_nav a:hover {
  color: #d7d7d7;
}

.btn-xs {
  padding: 0.1rem 0.4rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.links a {
  text-decoration: none;
}
.links a:hover {
  text-decoration: underline;
}

.date {
  font-size: 0.7em;
}

.text-sm {
  font-size: 0.9em;
}

.category-description {
  padding-bottom: 0;
}

.news-body {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.news-body .card {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media only screen and (max-width: 1000px) {
  .news-body {
    width: 90%;
  }
}

.news-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.news-img-container {
  max-height: 300px;
  overflow: hidden;
}

.navbar-bg {
  background: #4b6dae;
}

blockquote {
  font-size: 1.4em;
  width: 60%;
  margin: 50px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #78C0A8;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

blockquote::before {
  content: "“";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

/*# sourceMappingURL=application.css.map */
