body{
	font-size: 16px;
	padding-bottom: 0px;

}
hr{
	margin: 12px 0;
}
.navbar {
	background-color: rgb(5, 77, 136);
	/*border-color: rgb(5, 77, 136);*/
	border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

/*active*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(5, 77, 136);
    background-color: #FFF;
}

/*hover*/
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color:#999;
   }


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: rgb(5, 77, 136);
    background-color: #FFF;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 28px;
}



.btn{
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}


.btn-large {
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 48px;
    line-height: 46px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}


.btn-small{
	text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);

}





.glyphicon {
	margin: 0 15px 0 5px;
}
.icon-title{
	font-size: 32px;
}
.blue {
    color: rgb(5, 77, 136);
}

.icon-block{
	margin: 10px;
}

.icon-block h3{
	margin:5px 0;
	min-height:50px;
}
.icon-block ul{
	text-align: left;
	min-height: 112px;
	padding-left: 10px;
}
.icon-btn{
	font-size: 14px;
	font-weight: bold;
}
.icon-block p{
	margin:24px 0;
}


.updates hr{
	margin:5px 0;
}



footer{
	box-shadow:0px -1px 2px #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fixed-bottom {
    bottom: 0;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.citation{
	margin: 0px 0px 0px 0px;
}


.jumbotron {
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background: url("../img/banner.png") center no-repeat;
  	background-size: cover;
  	color: white;

}

#search{
	z-index : 99999;
	margin-top: -5%;
    margin-left: 20%;
    position: absolute;
}

.first_row{
	margin-top: 10px;
}

.second_row{
	margin:30px 0;
}

.third_row {
	margin: 0px;
}

.third_row > .col-md-4{
	padding: 0px;
}

/*BEGIN: search in the home page */
.md-input {
    position: relative;
    margin:15px 20px;
}


.md-input .md-form-control {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 2px solid #CACACA;
    box-shadow: none;
    width: 100%;
    color: rgb(5, 77, 136);
}

.md-input label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.md-input .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.md-input .md-form-control:focus ~ label,.md-input .md-form-control:valid ~ label {
top: -20px;
font-size: 16px;
color: #FFF;
}

.md-input .md-form-control:focus  .glyphicon,.md-input .md-form-control:valid .glyphicon {
color: #FFF;
}

/* END: search in the home page */



