.pg-content-body {
      width: 75%;
    margin: auto;
}
.pg-gift-details .accordion-header-text .header-text-collapsed:after {
    float: right;
    font-size: 1.5em;
    font-weight: 200;
    line-height: 40px;
    font-family: 'pgcalc-marketing';
    speak: none;
    height: 40px;
    font-style: normal;
    content: "\e60c";
    border: 2px solid #C19D68;
    border-radius: 50px;
}
#pgc_resource_block a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
    width: 1.5em;
    height: 0.75em;
    background: url(https://tmf-fdn.org/dist/img/icon-arrow-right-tan.svg) right center no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
}
#pgc_resource_block {position:relative;}
#pgc_resource_block:hover a:after {
    right: 0.75rem;
}
.pg-breadcrumb-links {
      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;
}
.pgc-body-content.homepage {
    border-bottom: 0;
    margin: 25px 0;
}
#main-menu ul {
    top: 42px;
}
.child-pages {
  display: flex;
    flex-wrap: wrap;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-top: 1.5rem;
}
.pg-content-body .child-page {
      padding-top: 0;
    display: flex;
    align-items: flex-end;
    border-bottom: 0;
    margin: 0.5rem;
    flex: 0 0 auto;
    width: 23%;
    position: relative;
    border-radius: 0.375rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
}
.pg-content-body .child-page .thumbnail {
     float: none;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    z-index: 0;
}
.child-page .thumbnail img {
   min-height: 100%;
    width: auto;
      transition: all 0.2s ease-in-out;
  opacity: 0.75;
    height: auto;
    min-width: 100%;
}
.child-page .thumnbnail a {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    right: 0;
}
.child-page:hover .thumbnail img {opacity: 0.5;    transition: all 0.2s ease-in-out;}

.child-page .details {
      text-shadow: 0 2px 0.2em black;
  padding-left: 0 !important;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
      z-index: 1000;
  font-size: 1.5rem;
  margin-top: 120px;
    margin-left: 20px;
    margin-right: 20px;
}
.child-page .details h2 a {
  font-size: 0.75rem;
    letter-spacing: 0.1em;
  color:#fff!important;
  text-transform: uppercase;
  text-decoration: none;
      font-weight: 400;
}
.child-page .details h2 {
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 20px;
}
.child-page .details {
  margin-top: 50%;
}
.child-page:nth-child(1), .child-page:nth-child(6), .child-page:nth-child(7), .child-page:nth-child(12) {
  width: 48%;
}
.child-page .details .link {display: none;}
.pgc-body-content.section-landing-page article > div > div {
    border-bottom: 0;
    margin-bottom: 0;
}
.pg-gift-details-body, .pg-gift-example-body  {
    margin-top: 20px;
    color: #231F5B;
    line-height: 1.5;
}
.pg-how-gift-helps {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 0;
    margin-bottom: 30px;
    font-family: inherit;
}
@media screen and (max-width: 939px) {
  #main-menu {
    display: block;
  }
  #main-menu li a {
    font-size: 24px;
    padding: 10px 0;
  }
  .pg-mobilemenu .subnav-mobile-mask li a {
    text-transform: none !important;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  

.c-wysiwyg > :last-child, .c-tiles__tile > :last-child, .c-block__content > :last-child, .c-block [class*=col] > :last-child {
    margin-bottom: 0;
}
.c-wysiwyg > :first-child, .c-tiles__tile > :first-child, .c-block__content > :first-child, .c-block [class*=col] > :first-child {
    margin-top: 0;
}
.c-img-text__description {
    width: auto;
}
.c-img-text__description {
    padding-right: 0.75rem;
    padding-left: 0.75rem !important;
}
  .child-pages {
    display: block !important;
  }
  .child-page {
    width: 100% !important;
  }
  #pgc-contact-block {
    display: block;
  }
  #block-tmf3-howyourgifthelps {display: none;}
}
.c-footer__heading, .c-footer__optin {display: none !important;}
.child-page .thumbnail img {
    min-height: 100%;
    width: auto;
    transition: all 0.2s ease-in-out;
    opacity: 0.75;
    height: auto;
    min-width: 100%;
    max-height: 100%;
}
#pgc-contact-block li {
    background: #231F5B;
    border-radius: 3em;
    border-width: 2px;
    padding: 0.25em;
    margin-bottom: 10px;
}
.child-page .details h2 a {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

@media screen and (min-width: 940px) {
  .c-header__mobile {display: none;}
.d-none {
    display: block !important;
}
}
#block-tmf3-acgacallout {
      position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    padding: 20px;
    background: #231F5B;
}
#block-tmf3-acgacallout p {
      margin: 0 auto;
    max-width: 1280px;
    color: #fff !important;
    text-align: center;
}
.child-page .details .link {
    display: block;
    position: absolute;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 1.125rem 1.5rem;
    background-color: #231F5B;
    bottom: 0;
    left: 0;
    right: 0;
  font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  

}
.pg-content-body .child-page .details .summary {
    margin: 0 0 40px;
}
.child-page .link a {
  font-weight: 400;
  position: relative;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  color:#fff !important;
  text-decoration: none;
}
.child-page .link a:after {
    content: "";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    top: 50%;
    right: -30px;
    transform: translate(0, -50%) scale(1.5);
    background: url(https://tmf-fdn.org/dist/img/icon-chevron-circle-right-white.svg) center center no-repeat;
    background-size: contain;
}
.child-page .details {
    margin-top: 30%;
}
.child-page .thumbnail a {
  display: block;
    align-items: center;
    height: 100%;
}
.child-page:nth-child(1) .thumbnail img, .child-page:nth-child(6) .thumbnail img, .child-page:nth-child(7) .thumbnail img {
    min-height: 100% !important;
    width: auto;
    transition: all 0.2s ease-in-out;
    opacity: 0.75;
    height: auto;
    width: 100% !important;
    max-height: 200%;
}

element.style {
}
@media (min-width: 992px) {
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    max-height: 400px;
    overflow: hidden;
    align-items: center;
}
}
.c-block [class*=col] > :last-child {    border-top-left-radius: 12rem;}
.views-row {     max-height: 400px;
    display: flex;
    align-items: center;
    border-top-left-radius: 0rem;
}
.views-row img {    
    border-top-left-radius: 0rem;
}
.c-img-text__image.end {
    padding: 0rem 0 0 0rem;
}
.c-header__desktop {padding-top: 10px;}
#main-menu ul {
    top: 52px;
}
@media screen and (max-width:1400px) {
  #main-menu ul {
    top: 42px;
}
}
.text-white.mt-5 strong {display: none;}
.text-white.mt-5:after {
  display:block;
  position:relative;
  content: 'Information contained herein was accurate at the time of posting. The information on this website is not intended as legal or tax advice. For such advice, please consult an attorney or tax advisor. Figures cited in any examples, if any, are for illustrative purposes only. References to tax rates include federal taxes only and are subject to change. State law may further impact your individual results.';
  font-style: italic;
}
.offcanvas.offcanvas-end {
    z-index: 100000000;
}
h1 {margin-bottom: 2.5rem;}
.child-page:hover .thumbnail img {
    opacity: 0.5 !important;
    transition: all 0.2s ease-in-out !important;
}
.c-header__desktop .justify-content-between {
  border-top: 1px solid #C19D69;
    padding-top: 15px;
}
@media (min-width: 1400px) {
    .c-header {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }
}