.style-90152 .mega-menu-item.l1-item > a {
  font-family: "Barlow Semi Condensed", sans-serif;  }

.pg-wrap {
 width: 90%;
 margin: auto;
 margin-bottom: 100px;
}

.style-91295 {
  padding: 0px;   }

.pgc-body-content.homepage {
   border-bottom: none;    }

#block-sta2-main-menu  {
  margin: auto;   }

#pgc_resource_block:hover a {      
            color: #fff!important;   }

#pgc_resource_block span {
  display: none;  }

#pgc_resource_block::after {
 content: "east";
 font-family: var(--font-icons);
 color: var(--button-readmore-decorative);
 font-size: .75em;
 font-weight: bold;
 margin-left: .75em;
}

/*  if their arrow pseudo element does nto work we can do a randome one
#pgc_resource_block:after {
   content: "⟶";
   font-weight: bold;
   color: #e8ae10;
   } 
*/
.pg-gift-details .accordion-header-text::after {
 content: "";
 display: block;
 position: absolute;
 width: 20px;
 height: 20px;
 border-radius: 100%;
 background-color: var(--button-readmore-decorative);
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 transition: background-color .6sease, border-radius .6sease;
 z-index: -1;  
}

.pg-gift-details .accordion-header-text::before {
 content: "+";
 display: block;
 position: absolute;
 width: 20px;
 height: 20px;
 line-height: 17px;
 text-align: center;
 color: var(--color-white);
 font-weight: 500;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 transition: transform .6sease;
}

.pg-gift-details .accordion-header-text:hover:after {
   background-color: #004684 ;   }

.pg-gift-details .accordion-header-text .header-text-collapsed:after {
   display: none;  }

.pg-gift-details .accordion-header-text .header-text-expanded:after {
   display: none;  }

.pg-mobilemenu .header-mobile {  
   height: 40px;   }

@media only screen and (max-width: 767px) {
 #pgc-contact-footer-block li {
             margin-bottom: 40px;
 }}

@media only screen and (max-width: 939px) {
 #main-menu li a {
       color: #00315c;
}}

@media only screen and (max-width: 939px) {
#main-menu li a.active {
    opacity: 1;
}}

.pg-mobilemenu li {
 float: none !important;  }

A:hover {
    box-shadow: none;  }

/*
#main-menu li a:hover {
    transition: color .3sease;
    border-bottom: 2px solid #ef3e42;
    transition: width 2s, height 4s;
    transition-timing-function: ease;
}
*/

/* test transition hover starts*/
#main-menu li a {
position: relative;
transition: color 0.3s;
}


#main-menu li a:hover {
  text-decoration: none;   }

#main-menu li a:hover::before {
   width: 100%;     }
/*end*/

#block-sta2-pagetitle {
    border-bottom: 1px solid #ccc;  }

@media only screen and (max-width: 979px) {
#block-sta2-pagetitle {
     border-bottom: none;  
} }

#block-sta2-pagetitle h1 {
   font-weight: normal;
   font-family: "Cormorant Garamond", serif;
   font-size: clamp(2em, 6vw, 4.5em); 
   margin-bottom: 40px;
}

#block-sta2-main-menu {
   margin-top: 40px;   }

.pgc-body-content.section-landing-page article > div > div {
   border-bottom: none;  }

.pg-content-body .child-page {
   border-bottom: none;  }

.pg-content-body .child-page:nth-child(odd) .thumbnail {
    float: right;  
    padding-left: 30px;
}

.pg-content-body .child-page:nth-child(odd) .details {
              padding: 0px!important;   }

@media only screen and (max-width: 991px) {
 .no-float-mobile {
      float: none !important;
 }}

@media only screen and (max-width: 991px) {
  .no-padding-mobile {
      padding-left: 0px !important;
}}

.pg-content-body .child-page:nth-child(odd) .details {
    padding-left: 80px !important;  }

.pg-content-body .child-page:nth-child .details {
    padding-left: 80px !important;  }

.pg-wrap h2 {
   font-family: "Barlow Semi Condensed", sans-serif;
   font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.link a::after {
     content: "east";
 font-family: 'Material Symbols Sharp', sans-serif;
 color: #e8ae10;
 font-size: .55em;
 font-weight: bold;
 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}


.link a::before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 height: .35em;
 width: .35em;
 background-color: var(--button-readmore-decorative);
}

