/* DKAK brand marks */
.c-header__brand > img.dkak-monogram {
	display: block;
	height: auto;
}

.c-footer__brand > a {
	overflow: visible;
}

.c-footer__brand > a > img.dkak-logo-full {
	display: inline-block;
	height: auto;
}

@media (max-width: 639px) {
	.c-header__brand > img.dkak-monogram {
		width: 32px;
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.c-header__brand > img.dkak-monogram {
		width: 38px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.c-header__brand > img.dkak-monogram {
		width: 42px;
	}
}

@media (min-width: 1100px) and (max-width: 1379px) {
	.c-header__brand > img.dkak-monogram {
		width: 46px;
	}
}

@media (min-width: 1380px) {
	.c-header__brand > img.dkak-monogram {
		width: 50px;
	}
}

/* Homepage hero: unobstructed team photo with content beneath it. */
.c-home-header {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}

.c-home-header__details {
	padding: 4rem 0 6rem;
}

.c-home-header__heading {
	margin-bottom: 0;
	font-size: 1.75rem;
	line-height: 1.357;
}

.c-home-header__heading .u-m-body-label {
	color: #a03528;
}

.c-home-header__divider {
	display: block;
	width: 44px;
	height: 2px;
	margin-top: 2rem;
	background: #a03528;
}

.c-home-header__details .c-button:before,
.c-home-header__details .c-button:after {
	content: none;
}

.c-home-header__intro[data-animation] {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.c-home-header__intro[data-animation].is-animated,
.no-js .c-home-header__intro[data-animation],
body.disabled-animations .c-home-header__intro[data-animation] {
	opacity: 1;
}

@media (min-width: 991px) {
	.c-home-header__inner:after {
		padding-top: 37.5%;
	}

	.c-home-header__details {
		padding: 5rem 0 8rem;
	}

	.c-home-header__summary {
		padding-right: 16.66667%;
	}

	.c-home-header__intro {
		padding-left: 8.33333%;
	}
}

@media (max-width: 990px) {
	.c-home-header__image:after {
		padding-top: 37.5%;
	}

	.c-home-header__intro {
		margin-top: 4rem;
	}
}

@media (min-width: 1100px) {
	.c-header.is-fixed .c-header__brand > img.dkak-monogram {
		width: 38px;
	}
}

@media (max-width: 359px) {
	.c-footer__brand {
		display: block;
		text-align: center;
	}

	.c-footer__brand > a > img.dkak-logo-full {
		width: 140px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.c-footer__brand > a > img.dkak-logo-full {
		width: 160px;
	}
}

@media (min-width: 768px) {
	.c-footer__brand > a > img.dkak-logo-full {
		width: 220px;
	}
}

/* Services intro: reuse the homepage summary hierarchy. */
.s-services-intro-bottom {
	padding-top: 0;
	margin-top: 4rem;
}

.s-services-intro-bottom:before {
	content: none;
}

.s-services-intro-summary {
	text-align: left;
}

.s-services-intro-bottom .o-image {
	margin-top: 5rem;
}

.s-services-intro-summary .c-home-header__intro p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1100px) {
	.s-services-intro-bottom {
		margin-top: 6rem;
	}

	.s-services-intro-bottom .o-image {
		margin-top: 6rem;
	}
}
