/* ONLY CONTAINS THE HIDING OF DEFAULT ELEMENTS */

/* div#header-search.searchNode, div#header-status, div.container.navcontainer.esriFloatLeading */
div#bottom.footer{
	display: none;
}

/* CUSTOM (OVERWRITED) LAYOUT - NOT LOGGED IN */

div#filtersSection.filters{
	height: 290px ;
}

div#relatedSearchesSection{
	height: 190px ;
	margin-top: 0 !important ;
}

div#left_column{
	background-color: white ;
	left: 30px;
    position: absolute;
	top: 101px ;
	height: 401px ;
}

div.esriFloatLeading.mainResults{
	background-color: white;
    height: 356px;
    left: 220px;
    margin: 0;
    position: absolute;
    top: 112px;
    width: 520px !important;
}

div.esriFloatTrailing.more{
	background-color: white;
    width: 180px !important;
    position: absolute;
    right: 30px;
	height: 391px ;
	top: 112px ;
}

span.note.esriItemLinks, div.note.esriItemLinks{
	margin: 10px 10px !important ;
}

div#esri_arcgisonline_sharing_dijit_SearchResultsPaging_0{
	background-color: white;
    bottom: 25px;
    left: 220px;
    position: absolute;
    width: 520px !important;
}

div#search_title.clearfix.container_16{
	background-color: white !important;
    left: -360px;
    top: 68px;
    width: 160px !important;
	
}

.esri #page-border #search_title  h1#searchResultsPageTitle{
	font-family: LeagueGothic-Regular !important;
    font-size: 23px;
}

span#resultsLabel{
	border: 0 none;
    color: #3c3c3c;
    font-family: LeagueGothic-Regular;
    font-size: 23px;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
}

div#filtersSection span#showSpan, span#relatedSearchSpan, span#moreInfoSpan{
	 border: 0 none;
    color: #3c3c3c;
    font-family: "LeagueGothic-Regular";
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
	padding: 10px ;
}

 div#esri_arcgisonline_sharing_dijit_SearchFilters_0 a.item, span#contentSearchLabel, 
 div#relatedSearchesSection span.esriItemLinks a,
 div.content span.note.esriItemLinks a{
	color: #3c3c3c;
    font-family: 'OpenSans-Regular';
    font-size: 11px;
 }
 
 [type="checkbox"]:not(:checked), [type="checkbox"]:checked{
	left: 0 ;
 }
 
 div#contentSearchSection, div#relatedSearchPane{
	padding-left: 5px ;
	padding-right: 5px ;
 }
 
 a#createMapLink{
	/* color: #54bbaf ; */
 }
 
 div#esri_arcgisonline_sharing_dijit_SearchFilters_0{
	position: relative;
    top: -25px;
 }
 
 span#relatedSearchSpan{
	position: relative ;
	top: -7px ;
 }
 
 div#relatedSearchPane{
	position: relative ;
	top: -10px ;
 }