.link a {
 position: relative;
 margin: .75em 0 0;
 line-height: 1;
 color: #004684;
 font-size: 1em;
 text-transform: none;
 font-weight: bold;
 font-family: "Barlow Semi Condensed", sans-serif;
 letter-spacing: var(--button-readmore-letter-spacing);
 box-shadow: none !important;
 padding: 0 1.125em 0 .875em;
 box-sizing: border-box;
 transition: color .3s ease, padding .3s ease;
}

.link a:hover {
  color: #000;
padding-right: .75em;
}

#pgc-contact-footer-block {
   margin-top: 40px;    }

/* padding on content so section landing pagese can touch the egdges, if we are not using those sec land then i can just add padding to  .pg-wrap 90% width  */
.pg-wrap {
 width: 100%;   }

.pgc-body-content {
  width: 100%;
  margin: auto;
}
.pg-content-footer  {
    width: 90%;
    margin: auto;
}

.pg-content-inline-blocks {
    margin-right: 40px;  }

.pg-content-body {
    width: 100%;  }

.pgc-body-content.homepage {
   width: 90%;
    margin: auto;
}

#block-sta2-contentfield-2  {
   width: 90%;
    margin: auto;
}

#block-sta2-views-block-gift-type-accordion-block-1 {
    width: 90%;
    margin: auto;
}

.pg-mobilemenu {
    width: 80%;
    margin: auto;
}

#block-pgc-contact-block-pgc-contact-block, #pgc_resource_block {
    margin-left: 40px;  }

#block-sta2-charitysearch, #block-sta2-qcdsearch  {
  margin-left: 80px;  
  margin-left: 40px;  
}

.pg-how-gift-helps {
 width: 90%;
 margin: auto;
}

.pgc-body-content {
    width: 90%;
    margin: auto;
}
/* end */

#block-sta2-charitysearch, #block-sta2-qcdsearch {
     width: 100%;
     width: 80%;
}

.pgc-qcd-search input[type=submit], .pgc-qcd-search input[type=submit] {
   background-color: #00315c;
   border-radius: 0px;
}

.pgc-qcd-search input[type=text], .pgc-qcd-search input[type=text] {
  background-color: #fff;  }

form input[type=text]  {
   margin: 0px;   }

.pgc-qcd-submit .form-submit  {
  padding-top: 0px;  }

.pgc-qcd-search input {
 padding: 20px;
 font-size: 20px;
 margin-top: 10px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
.pg-mobilemenu .header-mobile {
display:block;
}
}

#main-menu li:hover a{
 --omni-decorative-width: 100%;
 color: 
color-mix(in srgb, #fff 50%, transparent);
}
#main-menu li a::after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 50%;
         width: 0;
         height: 3px;
         background-color: #ef3e42;
         transition: width 0.8s ease, left 0.8s ease;
     }

#main-menu li a:hover::after {
   width: 100%;
   left: 0;
}
.pg-wrap h2 a {
 font-weight: 300;  }
#main-menu li{
float:none;
display:inline-block;
}

.headertext {
 display: block !important;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: var(--letter-spacingLG2);
 font-family: var(--font-display);
 margin: 0 0 .5em;
 font-size: clamp(.7em, 1.5vw, 1em);
}

.pgc-qcd-search input[type=submit], .pgc-qcd-search input[type=submit] {
     text-transform: uppercase;
 font-family: "Barlow Semi Condensed", sans-serif;    }

#pgc-contact-footer-block li a {
    font-weight: normal;
    text-transform: uppercase;
}

h2  {
 font-size: clamp(1.75rem, 3vw, 2.4rem); 
 font-weight: 300;
 color: #004684;
 }

#giftGuide input[type="radio"] {
    margin: -1px 0px 0px!important;      }

#giftGuide #answerForm {
    padding-top: 20px!important;      }

.pg-content-body .child-page .details {
  /* margin-top: 150px;*/
   margin-left: 60px;
}

.pg-content-body .child-page:nth-child(odd) .details {
   padding-left: 0px !important;   }
/*
.pg-content-body .child-page:first-child .details {
     margin-top: 150px!important;   } */

.pg-content-body .child-page:nth-child(odd) .details {
    padding-top: 150px !important;  }

.pg-content-body .child-page:nth-child(even) .details {
    padding-top: 150px !important; 
      padding-right: 20px;
}

