.footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 80px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F2F55;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
background: rgb(249,250,252); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(249,250,252,1) 95%, rgba(220,221,226,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,rgba(249,250,252,1)), color-stop(100%,rgba(220,221,226,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(249,250,252,1) 95%,rgba(220,221,226,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafc', endColorstr='#dcdde2',GradientType=0 ); /* IE6-9 */


}
.nav-justified > .active > a,{
	opacity:1;
-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;}
  
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #015d9e;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  color:rgba(255,255,255,1);
  background: rgb(1,93,158); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(1,93,158,1) 0%, rgba(31,47,85,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,93,158,1)), color-stop(100%,rgba(31,47,85,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015d9e', endColorstr='#1f2f55',GradientType=0 ); /* IE6-9 */
opacity:.99;

transition: opacity 0.4s ease-in;

}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
 /* border-bottom: 0;*/
  border-radius: 0 0 5px 5px;
}

.sendbtn
{
	 background-color: #015d9e;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  color:rgba(255,255,255,1);
  background: rgb(1,93,158); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(1,93,158,1) 0%, rgba(31,47,85,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,93,158,1)), color-stop(100%,rgba(31,47,85,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(1,93,158,1) 0%,rgba(31,47,85,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015d9e', endColorstr='#1f2f55',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
