.hero {
  background: white !important;
  padding: 0 !important;
}
.hero #map {
  height: 100vh;
  max-height: 1000px;
  width: 100%;
}
.ndo_box {
  background: white;
  padding: 60px;
  margin: 20px 0 50px;
}
.ndo_box .ndo_filter {
  border: 1px solid black;
  margin: 0 auto;
  width: 80%;
  padding: 15px;
}
.ndo_box .ndo_filter .ndo_toggle {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  font-family: 'capsuularegular'!important;
    font-size: 32px!important;
    font-weight: normal!important;
    text-align: center!important;
    padding: 20px 0!important;
}
.ndo_box .ndo_filter .ndo_toggle:before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.ndo_box .ndo_filter .ndo_toggle._opn:before {
  content: "\2013";
}
.ndo_box .ndo_filter .ndo_lists {
  margin: 10px 0;
/*   display: none; */
}
.ndo_box .ndo_filter .ndo_lists:after {
  content: "";
  display: block;
  clear: both;
}
.ndo_box .ndo_check_all {
  display: block !important;
}
.ndo_box .ndo_filter .ndo_lists .ndo_item {
  float: left;
  width: 33.33%;
}
.ndo_box .ndo_filter .ndo_lists .ndo_item label {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.ndo_box .ndo_filter .ndo_lists .ndo_item label span {
  flex: 0 0 60px;
  height: auto;
  padding: 0 10px;
}
.ndo_box .ndo_filter .ndo_lists .ndo_item label input{
	margin-right: 5px;
}
.ndo_box ._current_location {
  background: #cfcfcf;
  padding: 30px;
  margin: 40px auto;
  width: 80%;
}
.ndo_box ._current_location ._use_button {
  text-align: center;
}
.ndo_box ._current_location ._use_button span {
  color: red;
  display: block;
  text-align: center;
  font-size: 14px;
}
.ndo_box ._current_location #_use_location {
  background: #3e9ad7;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 10px auto 0;
}
.ndo_box ._current_location ._input {
  display: flex;
  flex-wrap: wrap;
}
.ndo_box ._current_location ._input input {
  flex: 1;
  background: white;
  border: none;
  border-radius: 0;
  height: 40px;
}
.ndo_box ._current_location ._input button {
  flex: 0 0 40px;
  height: 40px;
  background: black;
  border: none;
}
.ndo_box ._current_location ._input button:before {
  content: "\f002";
  font-family: awb-icons;
  color: white;
}
#list-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
#list-result._loading {
  opacity: .4;
}
#list-result .result-item {
  flex: 0 0 45%;
  margin-bottom: 20px;
}
#list-result .result-item ._title {
  color: #141d43;
  font-size: 20px;
  font-weight: bold;
  display: block;
  position: relative;
  cursor: pointer;
}
#list-result .result-item ._title:before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#list-result .result-item ._title._opn:before {
  content: "\2013";
}
#list-result .result-item ._title._opn:before {
  display: none;
}
#list-result .result-item .result-detail {
  display: none;
}
#list-result .result-item ._detail {
  color: #141d43;
  line-height: 20px;
  font-size: 16px;
}
#list-result .result-item ._detail a {
  color: #3e9ad7;
}
#list-result .result-item ._site {
  margin-top: 10px;
}
#list-result .result-item ._site a {
  display: inline-block;
  padding: 5px 20px;
  background: #3e9ad7;
  color: white;
  text-transform: uppercase;
}
.ndo_footer {
  background: #cfcfcf;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ndo_footer > div {
  flex: 0 0 50%;
  padding: 0 30px;
}
.ndo_footer ._left {
  text-align: right;
  font-family: 'capsuularegular' !important;
  font-weight: normal!important;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  padding-top: 20px;
}
.ndo_footer ._left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  height: 5px;
  width: 200px;
  background: #3e9ad7;
}
.ndo_footer ._right {
  color: #141d43;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}


#list-result._locations_{
  width: 100%;
  position: relative;
  display: block !important;
}
#list-result._locations_ h3{
	padding-top: 25px;
	font-size: 25px;
}
#list-result._locations_ h3 img{
	height: 20px;
	width: auto;
	margin-right: 15px;
	position: relative;
	top:6px;
}
#list-result._locations_ ._col2 {
  float: left;
  width: 50%;
  padding: 0 20px;
}
#list-result._locations_:after{
	content: "";
	display: block;
	clear: both;
}
#list-result._locations_ .result-item .result-detail {
  display: block;
}


@media (max-width: 992px) {
  .ndo_box{
	  padding: 20px 0;
	  margin: 20px 0;
  }
  .ndo_box .ndo_filter,
  .ndo_box ._current_location,
  .ndo_box #list-result{
	  width: 90%;
  }
  .ndo_box #list-result{
	  margin:auto;
  }
  .ndo_box .ndo_filter .ndo_lists .ndo_item{
	  width: 50%;
  }
}

@media (max-width: 767px) {
  .ndo_footer > div {
    flex: 0 0 100%;
  }
  .ndo_footer ._left {
    text-align: left;
    margin-bottom: 20px;
  }
  .ndo_footer ._left:before {
    left: 30px;
    right: inherit;
  }
  
  .ndo_box{
	  padding: 20px 0;
	  margin: 20px 0;
  }
  .ndo_box .ndo_filter,
  .ndo_box ._current_location,
  .ndo_box .ndo_filter .ndo_lists .ndo_item,
  .ndo_box #list-result{
	  width: 90%;
  }
  
  .ndo_box #list-result._locations_{
	  margin:auto;
  }
  #list-result._locations_ ._col2 {
	  float: none;
	  width: 100%;
	}
}

.info_pop{
	max-width: 300px;
}
.info_pop h3{
	font-size: 18px;
    margin-bottom: 5px;
}
.info_pop .info_desc{
    font-size: 15px;
}
.info_pop .info_desc a{
     margin-top: 5px;
     display: inline-block;
}
.info_pop .info_link{
    margin-top: 5px;
}
.info_pop .info_link a{
    display: inline-block;
    padding: 5px 20px;
    background: #3e9ad7;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}
.line{
	height: 1px;
	background: black;
	opacity: .3;
	margin: 10px 0;
	display: block;
}