  .megamenu-menu-tabs-wrapper {
  text-align: center;
  min-height: 3rem;
}

ul.megamenu-menu-tabs {
  display: inline-block;
  margin: 0;
  max-width: 1024px;
}

ul.megamenu-menu-tabs li {
  float: left;
  display: block;
}

ul.megamenu-menu-tabs li a {
  line-height: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  float: left;
}

ul.megamenu-menu-tabs li a:hover {
  background-color: #ccc;
}

ul.megamenu-menu-tabs li a.active {
  background-color: #ccc;
}

.megamenu-menu-tabs-content-wrapper {
  width: 1024px;
  margin: 0 auto;
}

.megamenu-tabs-content {
  list-style: none;
  color: black;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.megamenu-tabs-content > li {
  background-color: white;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.megamenu-tabs-content > li.active {
  visibility: visible;
  opacity: 1;
}

/* search */
span.oo-ss-pull-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-top: -2.5rem;
  position: relative;
  z-index: 999999;
}
span.oo-ss-pull-right {

  margin-top: -1.5rem !important;

}

a.spotteroo {
  color: white !important;
  font-size: .5em;
  margin: 10px;
  padding: 1px;
  text-decoration:underline !important;
}
a.spotteroo.spotteroo2 {
  font-weight: normal;
  margin-left: 25px;
}

span.oo-ss-pull-left.line {
  color: white !important;
  font-size: .5em;
  font-weight: bold;
  margin-top:-1.9rem;
  margin-left: -.2rem;
}

#spotsearch_wrapper #result-content .external-link.opens-new-tab {
  padding: 10px !important;
  text-align: center;
  border: 1px solid #aeeae5;
  padding-left: 25px !important;
  padding-right: 25px !important;
  background-color: #003978;
  margin-left: 10px !important;
}
#spotsearch_wrapper a.title-extlink.opens-new-tab:hover {
  text-decoration: underline;
}
#spotsearch_wrapper hr {
  display: none;
}

.oo-fixed-bottom {
  top: 1em !important;
  bottom: unset !important;
  background-color: white !important;
  color: black !important;
}
input#spotsearch {
  background-color: white !important;
  color: black !important;
  background-blend-mode: difference;
}
.azbox {
background-color: #003976 !important;
width: 75%;
display: flex;
margin: auto;
border-left: 1px solid #9e9a9a;
border-right: 1px solid #9e9a9a;
border-bottom: 1px solid #9e9a9a;
border-top: 0px;
padding: 4px;
}

span.spotaz_title {
color: white;
font-family: roboto;
font-style: oblique;
font-weight: bolder;
font-size: 1.3em;
float:left;
margin-left: 5px;
}

#spotsearch_wrapper ul.ui-tabs-nav li {
display: inline-block;
background-color: transparent !important;
background: transparent !important;
border: none;
color: white;

}


#spotsearch_wrapper ul.ui-tabs-nav {
background: transparent;
border: none;
flex:9;
display: flex;
justify-content: space-between;
margin-top: 5px;
}

#spotsearch_wrapper ul.ui-tabs-nav li a {
color: white;

}
#spotsearch_wrapper ul.ui-tabs-nav li a:hover {
color:#efab00;
}
#result.nosearch {
border-top: 1px solid #9e9a9a !important;
}


#spotsearch_wrapper .pane-content .field-name-body ul li a{
background-color: transparent !important;
color: white !important;
font-size:1em;
}

#spotsearch_wrapper .pane-content .field-name-body ul li{
background-color: transparent !important;
color: white !important;
font-size:25px !important;
height: auto !important;
}
