.footer {
  margin-top: 20px;
  text-align: center;
}
a {
  color: #2335a1;
}
.clear {
  clear: both;
}
.navbar {
  z-index: 900;
}

.rotator {
  width: 100%;
  height: 300px;
  background-size: cover;
}
.rotator-1 {
  background-image: url("../images/rotator-1.jpg");
}
.rotator-2 {
  background-image: url("../images/rotator-2.jpg");
}
.rotator-3 {
  background-image: url("../images/rotator-3.jpg");
}

.navbar ul {
  background-color: #bec0c2;
  float: right;
  position: relative;
  margin: 0 -12px;
}
.navbar ul li {
  background-color: none;
  white-space: nowrap;
}
.navbar ul:before {
  content: "";
  position: absolute;
  top: 10;
  left: -40px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: transparent #bec0c2 transparent #bec0c2;
}
.navbar-default .navbar-nav > li > a {
  color: #4d4d4d;
}

.navbar-default {
  border: none;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #bd0711;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #bec0c2;
  color: #bd0711;
}
.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.nav > li > a {
  padding: 10px 10px;
}
.up {
  position: relative;
  bottom: 150px;
  margin-bottom: -150px;
}
.up1 {
  position: relative;
  bottom: 150px;
  margin-bottom: -60px;
}
.carousel-caption h1 {
  color: #bd0711;
  opacity: 1;
  font-size: 20px;
}
.carousel-caption hr {
  border-top: 2px solid #000;
}
.carousel-caption {
  background-color: #fff;
  opacity: 0.8;
  width: 400px;
  height: 225px;
  padding: 0 10px;
  top: 10px;
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 60%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
  text-shadow: none;
}
h1 {
  color: #000;
  font-size: 34px;
}
#footerblue {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}
#footerblue a {
  color: #fff;
}
.gray {
  padding: 20px 0;
  text-align: center;
}
.darkgray {
  background-color: #8a8f94;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.darkgray .glyphicon {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 46px;
  width: 110px;
  height: 110px;
  line-height: 105px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
}
.btn-danger {
  color: #fff;
  background-color: #bd0711;
  border-color: #bd0711;
  border-radius: 40px;
}
.glyphicon {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  width: 75px;
  height: 75px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
}
.why .glyphicon {
  color: #2335a1;
  border: 3px solid #2335a1;
  border-radius: 50%;
  display: inline-block;
  font-size: 46px;
  width: 110px;
  height: 110px;
  line-height: 105px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
}
.circle {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  width: 75px;
  height: 75px;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
}

.no-underline:hover {
  text-decoration: none;
}
.notreq {

    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
   
}
#main-content{
    min-height:500px;
}
.cgi-rt {
    position: relative;
    pointer-events: none;
    height: 406px;
    max-height: 406px;
    max-width: 720px;
}

#home #content .col-md-3 {
  width: 33% !important;
}
@images only screen and (max-width: 510px) {
    .cgi-rt {
        max-height: 255px;
        height: 255px;
    }
}