.wl_search_cgov_state_box {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl_search_cgov_state_box_inner_content {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 20px;
  width: 80%;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.wl_search_cgov_state_box_inner_content .stateName {
  font-size: 24px;
}


#wl_search_cgov_clustermap_help {
  font-size: 11px;
  color: #666666;
  padding: 8px;
}

#geomap_tooltip {
  display: none;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  line-height: 15px;
}

#geomap_tooltip_title {
    font-size: 12px;
    font-weight: bold;
}

.wl_search_cgov_results_element_snippet {
  word-break: break-word;
}

.clustermapTextElement {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#page-title {
	float: left;
}

.main-content {
  width: 100%;
}

#wl_search_cgov_powered {
	padding-top: 2px;
	float: right;
	opacity: 0.6;
}

@media (max-width: 480px) {
	#wl_search_cgov_powered {
		font-size: 80%;
	}
}

#wl_search_cgov_mainSearchForm {
    
}

#wl_search_cgov_mainSearchForm input {
    width: auto;
    display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

/** Search site structure **/

#wl_search_cgov_flex_columns {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#wl_search_cgov_leftColumn {
  float: left;
    color: #aeb0b5;
    width: 250px;
    min-height: 1000px;
    margin-right: 20px;
}

#wl_search_cgov_sorting {
	line-height: 50px;
	padding-left: 9px;
	padding-right: 9px;
	float:right;
	margin-bottom: 25px;
}

#wl_search_cgov_pagerText {
	float:left;
	padding-left: 9px;
	margin-top: 5px;
  margin-bottom: 20px;
}

#wl_search_cgov_pagerText.crtPager {
	margin-top: 1px;
}

.wl_search_cgov_search_listingPage #wl_search_cgov_middleColumn {
  margin-left: 50px;  
}

#wl_search_cgov_middleColumn {
    float: left;
    flex: 1;
    color: #aeb0b5;
    margin-right: 20px;
}

#wl_search_cgov_rightColumn {
    float: right;
    width: 250px;
}

#wl_search_cgov_rightColumnList {
  width: 50px;
}

.wl_search_cgov_results_noresults {
    margin-top:15px;
}

#wl_search_cgov_results {
	clear:both;
}

#wl_search_cgov_left {
}

#wl_search_cgov_right {
	float: right;
}

#wl_search_cgov_location_outer {
    width: 100%;
    background-color: #fbfbfb;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    float: right;
}

#wl_search_cgov_location_outer a {
	text-decoration: none;	
} 

#wl_search_climateWidgetFlex {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#wl_search_climateWidgetOuter {
    flex: 1;
    width: 100%;
    margin-right: 20px;
    overflow: hidden;
}

#wl_search_climateWidgetOuter iframe {
  margin-bottom: 5px;
	height: 250px;
	width: 100%;
	overflow: hidden;
}

#wl_search_cgov_toggleNavigator {
    cursor: pointer;
    font-size: 80%;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

#wl_search_cgov_toggleNavigator.active:hover, #wl_search_cgov_toggleNavigator:hover {
  color: #2780a6;
}

#wl_search_cgov_toggleNavigator.active {
  color: #000;
}

#wl_search_cgov_toggleNavigator:hover svg {
  fill: #2780a6;
  stroke: #2780a6;
}

#wl_search_cgov_toggleNavigator.active svg {
  fill: #2780a6;
  stroke: #2780a6;
}

#wl_search_cgov_toggleNavigator svg {
  margin-right: 5px;
  margin-top: -2px;
}

.wl_search_climateWidget_text {
  font-size: 12px;
  color: #7a7a7a;
}

/** Left Search Column **/
#section_list {
  margin-top: 20px;  
}

.wl_search_cgov_radioLine span {
    margin-left: 5px;
    margin-top: -2px;
}

.wl_search_cgov_radioLine label::before {
    display:none!important;
}

.wl_search_cgov_radioLine label, .wl_search_cgov_radioLine a.linklabel {
    display: inline-block!important;
    vertical-align: middle;
    margin-top:0;
    margin-left: 12px;
    margin-bottom: 0!important;
    color: #2780a6!important;
    width: 100%;
    border-bottom: 0!important;
}

.wl_search_cgov_radioLine a.current {
  color: #000!important;
  font-weight: bold;
}

.wl_search_cgov_radioLine a.linklabel {
  padding-top: 7px;
  padding-bottom: 7px;
}

