/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 18:49:55 */
@use 'bootstrap-variables';
@use 'bootstrap-mixins';


/* Page Header */

#page-header .row-bg-wrap .row-bg {
    background-size: 100%;
    background-position: 100% 10% !important;
}


/* Quick Links */

#quick-links {
    padding: 6rem 4rem 0 !important;
}
#quick-links .links-flex {
  	display: flex;
    flex-wrap: wrap;
    gap: var(--blocksGap);
}
#quick-links .links-flex .quick-link {
	position: relative;
	width: calc((100% - (2 * var(--blocksGap))) / 3);
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}
#quick-links .links-flex .quick-link::before {
    content: "";
    position: absolute;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 75%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#quick-links .links-flex .quick-link.one::before {
    background-image: url(/wp-content/uploads/2025/07/quick-1.svg);
}
#quick-links .links-flex .quick-link.two::before {
    background-image: url(/wp-content/uploads/2025/07/quick-2.svg);
    width: 90px;
}
#quick-links .links-flex .quick-link.three::before {
    background-image: url(/wp-content/uploads/2025/07/quick-3.svg);
    width: 95px;
}
#quick-links .links-flex .quick-link .overlay {
    position: relative;
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 8rem;
    background: #033563;
    opacity: .9;
    border-radius: 16px;
    min-height: 150px;
    display: flex;
    align-items: center;
}
#quick-links .links-flex .quick-link h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    max-width: 250px;
}
#quick-links .links-flex .quick-link p {
    font-size: 1rem;
    margin: 0;
    color: var(--color-accent-navy);
}
#quick-links .links-flex .quick-link .arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.25rem;
    background-image: url(/wp-content/uploads/2025/07/yellow-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
	transition: all .2s ease-out;
}
#quick-links .links-flex .quick-link:hover .arrow {
    top: 22px;
    right: 22px;
}


/* McNabb Intro */

#mcnabb-intro {
    padding: 9rem 4rem !important;
}


/* Gallery Overrides */

#peek {
	padding-bottom: 8rem !important;
}


/* Benefits */

#benefits {
    padding: 0 !important;
	position: relative;
}
#benefits .wpb_raw_code {
    position: relative;
}
#benefits .benefits-wrapper {
    padding: 8rem 4rem;
    background-image: url(/wp-content/uploads/2025/07/eubanks-3-full-min.jpg);
    background-size: inherit;
    background-position: center left;
	position: relative;
}
#benefits .benefits-wrapper::before {
    content: "";
    position: absolute;
    background: #033563;
    background: linear-gradient(90deg,rgba(3, 53, 99, 1) 20%, rgba(255, 255, 255, 0) 150%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
#benefits .benefits-wrapper::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/benefits.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 700px;
    height: 80px;
    top: 0;
    right: 0;
}
.benefits-wrapper img.cutout {
    position: absolute;
    z-index: 10;
    top: -105px;
    right: 25%;
    height: calc(100% + 250px);
}
#benefits .benefits-content {
    z-index: 9;
    position: relative;
}
#benefits .benefits-content .balls {
    display: flex;
    gap: 6px;
}
#benefits .benefits-content .ball {
    background-color: var(--color-accent-yellow);
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}
#benefits .title {
    color: var(--color-accent-yellow);
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 1rem;
}
#benefits .desc {
    color: #FFFFFFCC;
    max-width: 450px;
}
#benefits .logos-flex {
    display: grid;
    margin: 3rem 0;
    gap: 70px;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
}
#benefits .your-logo {
    font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-accent-yellow);
    line-height: 1.15;
    text-align: center;
    padding: 2rem 1rem;
    border: 3px dashed var(--color-accent-yellow);
    border-radius: 20px;
}
#benefits .logos-flex .sponsor-logo img {
	filter: brightness(0) invert(1);
	width: 100%;
    height: auto;
}


/* Sponsor Package Table */

.has-global-section #benefits-table {
    padding-bottom: 5rem !important;
    padding-top: 13rem !important;
}


/* Mobile */

@media screen and (max-width: 768px) {
	
	/* Quick Links */
	
	#quick-links {
		padding: 4rem 1.5rem 0 !important;
	}
	#quick-links .links-flex {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: var(--blocksGap);
	}
	#quick-links .links-flex .quick-link {
		width: 100%;
	}
	#quick-links .links-flex .quick-link .overlay {
		padding: 1.5rem 1.5rem 1.5rem 7rem;
	}
	#quick-links .links-flex .quick-link h3 {
		font-size: 22px;
	}
	
	/* Peek */
	
	#peek {
		padding-bottom: 0 !important;
	}
	
	/* Benefits */
	
	#benefits {
		padding: 0 !important;
	}
	#benefits .benefits-wrapper {
		padding: 2rem 1.5rem;
        background-size: 250%;
        background-position: 20% 0%;
	}
	#benefits .benefits-wrapper::before {
		background: linear-gradient(0deg,rgba(3, 53, 99, 1) 50%, rgba(255, 255, 255, 0) 150%);
	}
	#benefits .benefits-wrapper::after {
		content: "";
        position: absolute;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #03356370 80%);
        z-index: 10;
	}
	.has-global-section #benefits-table {
		padding-top: 0 !important;
	}
	.benefits-wrapper img.cutout {
    	height: 60%;
	    right: unset;
	    left: -50px;
	    top: -50px;
	    z-index: 100;
	}
	#benefits .benefits-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
	}
	#benefits .benefits-content .balls {
		margin-top: 3.5rem !important;
	}
	.benefits-text {
		order: 2;
	}
	#benefits .your-logo {
	    font-size: 0.85rem;
		padding: 1rem;
	}
	#benefits .logos-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        margin: 0;
		width: 150px;
	}
	#benefits .logos-flex .sponsor-logo img {
	    width: 75%;
	    height: auto;
	    margin: 0 auto;
	}
	#benefits .title {
		font-size: 33px;
	}
	#benefits .global-btn {
		display: inline-flex;
		margin: 2rem auto 0 0;
		order: 3;
	}
}
