.shopify-section.mobile-homepage-buttons, .shopify-section.homepage-submenu-wrapper {
  display: block;
}

.shopify-section.mobile-homepage-buttons {
  padding: 0;
}

.shopify-section.index-section--slideshow .logo-slideshow {
  background-color: #FFF !important;
}

.shopify-section.index-section--slideshow .slideshow__text-wrap.slideshow__text-wrap--mobile ul.slick-dots li a:before {
  color: transparent;
  border: 1px solid #c6c6c6;
}

.shopify-section.index-section--slideshow .slideshow__text-wrap.slideshow__text-wrap--mobile ul.slick-dots li.slick-active-mobile a:before {
  color: #01372c;
  border-color: #01372c;
}

.shopify-section.index-section--slideshow .logo-slideshow + .slideshow__text-wrap.slideshow__text-wrap--mobile button.slideshow__arrow {
  display: none;
}

#mobile_submenu {
  display: flex;
  justify-content: space-around;
  align-content: stretch;
  align-content: center;
  flex-direction: row;
}

#mobile_submenu a {
  padding: 13px 10px;
  font-family: apercu-medium-pro;
  text-align: center;
}

.landing_single_button {
  font-family: apercu-regular-pro;
  background-color: #01372c;
  color: #fff;
  text-transform: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#shopify-section-0363f441-3db4-48b2-ab75-20a443ca4c52 {
  display: block;
}

.shopify-section.homepage-logo-bar-wrapper {
  display: none;
}

#shopify-section-slideshow {
  padding-top: 0;
}

@media only screen and (min-width: 475px) {
  .shopify-section.mobile-homepage-buttons, .shopify-section.homepage-submenu-wrapper {
    display: none;
  }
  
  #shopify-section-0363f441-3db4-48b2-ab75-20a443ca4c52 {
    display: none;
  }

  .shopify-section.homepage-logo-bar-wrapper {
    display: block;
  }  
}