.cta-full {
    background-attachment: fixed;
}
.cta {
    z-index: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-primary, .overlay-light-blue {
    position: relative;
    z-index: 0;
}
.overlay-primary::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #012169;
    opacity: 0.9;
}
.overlay-light-blue::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F2FBFF;
    opacity: 0.9;
}
.path-h2-primary {
    color: #012169;
}
.path-h2-gold {
    color: #F2A900;
}
.text-gold {
	 font-weight: bold;
	 color: #F2A900;
}
.text-blue {
	 font-weight: bold;
	 color: #007dba;
}
.path-section-arrow {
    font-size: 4rem;
}
.path-item-arrow {
    font-size: 2rem;
}
.path-ww-text {
    font-size: 1.2rem !important;
}
.overlay-path-column {
    color: white;
}
.resource-column {
    background-color: #012169;
    color: white;
    border: 3px solid #F2A900;
}
.resource-column .h3 {
    color: white;
}
.resource-column a {
    color: white;
}
.overlay-resource-column {
    background-color: white;
    border: 3px solid #F2A900;
}
.overlay-resource-column a {
    color: #101820;
}