.wl_search_cgov_radioLine a.linklabel:hover {
  border-bottom: 0!important;
}

.wl_search_cgov_radioLine input[type="radio"]:checked+label{ 
    color: #59616b;
    margin-left: 10px;
} 

.wl_search_cgov_radioLine {
    overflow:  hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #cccdd1;
}

.wl_search_cgov_radioLine input[type="radio"]{
    position: relative;
    left:-50px;
    height: 30px;
}

.wl_search_cgov_radioLine input[type="radio"]:checked {
    left:0;
    border-width: 2px;
}

.wl_search_cgov_mainFilter {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.wl_search_cgov_mainFilter h3 {
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  margin: 0px;
  font-size: 1.7rem;
  cursor: pointer;
}

.wl_search_cgov_mainFilter input[type="checkbox"] { 
    opacity: 0.0; position: absolute; left: -9999px 
}

.wl_search_cgov_filterLabel.empty {
	color: #ccc;
	font-size: 80%
}

.wl_search_cgov_subFilters {
    display:none;
}

.wl_search_cgov_subFilter {
    padding: 5px 0 5px 0;
}

.wl_search_cgov_subFilter.level0 {
	border-bottom: 0;
}

.wl_search_cgov_subFilter.level0.withChildren {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

.wl_search_cgov_subFilter.level0 label {
	font-weight: normal;
}

.wl_search_cgov_subFilter.level0.withChildren label {
	font-weight: bold;
}

.wl_search_cgov_subFilter.level0:last-child {
	border: 0;
}

.wl_search_cgov_subFilter.level1 {
	margin-left: 20px;
	font-size: 90%;
}
.level1 .wl_search_cgov_filterLabel {
  width: 200px;
}

.wl_search_cgov_subFilter.level1 label {
	font-weight: normal!important;
}

.wl_search_cgov_subFilter.level2 {
	margin-left: 15px;
	font-size: 80%;
}

.wl_search_cgov_subFilter.level2 label {
	font-weight: normal;
}

.wl_search_cgov_mainFilter input {
    display: none;
}

.wl_search_cgov_filterLabel:before {
    display:none!important;
}

.wl_search_cgov_filterLabel {
	display: inline-block;
  position: relative;
  padding-left: 35px;
  width: 230px;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.empty .checkmark {
  top: 0;
}

.wl_search_cgov_filterLabel.empty:hover input ~ .checkmark  {
  background-color: #eee;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.level1 .checkmark, .level2 .checkmark {
  top:0;
}

.wl_search_cgov_filterLabel input:checked ~ .checkmark:after {
  display: block;
}

.wl_search_cgov_filterLabel input:checked ~ .filterName, .wl_search_cgov_filterLabel input:checked ~ .filterCounter  {
  color: #2196F3;
}

.wl_search_cgov_filterLabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wl_search_cgov_filterLabel:hover input ~ .checkmark {
  background-color: #ccc;
}

.wl_search_cgov_filterLabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

.wl_search_cgov_mainFilter input + label {
    cursor: pointer;
    display: inline;
} 

.wl_search_cgov_mainFilter input:checked + label {
    color: #046b99;
} 

.filterIndicator {
	display: none;
} 

.wl_search_cgov_mainFilter input:checked + label .filterIndicator {
	display: inline-block;
	color: #cc7078;
	font-size: 13px;
	margin-right: 5px;
} 

.wl_search_cgov_mainFilterMore, .wl_search_cgov_subFilterMore {
  float: right;
  cursor: pointer;
}

.wl_search_cgov_mainFilterMore {
	padding: 0px 0 0 15px;
}

.wl_search_cgov_subFilterMore {
	padding: 3px 5px 3px 5px;
}

.wl_search_cgov_mainFilterMore .arrow, .wl_search_cgov_subFilterMore .arrow {
  border: solid #046b99;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wl_search_cgov_subFilterMore  .arrow { 
	padding: 3px;
}

.wl_search_cgov_mainFilterMore.active .arrow, .wl_search_cgov_subFilterMore.active .arrow {
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#clearAllBlock {
  margin-top: 20px;
  padding: 15px 0 0 0;
  line-height: 20px;
}

.wl_search_cgov_mainFilterClearAllHeader {
	font-size: 14px;
  font-weight: bold;
  float: left;
}

.wl_search_cgov_mainFilterClearAll {
	font-size: 10px;
  color: #cc7078;
  font-weight: bold;
  cursor: pointer;
  float: right;
}

.wl_search_cgov_mainFilterMore.active, .wl_search_cgov_subFilterMore.active {
    color: #cc7078;
}

/** Middle Search Column **/

.wl_search_cgov_search_listingPage h1 {
  margin: 0;
  color: #000;
  padding-left: 9px;
}

#wl_search_climateWidget {
	margin-bottom: 5px;
	height: 250px;
	width: 100%;
	overflow: hidden;
}

#wl_search_climateWidget .graph {
	margin-left: -20px;
	cursor: default!important;
}

#wl_search_cgov_sorting select {
  margin-left: 5px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	width: auto;
	display: inline-block;
	height: 45px;
}

