#main-menu li {
  position: relative;
  padding: 10px 0;
}

#main-menu li a {
  font-weight: 700;
  color: #133156;
  font-size: 1rem;
}

#main-menu li a:hover {
  text-decoration: underline;
  color: #2d7d2f;
  background: transparent;
}

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

#main-menu ul {
  display: none;
  z-index: 999;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  background: #133156;
  -webkit-box-shadow: 5px 8px 10px rgba(8, 8, 8, .27);
  box-shadow: 5px 8px 10px rgba(8, 8, 8, .27);
  text-align: left;
  transform: translateX(calc(-50% + 77px));
  margin-top: 20px;
  top: 45px;
  margin: 0;
}

#main-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
}

#main-menu li.expanded ul li a {
  color: #fff;
  background: #133156;
  padding: 20px 10px;
  display: block;
  width: 220px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#main-menu ul li a:hover {
  color: #fff;
  background: #0082c4 !important;
  text-decoration: none;
}

.pg-wrap table {
  width: 100%;
}

#pgc_resource_block {
  text-decoration: none;
  background: #0082c4;
  color: #fff !important;
  letter-spacing: 3px;
  border-radius: 3px;
  transition: .3s all;
  : ;
  padding: 11px 14px;
  border: 2px solid #0082c4;
}

#pgc_resource_block a {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#pgc_resource_block span {
  display: none;
}

.pg-gift-details {
  background: rgb(0, 96.1734693878, 145);
  max-width: 90%;
  width: calc(1280px * .75);
  margin: auto;
  color: #fff !important;
}

.pg-gift-details .accordion-header-text {
  outline: 0;
  text-align: left;
  background: #0082c4;
  border: 0;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 11px;
  position: relative;
  -webkit-transition: .3s background;
  transition: .3s background;
  letter-spacing: 3.4px;
  margin: auto;
  color: #fff;
  line-height: 2;
}

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

.pgc-brochure-header-text {
  background: #133156;
  color: #fff;
}

.pgc-brochure-title {
  color:  #133156;
}

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

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

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

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

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

