a {
  color: #0088cc;
  text-decoration: none !important;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

.full-nav {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: #005580;
  background-image: none;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  color: #FFFFFF;
  background-color: #0088cc;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #FFFFFF;
  background-color: #0088cc;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .nav > li > a {
  font-size: 16px;
}

.navbar .btn-navbar {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

#homeCTA {
  border-bottom: 2px solid #2C2C2C;
  background-color: #2c2c2c !important;
}

@media (max-width: 979px) {

  #formCTA {
      margin: 20px 20px 20px 0 !important;
      min-width: 240px !important;
    }

    #formCTA .input-xlarge {
      width: 230px;
    }

}

@media (max-width: 767px) {
    #formCTA {
      margin: 20px 20px 20px 20px !important;
    }

     #formCTA .input-xlarge {
      width: 100% !important;
    }

 }


#formCTA h2 {
  text-align: left;
  margin: 0 0 10px 0;
}

#formCTA {
  margin: 50px 20px 0 20px;
  color: #666;
   min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f4f3f3;
  border: 1px solid #AAAAAA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  min-width: 290px;
}

#formCTA .btn {
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 0;
  letter-spacing: 1px;
}

#homeSlogan {
  min-height: 60px;
  margin-bottom:30px;
  padding-top: 25px;
  border-bottom: 1px solid white;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  background:url(images/bg-dots.png) repeat;
}

#homeSlogan h3 {
  text-align: center;
  text-shadow: 1px 1px 1px #FFFFFF;
}

#footer {
  border-top: 1px #333333 solid;
  background-color: #393939;
  color: #959595;
}

#footer-widgets {
  border-top: 2px #333333 solid;
  background-color: #4d4d4d;
  padding: 10px 0;
}

#footer .social-icons a:hover{
  color: #005580;

}