.wl_search_cgov_results_element_thumb {
    width: 175px;
    height: 115px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.wl_search_cgov_search_listingPage .wl_search_cgov_results_element_thumb {
  width: 200px;
  height: 130px;
  margin-right: 20px;
}

.wl_search_cgov_results_element_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wl_search_cgov_results_element_content {
    color: #666c75;
    flex: 1;
}

.wl_search_cgov_results_element_title {
    margin-bottom: 5px;
    margin-top:-2px;
}

.wl_search_cgov_results_element_features {
    margin-bottom: 15px;
    color: #aeb0b5;
}

.wl_search_cgov_results_element:nth-child(1) {
  border: 0;
  padding-top: 10px;
}

.wl_search_cgov_results_element {
  border-top: 1px solid #cccdd1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 9px;
	padding-right: 9px;
	display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.wl_search_cgov_results_element_title a, .wl_search_cgov_results_element_title a.ext {
  font-size: 2rem;
  font-weight: 700;
	color: #303030;
	text-decoration: none;
	font-family: Merriweather,Georgia,Cambria,"Times New Roman",Times,serif;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 0px!important;
}

.wl_search_cgov_results_element_title a:hover, .wl_search_cgov_results_element_title a.ext:hover {
  text-decoration: none; 
  border-bottom: 0px!important;
}

.wl_search_cgov_results_element_title svg {
  display: none;
}

.wl_search_cgov_results_element_url {
	color: #006621;
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: 14px;
}

.wl_search_cgov_results_element_favicon {
	height: 14px;
	margin-right: 7px;
	margin-left: 1px;
	vertical-align: middle;
}

.item-list ul.pager {
    text-align: center!important;
}

.item-list .pager li, .item-list .pager ul li {
    float: none!important;
}

.pager .pager-last {
    display: none!important;
}

.pager .pager-first {
    display: none!important;
}

.pager li.pager-ellipsis, .pager li.pager-current, .pager li a {
    padding: 0px 4px 0px 4px!important;
}

.pager li.pager-current {
    padding: 0px 6px 0px 6px!important;
    font-weight: bold;
}

.pager li.pager-next {
    position: relative!important;
    top: auto!important;
    right: auto!important;
}

/** Right Search Column **/

.wl_search_cgov_popularHeader {
  background-color: #aeb0b5;
  padding: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.wl_search_cgov_popularBox {
	padding: 0px;
	color: #aeb0b5;
	margin-bottom: 60px;
}

.wl_search_cgov_popularBox a {
    color: #858585;
    text-decoration: none;
}

.wl_search_cgov_popularBox a:hover {
    color: #044794!important;
    text-decoration: none;
}

.wl_search_cgov_popularBox a:visited {
    color: #858585;
    text-decoration: none;
}

.wl_search_cgov_popularBox .subHeader {
	margin-bottom: 20px;
}

.wl_search_cgov_popularBox .more {
	text-align: right;
	text-decoration: none;
}

.wl_search_cgov_popularBox h3 {
	font-size: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.wl_search_cgov_popularBox ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style:none;
	counter-reset: popularLi;
}

.wl_search_cgov_popularBox li {
	margin-bottom: 10px;
}

.wl_search_cgov_popularBox_item {
    clear:both;
    margin-bottom: 15px;
}

.wl_search_cgov_popularBox_itemcount {
    height: 30px;
    width: 30px;
    border: 1px solid #c9c9ca;
    border-radius: 30px;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wl_search_cgov_popularBox_itemlink {
    margin-left: 40px;   
}

#wl_search {
	clear: both;
}

#wl_search input {
	font-size: 120% !important;
}

#wl_search_cgov_searchboxtable {
	width: 100%;
	margin: 0px;
}

#wl_search_cgov_searchboxtable_cellButton {
	width: 50px;
}

