/* 258723 */

.t2461.home .logo-nav-container,
.t2461.inner .logo-nav-container {
	background: #09b5bf;
}

.t2461.home .logo-nav-container h2 {
	color: #ffffff;
}	

.t2461 .page--text .subtitle {
	background-color: #09b5bf;
}

.t2461 .custom__banner {
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	background-color: rgba(9, 181, 191 ,0.8);
}

.t2461 .custom__banner-container {
	display: flex;
	width: auto;
	align-items: center;
}

.t2461 .custom__banner-logo {
	display: inline-block;
	height: 95px;
}

.t2461 .custom__banner-text {
	display: inline-block;
	height: 55px;
}

.t2461.inner .logo-nav-container h2 {
	color: #ffffff;
}	

.t2461.inner .nav-container .menu-top-container .nav-item a {
	color: #ffffff;
}

.t2461.inner .container--team .Awards {
	display: none;
}	

@media only screen and (min-width: 978px) {
	.t2461.home .custom__banner {
		display: flex;
	}

	.t2461.home .page--header-bottom {
		position: relative;
	}

	.t2461.home .logo-nav-container .logo-container {
		display: none;
	}

	.t2461.home .logo-nav-container {
		background: #ffffff;
	}

	.t2461.inner .logo-nav-container h2 {
		color: transparent;
	}

	.t2461.home .page--div-top .agent-header-container {
		display: none;
	}
}


@media only screen and (min-width: 1240px) {
	.t2461.home .page--div-top .section--team {
		margin-bottom: 5.5em;
	}
}