.logo a {
  position: relative;
  display: block;
  height: 74px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; 
  border-bottom: 0;
}

nav .navbar {
  background-color: #0d294e;
}

.navbar {
  border: 0px solid transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #0d294e;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #0d294e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: #0d294e;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  background: #0d294e;
}

.dropdown-menu {
  background-color: #0d294e;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.dropdown-menu > li > a {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
}

.spotlight .spotlight-heading, .small-spotlight .spotlight-heading {
  background-color: #0d294e;
  background-color: rgba(13, 41, 78, 0.6);
}

.spotlight,
.small-spotlight {
  position: relative;
  height: 250px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #cbc7bb;
  background-size: cover;
}

.spotlight::before,
.small-spotlight::before {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight::before,
  .small-spotlight::before {
    top: 0;
    left: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0d294e), color-stop(40%, rgba(13, 42, 78, 0.8)), color-stop(100%, rgba(13, 42, 78, 0)));
    background: -webkit-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -o-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -ms-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
      }
}

.spotlight::after,
.small-spotlight::after {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight::after,
  .small-spotlight::after {
    top: 0;
    right: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #0d294e), color-stop(40%, rgba(13, 42, 78, 0.8)), color-stop(100%, rgba(13, 42, 78, 0)));
    background: -webkit-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -o-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -ms-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
  }
}

.feature {
  background: rgba(80, 0, 0, 1.0);
}

.feature-caption-header {
  margin-top: 5px;
  margin-left: 15px;
  font-size: 30px;
  color: #fff;
}

.feature-caption-text {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}

.lead {
  margin-bottom: 20px;
  font-size: 15.2px;
  font-weight: 200;
  line-height: 1.4;
}

.news-image-caption {
    font-weight: bold;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  line-height: 1.5;
}

.bottom-buffer {
 padding-bottom: 1rem;   
}

.news-list-title {
    font-size: 1.7rem;
    color: #500000;
}

.card {
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
