:root {
  --pg-primary-color: #01416a;
  --pg-secondary-color: #fdc51c;
  --pg-accent-color: #fdc51c;
  --pg-dark-grey-color: #000;
  --pg-med-grey-color: #555;
  --pg-light-grey-color: #f9fafa;
  --pg-white-color: #fff;
  --pg-border-radius: 0px;
  --pg-nav-bg-color: #f9fafa;
  --pg-nav-text-color: #005c9f;
  --pg-nav-text-active-color: #939b4e;
  --pg-nav-text-active-hover-color: #555;


  --primary-color: var(--pg-primary-color);
  --secondary-color: var(--pg-secondary-color);
  --tertiary-color: var(--pg-accent-color);
  --dark-grey-color: var(--pg-dark-grey-color);
  --med-grey-color: var(--pg-med-grey-color);
  --light-grey-color: var(--pg-light-grey-color);
  --white-color: var(--pg-white-color);
  --border-radius:  var(--pg-border-radius);
}
.pg-body.pg-article .pg-side-nav, .pg-body.pg-giving  .pg-side-nav, .pg-side-nav li {
  list-style-type: none;
  
}

body .pg-side-nav ul ul{padding-left:0px!important; margin:0px!important;}
body .pg-body.pg-article ul, body .pg-body.pg-giving ul {padding-left:0px!important;}

.vggiftdiag_logo {background-color:#01416a; display:none;}
.societylogo {float:right; margin-left:20px;}

section {margin:20px 0px!important;}
h1, h2 {    font-family: "Proxima Nova Bold", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;}
h3 {font-size:24px; font-weight:bold;}

/* --------------------------------- *
 * cards (two-column grid on desktop)
 * --------------------------------- */
 .pg-page-card-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.pg-page-card-outer .pg-page-card {
  margin: 0;
  height: 100%;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(170, 170, 170, .5);

  border: solid 1px rgba(194, 198, 206, .5);
  color: var(--pg-primary-color);
}

/* override for extra/planning modules */
.pg-has-extra-gifts .pg-page-card-outer {
  grid-template-columns: repeat(4, 1fr);
}
.pg-personal-planning .pg-page-card-outer {
  grid-template-columns: repeat(3, 1fr);
}

/* responsive breakpoints */
@media (max-width: 1168px) {
.pg-has-extra-gifts .pg-page-card-outer {
  grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 968px) {
.pg-has-extra-gifts .pg-page-card-outer {
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.pg-page-card-outer,
.pg-has-extra-gifts .pg-page-card-outer,
.pg-personal-planning .pg-page-card-outer {
    grid-template-columns: repeat(1, 1fr);
}
}

.pg-img-wrap img {margin-right:20px!important;}


/* make sure this loads last */
html body .pg-page-card a,
html body .pg-page-card a:link,
html body .pg-page-card a:visited,
html body .pg-page-card a:hover,
html body .pg-page-card a:active,
html body .pg-page-card a:focus {
  text-decoration: none !important;
}

/* and for any <strong> inside links */
html body .pg-page-card a:hover {
  text-decoration: none !important;
}html body .pg-page-card p:hover  {
  text-decoration: none !important;
}
/* Remove underlines on hover for links (and any <strong> inside them) in pg-page-card */
.pg-page-card a:hover,
.pg-page-card a:hover strong {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* If you still see something, target all descendants of the hovered link: */
.pg-page-card a:hover,
.pg-page-card a:hover * {
  text-decoration: none !important;
  border-bottom: none !important;
}
.pg-section  {padding:1.5rem 1.5rem!important;}


.fl-page-content .pg-card  a:hover {text-decoration:none!important;}
html body #vgbody ul {padding-left:40px!important;}

html body #vgbody label{ font-weight:normal!important}

.pg-has-tip-of-the-week a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f5c749;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

.pg-has-tip-of-the-week a:hover,
.pg-has-tip-of-the-week a:focus {
  background-color: #e6b31c;
  outline: 2px solid #000;
  outline-offset: 2px;
}


