
body{
	font-size:inherit !important;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height:1.5;
	padding:0;
}

h1{
	font-size:1.75em;
}

h3{
	font-weight:normal !important;
	text-transform:none;
}

#filter-column h2{
	margin-bottom:0;
}

#filter-column hr{
	margin-top:5px;
}

#filter-column h3{
	font-size:14px;
	line-height:20px;
	font-weight:bold !important;
	text-transform:uppercase;
}

#filter-column  ul{
	margin-bottom:15px;
}

#filter-column li{
	margin-bottom:0 !important;
	line-height:20px;
	width:100%;
}
#filter-column label{
	margin-bottom:0;
}

h3 a:hover{
	text-decoration:underline !important;
}

#search-results-wrapper{
	margin-top:25px;
	font-size:.9em;
}

#search-results-wrapper p{
	margin-bottom:0;
}

#search-form-wrapper{
	width:100%;
	text-align:center;
}

#content-wrapper{
	padding:0 10px;
}



.container{
	width: 100%;
	max-width:1140px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after{
	display:none;
}

.media-body{
	max-width:100%;
}

.results-url{
	padding-left:3px;
	color:#008000;
	margin-top:0 !important;
}

.mb-content{
	margin-top:5px !important;
}

.file-type{
	text-transform:uppercase;
	color:black;
}

.media-heading{
	margin-top:0 !important;
	line-height:1.2em;
}

.media-heading a{
	color:#0000cc;
}


.custom-meta{
	margin-left:15px;
	line-height:1.3;
}


#results-search {
	display: inline-block;
    position: relative;
    border: none;
    width: 500px;
    max-width: 50%;
}

#results-search input[type="search"] {
	border-radius: 4px;
    padding: 5px 8% 5px 2%;
    background: #ffffff;
    line-height: initial;
    height: auto;
    font-size: 10pt;
    width: 90%;
    border: 1px solid #356689;
}

#results-search input[type="image"] {
	cursor: pointer;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 20px;
}

.pagination{
	text-align:center;
}

#main-nav .collapse{
	height:auto;
	overflow:visible;
}

#main-nav ul{
	margin:0;
}

#main-nav li{
	line-height:1.5 !important;
}

#banner #main-search-input{
	height:35px !important;
	border:1px solid #356689;
	margin:0;
}

#banner form{
	margin:0;
}

#banner .container, #wigov-bar .container{
	/*padding-left:0;*/

}

.row{
	margin-left:-15px !important;
}

button, input, select, textarea{
	font-family:inherit;
}

.media .pull-left{
	margin:0;
}

.pagination ul{
	left:0;
	right:0;
	margin:auto;
}

@media only screen and (max-width: 925px) {
  #filter-column{
    display:none;
  }
  
  #search-results-wrapper .results{
	  width:100%;
  }
}

@media only screen and (max-width:600px){
	#results-search{
		width:100%;
		max-width:100%;
	}
}

@media (max-width: 767px) {

	.navbar {
		margin-left: 0;
		margin-right: 0;
	}

	#banner #main-search-input{
		background:#013f73;
		border:1px solid #ffffff;
		color:#f1f1f1;
	}
}

@media (max-width: 576px) {
	.results-url{
		display:none;
	}
}

@media (min-width: 1240px){
	body {
		background: #f5f5f5;
	}
}
