#cover {
  height: 300px;
  position: relative;
}

#islands.container {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px;
}

#islands h1 {
  display: none;
}

#islands p {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  display: inline;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  vertical-align: middle;
}

#islands select {
  font-size: 2em;
  border: 0;
  color: #333;
  cursor: pointer;
}

/*
#islands span{
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}*/

#filter.container {
  height: 50px;
  clear: both;
  padding: 0px;
}

#filter .borderline {
  /* box-shadow: 0px 0px 3px rgba(0,0,0,0.15); */
  height: 50px;
  line-height: 50px;
  text-align: center;
  /*min-width: 910px;
  width: 910px;*/
  margin: 0 auto;
  padding: 0 1em;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #e1e1e1;
}

#filter .borderline::-webkit-scrollbar {
  height: 2px;
}

#filter .borderline::-webkit-scrollbar-track {
  border-radius: 0px;
}

#filter .borderline::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #00cc99;
}

#filter .wrap {
  height: 50px;
  line-height: 50px;
  text-align: center;
  /*min-width: 910px;
  width: 100%;*/
  margin: 0 auto;
  padding: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAUSURBVHjaYvj///8nAAAAAP//AwAJ7gPwCPPlcgAAAABJRU5ErkJggg==")\9;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
}

#filter .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

#filter a {
  *font-size: 1.25em;
  border-bottom: 1px solid transparent;

  -webkit-transition: 0.2s 0.2s;
  -moz-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  -ms-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

#filter p {
  font-style: italic;
  margin-right: 2em;
  color: #888;
  display: inline;
}

#filter a:hover {
  text-decoration: none;
}

#filter .selected {
  color: #333;
  border-bottom: 1px solid #333;
}

#filter .selected:hover {
  border-bottom: 1px solid #333;
}

#classification {
  display: inline;
}

#classification a {
  text-align: center;
  margin: 0px 1em;
}

select#classification {
  border: 0;
  height: 100%;
}

#back-to-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #ffffff;
}

#banner-970 img {
  width: 100%;
  height: auto;
}

#content #merchants {
  padding: 60px 0px 30px;
  padding-top: 0;
}

#merchants ul,
#merchants li {
  padding: 0;
  margin: 0;
}

#merchants ul {
  text-align: center;
  font-size: 0px;
  padding-bottom: 30px;
}

#merchants li {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  margin: 0px 5px 10px;
  zoom: 1;
  *display: inline;
}


.ui-selectmenu-button {
  padding: 0;
  margin-left: 0.5em;
}

.ui-selectmenu .ui-selectmenu-item-header {
  line-height: 1.25;
}

.ui-selectmenu-item-content {
  font-size: .75em;
  color: #888;
}

.ui-selectmenu-icon {
  right: 6px;
  left: auto;
  top: 50%;
  margin: 0;
  position: absolute;
  margin-top: -8px !important;
}

.ui-menu .ui-menu-item-wrapper,
.ui-selectmenu-status {
  padding: 0.25em 2em 0.25em 1em;
}

.ui-selectmenu-status .ui-selectmenu-item-header,
.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-size: 2rem;
  display: block;
}

.ui-selectmenu-item-content {
  display: block;
}

.ui-selectmenu-status .ui-selectmenu-item-content {
  display: none;
}

.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: inherit;
}

@media screen and (min-width: 40em) {
  #islands p {
    font-size: 2.625rem;
  }

  #islands select,
  .ui-selectmenu-status .ui-selectmenu-item-header,
  .ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-size: 2.625rem;
  }

  .ui-selectmenu-item-header {
    line-height: normal;
  }

  #filter .borderline {
    padding: 0 1em;
    max-width: 970px;
  }

  #content #merchants {
    padding: 60px 15px 30px;
    padding-top: 0 !important;
  }

  #merchants li {
    margin: 30px 15px 0px;
  }
}

@media screen and (max-width: 40em) {
  .ui-selectmenu-menu.ui-selectmenu-open {
    left: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }

  .ui-selectmenu-menu .ui-widget-content {
    width: 100% !important;
  }

  #merchants ul {
    padding: 5px;
  }

  #merchants li {
    width: 33.33%;
    margin: 10px 0;
    position: relative;
  }

  #merchants li:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    margin-top: 146.341463415%;
  }

  .merchant-card {
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 100%;
  }

}

@media screen and (max-width: 30em) {
  #merchants li {
    max-width: 205px;
    width: 50%;
    margin: 10px 0;
    position: relative;
  }
}



.merchants__section {
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 40em) {
  .merchants__section ul {
    padding-bottom: 30px !important;
  }
}

.merchants__section:after {
  display: block;
  content: "";
  text-align: center;
  margin: 0 auto;
  padding: 0 1em;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 1em;
  max-width: 970px;
}

.merchants__section h2 {
  padding: 0 15px;
  text-align: center;
}