.pg-content-body {
  margin-bottom: 30px;
  line-height: 1.667;
}

.pg-wrap h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pg-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pg-wrap p {
  margin-bottom: 30px;
  line-height: 1.667;
}

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

#main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main-menu li a {
  font-family: "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #351310;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}

#main-menu li a.active {
  background-color: #E5DDD4;
}

#main-menu li:hover ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 250px;
  padding: 0px;
  border: 1px solid #ddd;
}

#main-menu ul {
  display: none;
}

#main-menu li.expanded ul li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  color: #351310;
  font-family: "Frutiger";
  padding: 15px;
}

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

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

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

#block-pgc-contact-block-pgc-contact-block {
  background: #351310;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  text-align: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: -50px;
  z-index: 10000;
}

#block-pgc-contact-block-pgc-contact-block .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}

#pgc-contact-block {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

#pgc-contact-block li {
  margin: 0 20px;
  margin-bottom: 0;
}

#pgc-contact-block li a {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 10px 20px;
  min-width: 165px;
  font-family: "Frutiger";
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

#pgc-contact-block li a:hover {
  border: 1px solid #5C2F27;
  background: #5C2F27;
}

#pgc-contact-block li span {
  display: none;
}

#pgc_resource_block {
  display: inline-block;
  text-decoration: none;
  background: #351310;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 20px 20px;
  min-width: 165px;
  font-family: "Frutiger";
  text-align: center;
  max-width: 360px;
  transition: all 300ms ease-in-out;
}

#pgc_resource_block:hover {
  background: #5C2F27;
  transition: all 300ms ease-in-out;
}

#pgc_resource_block a {
  color: #ffffff;
}

#pgc_resource_block span {
  display: none;
}

.pg-gift-details {
  display: inline-block;
  width: 100%;
  color: rgb(26, 43, 58);
  position: relative;
  text-decoration: none;
  padding: 20px 50px 20px 0px;
  border-bottom: 1px solid rgba(227, 221, 210, 0.5);
  font-family: Frutiger;
}

.pg-gift-details .accordion-header-text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: none !important;
  color: rgb(26, 43, 58);
}

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

.pgc-brochure-header-text {
  background: #351310;
  color: #fff;
  border-radius: 8px;
}

.pgc-brochure-footer-text {
  background: #5C2F27;
  color: #fff;
  border-radius: 8px;
}

