.pgc-main-menu {
  behavior: url(/PIE.htc);
  background: transparent;
  width: 100%;
  padding: 0 5px 0 5px;
}

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

#main-menu {
  padding: 0;
  margin: 0;
}

#main-menu li {
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
  float: left;
}

#main-menu li a {
  font-size: 20px !important;
  color: #000;
  display: block;
  padding: 10px 15px;
  border: 0;
  line-height: 30px;
  text-decoration: none;
  background: transparent;
  text-transform: none;
  font-weight: 500 !important;
}

#main-menu li a:hover {
  color: #F2BC12;
  text-decoration: none;
}

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

#main-menu li.last a {
  border-right: 0;
}

#main-menu li:hover ul {
  display: block;
}

#main-menu ul {
  display: none;
  position: absolute;
  z-index: 1000;
}

#main-menu ul li {
  float: none;
  width: 240px !important;
  position: relative;
  background: #fff;
  background-color: white !important;
  color: black !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 500;
  transition: all 0.3s ease !important;
  display: block !important;
  margin: 0 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-width: 240px !important;
  max-width: 240px !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
  z-index: 1000 !important;
}

#main-menu li.expanded ul li a {
  border-right: 0;
}

#main-menu ul li a:hover {
  background: #1B355E  ;
}

#main-menu ul li:hover ul {
  display: block !important;
}

#main-menu ul ul {
  display: none !important;
  position: absolute;
  z-index: 1000;
  left: 250px;
  top: 0;
}

#main-menu ul ul li {
  float: none;
  background: #3972b1;
}

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

.pg-wrap table tr th {
  background: #1B355E;
  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;
}

#block-pgc-contact-block-pgc-contact-block {
  width: 100%;
  max-width: 371px;
  height: 190px;
  background-color: rgba(247, 247, 247, 1);
  border-radius: 25px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#block-pgc-contact-block-pgc-contact-block .title {
  color: #1B355E;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
}

#pgc-contact-block li a {
  color: #000;
  font-weight: 700;
}

#pgc-contact-block li a:hover {
  color: #1B355E;
}

.pg-content-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

#block-pgc-contact-block-pgc-contact-footer-block .title {
  color: #fff;
  font-size: 1.5em;
}

#pgc-contact-footer-block li a {
  color: #fff;
  background: #165342;
  padding: 10px 20px;
  justify-content: center;
  font-size: 21px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
}

#pgc-contact-footer-block li a:hover {
  background: #267362;
}

#pgc_resource_block {
  background: #1B355E;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  behavior: url(/PIE.htc);
  font-weight: 500;
}

#pgc_resource_block:hover {
  background: #2B4F7E;
}

#pgc_resource_block a {
  color: #fff;
}

.pg-mobilemenu .header-mobile {
  background: #1B355E;
  border-radius: 12px;
}

.pg-mobilemenu .header-mobile a {
  text-decoration: none;
}

.pg-gift-details {
  border-bottom: 3px solid #e6c44a;
}

.pg-gift-details .accordion-header-text {
  background: #fffl;
  padding: 0 15px;
  color: #000;
  display: block;
  margin: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: none;
}

.pg-gift-details .accordion-header-text span:hover {
  background: #3774ab;
  text-decoration: none;
  color: #fff;
}

.pgc-brochure-bg-top {
  height: 80px;
  background: #000;
}

.pgc-brochure-header-text {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  background: #1B355E;
}

.pgc-brochure-title {
  color: #1B355E;
}

.pgc-brochure-body-title {
  color: #165342;
}

.pgc-brochure-body-text ul li span.pgc-before::before {
  color: #F2BC12;
}

.pgc-brochure-footer-text {
  color: #000;
  background-color: rgba(247, 247, 247, 1);
  border-radius: 12px;
  margin-right: 40px!important;
  border-radius: 0px;
  margin-right: 0px!important;
}

.pgc-brochure-footer-title {
  font-size: 26px;
  margin-bottom: 10px;
  color: #1B355E;
}

span.pgc-brochure-footer-contact {
  color: #1B355E;
  font-weight: bold;
}