#wl_search_cgov_searchboxtable td {
	border: 0 !important;
	background-color: #fff !important;
	padding: 0 !important;
}

#wl_search_cgov_searchboxtable {
	border: 0 !important;
	background-color: #fff !important;
}

#wl_search_cgov_searchboxtable tbody {
	border: 0 !important;
	background-color: #fff !important;
}

#wl_search_cgov_searchboxtable input {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
}

#wl_search_cgov_searchboxtable button {
	width: 100%;
	height: 35px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #235d6e;
	border: 1px solid #235d6e;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#wl_search_cgov_all_sep {
	margin-top: 15px;
	padding-left: 5px;
}

#wl_search_cgov_all {
	margin-top: 30px;
	max-width: 930px;
}

#wl_search_cgov_all h2 {
	margin-bottom: 15px !important;
}

#wl_search_cgov_all_left {
	padding-left: 5px;
	float: left;
	width: 70%;
}

#wl_search_cgov_all_right {
	padding-left: 5px;
	float: right;
	width: 25%;
}

@media (max-width: 760px) {
	#wl_search_cgov_all_left {
		float: none;
		clear: both;
		margin-bottom: 20px;
		width: 100%;
	}

	#wl_search_cgov_all_right {
		float: none;
		clear: both;
		width: 100%;
	}
}

.wl_search_cgov_all_element {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#wl_search_cgov_all h4 {
	margin: 0 !important;
	font-weight: normal !important;
}

@media (max-width: 540px) {
	.wl_search_cgov_all_element {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

.wl_search_cgov_all_element img {
	width: 50px;
	vertical-align: middle;
}

.wl_search_cgov_all_element a {
	color: #666;
	font-size: 0.8em;
}

.wl_search_cgov_all_element a:hover {
	color: #666;
}

.wl_search_cgov_all_element_small {
	margin-top: 2px;
}

.wl_search_cgov_all_element_small a {
	color: #666;
	font-size: 0.8em;
}

.wl_search_cgov_all_element_small a:hover {
	color: #666;
}

.wl_search_cgov_all_element_small i {
	margin-right: 9px;
	width: 12px;
	color: #235d6e;
}

#wl_search_cgov_dropdownbox {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 9px;
}

#wl_search_cgov_resultscount {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 9px;
}

.wl_search_cgov_resultscount_not {
	opacity: 0.6;
}

#wl_search_cgov_results_pager {
	margin-top: 30px;
}

.wl_search_cgov_dropdown_filter {
	color: #000;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.wl_search_cgov_dropdown_head {
	color: #666;
}

.wl_search_cgov_dropdown_head:hover {
	cursor: pointer;
}

.wl_search_cgov_dropdown {
	position: relative;
	display: inline-block;
}

.wl_search_cgov_dropdown_menu {
	display: none;
	position: absolute;
	min-width: 100px;
	z-index: 10;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-shadow: 0 2px 4px #d6d6d6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wl_search_cgov_dropdown_menu_element {
	position: relative;
	white-space: nowrap;
	padding: 6px 30px 6px 30px;
}

.wl_search_cgov_dropdown_menu_element i {
	position: absolute;
	font-size: 90%;
	top: 10px;
	left: 10px;
}

.wl_search_cgov_dropdown_menu a {
	color: #777;;
}

.wl_search_cgov_dropdown_menu a:hover {
	color: #000;
	text-decoration: none;
}

.wl_search_cgov_dropdown_menu_element:hover {
	background-color: #f8f8f8;
}

#wl_search_cgov_results_error {
	padding: 10px;
	line-height: 30px;
	background-color: #ffdede;
	border: 1px solid #e0c5c5;
	color: #614848;
}

#wl_search_cgov_widensearch {
	padding: 10px;
	line-height: 30px;
	background-color: #f0f1f2;
	border: 1px solid #cfcfcf;
	color: #545454;
	margin-bottom: 20px;
}

#wl_search_cgov_helpIcon {
	position: absolute;
	opacity: 0.4;
	top: 0px;
	right: 0px;
	padding-right: 12px;
	font-size: 19px;
	height: 35px;
	cursor: pointer;
}

#wl_search_cgov_helpIcon span {
	line-height: 35px;
}

