p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-text-and-image {
margin-top: 2rem;
} .block-text-and-image .text-and-image-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
align-items: center;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-subheading {
font-size: 20px;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #E95E0B;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-heading {
font-size: 50px;
line-height: 60px;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #23473E;
margin-bottom: 40px;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-body {
font-size: 20px;
line-height: 30px;
color: #ffffff;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-cta {
margin-top: 40px;
}
@media only screen and (min-width: 1030px) { .block-text-and-image {
margin-top: 5rem;
} .block-text-and-image .text-and-image-grid {
grid-template-columns: 1fr 1fr;
padding-top: 5rem;
} .block-text-and-image .text-and-image-grid .tai-body {
margin-bottom: 80px;
}
}p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-projects-only-grid {
margin-top: 2rem;
} .block-projects-only-grid h2 {
margin-top: 2.5rem;
} .block-projects-only-grid #project-only-articles-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
padding-top: 2.5rem;
} .block-projects-only-grid #project-only-articles-grid .project-article {
display: flex;
flex-direction: column;
justify-content: space-between;
} .block-projects-only-grid #project-only-articles-grid .project-article.residential {
background-color: #6EA178;
} .block-projects-only-grid #project-only-articles-grid .project-article.commercial {
background-color: #23473E;
} .block-projects-only-grid #project-only-articles-grid .project-article .project-summary {
padding: 1em;
color: #fff;
} .block-projects-only-grid #project-only-articles-grid .project-article .project-summary .project-title {
font-size: 24px;
line-height: 28px;
} .block-projects-only-grid #project-only-articles-grid .project-article .project-summary .project-location {
margin-top: 0.5rem;
margin-bottom: 1rem;
} .block-projects-only-grid .view-more {
grid-column: span 1;
padding: 1.5rem 0;
display: flex;
justify-content: center;
align-content: center;
}
@media only screen and (min-width: 768px) { .block-projects-only-grid {
margin-top: 2.5rem;
} .block-projects-only-grid #project-only-articles-grid {
grid-template-columns: repeat(2, 1fr);
padding: 0 3rem;
padding-top: 2.5rem;
} .block-projects-only-grid .view-more {
grid-column: span 2;
}
}
@media only screen and (min-width: 1030px) { .block-projects-only-grid {
margin-top: 7.5rem;
} .block-projects-only-grid #project-only-articles-grid {
grid-template-columns: repeat(4, 1fr);
padding: 0 6rem;
padding-top: 2.5rem;
} .block-projects-only-grid .view-more {
grid-column: span 4;
}
}p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-featured-news h2 {
margin-top: 2.5rem;
} .block-featured-news #articles-grid {
padding-top: 2.5rem;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
padding-left: 0rem;
padding-right: 0rem;
} .block-featured-news #articles-grid .article-item {
background-color: #CDE8E7;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
} .block-featured-news #articles-grid .article-item .article-thumbnail img {
width: 100%;
} .block-featured-news #articles-grid .article-item .article-details {
padding: 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
} .block-featured-news #articles-grid .article-item .article-details .article-title {
font-size: 24px;
line-height: 28px;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #23473E;
} .block-featured-news #articles-grid .article-item .article-details .article-summary {
margin-top: 1rem;
} .block-featured-news #articles-grid .article-item .article-details .outline-btn {
margin-top: 1rem;
} .block-featured-news .view-more {
grid-column: span 1;
padding: 1.5rem 0;
display: flex;
justify-content: center;
align-content: center;
}
@media only screen and (min-width: 768px) { .block-featured-news #articles-grid {
grid-template-columns: 1fr 1fr;
padding-left: 3rem;
padding-right: 3rem;
} .block-featured-news .view-more {
grid-column: span 2;
padding: 1.5rem 0;
display: flex;
justify-content: center;
align-content: center;
}
}
@media only screen and (min-width: 1030px) { .block-featured-news #articles-grid {
padding-left: 6rem;
padding-right: 6rem;
grid-template-columns: 1fr 1fr 1fr;
} .block-featured-news .view-more {
grid-column: span 4;
}
}p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .outline-btn, .white-outline-btn {
position: relative;
display: inline-block;
margin-bottom: .5em;
padding: 0.5em 1em;
border: 0;
border-radius: 2px;
text-decoration: none;
} .outline-btn:active, .white-outline-btn:active {
top: 1px;
} .outline-btn { display: flex;
align-items: center;
justify-content: center;
max-width: 500px;
height: 70px; border: 2px solid #23473E;
color: #23473E;
opacity: 1;
font-weight: bold;
} .outline-btn:hover, .outline-btn:focus {
background-color: rgba(35, 71, 62, 0.25);
color: #23473E;
text-decoration: none;
} .outline-btn:active {
top: 1px;
} .white-outline-btn { display: flex;
align-items: center;
justify-content: center;
max-width: 500px;
height: 70px; border: 2px solid #ffffff;
color: #ffffff;
opacity: 1;
font-weight: bold;
} .white-outline-btn:hover, .white-outline-btn:focus {
background-color: rgba(255, 255, 255, 0.25);
color: #ffffff;
text-decoration: none;
} .white-outline-btn:active {
top: 1px;
} .block-text-and-image-alt {
margin-left: -1rem;
margin-right: -1rem;
margin-top: 2rem;
} .block-text-and-image-alt:first-of-type {
margin-top: 0rem;
} .block-text-and-image-alt .text-and-image-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
align-items: center;
padding: 2rem;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading {
font-size: 20px;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading {
margin-top: 1rem;
font-size: 40px;
line-height: 50px;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body {
margin-top: 2rem;
font-size: 20px;
line-height: 30px;
color: #ffffff;
} .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta {
margin-top: 3rem;
}
@media only screen and (min-width: 1030px) { .block-text-and-image-alt {
margin-top: 6rem;
margin-left: unset;
margin-right: unset;
} .block-text-and-image-alt .text-and-image-grid {
grid-template-columns: 1fr 1fr;
padding-right: 6rem;
}
}