<style type="text/css">

	header.page-header {
	  width: 100%;
	  background-color: #ffffff;
	  border-bottom: 1px solid #e5e5e5;
	  padding: 20px 32px;
	  margin-top: 5%;
	  margin-bottom: 5%;
	}
	
	.page-header .header-inner {
	  display: grid;
	  /* grid-template-columns: auto 1fr auto; */
	  align-items: center;
	  padding: 20px 0;
	  color: #322C29;
	  /* border-top: 1px solid; */
	  border-color: rgba(227, 227, 227, 0.61);
	}
	
	.page-header h1 {
	  margin: 0;
	  font-size: 45px;
	  font-weight: 600;
	  color: #0074C5;
	  text-align: center;
	  margin-right: 10%;
	}
	
	.page-header{
  padding: 2rem 0;
}

	.header-inner{
	  display: flex;
	  align-items: center;
	}

	/* LOGO CONTAINER */
	.header-logo-wrap{
	  width: 420px;        /* makes the logo box wider */
	  margin-left: 2rem;   /* moves logo to the right */
	  margin-right: 2rem;  /* spacing between logo and text */
	  flex-shrink: 0;      /* PREVENTS squishing */
	}
	
	/* LOGO IMAGE */
	.header-logo{
	  width: 100%;
	  height: auto;
	  max-height: 140px;   /* controls vertical size */
	  display: block;
	}
	
	/* HEADING (unchanged position) */
	.header-inner h1{
	  margin: 0;
	}


	.disabled {
		cursor: not-allowed;
		pointer-events: none;
	}    
	a.benefits-resource.disabled .overlay {
        opacity: 1;
    }
	.benefits-resource-link {
        font-family: "Open Sans";
        font-size: 1em !important;
        color: #0077c8;
        font-weight: bold;
    }
    
    .benefits-resource, a.benefits-resource p {
        font-family: "Open Sans";
        font-size: 1.4em !important;
        color: #0077c8;
        font-weight: bold;
    }
    li.benefits-resource {
        font-size: 1em !important;
        margin-bottom: 0.75em;
    }
    .other-resources {
        margin-top: 4em;
    }
    .other-resources ul {
        list-style: disc;
    }
    .col a.benefits-resource {
        display: block !important;
		margin-left:-15px;
		margin-right:-15px;
    }
    /* New styles for overlay*/
    a.benefits-resource {
        position: relative;
        display: inline-block;
    }
    a.benefits-resource img {
        display: block;
	    }
    a.benefits-resource .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* width: 100%;
        height: 100%; */
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
        opacity: 0;
        transition: opacity 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff; /* Text color for overlay content */
    	font-size: 1.2em;
    }
    a.benefits-resource:hover .overlay {
        opacity: 1;
    }
    .gc-disclaimer p {
    	font-size: 20px !important;
    }
    .gc-disclaimer p a {
    	text-decoration: underline;
    }
	.page-wrap{
  max-width: 50%;
  margin: 0 auto;
}

.benefits-resource img{
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;   /* portrait */
  object-fit: cover;
  display: block;
}

.guide-fixed{
  width: clamp(220px, 24vw, 320px);
  margin: 0 auto;
}
.guide-fixed img{
  width: 100%;
  height: auto;
  display: block;
}


</style>