#wl_search_cgov_helpIcon_tooltip {
	text-align: center;
	display: none;
	position: absolute;
	top: 45px;
	right: -25px;
	width: 210px;
	z-index: 700;
	padding: 5px;
	box-shadow: 0 2px 4px #d6d6d6;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wl_search_cgov_helpIcon_tooltipHeader {
	font-size: 13px;
}

.wl_search_cgov_helpIcon_tooltipBody {
	line-height: 17px;
}

.arrow_box {
	position: relative;
	background: #e8e8e8;
	border: 1px solid #f5f5f5;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	right: 37px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(232, 232, 232, 0);
	border-bottom-color: #e8e8e8;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 9px;
	margin-left: -9px;
}

/** Viz **/

.wl_search_cgov_loader {
		position: relative;
    text-align: center;
    height:100%;
}

.wl_search_cgov_loader img {
    width: 20px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hiddenViz {
	display:none;
}

#wl_search_tagcloud_outer {
    background-color: #f1f1f1;   
    margin-bottom: 15px;
    width: 250px; 
		height: 250px; 
}

#wl_search_cgov_tagcloudDescription h3 {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
    text-align: center;
}

#wl_search_tagcloud {
	background-color: #f1f1f1; 
	overflow: hidden;
	width: 100%; 
	height: 100%; 
}

#wl_search_cgov_tagcloudLoader {
	width: 100%; 
	height: 100%; 	
}

#wl_search_tagcloud text {
    fill: #9ab6c9!important;
}

#wl_search_tagcloud text:hover {
    fill: #044794!important;
}

#wl_search_tagcloud.clicked text {
  opacity: 0.5;
}

#wl_search_tagcloud g {
	cursor: pointer;
}

#wl_search_cgov_fipsBox {
	margin-bottom: 10px;
}

#wl_search_cgov_fipsCityCounty {
	
	font-size: 12px;
	color: #7a7a7a;
}

#wl_search_cgov_fipsDescription {
	font-size: 11px;
	color: #aaa;
}

#wl_search_climateWidget {
  
}

#wl_search_cgov_climateWidgetLoader {
  width: 100%; 
	height: 250px;
}

#wl_search_cgov_geomapDescription h3 {
	font-size: 15px;
	padding-top: 10px;
    text-align: center;
}

#wl_search_geomap_outer {
    margin-bottom: 15px;
    position: relative;
    width: 250px;
    height: 250px;
}

#wl_search_geomap {
	width: 100%; 
	height: 100%; 
	margin-bottom: 5px;
}

#wl_search_geomap_info {
	font-size: 10px;
	margin-top: -5px;
	text-align: center;
}

#wl_search_cgov_geomapLoader {
	width: 100%; 
	height: 100%; 
}

.geomap-contributors {
	font-size: 8px;
	opacity: 0.5;
}

.datamaps-bubbleGroup {
  cursor: pointer;
}

.datamaps-bubbleFg:hover {
  fill: #044794!important;
  stroke: #044794!important;
}

/**
.datamaps-legend dt,
.datamaps-legend dd {
	float: left; margin: 0 3px 0 0;
}

.datamaps-legend dd {
	width: 20px;
	margin-right: 6px;
	border-radius: 3px;
}

.datamaps-legend {
	padding-bottom: 20px;
	z-index: 1001;
	position: absolute;
	left: 4px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.datamaps-hoverover {
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hoverinfo {
	padding-left: 10px;
	border-radius: 1px;
	background-color: #FFF;
	box-shadow: 1px 1px 5px #CCC;
	font-size: 12px;
	border: 1px solid #CCC;
}

.hoverinfo hr {
	border:1px dotted #CCC;
}

#geomap-control {
	margin: 5px 0 0 5px;
	clear: both;
	float: left;
	position: absolute;
}

#geomap-control a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
**/
.arrow_box {
	position: relative;
	background-color: #f7f9fa;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.1) 0 0 2px 0;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #f7f9fa;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(191, 191, 191, 0);
	border-right-color: #bfbfbf;
	border-width: 11px;
	margin-top: -11px;
}

/** ***************************************************************************
 * Semantic Map / Cluster Map
 */
