/* Text component extending to full width */
.cmp-text {
    max-width: initial;
}

/* Avoid Word Wrapping*/
.remove-word-break a { 
    word-break: break-word !important; 
}

@media (min-width: 768px) {
	.agency-header-is-sticky .cmp-agency-header__logo {
		height: 6.58rem;
		margin-bottom: -10px;
	}
	
	
	.cmp-agency-header__logo {
		height: 6.58rem;
		width: auto;
		margin-bottom: -10px;
	}
}

.cmp-agency-footer {
    background-color: #001F3F;
}



