<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


@media (min-width: 992px) and (max-width: 1023.98px) {

	.serviceSet h1 {
		margin-left:0;
		padding:0;
	}

}

@media (max-width: 1319.98px) {
	.siteWrap {
		margin-top: 0;
	}

}

@media (max-width: 1199.98px) {

	.jumboHead {
		font-size: calc(1.45em + 3vw);
	}

	.wwdIntro {
		font-size: 1.25em;
	}

	.fourPoints {
		margin-top: 2rem;
	}

	.clientsGroup ul {
		grid-template-columns: 1fr 1fr;
	}


}

@media (max-width: 991.98px) {

	.homeLogo {
		max-width: 200px;
	}

	.servicesDivider {
		display: none;
	}

	.serviceSet {
		border-top: 3px solid var(--sgNavy);
		margin-top: 5rem;
	}

	.serviceSet h5 {
		margin-top: -50px;
	}

	.teamList {
		grid-template-columns: repeat(auto-fit,minmax(33%,1fr));
	}

	.clientsGroup .wwdIntro {
    		font-size: 1.125em;
	}

}

@media (max-width: 767.98px) {

.siteWrap {
	margin-bottom: 0;
}

.jumboHead {
  margin: 6rem 0 0 0;
}

.homeLogo {
	max-width: 156px;
}

.introDesc {
	font-size: .9em;
}

.notched .arrow-right {
  top: 1rem;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--sgNavy);
}

.wwdIntro {
	font-size: 1em;
}

.howEngage {
	margin-bottom:6rem;
}

.howEngage li{
	font-size: 1em;
}

.serviceSet h1 {
}

.serviceSet h3, .serviceSet ul {
	width: auto;
}

.serviceSet h3 {
	font-size: 1em;
}

.whyOps .titleBox {
	padding-right: 0;
	width: 100%;
}

.whyOps .titleText {
	font-size: 1em;
	width: 100%;
	text-align: center;
}

.fourPoints {
	margin-top: 1rem;
}
.fourPoints h3 {
	font-size: 1.25em;
	padding: 1rem 0;
	text-align: center;
}

.fourPoints [class*="col-"] {
	min-height: unset;
	justify-content:center;
}

.centerRing {
	display:none;
}

.pointOne::after,
.pointTwo::after,
.pointThree::after {
	content: "";
	display: block;
	background-image: url('/wp-content/themes/sg/img/continuousdot.gif');
	background-size: 10px;
	width: 100%;
	height: 2px;
}

.divideY {
	background: none;
}

.divideX::after {
	display: none;
}

.teamSubhead {
	font-size: 2em;
	text-align: center;
}

.teamList {
	grid-template-columns: repeat(auto-fit,minmax(50%,1fr));
}

.teamList li {
	flex-direction: column;
	margin-bottom: 1.5rem;
}

.nameRole {
	padding-left: 0;
}

.nameRole p {
	font-size: .8em;
	margin: 4px 0 0 0;
}

.clientsGroup, .contactGroup {
	width: auto;
}

.clientsGroup .titleBox {
	margin-left: -64px;
}

.titleText {
	padding: 20px 30px;
}

.clientsGroup ul {
	padding: 0;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 5rem;
	gap: 50px 40px;
	width: 100%;
}

.clientsGroup ul li {
	text-align: center;
	display: flex;
	align-self: center;
	justify-content: center;
}

.contactGroup {
	margin-left: 0;
}

.contactInner {
	margin-left: 16px;
}

.contactInner .titleBox {
	margin-left: auto;
	margin-right: auto;
}


}

@media (max-width: 575.98px) {

	.clientsGroup ul {
		grid-template-columns: 1fr 1fr;
	}

}



@media (min-width: 992px) {

.contactCTA {
	font-size: 4em;
	max-width: 250px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

}

</pre></body></html>