luna-one 3.1.430 → 3.1.431
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2315 -2315
- package/dist/application/assets/images/carat-down.svg +3 -3
- package/dist/application/assets/images/carat-up.svg +3 -3
- package/dist/application/assets/images/close-blue.svg +4 -4
- package/dist/application/assets/images/close.svg +3 -3
- package/dist/application/assets/images/ellipses.svg +6 -6
- package/dist/application/assets/images/facebook.svg +13 -13
- package/dist/application/assets/images/instagram.svg +19 -19
- package/dist/application/assets/images/linkedin.svg +15 -15
- package/dist/application/assets/images/twitter.svg +17 -17
- package/dist/application/assets/images/youtube.svg +14 -14
- package/dist/application/components/Loading/Loading.scss +10 -10
- package/dist/global-styles/content/typography.scss +140 -140
- package/dist/global-styles/fonts/benton.scss +5 -5
- package/dist/global-styles/global-terra.scss +10 -10
- package/dist/global-styles/global-vars.scss +600 -600
- package/dist/global-styles/layout/_css-grid.scss +20 -20
- package/dist/global-styles/layout/_media-queries.scss +35 -35
- package/dist/global-styles/layout/_normalize.scss +340 -340
- package/dist/global-styles/layout/_reset.scss +13 -13
- package/dist/global-styles/mixins/_box-shadow.scss +6 -6
- package/dist/global-styles/mixins/_mixins.scss +5 -5
- package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
- package/dist/global-styles/mixins/_typography.scss +110 -110
- package/dist/global-styles/mixins/_yiq.scss +50 -50
- package/dist/global-styles/mixins/_z-index.scss +3 -3
- package/dist/global-styles/terra.scss +15 -15
- package/dist/global-styles/utilities/_box-shadow.scss +8 -8
- package/dist/global-styles/utilities/_display.scss +48 -48
- package/dist/global-styles/utilities/_font-family.scss +15 -15
- package/dist/global-styles/utilities/_parallax.scss +23 -23
- package/dist/global-styles/utilities/_text-align.scss +24 -24
- package/dist/luna/components/2x2/2x2.scss +776 -776
- package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
- package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
- package/dist/luna/components/BlockListItems/AppCards.js +1 -1
- package/dist/luna/components/BlockListItems/BlockListItems.scss +236 -236
- package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
- package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
- package/dist/luna/components/ComparisonTable/ComparisonTable.scss +354 -354
- package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +279 -279
- package/dist/luna/components/DataPoint/DataPoint.scss +160 -160
- package/dist/luna/components/EventCard/EventCard.scss +134 -134
- package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +26 -26
- package/dist/luna/components/Header/Header.scss +34 -34
- package/dist/luna/components/ImageGallery/ImageGallery.scss +438 -438
- package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +124 -124
- package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
- package/dist/luna/components/LinkList/LinkList.scss +44 -44
- package/dist/luna/components/Login/Login.scss +180 -180
- package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
- package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
- package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
- package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +272 -272
- package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
- package/dist/luna/components/MobileNav/MobileNav.scss +283 -283
- package/dist/luna/components/NavBarTop/NavBarTop.scss +408 -408
- package/dist/luna/components/NavSearch/NavSearch.scss +129 -129
- package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +338 -338
- package/dist/luna/components/OverlayNotice/OverlayNotice.scss +248 -248
- package/dist/luna/components/Pagination/Pagination.scss +27 -27
- package/dist/luna/components/ProductSummary/ProductSummary.scss +266 -266
- package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
- package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
- package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
- package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
- package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
- package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
- package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
- package/dist/luna/components/Tabs/Tabs.scss +747 -747
- package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
- package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
- package/dist/luna/components/UnboundedCard/UnboundedCard.scss +101 -101
- package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
- package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
- package/dist/luna/components/Video/Video.scss +207 -207
- package/dist/luna/components/VidyardModal/VidyardModal.scss +32 -32
- package/dist/luna/featurettes/Accordion/Accordion.scss +137 -137
- package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
- package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
- package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
- package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
- package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
- package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
- package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
- package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
- package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
- package/dist/luna/featurettes/IconTextList/IconTextList.scss +118 -118
- package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +187 -187
- package/dist/luna/featurettes/PullQuote/PullQuote.scss +322 -322
- package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
- package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
- package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
- package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +605 -605
- package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
- package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
- package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
- package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
- package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
- package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
- package/dist/luna/heroes/SuperHero/SuperHero.scss +774 -774
- package/dist/luna/images/arrow-diagonal-black.svg +13 -13
- package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
- package/dist/luna/images/arrow-diagonal-white.svg +13 -13
- package/dist/luna/images/bulletpoint.svg +3 -3
- package/dist/luna/images/callout-icon.svg +3 -3
- package/dist/luna/images/check-blue.svg +4 -4
- package/dist/luna/images/circle-arrow-right-black.svg +3 -3
- package/dist/luna/images/circle-arrow-right-white.svg +3 -3
- package/dist/luna/images/circle-arrow.svg +3 -3
- package/dist/luna/images/close-button.svg +42 -42
- package/dist/luna/images/close-dark-navy.svg +3 -3
- package/dist/luna/images/close-icon.svg +3 -3
- package/dist/luna/images/collapse-close-blue.svg +5 -5
- package/dist/luna/images/collapse-close-gold.svg +5 -5
- package/dist/luna/images/collapse-open-blue.svg +4 -4
- package/dist/luna/images/collapse-open-gold.svg +4 -4
- package/dist/luna/images/cross-medium-blue.svg +4 -4
- package/dist/luna/images/cross-medium-white.svg +5 -5
- package/dist/luna/images/down-caret-dark-blue.svg +4 -4
- package/dist/luna/images/down-caret-dark-gray.svg +4 -4
- package/dist/luna/images/down-caret-light-gray.svg +4 -4
- package/dist/luna/images/downArrow.svg +36 -36
- package/dist/luna/images/external-arrow-blue.svg +11 -11
- package/dist/luna/images/external-arrow-white-theme.svg +12 -12
- package/dist/luna/images/external-arrow.svg +12 -12
- package/dist/luna/images/form-border-top-light.svg +4 -4
- package/dist/luna/images/frame-intersection.svg +3 -3
- package/dist/luna/images/gallery-image-corner-border.svg +3 -3
- package/dist/luna/images/green-tick.svg +3 -3
- package/dist/luna/images/internal-arrow-blue.svg +15 -15
- package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
- package/dist/luna/images/internal-arrow.svg +15 -15
- package/dist/luna/images/logo-icon.svg +17 -17
- package/dist/luna/images/pdf-doc.svg +9 -9
- package/dist/luna/images/play.svg +17 -17
- package/dist/luna/images/right-caret-dark-blue.svg +3 -3
- package/dist/luna/images/right-caret-light-gray.svg +4 -4
- package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
- package/dist/luna/images/right-caret-light-yellow.svg +4 -4
- package/dist/luna/images/right-caret-medium-gray.svg +4 -4
- package/dist/luna/images/search.svg +9 -9
- package/dist/luna/images/skipicon.svg +154 -154
- package/dist/luna/images/text-doc.svg +9 -9
- package/dist/luna/images/text-lines.svg +22 -22
- package/dist/luna/images/tooltip-close-icon.svg +3 -3
- package/dist/luna/images/tooltip-icon.svg +3 -3
- package/dist/luna/images/up-arrow.svg +36 -36
- package/dist/luna/images/up-right-arrow.svg +9 -9
- package/dist/luna/images/user-profile.svg +37 -37
- package/dist/luna/images/worldwide.svg +19 -19
- package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
- package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
- package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
- package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
- package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
- package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
- package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
- package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
- package/dist/luna/other-organisms/Carousel/Carousel.scss +134 -134
- package/dist/luna/other-organisms/Flyout/Flyout.scss +254 -254
- package/dist/luna/other-organisms/Footer/Footer.scss +469 -469
- package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +317 -317
- package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
- package/dist/luna/other-organisms/NavBar/NavBar.scss +638 -638
- package/dist/luna/other-organisms/SubNav/SubNav.scss +232 -232
- package/package.json +93 -93
|
@@ -1,776 +1,776 @@
|
|
|
1
|
-
@import "../../../global-styles/terra.scss";
|
|
2
|
-
|
|
3
|
-
//Line trimming function
|
|
4
|
-
@mixin trim($numLines: null) {
|
|
5
|
-
@if $numLines != null {
|
|
6
|
-
display: -webkit-box;
|
|
7
|
-
-webkit-line-clamp: $numLines;
|
|
8
|
-
-webkit-box-orient: vertical;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
} @else {
|
|
11
|
-
text-overflow: ellipsis;
|
|
12
|
-
white-space: nowrap;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
display: block;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.luna-2x2 {
|
|
19
|
-
display: grid;
|
|
20
|
-
//Grid counts are doubled since this component ...
|
|
21
|
-
//... places items on half grid lines.
|
|
22
|
-
grid-template-columns: repeat(28, 1fr); // 14
|
|
23
|
-
grid-template-rows: repeat(18, 1fr); // 9
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 720px;
|
|
26
|
-
|
|
27
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
28
|
-
height: 1040px;
|
|
29
|
-
grid-template-rows: repeat(52, 1fr);
|
|
30
|
-
grid-template-columns: repeat(14, 1fr);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&__short-data-point {
|
|
34
|
-
max-width: 560px;
|
|
35
|
-
width: 100%;
|
|
36
|
-
height: 560px;
|
|
37
|
-
|
|
38
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
39
|
-
height: 960px;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&__data-point {
|
|
44
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
45
|
-
grid-template-rows: repeat(68, 1fr);
|
|
46
|
-
height: 1440px;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
//One background image and overlapping content have the same ...
|
|
51
|
-
//... number of grid rows
|
|
52
|
-
&__one-background-image {
|
|
53
|
-
grid-template-rows: repeat(22, 1fr); // 11
|
|
54
|
-
height: 880px;
|
|
55
|
-
|
|
56
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
57
|
-
height: 600px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
61
|
-
height: 1040px;
|
|
62
|
-
grid-template-rows: repeat(52, 1fr);
|
|
63
|
-
grid-template-columns: repeat(14, 1fr);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&--no-background-image {
|
|
67
|
-
min-height: 880px;
|
|
68
|
-
|
|
69
|
-
@media screen and (min-width: $breakpoint-sm) {
|
|
70
|
-
height: 840px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&__background {
|
|
75
|
-
grid-column: 1 / span 28;
|
|
76
|
-
grid-row: 1 / span 22;
|
|
77
|
-
|
|
78
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
79
|
-
grid-column: 1 / span 14;
|
|
80
|
-
grid-row: 1 / span 52;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&__four-background-images {
|
|
86
|
-
//Grid counts are quadrupled since this component ...
|
|
87
|
-
//... places items on quarter grid lines.
|
|
88
|
-
grid-template-columns: repeat(56, 1fr); // 14
|
|
89
|
-
grid-template-rows: repeat(52, 1fr); // 13
|
|
90
|
-
height: 1000px;
|
|
91
|
-
|
|
92
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
93
|
-
height: 780px;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
97
|
-
height: 1180px;
|
|
98
|
-
grid-template-rows: repeat(59, 1fr);
|
|
99
|
-
grid-template-columns: repeat(14, 1fr);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&__background1 {
|
|
103
|
-
grid-column: 1 / span 27;
|
|
104
|
-
grid-row: 1 / span 22;
|
|
105
|
-
background-size: cover;
|
|
106
|
-
background-position: center;
|
|
107
|
-
|
|
108
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
109
|
-
grid-column: 1 / span 14;
|
|
110
|
-
grid-row: 1 / span 11;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
&__background2 {
|
|
114
|
-
grid-column: 30 / span 27;
|
|
115
|
-
grid-row: 1 / span 22;
|
|
116
|
-
background-size: cover;
|
|
117
|
-
background-position: center;
|
|
118
|
-
|
|
119
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
120
|
-
grid-column: 1 / span 14;
|
|
121
|
-
grid-row: 16 / span 11;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
&__background3 {
|
|
125
|
-
grid-column: 1 / span 27;
|
|
126
|
-
grid-row: 31 / span 22;
|
|
127
|
-
background-size: cover;
|
|
128
|
-
background-position: center;
|
|
129
|
-
|
|
130
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
131
|
-
grid-column: 1 / span 14;
|
|
132
|
-
grid-row: 46 / span 11;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
&__background4 {
|
|
136
|
-
grid-column: 30 / span 27;
|
|
137
|
-
grid-row: 31 / span 22;
|
|
138
|
-
background-size: cover;
|
|
139
|
-
background-position: center;
|
|
140
|
-
|
|
141
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
142
|
-
grid-column: 1 / span 14;
|
|
143
|
-
grid-row: 31 / span 11;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&__background-image {
|
|
149
|
-
height: 100%;
|
|
150
|
-
width: 100%;
|
|
151
|
-
object-fit: cover;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
&__content-quadrant {
|
|
155
|
-
display: flex;
|
|
156
|
-
justify-content: center;
|
|
157
|
-
flex-direction: column;
|
|
158
|
-
position: relative;
|
|
159
|
-
overflow: hidden;
|
|
160
|
-
|
|
161
|
-
.luna-stat-container {
|
|
162
|
-
|
|
163
|
-
&__stat {
|
|
164
|
-
font-size: 60px;
|
|
165
|
-
line-height: 70px;
|
|
166
|
-
margin-bottom: 8px;
|
|
167
|
-
@include benton-normal();
|
|
168
|
-
|
|
169
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
170
|
-
font-size: 40px;
|
|
171
|
-
line-height: 47px;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&__subheader {
|
|
176
|
-
font-size: 24px;
|
|
177
|
-
line-height: 30px;
|
|
178
|
-
@include benton-very-bold();
|
|
179
|
-
|
|
180
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
181
|
-
font-size: 22px;
|
|
182
|
-
line-height: 27px;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
&__text {
|
|
187
|
-
font-size: 18px;
|
|
188
|
-
line-height: 25px;
|
|
189
|
-
@include benton-light();
|
|
190
|
-
|
|
191
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
192
|
-
font-size: 15px;
|
|
193
|
-
line-height: 23px;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
&--content {
|
|
199
|
-
padding: spacing("lg");
|
|
200
|
-
overflow: hidden;
|
|
201
|
-
display: flex;
|
|
202
|
-
flex-direction: column;
|
|
203
|
-
|
|
204
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
205
|
-
padding: spacing("md");
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
209
|
-
padding: spacing("sm");
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.headline {
|
|
213
|
-
@include trim(2);
|
|
214
|
-
|
|
215
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
216
|
-
font-size: font-size("md");
|
|
217
|
-
margin: 4px 0 0 0;
|
|
218
|
-
line-height: 1.4;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
222
|
-
line-height: 1.2;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
&--no-margin {
|
|
226
|
-
margin: 0;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.ter-icon-text-list__content-wrapper {
|
|
231
|
-
@media screen and (max-width: 960px) {
|
|
232
|
-
grid-column: 1 / span 16 !important;
|
|
233
|
-
align-self: start;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
.ter-icon-text-list__item {
|
|
237
|
-
@media screen and (max-width: 960px) {
|
|
238
|
-
margin-bottom: spacing("xxs");
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
> .ter-header {
|
|
243
|
-
> .ter-header__container {
|
|
244
|
-
> .headline {
|
|
245
|
-
font-size: $card-title-size;
|
|
246
|
-
line-height: 30px;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
> .richtext-container {
|
|
252
|
-
> p {
|
|
253
|
-
font-size: $subheading-size-mobile;
|
|
254
|
-
line-height: 25px;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
&--image {
|
|
260
|
-
height: 100%;
|
|
261
|
-
width: 100%;
|
|
262
|
-
object-fit: cover;
|
|
263
|
-
overflow: hidden;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
&--has-data-point {
|
|
267
|
-
padding: spacing("none");
|
|
268
|
-
align-items: center;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
&__top-left {
|
|
272
|
-
&--one-background-image {
|
|
273
|
-
grid-column: 2 / span 13;
|
|
274
|
-
grid-row: 4 / span 9;
|
|
275
|
-
|
|
276
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
277
|
-
grid-column: 2 / span 12;
|
|
278
|
-
grid-row: 4 / span 12;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
&--four-background-images {
|
|
283
|
-
grid-column: 3 / span 25;
|
|
284
|
-
grid-row: 11 / span 15;
|
|
285
|
-
|
|
286
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
287
|
-
grid-column: 3 / span 25;
|
|
288
|
-
grid-row: 10 / span 16;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
292
|
-
grid-column: 2 / span 13;
|
|
293
|
-
grid-row: 4 / span 11;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
&--zero-background-images {
|
|
298
|
-
&--has-image {
|
|
299
|
-
&--has-overlap {
|
|
300
|
-
grid-column: 1 / span 16;
|
|
301
|
-
grid-row: 1 / span 11;
|
|
302
|
-
z-index: 1;
|
|
303
|
-
|
|
304
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
305
|
-
grid-column: 1 / span 14;
|
|
306
|
-
grid-row: 1 / span 13;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
&--no-overlap {
|
|
310
|
-
grid-column: 2 / span 13;
|
|
311
|
-
grid-row: 2 / span 8;
|
|
312
|
-
|
|
313
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
314
|
-
grid-column: 1 / span 14;
|
|
315
|
-
grid-row: 1 / span 13;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
&--has-short-data-point {
|
|
319
|
-
grid-column: 1 / span 14;
|
|
320
|
-
grid-row: 1 / span 9;
|
|
321
|
-
|
|
322
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
323
|
-
grid-column: 1 / span 14;
|
|
324
|
-
grid-row: 1 / span 13;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
&--has-data-point {
|
|
328
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
329
|
-
grid-column: 1 / span 14;
|
|
330
|
-
grid-row: 1 / span 13;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
&--no-image {
|
|
336
|
-
&--has-overlap {
|
|
337
|
-
grid-column: 1 / span 16;
|
|
338
|
-
grid-row: 3 / span 8;
|
|
339
|
-
z-index: 2;
|
|
340
|
-
|
|
341
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
342
|
-
grid-column: 1 / span 13;
|
|
343
|
-
grid-row: 12 / span 15;
|
|
344
|
-
z-index: 2;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
&--no-overlap {
|
|
348
|
-
grid-column: 1 / span 14;
|
|
349
|
-
grid-row: 1 / span 9;
|
|
350
|
-
|
|
351
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
352
|
-
grid-column: 1 / span 13;
|
|
353
|
-
grid-row: 12 / span 15;
|
|
354
|
-
z-index: 2;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
&--has-short-data-point {
|
|
358
|
-
grid-column: 1 / span 14;
|
|
359
|
-
grid-row: 1 / span 9;
|
|
360
|
-
|
|
361
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
362
|
-
grid-column: 1 / span 14;
|
|
363
|
-
grid-row: 14 / span 13;
|
|
364
|
-
z-index: 2;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
&--has-data-point {
|
|
368
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
369
|
-
grid-column: 1 / span 13;
|
|
370
|
-
grid-row: 12 / span 25;
|
|
371
|
-
z-index: 2;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
&__top-right {
|
|
379
|
-
&--one-background-image {
|
|
380
|
-
grid-column: 15 / span 13;
|
|
381
|
-
grid-row: 4 / span 9;
|
|
382
|
-
|
|
383
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
384
|
-
grid-column: 2 / span 12;
|
|
385
|
-
grid-row: 16 / span 12;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
&--four-background-images {
|
|
389
|
-
grid-column: 30 / span 25;
|
|
390
|
-
grid-row: 11 / span 15;
|
|
391
|
-
|
|
392
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
393
|
-
grid-column: 30 / span 25;
|
|
394
|
-
grid-row: 10 / span 16;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
398
|
-
grid-column: 2 / span 13;
|
|
399
|
-
grid-row: 19 / span 11;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
&--zero-background-images {
|
|
404
|
-
&--has-image {
|
|
405
|
-
&--has-overlap {
|
|
406
|
-
grid-column: 13 / span 16;
|
|
407
|
-
grid-row: 1 / span 11;
|
|
408
|
-
z-index: 1;
|
|
409
|
-
|
|
410
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
411
|
-
grid-column: 1 / span 14;
|
|
412
|
-
grid-row: 1 / span 13;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
&--no-overlap {
|
|
416
|
-
grid-column: 15 / span 13;
|
|
417
|
-
grid-row: 2 / span 8;
|
|
418
|
-
|
|
419
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
420
|
-
grid-column: 1 / span 14;
|
|
421
|
-
grid-row: 1 / span 13;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
&--has-short-data-point {
|
|
425
|
-
grid-column: 15 / span 14;
|
|
426
|
-
grid-row: 1 / span 9;
|
|
427
|
-
|
|
428
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
429
|
-
grid-column: 1 / span 14;
|
|
430
|
-
grid-row: 1 / span 13;
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
&--has-data-point {
|
|
434
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
435
|
-
grid-column: 1 / span 14;
|
|
436
|
-
grid-row: 1 / span 13;
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
&--no-image {
|
|
442
|
-
&--has-overlap {
|
|
443
|
-
grid-column: 13 / span 16;
|
|
444
|
-
grid-row: 3 / span 8;
|
|
445
|
-
z-index: 2;
|
|
446
|
-
|
|
447
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
448
|
-
grid-column: 1 / span 13;
|
|
449
|
-
grid-row: 12 / span 15;
|
|
450
|
-
z-index: 2;
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
&--no-overlap {
|
|
454
|
-
grid-column: 15 / span 14;
|
|
455
|
-
grid-row: 1 / span 9;
|
|
456
|
-
|
|
457
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
458
|
-
grid-column: 1 / span 13;
|
|
459
|
-
grid-row: 12 / span 15;
|
|
460
|
-
z-index: 2;
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
&--has-short-data-point {
|
|
464
|
-
grid-column: 15 / span 14;
|
|
465
|
-
grid-row: 1 / span 9;
|
|
466
|
-
|
|
467
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
468
|
-
grid-column: 1 / span 14;
|
|
469
|
-
grid-row: 14 / span 13;
|
|
470
|
-
z-index: 2;
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
&--has-data-point {
|
|
474
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
475
|
-
grid-column: 1 / span 13;
|
|
476
|
-
grid-row: 12 / span 23;
|
|
477
|
-
z-index: 2;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
&__bottom-left {
|
|
485
|
-
&--one-background-image {
|
|
486
|
-
grid-column: 2 / span 13;
|
|
487
|
-
grid-row: 13 / span 9;
|
|
488
|
-
|
|
489
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
490
|
-
grid-column: 2 / span 12;
|
|
491
|
-
grid-row: 40 / span 12;
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
&--four-background-images {
|
|
495
|
-
grid-column: 3 / span 25;
|
|
496
|
-
grid-row: 28 / span 15;
|
|
497
|
-
|
|
498
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
499
|
-
grid-column: 3 / span 25;
|
|
500
|
-
grid-row: 28 / span 16;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
504
|
-
grid-column: 2 / span 13;
|
|
505
|
-
grid-row: 49 / span 11;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
&--zero-background-images {
|
|
510
|
-
&--has-image {
|
|
511
|
-
&--has-overlap {
|
|
512
|
-
grid-column: 1 / span 16;
|
|
513
|
-
grid-row: 11 / span 11;
|
|
514
|
-
z-index: 0;
|
|
515
|
-
|
|
516
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
517
|
-
grid-column: 1 / span 14;
|
|
518
|
-
grid-row: 27 / span 13;
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
&--no-overlap {
|
|
522
|
-
grid-column: 2 / span 13;
|
|
523
|
-
grid-row: 10 / span 8;
|
|
524
|
-
|
|
525
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
526
|
-
grid-column: 1 / span 14;
|
|
527
|
-
grid-row: 27 / span 13;
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
&--has-short-data-point {
|
|
531
|
-
grid-column: 1 / span 14;
|
|
532
|
-
grid-row: 10 / span 9;
|
|
533
|
-
|
|
534
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
535
|
-
grid-column: 1 / span 14;
|
|
536
|
-
grid-row: 27 / span 13;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
&--has-data-point {
|
|
540
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
541
|
-
grid-column: 1 / span 14;
|
|
542
|
-
grid-row: 38 / span 23;
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
&--no-image {
|
|
548
|
-
&--has-overlap {
|
|
549
|
-
grid-column: 1 / span 16;
|
|
550
|
-
grid-row: 12 / span 8;
|
|
551
|
-
z-index: 2;
|
|
552
|
-
|
|
553
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
554
|
-
grid-column: 1 / span 13;
|
|
555
|
-
grid-row: 38 / span 15;
|
|
556
|
-
z-index: 2;
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
&--no-overlap {
|
|
560
|
-
grid-column: 1 / span 14;
|
|
561
|
-
grid-row: 10 / span 9;
|
|
562
|
-
|
|
563
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
564
|
-
grid-column: 1 / span 13;
|
|
565
|
-
grid-row: 38 / span 15;
|
|
566
|
-
z-index: 2;
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
&--has-short-data-point {
|
|
570
|
-
grid-column: 1 / span 14;
|
|
571
|
-
grid-row: 10 / span 9;
|
|
572
|
-
|
|
573
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
574
|
-
grid-column: 1 / span 14;
|
|
575
|
-
grid-row: 40 / span 13;
|
|
576
|
-
z-index: 2;
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
&--has-data-point {
|
|
580
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
581
|
-
grid-column: 1 / span 13;
|
|
582
|
-
grid-row: 46 / span 23;
|
|
583
|
-
z-index: 2;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
&__bottom-right {
|
|
591
|
-
&--one-background-image {
|
|
592
|
-
grid-column: 15 / span 13;
|
|
593
|
-
grid-row: 13 / span 9;
|
|
594
|
-
|
|
595
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
596
|
-
grid-column: 2 / span 12;
|
|
597
|
-
grid-row: 28 / span 12;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
&--four-background-images {
|
|
602
|
-
grid-column: 30 / span 25;
|
|
603
|
-
grid-row: 28 / span 15;
|
|
604
|
-
|
|
605
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
606
|
-
grid-column: 30 / span 25;
|
|
607
|
-
grid-row: 28 / span 16;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
611
|
-
grid-column: 2 / span 13;
|
|
612
|
-
grid-row: 34 / span 11;
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
&--zero-background-images {
|
|
617
|
-
&--has-image {
|
|
618
|
-
&--has-overlap {
|
|
619
|
-
grid-column: 13 / span 16;
|
|
620
|
-
grid-row: 11 / span 11;
|
|
621
|
-
z-index: 0;
|
|
622
|
-
|
|
623
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
624
|
-
grid-column: 1 / span 14;
|
|
625
|
-
grid-row: 27 / span 13;
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
&--no-overlap {
|
|
629
|
-
grid-column: 15 / span 13;
|
|
630
|
-
grid-row: 10 / span 8;
|
|
631
|
-
|
|
632
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
633
|
-
grid-column: 1 / span 14;
|
|
634
|
-
grid-row: 27 / span 13;
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
&--has-short-data-point {
|
|
638
|
-
grid-column: 15 / span 14;
|
|
639
|
-
grid-row: 10 / span 9;
|
|
640
|
-
|
|
641
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
642
|
-
grid-column: 1 / span 14;
|
|
643
|
-
grid-row: 27 / span 13;
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
&--has-data-point {
|
|
647
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
648
|
-
grid-column: 1 / span 14;
|
|
649
|
-
grid-row: 35 / span 13;
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
&--no-image {
|
|
655
|
-
&--has-overlap {
|
|
656
|
-
grid-column: 13 / span 16;
|
|
657
|
-
grid-row: 12 / span 8;
|
|
658
|
-
z-index: 2;
|
|
659
|
-
|
|
660
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
661
|
-
grid-column: 1 / span 13;
|
|
662
|
-
grid-row: 38 / span 15;
|
|
663
|
-
z-index: 2;
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
&--no-overlap {
|
|
667
|
-
grid-column: 15 / span 14;
|
|
668
|
-
grid-row: 10 / span 9;
|
|
669
|
-
|
|
670
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
671
|
-
grid-column: 1 / span 13;
|
|
672
|
-
grid-row: 38 / span 15;
|
|
673
|
-
z-index: 2;
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
&--has-short-data-point {
|
|
677
|
-
grid-column: 15 / span 14;
|
|
678
|
-
grid-row: 10 / span 9;
|
|
679
|
-
|
|
680
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
681
|
-
grid-column: 1 / span 14;
|
|
682
|
-
grid-row: 40 / span 13;
|
|
683
|
-
z-index: 2;
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
&--has-data-point {
|
|
687
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
688
|
-
grid-column: 1 / span 13;
|
|
689
|
-
grid-row: 48 / span 25;
|
|
690
|
-
z-index: 2;
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
&--white {
|
|
698
|
-
background: $white;
|
|
699
|
-
color: $trimble-dark-gray;
|
|
700
|
-
&--background-image {
|
|
701
|
-
background: rgba($white, 0.95);
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
&--trimble-blue {
|
|
706
|
-
background: $trimble-blue;
|
|
707
|
-
color: $white;
|
|
708
|
-
&--background-image {
|
|
709
|
-
background: rgba($trimble-blue, 0.95);
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
&--dark-navy {
|
|
714
|
-
background: $dark-navy;
|
|
715
|
-
color: $white;
|
|
716
|
-
|
|
717
|
-
&--background-image {
|
|
718
|
-
background: rgba($dark-navy, 0.95);
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
&--concrete-gray {
|
|
723
|
-
background: $concrete-gray;
|
|
724
|
-
color: $trimble-dark-gray;
|
|
725
|
-
|
|
726
|
-
&--background-image {
|
|
727
|
-
background: rgba($concrete-gray, 0.95);
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
&--trimble-dark-gray {
|
|
732
|
-
background: $trimble-dark-gray;
|
|
733
|
-
color: $white;
|
|
734
|
-
&--background-image {
|
|
735
|
-
background: rgba($trimble-dark-gray, 0.95);
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
&__content-spacer {
|
|
741
|
-
@include trim(3);
|
|
742
|
-
padding-top: spacing("xs");
|
|
743
|
-
object-fit: cover;
|
|
744
|
-
|
|
745
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
746
|
-
@include trim(6);
|
|
747
|
-
padding-top: spacing("xxs");
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
@media screen and (max-width: $breakpoint-xs) {
|
|
751
|
-
padding-top: spacing("mini");
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
p {
|
|
755
|
-
font-size: $subheading-size-mobile;
|
|
756
|
-
line-height: 25px;
|
|
757
|
-
|
|
758
|
-
@media screen and (max-width: $breakpoint-sm) {
|
|
759
|
-
font-size: 600px;
|
|
760
|
-
font-size: font-size("micro");
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
p:last-of-type {
|
|
765
|
-
padding-top: 0;
|
|
766
|
-
margin-bottom: 0;
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.luna-2x2__content-quadrant--dark-navy, .luna-2x2__content-quadrant--trimble-blue, .luna-2x2__content-quadrant--trimble-dark-gray {
|
|
772
|
-
h1, h2, h3, h4, h5, h6, p, li, ul, ol, a, i, b {
|
|
773
|
-
color: $white;
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
|
|
1
|
+
@import "../../../global-styles/terra.scss";
|
|
2
|
+
|
|
3
|
+
//Line trimming function
|
|
4
|
+
@mixin trim($numLines: null) {
|
|
5
|
+
@if $numLines != null {
|
|
6
|
+
display: -webkit-box;
|
|
7
|
+
-webkit-line-clamp: $numLines;
|
|
8
|
+
-webkit-box-orient: vertical;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
} @else {
|
|
11
|
+
text-overflow: ellipsis;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
display: block;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.luna-2x2 {
|
|
19
|
+
display: grid;
|
|
20
|
+
//Grid counts are doubled since this component ...
|
|
21
|
+
//... places items on half grid lines.
|
|
22
|
+
grid-template-columns: repeat(28, 1fr); // 14
|
|
23
|
+
grid-template-rows: repeat(18, 1fr); // 9
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 720px;
|
|
26
|
+
|
|
27
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
28
|
+
height: 1040px;
|
|
29
|
+
grid-template-rows: repeat(52, 1fr);
|
|
30
|
+
grid-template-columns: repeat(14, 1fr);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&__short-data-point {
|
|
34
|
+
max-width: 560px;
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 560px;
|
|
37
|
+
|
|
38
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
39
|
+
height: 960px;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&__data-point {
|
|
44
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
45
|
+
grid-template-rows: repeat(68, 1fr);
|
|
46
|
+
height: 1440px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
//One background image and overlapping content have the same ...
|
|
51
|
+
//... number of grid rows
|
|
52
|
+
&__one-background-image {
|
|
53
|
+
grid-template-rows: repeat(22, 1fr); // 11
|
|
54
|
+
height: 880px;
|
|
55
|
+
|
|
56
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
57
|
+
height: 600px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
61
|
+
height: 1040px;
|
|
62
|
+
grid-template-rows: repeat(52, 1fr);
|
|
63
|
+
grid-template-columns: repeat(14, 1fr);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&--no-background-image {
|
|
67
|
+
min-height: 880px;
|
|
68
|
+
|
|
69
|
+
@media screen and (min-width: $breakpoint-sm) {
|
|
70
|
+
height: 840px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__background {
|
|
75
|
+
grid-column: 1 / span 28;
|
|
76
|
+
grid-row: 1 / span 22;
|
|
77
|
+
|
|
78
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
79
|
+
grid-column: 1 / span 14;
|
|
80
|
+
grid-row: 1 / span 52;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&__four-background-images {
|
|
86
|
+
//Grid counts are quadrupled since this component ...
|
|
87
|
+
//... places items on quarter grid lines.
|
|
88
|
+
grid-template-columns: repeat(56, 1fr); // 14
|
|
89
|
+
grid-template-rows: repeat(52, 1fr); // 13
|
|
90
|
+
height: 1000px;
|
|
91
|
+
|
|
92
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
93
|
+
height: 780px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
97
|
+
height: 1180px;
|
|
98
|
+
grid-template-rows: repeat(59, 1fr);
|
|
99
|
+
grid-template-columns: repeat(14, 1fr);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&__background1 {
|
|
103
|
+
grid-column: 1 / span 27;
|
|
104
|
+
grid-row: 1 / span 22;
|
|
105
|
+
background-size: cover;
|
|
106
|
+
background-position: center;
|
|
107
|
+
|
|
108
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
109
|
+
grid-column: 1 / span 14;
|
|
110
|
+
grid-row: 1 / span 11;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&__background2 {
|
|
114
|
+
grid-column: 30 / span 27;
|
|
115
|
+
grid-row: 1 / span 22;
|
|
116
|
+
background-size: cover;
|
|
117
|
+
background-position: center;
|
|
118
|
+
|
|
119
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
120
|
+
grid-column: 1 / span 14;
|
|
121
|
+
grid-row: 16 / span 11;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
&__background3 {
|
|
125
|
+
grid-column: 1 / span 27;
|
|
126
|
+
grid-row: 31 / span 22;
|
|
127
|
+
background-size: cover;
|
|
128
|
+
background-position: center;
|
|
129
|
+
|
|
130
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
131
|
+
grid-column: 1 / span 14;
|
|
132
|
+
grid-row: 46 / span 11;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
&__background4 {
|
|
136
|
+
grid-column: 30 / span 27;
|
|
137
|
+
grid-row: 31 / span 22;
|
|
138
|
+
background-size: cover;
|
|
139
|
+
background-position: center;
|
|
140
|
+
|
|
141
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
142
|
+
grid-column: 1 / span 14;
|
|
143
|
+
grid-row: 31 / span 11;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&__background-image {
|
|
149
|
+
height: 100%;
|
|
150
|
+
width: 100%;
|
|
151
|
+
object-fit: cover;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&__content-quadrant {
|
|
155
|
+
display: flex;
|
|
156
|
+
justify-content: center;
|
|
157
|
+
flex-direction: column;
|
|
158
|
+
position: relative;
|
|
159
|
+
overflow: hidden;
|
|
160
|
+
|
|
161
|
+
.luna-stat-container {
|
|
162
|
+
|
|
163
|
+
&__stat {
|
|
164
|
+
font-size: 60px;
|
|
165
|
+
line-height: 70px;
|
|
166
|
+
margin-bottom: 8px;
|
|
167
|
+
@include benton-normal();
|
|
168
|
+
|
|
169
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
170
|
+
font-size: 40px;
|
|
171
|
+
line-height: 47px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&__subheader {
|
|
176
|
+
font-size: 24px;
|
|
177
|
+
line-height: 30px;
|
|
178
|
+
@include benton-very-bold();
|
|
179
|
+
|
|
180
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
181
|
+
font-size: 22px;
|
|
182
|
+
line-height: 27px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&__text {
|
|
187
|
+
font-size: 18px;
|
|
188
|
+
line-height: 25px;
|
|
189
|
+
@include benton-light();
|
|
190
|
+
|
|
191
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
192
|
+
font-size: 15px;
|
|
193
|
+
line-height: 23px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&--content {
|
|
199
|
+
padding: spacing("lg");
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
display: flex;
|
|
202
|
+
flex-direction: column;
|
|
203
|
+
|
|
204
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
205
|
+
padding: spacing("md");
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
209
|
+
padding: spacing("sm");
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.headline {
|
|
213
|
+
@include trim(2);
|
|
214
|
+
|
|
215
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
216
|
+
font-size: font-size("md");
|
|
217
|
+
margin: 4px 0 0 0;
|
|
218
|
+
line-height: 1.4;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
222
|
+
line-height: 1.2;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&--no-margin {
|
|
226
|
+
margin: 0;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.ter-icon-text-list__content-wrapper {
|
|
231
|
+
@media screen and (max-width: 960px) {
|
|
232
|
+
grid-column: 1 / span 16 !important;
|
|
233
|
+
align-self: start;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
.ter-icon-text-list__item {
|
|
237
|
+
@media screen and (max-width: 960px) {
|
|
238
|
+
margin-bottom: spacing("xxs");
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
> .ter-header {
|
|
243
|
+
> .ter-header__container {
|
|
244
|
+
> .headline {
|
|
245
|
+
font-size: $card-title-size;
|
|
246
|
+
line-height: 30px;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
> .richtext-container {
|
|
252
|
+
> p {
|
|
253
|
+
font-size: $subheading-size-mobile;
|
|
254
|
+
line-height: 25px;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&--image {
|
|
260
|
+
height: 100%;
|
|
261
|
+
width: 100%;
|
|
262
|
+
object-fit: cover;
|
|
263
|
+
overflow: hidden;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
&--has-data-point {
|
|
267
|
+
padding: spacing("none");
|
|
268
|
+
align-items: center;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
&__top-left {
|
|
272
|
+
&--one-background-image {
|
|
273
|
+
grid-column: 2 / span 13;
|
|
274
|
+
grid-row: 4 / span 9;
|
|
275
|
+
|
|
276
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
277
|
+
grid-column: 2 / span 12;
|
|
278
|
+
grid-row: 4 / span 12;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
&--four-background-images {
|
|
283
|
+
grid-column: 3 / span 25;
|
|
284
|
+
grid-row: 11 / span 15;
|
|
285
|
+
|
|
286
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
287
|
+
grid-column: 3 / span 25;
|
|
288
|
+
grid-row: 10 / span 16;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
292
|
+
grid-column: 2 / span 13;
|
|
293
|
+
grid-row: 4 / span 11;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
&--zero-background-images {
|
|
298
|
+
&--has-image {
|
|
299
|
+
&--has-overlap {
|
|
300
|
+
grid-column: 1 / span 16;
|
|
301
|
+
grid-row: 1 / span 11;
|
|
302
|
+
z-index: 1;
|
|
303
|
+
|
|
304
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
305
|
+
grid-column: 1 / span 14;
|
|
306
|
+
grid-row: 1 / span 13;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
&--no-overlap {
|
|
310
|
+
grid-column: 2 / span 13;
|
|
311
|
+
grid-row: 2 / span 8;
|
|
312
|
+
|
|
313
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
314
|
+
grid-column: 1 / span 14;
|
|
315
|
+
grid-row: 1 / span 13;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
&--has-short-data-point {
|
|
319
|
+
grid-column: 1 / span 14;
|
|
320
|
+
grid-row: 1 / span 9;
|
|
321
|
+
|
|
322
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
323
|
+
grid-column: 1 / span 14;
|
|
324
|
+
grid-row: 1 / span 13;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
&--has-data-point {
|
|
328
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
329
|
+
grid-column: 1 / span 14;
|
|
330
|
+
grid-row: 1 / span 13;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
&--no-image {
|
|
336
|
+
&--has-overlap {
|
|
337
|
+
grid-column: 1 / span 16;
|
|
338
|
+
grid-row: 3 / span 8;
|
|
339
|
+
z-index: 2;
|
|
340
|
+
|
|
341
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
342
|
+
grid-column: 1 / span 13;
|
|
343
|
+
grid-row: 12 / span 15;
|
|
344
|
+
z-index: 2;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
&--no-overlap {
|
|
348
|
+
grid-column: 1 / span 14;
|
|
349
|
+
grid-row: 1 / span 9;
|
|
350
|
+
|
|
351
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
352
|
+
grid-column: 1 / span 13;
|
|
353
|
+
grid-row: 12 / span 15;
|
|
354
|
+
z-index: 2;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
&--has-short-data-point {
|
|
358
|
+
grid-column: 1 / span 14;
|
|
359
|
+
grid-row: 1 / span 9;
|
|
360
|
+
|
|
361
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
362
|
+
grid-column: 1 / span 14;
|
|
363
|
+
grid-row: 14 / span 13;
|
|
364
|
+
z-index: 2;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
&--has-data-point {
|
|
368
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
369
|
+
grid-column: 1 / span 13;
|
|
370
|
+
grid-row: 12 / span 25;
|
|
371
|
+
z-index: 2;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&__top-right {
|
|
379
|
+
&--one-background-image {
|
|
380
|
+
grid-column: 15 / span 13;
|
|
381
|
+
grid-row: 4 / span 9;
|
|
382
|
+
|
|
383
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
384
|
+
grid-column: 2 / span 12;
|
|
385
|
+
grid-row: 16 / span 12;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
&--four-background-images {
|
|
389
|
+
grid-column: 30 / span 25;
|
|
390
|
+
grid-row: 11 / span 15;
|
|
391
|
+
|
|
392
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
393
|
+
grid-column: 30 / span 25;
|
|
394
|
+
grid-row: 10 / span 16;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
398
|
+
grid-column: 2 / span 13;
|
|
399
|
+
grid-row: 19 / span 11;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
&--zero-background-images {
|
|
404
|
+
&--has-image {
|
|
405
|
+
&--has-overlap {
|
|
406
|
+
grid-column: 13 / span 16;
|
|
407
|
+
grid-row: 1 / span 11;
|
|
408
|
+
z-index: 1;
|
|
409
|
+
|
|
410
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
411
|
+
grid-column: 1 / span 14;
|
|
412
|
+
grid-row: 1 / span 13;
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
&--no-overlap {
|
|
416
|
+
grid-column: 15 / span 13;
|
|
417
|
+
grid-row: 2 / span 8;
|
|
418
|
+
|
|
419
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
420
|
+
grid-column: 1 / span 14;
|
|
421
|
+
grid-row: 1 / span 13;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
&--has-short-data-point {
|
|
425
|
+
grid-column: 15 / span 14;
|
|
426
|
+
grid-row: 1 / span 9;
|
|
427
|
+
|
|
428
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
429
|
+
grid-column: 1 / span 14;
|
|
430
|
+
grid-row: 1 / span 13;
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
&--has-data-point {
|
|
434
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
435
|
+
grid-column: 1 / span 14;
|
|
436
|
+
grid-row: 1 / span 13;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
&--no-image {
|
|
442
|
+
&--has-overlap {
|
|
443
|
+
grid-column: 13 / span 16;
|
|
444
|
+
grid-row: 3 / span 8;
|
|
445
|
+
z-index: 2;
|
|
446
|
+
|
|
447
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
448
|
+
grid-column: 1 / span 13;
|
|
449
|
+
grid-row: 12 / span 15;
|
|
450
|
+
z-index: 2;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
&--no-overlap {
|
|
454
|
+
grid-column: 15 / span 14;
|
|
455
|
+
grid-row: 1 / span 9;
|
|
456
|
+
|
|
457
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
458
|
+
grid-column: 1 / span 13;
|
|
459
|
+
grid-row: 12 / span 15;
|
|
460
|
+
z-index: 2;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
&--has-short-data-point {
|
|
464
|
+
grid-column: 15 / span 14;
|
|
465
|
+
grid-row: 1 / span 9;
|
|
466
|
+
|
|
467
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
468
|
+
grid-column: 1 / span 14;
|
|
469
|
+
grid-row: 14 / span 13;
|
|
470
|
+
z-index: 2;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
&--has-data-point {
|
|
474
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
475
|
+
grid-column: 1 / span 13;
|
|
476
|
+
grid-row: 12 / span 23;
|
|
477
|
+
z-index: 2;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
&__bottom-left {
|
|
485
|
+
&--one-background-image {
|
|
486
|
+
grid-column: 2 / span 13;
|
|
487
|
+
grid-row: 13 / span 9;
|
|
488
|
+
|
|
489
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
490
|
+
grid-column: 2 / span 12;
|
|
491
|
+
grid-row: 40 / span 12;
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
&--four-background-images {
|
|
495
|
+
grid-column: 3 / span 25;
|
|
496
|
+
grid-row: 28 / span 15;
|
|
497
|
+
|
|
498
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
499
|
+
grid-column: 3 / span 25;
|
|
500
|
+
grid-row: 28 / span 16;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
504
|
+
grid-column: 2 / span 13;
|
|
505
|
+
grid-row: 49 / span 11;
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
&--zero-background-images {
|
|
510
|
+
&--has-image {
|
|
511
|
+
&--has-overlap {
|
|
512
|
+
grid-column: 1 / span 16;
|
|
513
|
+
grid-row: 11 / span 11;
|
|
514
|
+
z-index: 0;
|
|
515
|
+
|
|
516
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
517
|
+
grid-column: 1 / span 14;
|
|
518
|
+
grid-row: 27 / span 13;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
&--no-overlap {
|
|
522
|
+
grid-column: 2 / span 13;
|
|
523
|
+
grid-row: 10 / span 8;
|
|
524
|
+
|
|
525
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
526
|
+
grid-column: 1 / span 14;
|
|
527
|
+
grid-row: 27 / span 13;
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
&--has-short-data-point {
|
|
531
|
+
grid-column: 1 / span 14;
|
|
532
|
+
grid-row: 10 / span 9;
|
|
533
|
+
|
|
534
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
535
|
+
grid-column: 1 / span 14;
|
|
536
|
+
grid-row: 27 / span 13;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
&--has-data-point {
|
|
540
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
541
|
+
grid-column: 1 / span 14;
|
|
542
|
+
grid-row: 38 / span 23;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
&--no-image {
|
|
548
|
+
&--has-overlap {
|
|
549
|
+
grid-column: 1 / span 16;
|
|
550
|
+
grid-row: 12 / span 8;
|
|
551
|
+
z-index: 2;
|
|
552
|
+
|
|
553
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
554
|
+
grid-column: 1 / span 13;
|
|
555
|
+
grid-row: 38 / span 15;
|
|
556
|
+
z-index: 2;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
&--no-overlap {
|
|
560
|
+
grid-column: 1 / span 14;
|
|
561
|
+
grid-row: 10 / span 9;
|
|
562
|
+
|
|
563
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
564
|
+
grid-column: 1 / span 13;
|
|
565
|
+
grid-row: 38 / span 15;
|
|
566
|
+
z-index: 2;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
&--has-short-data-point {
|
|
570
|
+
grid-column: 1 / span 14;
|
|
571
|
+
grid-row: 10 / span 9;
|
|
572
|
+
|
|
573
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
574
|
+
grid-column: 1 / span 14;
|
|
575
|
+
grid-row: 40 / span 13;
|
|
576
|
+
z-index: 2;
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
&--has-data-point {
|
|
580
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
581
|
+
grid-column: 1 / span 13;
|
|
582
|
+
grid-row: 46 / span 23;
|
|
583
|
+
z-index: 2;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
&__bottom-right {
|
|
591
|
+
&--one-background-image {
|
|
592
|
+
grid-column: 15 / span 13;
|
|
593
|
+
grid-row: 13 / span 9;
|
|
594
|
+
|
|
595
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
596
|
+
grid-column: 2 / span 12;
|
|
597
|
+
grid-row: 28 / span 12;
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
&--four-background-images {
|
|
602
|
+
grid-column: 30 / span 25;
|
|
603
|
+
grid-row: 28 / span 15;
|
|
604
|
+
|
|
605
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
606
|
+
grid-column: 30 / span 25;
|
|
607
|
+
grid-row: 28 / span 16;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
611
|
+
grid-column: 2 / span 13;
|
|
612
|
+
grid-row: 34 / span 11;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
&--zero-background-images {
|
|
617
|
+
&--has-image {
|
|
618
|
+
&--has-overlap {
|
|
619
|
+
grid-column: 13 / span 16;
|
|
620
|
+
grid-row: 11 / span 11;
|
|
621
|
+
z-index: 0;
|
|
622
|
+
|
|
623
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
624
|
+
grid-column: 1 / span 14;
|
|
625
|
+
grid-row: 27 / span 13;
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
&--no-overlap {
|
|
629
|
+
grid-column: 15 / span 13;
|
|
630
|
+
grid-row: 10 / span 8;
|
|
631
|
+
|
|
632
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
633
|
+
grid-column: 1 / span 14;
|
|
634
|
+
grid-row: 27 / span 13;
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
&--has-short-data-point {
|
|
638
|
+
grid-column: 15 / span 14;
|
|
639
|
+
grid-row: 10 / span 9;
|
|
640
|
+
|
|
641
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
642
|
+
grid-column: 1 / span 14;
|
|
643
|
+
grid-row: 27 / span 13;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
&--has-data-point {
|
|
647
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
648
|
+
grid-column: 1 / span 14;
|
|
649
|
+
grid-row: 35 / span 13;
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
&--no-image {
|
|
655
|
+
&--has-overlap {
|
|
656
|
+
grid-column: 13 / span 16;
|
|
657
|
+
grid-row: 12 / span 8;
|
|
658
|
+
z-index: 2;
|
|
659
|
+
|
|
660
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
661
|
+
grid-column: 1 / span 13;
|
|
662
|
+
grid-row: 38 / span 15;
|
|
663
|
+
z-index: 2;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
&--no-overlap {
|
|
667
|
+
grid-column: 15 / span 14;
|
|
668
|
+
grid-row: 10 / span 9;
|
|
669
|
+
|
|
670
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
671
|
+
grid-column: 1 / span 13;
|
|
672
|
+
grid-row: 38 / span 15;
|
|
673
|
+
z-index: 2;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
&--has-short-data-point {
|
|
677
|
+
grid-column: 15 / span 14;
|
|
678
|
+
grid-row: 10 / span 9;
|
|
679
|
+
|
|
680
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
681
|
+
grid-column: 1 / span 14;
|
|
682
|
+
grid-row: 40 / span 13;
|
|
683
|
+
z-index: 2;
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
&--has-data-point {
|
|
687
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
688
|
+
grid-column: 1 / span 13;
|
|
689
|
+
grid-row: 48 / span 25;
|
|
690
|
+
z-index: 2;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
&--white {
|
|
698
|
+
background: $white;
|
|
699
|
+
color: $trimble-dark-gray;
|
|
700
|
+
&--background-image {
|
|
701
|
+
background: rgba($white, 0.95);
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
&--trimble-blue {
|
|
706
|
+
background: $trimble-blue;
|
|
707
|
+
color: $white;
|
|
708
|
+
&--background-image {
|
|
709
|
+
background: rgba($trimble-blue, 0.95);
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
&--dark-navy {
|
|
714
|
+
background: $dark-navy;
|
|
715
|
+
color: $white;
|
|
716
|
+
|
|
717
|
+
&--background-image {
|
|
718
|
+
background: rgba($dark-navy, 0.95);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
&--concrete-gray {
|
|
723
|
+
background: $concrete-gray;
|
|
724
|
+
color: $trimble-dark-gray;
|
|
725
|
+
|
|
726
|
+
&--background-image {
|
|
727
|
+
background: rgba($concrete-gray, 0.95);
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
&--trimble-dark-gray {
|
|
732
|
+
background: $trimble-dark-gray;
|
|
733
|
+
color: $white;
|
|
734
|
+
&--background-image {
|
|
735
|
+
background: rgba($trimble-dark-gray, 0.95);
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
&__content-spacer {
|
|
741
|
+
@include trim(3);
|
|
742
|
+
padding-top: spacing("xs");
|
|
743
|
+
object-fit: cover;
|
|
744
|
+
|
|
745
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
746
|
+
@include trim(6);
|
|
747
|
+
padding-top: spacing("xxs");
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
751
|
+
padding-top: spacing("mini");
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
p {
|
|
755
|
+
font-size: $subheading-size-mobile;
|
|
756
|
+
line-height: 25px;
|
|
757
|
+
|
|
758
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
759
|
+
font-size: 600px;
|
|
760
|
+
font-size: font-size("micro");
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
p:last-of-type {
|
|
765
|
+
padding-top: 0;
|
|
766
|
+
margin-bottom: 0;
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.luna-2x2__content-quadrant--dark-navy, .luna-2x2__content-quadrant--trimble-blue, .luna-2x2__content-quadrant--trimble-dark-gray {
|
|
772
|
+
h1, h2, h3, h4, h5, h6, p, li, ul, ol, a, i, b {
|
|
773
|
+
color: $white;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|