/* #story-widget {
  background-color: #000;
  padding: 20px 0px;
  position: relative;
  display: block;
  color: #fff;
}
#story-widget a,
#story-widget a:hover {
  color: #fff;
}
#story-widget h2,
#story-widget h3 {
  font-family: "Open Sans", Helvetica, sans-serif !important;
  color: #fff;
  text-align: center;
  margin: 5px auto 15px auto;
  font-size: 2em !important;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  #story-widget .nav {
    margin-top: -60px;
    padding: 0px 50px 0px 50px;
    text-align: center;
  }
}
#story-widget .nav li {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fff;
  padding: 2px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #story-widget .nav li {
    background-color: #aaa;
    width: 32%;
    margin-right: 1%;
  }
}
#story-widget .nav li a.story-toggle {
  display: block;
  vertical-align: top;
  background-color: #002056;
  border-radius: 4px;
}
#story-widget .nav li a.story-toggle .activity-title {
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-size: 2em;
  font-weight: 300;
}
#story-widget .nav li a.story-toggle .activity-description {
  font-size: 110%;
  font-weight: 300;
  letter-spacing: 0.01em;
}
#story-widget .nav li a.story-toggle .icon {
  font-size: 140%;
  margin-right: 0.2em;
  margin-bottom: 1em;
  position: relative;
  top: 5px;
}
#story-widget .nav li a.learn-more {
  color: #222;
  padding: 3px;
  font-size: 90%;
}
@media screen and (min-width: 992px) {
  #story-widget .nav li a.learn-more {
    display: none;
  }
}
#story-widget .nav li i.icon-up-micro {
  display: none;
}
@media screen and (min-width: 992px) {
  #story-widget li:hover {
    background-color: #fff;
  }
  #story-widget li:hover a.story-toggle {
    background-color: #004884;
  }
  #story-widget li.active {
    padding: 3px;
    background-color: #fff;
  }
  #story-widget li.active i.icon-up-micro {
    font-size: 4em;
    z-index: 10;
    display: block;
    position: absolute;
    top: -51px;
    left: 43%;
  }
  #story-widget li.active a.story-toggle {
    background-color: #004884;
  }
}
#story-widget .tab-content {
  display: none;
}
@media screen and (min-width: 992px) {
  #story-widget .tab-content {
    display: block;
  }
}
#story-widget .tab-pane {
  position: relative;
  padding-bottom: 33.33% !important;
  /* 3:1 */
  height: 0 !important;
  margin-bottom: 15px;
  border: 2px solid #fff;
  background-color: #888;
}
#story-widget .tab-pane .tab-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#story-widget .tab-pane .tab-caption-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, 0.7);
}
#story-widget .tab-pane .tab-caption {
  padding: 15px 50px 60px 50px;
  position: relative;
  font-size: 110%;
  color: #fff;
  text-align: center;
}
#story-widget .tab-pane .tab-caption a {
  text-decoration: underline;
} */
.sprite.focus-logo {
  width: 224px;
  height: 50px;
  padding: 0px !important;
  background-position: 0px -110px;
  max-width: 100%;
  overflow: hidden;
}
.sprite.edes-logo {
  width: 240px;
  height: 40px;
  padding: 0px !important;
  background-position: 0px -175px;
  max-width: 100%;
  overflow: hidden;
}
.sprite.connect {
  width: 120px;
  height: 165px;
  padding: 0px !important;
  background-position: -250px -110px;
  max-width: 100%;
  overflow: hidden;
}
.focus-pane,
.edes-pane,
.connect-pane {
  margin-top: 25px !important;
  padding-top: 25px !important;
}
@media screen and (min-width: 992px) {
  body.front .views-bootstrap-list-group-plugin-style .img-thumbnail {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  body.front .views-bootstrap-list-group-plugin-style .img-thumbnail {
    width: inherit;
  }
}
.blog-leader {
  display: block;
  border: 1px solid #556c37;
  background-color: #fff;
}
.blog-leader:hover,
.blog-leader:focus {
  text-decoration: none;
}
.blog-leader p {
  margin: 0;
}
.blog-leader .blog-title {
  font-size: 1.7em;
  color: #002056;
}
.blog-leader .blog-title .icon {
  display: inline-block;
  font-size: 1.4em;
  text-align: center;
  color: #556c37;
  float: right;
  margin-right: 12px;
}
@media screen and (min-width: 992px) {
  .blog-leader .blog-title .icon {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .blog-leader .blog-title .icon {
    display: inline-block;
  }
}
.blog-leader .blog-subtitle {
  color: #fff;
  background-color: #556c37;
}
.view-blog-lists.view-display-id-panel_pane_3 .blog-leader {
  border: 1px solid #bfcebb;
  border-bottom: 0;
  border-radius: 4px 4px 0px 0px;
}
.view-blog-lists.view-display-id-panel_pane_3 .view-content .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.view-story-lists .views-row-last {
  margin-bottom: 20px;
}
#blm {
  background-color: #000;
  padding: 30px;
  border-top: 1px solid #fff;
}
#blm a,
#blm a:hover,
#blm a:visited {
  text-decoration: none;
  color: inherit;
  color: #fff;
  text-align: center;
}
#blm h4 {
  font-weight: normal;
}
#blm p.truth {
  font-family: "Bebas Neue", sans-serif;
  font-size: 7em;
  font-weight: 900;
  padding: 100px 40px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #blm p.truth {
    font-size: 10em;
  }
}
/*# sourceMappingURL=front.css.map */
