.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
  background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}
.header {
	background: url(../img/icanjHeader.png);
	background-repeat: no-repeat;
	height: 43px;
}
.mobile-header {
	background: url(../img/icanjHeaderIPhone.png);
	background-repeat: no-repeat;
}

.menu {
	/* padding-right: 40px; */
}

.large-text {
	font-size: 16px;
}

/**** Bootstrap override for Missions page -- Begins ****/
.missions-modal{
	position: absolute;
}
.mission-table {
    width: 100%;
    font-size: 13px;
}
.missions-modal th,
.missions-modal td {
  padding: 4px;
  line-height: 30px;
  vertical-align: top;
}
.missions-modal td input[class*="span"]{
  	color: black;
    margin-bottom: 5px;
    padding: 0 6px;
}
.missions-modal select{
  	color: black;
}
.bordered-content-allside{
    border: 1px solid #ddd;
    padding: 0 10px;
}
.bordered-content{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
.borderednav-tabs {
	margin-bottom: 0;
}
.center-content{
  margin: 0 auto !important;
  float: none !important;
}
.text-middle-align{
  vertical-align: middle !important;
}
.missions-error{
  text-align: center; 
  width: 90%; 
  margin: 0 auto 10px;
  display: none;
}
.missions-select-filter {
    font-size: 13px;
    height: 28px;
    margin-bottom: 0;
    width: 170px;
}
/* Bootstrap override for Missions page -- Ends */