a, a:active, a:hover, a:visited { text-decoration: underline }

#no-risk > a {color: #900;}
div.tagline {
    float: left;
    margin: 18px 8px 0 4px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #000;
}
ul.header-links > li {font-weight: bold;}
ul.header-links > li > a {
	padding: 0 0;
}
div.navbar-header a.navbar-brand {
	padding-top:0;
}
div.navbar-header div.navbar-text {
	margin-top: 0;
}
nav.header-nav {
	margin-bottom: 0;
}
nav.navbar-secondary ul li {
	font-weight: bold;
	font-size: 1.2em;
}
nav.navbar-secondary ul li a{
	text-decoration: none;
}
.navbar-brand {
	padding-left: 0;
}
.navbar-toggle {
	margin-right: 0;
}
ul.nav-pills li {
	min-width: 110px;
	text-align: center;
	margin-right: 2px;
	margin-top: 2px;
}
.nav-pills>li+li {
    margin-left: 0;
}
ul.dropdown-menu li {
	min-width:inherit;
	text-align: left;
}

.navbar-form {padding: 0;}

/*for fixed footer */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
.main-container {
	min-height:100%;
	position:relative;
}
#content {
	padding: 15px;
	padding-bottom: 100px!important;
	 /* bottom padding = height of footer */
	clear: both;
}
/*footer*/
footer
{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	background: #EFEFEF;
	color: #555;
	height: 100px;
	overflow: hidden;
    clear: both;
}
footer div{
	padding: 20px 0 20px 0;
	margin: 0 auto;
	width: 100%;
    float: none;
    position: static;
    margin-right: 0;
    text-align: center;
	
}



/* search */
div.search-title {
	font-size: 1.5em;
	font-weight: bold;
}
#search-button{
	font-weight: bold;
}
#sort-by{
	text-decoration: underline;
	font-size: 1.25em;
}
/*end search */
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 13px;
    /*color: #B1B1B1;*/
    /*border: 1px solid #D1D1D1;*/
	border: 1px solid #000;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { padding: 5px }
input:focus, textarea:focus { }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.navbar-brand {
		padding-left: 15px;
	}
	ul.header-links > li > a {
	padding: 10px 10px;
}

	footer
	{
		line-height: 1.8;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.main-container, footer {max-width: 1600px;} 
	ul.nav-pills li {	min-width: 130px; }
}

@media (max-width: 768px) {  }
@media (min-width: 769px) and (max-width: 992px) {  }
@media (min-width: 993px) and (max-width: 1200) {  }
