.pgc-main-menu h2 {
  display: none;
}

#main-menu {
  --menu-items-gap: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--menu-items-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu li {
  padding: 2.0625rem 0.8rem;
  position: relative;
}

#main-menu li:hover {
  background-color: var(--crimson-shade);
}

#main-menu li a {
  font-weight: 400;
  padding: 0;
  transition: all var(--tr);
  color: var(--white);
  display: block;
  font-size: .875rem;
  letter-spacing: .01em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 0;
}

#main-menu li:hover ul {
  min-width: 20.25rem;
  padding: 1.5rem 2.5rem !important;
  z-index: 4;
  background: var(--crimson-shade);
  left: 0;
  visibility: visible;
  opacity: 1;
}

#main-menu ul {
  background: var(--dark-slate);
  display: block;
  flex-direction: column;
  gap: .5rem;
  left: -3.25rem;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 100%;
  transition: none;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}

#main-menu ul li {
  padding: .75em 0;
  margin: 0;
}

#main-menu li.expanded ul li a {
  text-transform: none;
}

#main-menu ul li a:hover {
  text-decoration: underline;
}

.pg-wrap table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

.pg-wrap table tr th {
  background: #000;
  color: #fff;
  font-size: 1em;
  padding: 7px;
  border: 1px solid #000;
}

.pg-wrap table tr td {
  color: #000;
  background: #fff;
  padding: 7px;
  border: 1px solid #000;
}

#pgc_resource_block {
  border: 1px solid #a71930;
  padding: 0.9rem 2rem;
  display: inline-flex ;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  margin-bottom: 50px;
  justify-content: center;
}

#pgc_resource_block:hover {
  border-color: #2b3438;
  color: #2b3438;
}

#pgc_resource_block a {
  color: #a71930;
  font-size: clamp(1rem,0.3676470588vw + 0.8897058824rem,1.125rem);
  align-items: center;
  font-weight: 600;
}

#pgc_resource_block a:hover {
  color: #2b3438;
}

#pgc_resource_block span {
  display: none;
}

.pg-mobilemenu .header-mobile {
  background: #911930;
  color: #fff;
}

.pg-gift-details {
  margin-top: 50px;
}

.pg-gift-details .accordion-header-text {
  border-bottom: 1px solid #878b92;
  position: relative;
}

.pg-gift-details .accordion-header-text span {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  font-size: 1.125rem;
  font-weight: 600;
  hyphens: auto;
  text-transform: none;
  margin-bottom: -1rem;
  color: #2b3438;
}

.pgc-brochure-bg-top {
  background: #a71930;
}

.pgc-brochure-header-text {
  color: #2b3438;
}

.pgc-brochure-footer-text {
  background: #4f535a;
  color: #fff;
}

.pgc-brochure-footer-title {
  font-weight: bold;
}

span.pgc-brochure-footer-contact {
  font-weight: bold;
}

