.ja-masthead .ja-masthead-detail {
  max-width: 100% !important;
  padding: 220px 0 !important;
}
@media (max-width: 767px) {
  .ja-masthead .ja-masthead-detail {
    padding: 100px 0 !important;
  }
}
.ja-masthead .ja-masthead-detail .ja-masthead-title {
  display: none !important;
}

#spotlight-1 .featuredItem {
  background: #ffffff;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
#spotlight-1 .featuredItem .image {
  border: 1px solid #ffffff;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
}
#spotlight-1 .featuredItem .header {
  bottom: 0;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
}
#spotlight-1 .featuredItem .header .itemCustomLinkTitle {
  font-size: 32px;
}
@media (max-width: 1199px) {
  #spotlight-1 .featuredItem .header .itemCustomLinkTitle {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #spotlight-1 .featuredItem .header .itemCustomLinkTitle {
    font-size: 20px;
  }
}
#spotlight-1 .featuredItem .header .itemCustomLinkTitle a {
  color: #000000;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
#spotlight-1 .featuredItem:hover {
  background: #001d73;
}
#spotlight-1 .featuredItem:hover .header .itemCustomLinkTitle a {
  color: #ffffff;
}

.mmlmap .infoboxdata {
  height: auto !important;
  padding: 0 30px;
}
.mmlmap .infoboxdata table {
  width: 100% !important;
}
.mmlmap .infoboxdata .adp-step,
.mmlmap .infoboxdata .adp-text {
  padding: 10px;
}
.mmlmap .adp-legal {
  display: none !important;
}
.map_canvas h3 a,
.map_canvas .location-title a {
  font-size: 22px;
  pointer-events: none;
  text-align: center;
}
.map_canvas .myaddress {
  text-align: center;
}
.map_canvas input.input-small {
  border-radius: 0;
  height: 30px !important;
  max-width: 100% !important;
  padding: 8px !important;
  width: 100% !important;
}
.map_canvas .contact-btn {
  background-image: none !important;
  border: 1px solid #E7E7E7 !important;
  box-shadow: none !important;
  color: #001d73 !important;
  display: block;
  float: left;
  font-size: 13px !important;
  margin: 0 auto 10px !important;
  padding: 6px !important;
  text-align: center;
  width: 100% !important;
}
.map_canvas .routeicon,
.map_canvas .detailsicon {
  display: none !important;
}
.map_canvas input.resultmymap {
  background-image: none !important;
  box-shadow: none !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
  padding: 8px !important;
  width: 100% !important;
}
.map_canvas input.resultmymap.route_mml {
  border: 1px solid #E7E7E7 !important;
  display: none !important;
}
.map_canvas input.resultmymap.route_mml:hover {
  background: #001d73 !important;
  color: #ffffff !important;
}
.map_canvas input.resultmymap.direction_mml {
  background: #001d73 !important;
  border: 1px solid #001d73 !important;
  color: #ffffff !important;
  height: 30px !important;
  margin-top: 1px;
  max-width: 100% !important;
  line-height: normal !important;
  width: 100% !important;
}
.map_canvas input.resultmymap.direction_mml:hover {
  background: #001040 !important;
}