.responsive-show {
  display: none;
}
body {
  font: 14px "helvetica";
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.btn-primary {
  background-color: #000000;
  border-color: #4c4c4c;
}
.btn-primary:hover {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  text-decoration: none;
}
.btn-primary:focus {
  background-color: #000000;
  border-color: #4c4c4c;
}
img {
  padding-bottom: 15px;
}
.header {
  position: sticky;
  top:0;
  max-width: 100%;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  z-index: 1;
  background-color: white;
}
.logo {
  position: relative;
  width: 100%;
}
#logo-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 10%;
  max-width: 25%;
  float: left !important;
}
#logo-text {
  position: absolute;
  left: 20%;
  margin-top: 7%;
  min-height: 25px;
  max-height: 65px;
  height: auto;
  max-width: 100%;
}
.site-navigation {
  font: 14.5px "Helvetica";
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1em;
  margin-left: 19px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
  float:right !important;
  vertical-align: middle;
}
.nav-item {
  display: inline-block;
  padding:15px;
  margin: 0;
}
.active-nav-item {
  color: black;
  font-weight: 700;
  font-size: 18px;
}
#topNav {
  padding-top: 2%;

}
#footer {
  bottom: 0;
  background-color: white;
  font-weight: bold;
  font-size:larger;
}

.footer-link-img > img {
  max-height: 25px !important;
  padding: 0px;
  margin: 5px;
}
.footer-link-img > i {
  margin: 5px;
}
.align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.align-center {
  margin: auto;
  padding-bottom: 15px;
  width: 50%;
}

.padding-10 > a{
  padding: 10px;
}
.padding-top-100 {
  padding-top: 100px;
}
.text-right {
  text-align: right;
}

.slider-block {
  position: relative;
  height: auto;
  max-height: 800px;
  padding-left: 17px;
  padding-right: 17px;
}
.slider-block-content {
  position: relative !important;
  padding-bottom: 50%;
}
.slider-gallery-container{
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}
.image-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.wrapped-slider {
  position: relative;
  height: 100%;
  will-change: transform;
  transition: left 0.7s;
  left: 0px;
}
.slider-slide {
  float: left;
  height: 100% !important;
  max-width: none !important;
  width: auto !important;
  cursor: pointer;
  position: relative;
}

.nav-link-container {  
  max-width: 100%;
  position: relative;
  text-align: center;
  color: black;
}
.nav-link-image {
  max-width: 100%;
  aspect-ratio: 16/9;
  opacity: 70%;
}
.nav-link-image:hover {
  max-width: 100%;
  aspect-ratio: 16/9;
  opacity: 100%;
}
.nav-link-image-portrait {
  min-height: 400px;
  /* aspect-ratio: 9/16; */
  max-height: 500px;
  opacity: 70%;
}
.top-centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
/* .bottom-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
} */
.container {
  padding-top: 12px;
}
.no-padding > div {
  padding: 0;
}
.no-bound-padding > div:first-child {
  padding-left: 0;
}
.no-bound-padding > div:last-child {
  padding-right: 0;
}

.landing-photo {
  max-height: 500px;
  width: auto;
  margin: auto;
}

.landing-photo-left {
  max-height: 500px;
  width: auto;
  right: 50%;
  position: absolute;
}
.landing-photo-right {
  max-height: 500px;
  width: auto;
  left: 50%;
  position: absolute;
}
.block-heading {
  /* font-size: 1em;
  line-height: 1.5; */
  color: #000000;
}
.no-wrap {
  flex-wrap:nowrap;
}
.affiliate-logos {
  max-height: 120px;
  height: 100% !important;
  max-width: none !important;
  width: auto !important;
  float:left;
  padding: 0;
  margin: auto;
}
.div-image {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.div-image-portrait {
  max-width: 100%;
  max-height: 500px;
}
.float-right {
  float: right;
}
.varieties-well {
  border-radius: 4%;
}
.varieties-well-card {
  border-radius: 4%;
  margin: 10px;
  padding: 10px;
}
.varieties-well > h2 {
  color: rgb(94, 94, 94);
}
.varieties-well > h4 {
  color: black;
}
.varieties-well-img {
  max-width: 100%;
}
.variety-award {
  padding-top: 10px;
}
.variety-well-white {
  background-color: antiquewhite ;
}
.variety-well-coral {
  background-color: coral ;
}
.variety-well-pink {
  background-color: pink ;
}
.variety-well-red {
  background-color: rgb(255, 75, 75) ;
}
/* 
.alternating-background-colors {

}
.alternating-background-colors > .white {
  background-color: white;
}

.alternating-background-colors > .alternate {
  background-color: #ffb5de;
}
*/

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map, #mapResponsive {
  width: 100%;
  height: 500px;
}
#map img[src="/images/Logo/logo-no-background.png"], #mapResponsive img[src="/images/Logo/logo-no-background.png"]{
  background-color: rgba(255, 165, 213, 0.5);
  border-radius: 100%;
}


.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.w-full {
  width: 100%
}
.flex-grow {
  flex-grow: 1;
}
.list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(var(--cell-size),1fr));
  grid-template-rows: repeat(auto-fit,var(--cell-size));
  grid-auto-flow: dense;
  grid-gap: 0.3rem;
  margin-bottom: 100px;
}
.h-full { 
  height: 100%
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.object-cover {
  object-fit: cover;
  padding: 5px !important;
}
ul{
  list-style: none;
  padding: 0;
}
.sticky {
  position: sticky;
  top:0;
}
#galleryModal {
  display: none;
  position: fixed;
  z-index: 1;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,.75); /* Black w/ opacity */
}
#active-image {
  position: relative;
  display: block;
  padding-top: 42px;
  max-height: calc(100% - 150px);
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  
}
.gallery-modal-bottom-nav {
  position: absolute;
  bottom: 0;
  left: 50% ;
  background-color: white;
  font-weight: bold;
  font-size:larger;
  overflow: hidden;
  width: 100%;
  height: 150px;
  will-change: transform;
  transition: left 0.7s;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}
.gallery-modal-bottom-nav-img {
  float: left;
  height: 150px !important;
  padding: 10px;
  max-width: none !important;  
  width: auto !important;
  cursor: pointer;
  position: relative;
}



/* Media Queries */
@media screen and (max-width: 425px){
  .responsive-show {
    display: block;
  }
  .responsive-hide {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  #mobileNavButton {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 100px;
    width: 75px;
    font-weight: bold;
    font-size:larger;
  }
  #logo-text {
    max-width: 75% !important;
  }
  .nav-item {
    display: block;
  }
  .padding-top-100 {
    padding-top: 10px;
  }
/* End Media Queries */
}