/* New brand theming for 2026 */

body {
	background: #FBFAF3;
}

.ea-wrapper {
	margin: 0 auto;
	max-width: 1600px;
}

@media (min-width: 1400px) {
	.ea-wrapper {
		margin: 0 auto;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		max-width: 1600px;
	}
}

/* Top bar styles */

.top-bar {
	background: #FBFAF3;
}

/* Background styles */

.bg-stone {
	background-color: #FBFAF3;
}

.bg-aqua {
	background-color: #C2FFFD;
}

.bg-gradient {
	background: linear-gradient(0deg,rgba(223, 244, 248, 1) 0%, rgba(251, 250, 243, 1) 50%);
}

/* Button styles */

.btn-center {
	text-align: center;
	justify-content: center;
}

.btn-purple {
	background-color: #8055FF;
	color: #fff;
}

.btn-purple:hover {
	background-color: #8D66FF;
}

.btn-outline-purple {
	border: 1px solid #8D66FF;
}

.btn-outline-purple:hover {
	background-color: #8D66FF;
	color: #fff;
}

/* Border */

.bottom-border-new {
	border-bottom: 1px solid #ccc;
}

.hover\:border-blue-400:hover, .lg\:border-blue-400, .lg\:hover\:border-blue-400:hover {
    border-color: #8D66FF;
}

/* Ttext gradient */

.text-fill-dark {
	background-image: linear-gradient(90deg, rgb(19, 6, 61) 0%, rgb(16, 185, 243) 100%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

.text-fill-light {
	background-image: linear-gradient(90deg, rgb(201, 196, 230) 0%, rgb(16, 185, 243) 100%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

/* Mobile overrides */

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #220639;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color: #220639;
}

@media (min-width: 1024px) {
    .lg\:top-27 {
        top: 6.938rem;
    }
}

/* Global reach */

@media screen and (min-width: 768px) {
    .office-locations__inner__buttons {
        background-image: url(wave.png);
    }
}