.pgc-main-menu {
  display: flex;
  flex-wrap: nowrap !important;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.pgc-main-menu h2 {
  display: none;
}

#main-menu {
  display: flex;
  flex-wrap: nowrap;
}

#main-menu li a {
  font-size: 14px;
  padding-left: 0.9em;
  padding-right: 0.9em;
  white-space: nowrap;
  color: #231F5B;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

#main-menu li:hover ul {
  display: block;
}

#main-menu ul {
  top: 25px;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
}

#main-menu li.expanded ul li a {
  font-size: 14px;
  color: #231F5B;
  padding: 0.25rem 1rem ;
  display: block;
  width: 100%;
  : ;
  clear: both;
  font-weight: 400;
}

.pg-wrap table {
  border-radius: 0.375rem;
  width: 90%;
  border: 10px solid transparent;
  margin: 10px;
  padding: 0rem !important;
  box-shadow: -1px -1px #C19D68, 1px 1px #C19D68, -1px 1px #C19D68, 1px -1px #C19D68;
  margin-bottom: 20px;
}

.pg-wrap table tr {
  border-bottom: 1px solid #dee2e6;
}

.pg-wrap table tr th {
  background: transparent;
  color: rgb(35, 31, 91);
  font-size: 1em;
  padding: 7px;
  border: 0;
}

.pg-wrap table tr th:last-child {
  border-bottom: 1px solid #dee2e6;
}

.pg-wrap table tr td {
  color: #000;
  background: #fff;
  padding: 7px;
  border: 0;
}

#pgc-contact-block {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  margin: auto;
}

#pgc-contact-block li {
  background: #231F5B;
  border-radius: 3em;
  border-width: 2px;
  padding: 0.25em;
}

#pgc-contact-block li a {
  font-size: 0.75rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1em;
  : ;
  padding: 1.25em 2em;
  color: #fff;
}

#pgc-contact-block li span {
  display: none;
}

#pgc_resource_block {
  border-radius: 3em;
  border-width: 2px;
  padding: 0.6em 3.5em 0.6em 2em;
  background-color: #231F5B;
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 10px 0;
}

#pgc_resource_block a {
  font-size: 0.75rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  text-align: center;
}

#pgc_resource_block span {
  display: none;
}

.breadcrumb .pg-breadcrumb-links a {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C19D68;
  text-decoration: none;
}

.pg-mobilemenu .header-mobile {
  background: #ae8548;
  color: #fff;
}

.pg-mobilemenu .header-mobile a {
  color: #fff;
}

.pg-gift-details {
  Border-top: 1px solid #dee2e6;
  Border-bottom: 1px solid #dee2e6;
  color: #231F5B;
  padding: 1rem;
}

.pg-gift-details .accordion-header-text {
  border-left: none;
  border-right: none;
  : ;
  margin: 0;
}

.pg-gift-details .accordion-header-text span {
  border-left: none;
  border-right: none;
  color: #231F5B;
  font-size: 1.5rem !important;
  text-transform: none;
  font-weight: 400;
}

.pg-gift-details .accordion-header-text span:hover {
  color: #C19D68;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.pgc-brochure-bg-top {
  background: #231F5B;
}

.pgc-brochure-header-text {
  background: #ae8548;
  color: #fff;
}

.pgc-brochure-footer-text {
  background: #ae8548;
  color: #fff;
}