.clusterMapClusterInnerPath,
.clusterMapClusterInnerPathOverlay {
  cursor: pointer;
  stroke-linejoin: round;
  stroke-linecap: round;
  opacity: 1;
}
.clusterMapClusterInnerPath {
  fill: #ffffff;
  stroke: #ffffff;
}
.clusterMapClusterInnerPath.highlight {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.clusterMapClusterInnerPathOverlay {
  fill: #f2f2f2;
  stroke: #f2f2f2;
}
.clusterMapClusterInnerPathOverlay.highlight {
  fill: #ffffff;
  stroke: #ffffff;
}
.clusterMapCluster rect {
  pointer-events: none;
}
.clusterMapNodeBackgrounds circle {
  pointer-events: none;
  fill: #ffffff;
  fill-opacity: 1;
}
.clusterMapNodes circle {
  opacity: 1;
  cursor: pointer;
  fill-opacity: 0.35;
  stroke-width: 1;
}
.clusterMapNodes circle.highlighted {
  fill-opacity: 1;
  stroke-opacity: 1;
}
.cLabel {
  fill: #000000;
  text-anchor: middle;
  font-weight: 400;
  text-rendering: geometricPrecision;
  pointer-events: none;
}
.cLabelStroke {
  fill: #000000;
  text-anchor: middle;
  font-weight: 400;
  text-rendering: geometricPrecision;
  pointer-events: none;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-opacity: 0.9;
}

#wl_search_cgov_clustermap_tooltip {
    display:none;
    width: 300px;
    padding:10px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index:10;
    top:0;
    left:0;
}

#wl_search_cgov_clustermap_menu_title {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

#wl_search_cgov_clustermap_menu {
    margin-bottom: 10px;
    width: 250px;
    margin-left: 20px;
}

#wl_search_cgov_clustermap_menu_filter {
    float:right;
    width: 250px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#wl_search_cgov_clustermap_outer {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#wl_search_cgov_clustermap {
  flex: 1;
  overflow: hidden;
}

#wl_search_cgov_clustermap_text {
    width: 250px;
    line-height: 20px;
    font-size: 11.5px;
    padding: 7px;
    float:right;
}

.clustermapTextElement span.circle {
    border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.clustermapTextElement span.text {
   margin-left: 5px;
   display: inline-block;
   color: #666666;
}

#wl_search_cgov_clustermap_tooltip_title {
    font-size: 14px;
    font-weight: bold; 
}

#wl_search_cgov_clustermap_tooltip_assoc {
	margin-top: 10px;
}

#wl_search_cgov_clustermap_tooltip_assoc b {
    font-size: 12px;
    color: #bbb;
}

#wl_search_cgov_clustermap_tooltip_assoc .mainCategory {
    margin-top:5px;
    font-size: 12px;
}

#wl_search_cgov_clustermap_tooltip_assoc .category {
    font-style: italic;
    display: block;
    font-size: 12px;
    color: #aaa;
}

#wl_search_cgov_clustermap_tooltip_url {
    font-size: 12px;
    color: #6b6b6b;
}


/** MEDIA **/

@media (max-width: 1298px) {
  #wl_search_cgov_rightColumnList {
    display: none;
  }
  .wl_search_cgov_search_listingPage .wl_search_cgov_results_element_thumb {
    width: 175px;
    height: 115px;
    margin-right: 15px;
  }
  
  .wl_search_cgov_results_element_thumb {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wl_search_cgov_search_listingPage #wl_search_cgov_middleColumn {
    margin-left: 0;
  }
}

@media (max-width: 1022px) {
  #wl_search_cgov_location_outer {
    display: none;
  }
  .wl_search_cgov_search_listingPage #wl_search_cgov_middleColumn {
    margin-left: 20px;
  }
  .wl_search_cgov_search_listingPage .wl_search_cgov_results_element_thumb, .wl_search_cgov_results_element_thumb {
    width: 100%; 
    height: 200px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #wl_search_cgov_toggleNavigator {
    display: none;
  }
  #wl_search_cgov_filterArea {
    display: none;
  }
  #wl_search_cgov_leftColumn {
    float: none;
    width: 100%;
    min-height: 0;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 30px;
  }

  #wl_search_cgov_leftColumn #wl_search_cgov_searchboxtable input {
    max-width: none;  
  }
  #wl_search_cgov_rightColumn {
    display: none;
  }
  #wl_search_cgov_middleColumn {
    margin-right: 0;
  }
  #wl_search_cgov_clustermap_outer {
    display: none;  
  }
}

@media (max-width: 766px) {
  
}

@media (min-width: 319px) {
  
}