.navbar {
  background-color: #ffffff;
  min-height: 60px;
  max-width: 1440px;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 3px solid #002080;
  padding-bottom: 0px;
  width: 100%;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar .navbar-nav > li > a {
  color: #002080;
}

.navbar .navbar-nav > li > a:hover {
  color: #0e2ee0;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #002080;
}

.navbar-toggle {
  margin-top: 13px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
  }
}

body {
  color: #000000;
}

footer {
  background-color: #e6e6e6;
  text-align: center;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #0e2ee0;
}

a:hover {
  text-decoration: none;
  color: #000066;
}

.purpleline {
  max-width: 1440px;
  margin: auto;
  border-bottom: 3px solid #002080;
  padding-bottom: 0px;
  margin-bottom: 60px;

}

.carousel {

  max-width: 1440px;
  margin: auto;
  margin-bottom: 0;

}


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  min-height: 500px;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

.carousel-caption {
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.4);
}

.featurette-heading {

  color: #002080;
  margin-top: 5px;

}

.featurette-divider {
  border-width: 0;
  height: 2px;
  background-color: #e6e6e6;
}

.nocarousel {
  margin-top: 90px;
}

.masthead-container {
  width: 100%;
  height: 350px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}

.masthead-image {
  margin-top: -150px;
  display: block;
  min-height: 500px;
  height: auto;
  line-height: 1;
  width: 100%;
}

.masthead-notslide {
  margin-top: 30px;
  display: block;
  min-height: 350px;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
 float: right;
 text-align: right;
}