.pg-mobilemenu li {
 float: none !important;    }

@media (max-width: 1022px) {
.pg-content-body .child-page:nth-child(odd) .details {
      padding-top: 10px !important;
   }
.pg-content-body .child-page:nth-child(even) .details {
 padding-top: 20px !important;
}}

@media (min-width: 1022px) and (max-width: 1250px) {
.pg-content-body .child-page:nth-child(odd) .thumbnail {
      width: 50%;   }
.pg-content-body .child-page .thumbnail {
      width: 50%;   }
}

.pg-content-body .child-page .thumbnail {
    margin-right: 0px;   }

.pg-content-body .child-page:nth-child(odd) .thumbnail {
   /* margin-right: -50px;  */
}

.views_slideshow_cycle_slide img, html:not(.styler) .style-90007,html:not(.styler) .style-90007 .carousel-photo{
    height:auto !important;
}

@media only screen and (max-width: 1024px) {
.pg-content-body .child-page .thumbnail{
    padding-left:0 !important;
    margin-right:0 !important;
           float:none !important;
    }
    .pg-content-body .child-page .thumbnail img, .pg-content-body .child-page .thumbnail{
           width:100% !important ;
    }
.pg-content-body .child-page .details{
    padding-left:0 !important;
}
}

.pg-mobilemenu li {
    float: none !important;
    width: 300px;
}
.pgc-banner img,.carousel .slides li{
display:block !important;
}

/*7.15.25 edits */
html:not(.styler) .style-91208 {
  --height-region: 96vh;
     height: 900px;
}

@media only screen and (max-width:1309px) {
     html:not(.styler) .style-91208 {
             height: 90px;
  }}
/*
html:not(.styler) .style-90022:not(.in-view) + .style-90023 {
        background-color: color-mix(in srgb, var(--color-4) 90%, transparent);
        background-color: transparent;  
}*/

#main-menu li a.active {
      /*border-bottom: 2px solid #ef3e42 !important;*/
      opacity: 1;
}

#main-menu li a {
   font-size: 25px;
}

@media only screen and (max-width:409px) {
    #pgc-contact-footer-block li a {
       font-size: 15px;
  }}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
   .style-91210 {
       bottom: 3rem;
  }}
.block-pgc-slideshow-block .pgc-banner{
  margin-bottom:0;
}

h2, h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.pg-wrap h2 {
       padding-bottom: 10px;
}

.pg-gift-details .accordion-header-text {
    width: 650px;
    border-radius: 0px;
}
/* TO MAKE THE CONTENT SMALLER AND NOT SECTION LANDING PAGES IN WIDTH */
#block-pgc-contact-block-pgc-contact-block, #pgc_resource_block {
       margin-right: 150px;
}

@media only screen and  (max-width: 1125px) {
.pgc-body-content {
       width: 90%;  
  }}

#block-sta2-charitysearch, #block-sta2-qcdsearch {
       width: 70%;
       margin: auto;
}
/*END*/   

#block-pgc-contact-block-pgc-contact-footer-block {
      display: flex;
      justify-content: center;
}
/*
.pg-mobilemenu {
    display: flex;
    justify-content: center;
}*/
.pg-content-body .child-page {
        padding: 0px;
}

@media only screen and (max-width: 979px) {
  #main-menu li a:hover {
    color: #00315c;
  }}

@media only screen and (max-width: 979px) {
	#main-menu li a.active {
  			border-bottom: none!important;
            color: #00315c;
}}

.subnav-mobile-mask > ul > li >ul{
     display:none;  }

@media only screen and (max-width: 979px) {
   #main-menu li.expanded ul li a {
       display: none;
  }}

@media only screen and (max-width: 979px) {
  #main-menu li a {
 	    font-size: 20px;
        color: #00315c;
 }}

@media only screen and (max-width: 979px) {
    #main-menu li a::after {
        display: none;
  }}

.pg-mobilemenu .header-mobile {
       height: 100%;   }

.pg-content-body .child-page:first-child .thumbnail {
   margin-right: -60px !important;  }

#main-menu li a.active {
    position:  relative;  }

#main-menu li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 3px;
    background-color: #ef3e42;
    transition: width 0.8s ease, left 0.8s ease;
}

.pgc-body-content {
	width: 90%;
	margin: auto;
	max-width: 1185px;
}

