This commit is contained in:
2025-06-02 16:11:21 -07:00
parent d3ad522ee4
commit 0f6e427c2b
4 changed files with 19 additions and 3 deletions

11
dist/app.css vendored
View File

@@ -12048,13 +12048,13 @@ a {
}
}
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.services-blocks h2, section.services-blocks .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 40px;
line-height: 40px;
margin-bottom: 2rem;
}
@media (min-width: 768px) {
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.services-blocks h2, section.services-blocks .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
@@ -12524,6 +12524,13 @@ section.large-quote .quote p.attribution {
line-height: 63px;
}
section.services-blocks {
background-color: #063C5A;
}
section.services-blocks h2, section.services-blocks .h2 {
color: #fff;
}
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
color: #063C5A;
margin-top: 6rem;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=c42c8f1b7968cb7cc55118e8879478db"
"/app.css": "/app.css?id=d20064ca7cd08dad9836b3c5659295ba"
}

View File

@@ -18,6 +18,7 @@
@import "flex-grid-callout";
@import "flex-3-column-callouts";
@import "flex-large-quote";
@import "flex-services-blocks";
@import "team-members";
@import "team-member";

View File

@@ -0,0 +1,8 @@
section.services-blocks {
background-color: $c-navy;
h2 {
@extend .headline-lg;
color: $c-white;
}
}