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.
Files changed (167) hide show
  1. package/README.md +2315 -2315
  2. package/dist/application/assets/images/carat-down.svg +3 -3
  3. package/dist/application/assets/images/carat-up.svg +3 -3
  4. package/dist/application/assets/images/close-blue.svg +4 -4
  5. package/dist/application/assets/images/close.svg +3 -3
  6. package/dist/application/assets/images/ellipses.svg +6 -6
  7. package/dist/application/assets/images/facebook.svg +13 -13
  8. package/dist/application/assets/images/instagram.svg +19 -19
  9. package/dist/application/assets/images/linkedin.svg +15 -15
  10. package/dist/application/assets/images/twitter.svg +17 -17
  11. package/dist/application/assets/images/youtube.svg +14 -14
  12. package/dist/application/components/Loading/Loading.scss +10 -10
  13. package/dist/global-styles/content/typography.scss +140 -140
  14. package/dist/global-styles/fonts/benton.scss +5 -5
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +600 -600
  17. package/dist/global-styles/layout/_css-grid.scss +20 -20
  18. package/dist/global-styles/layout/_media-queries.scss +35 -35
  19. package/dist/global-styles/layout/_normalize.scss +340 -340
  20. package/dist/global-styles/layout/_reset.scss +13 -13
  21. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  22. package/dist/global-styles/mixins/_mixins.scss +5 -5
  23. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  24. package/dist/global-styles/mixins/_typography.scss +110 -110
  25. package/dist/global-styles/mixins/_yiq.scss +50 -50
  26. package/dist/global-styles/mixins/_z-index.scss +3 -3
  27. package/dist/global-styles/terra.scss +15 -15
  28. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  29. package/dist/global-styles/utilities/_display.scss +48 -48
  30. package/dist/global-styles/utilities/_font-family.scss +15 -15
  31. package/dist/global-styles/utilities/_parallax.scss +23 -23
  32. package/dist/global-styles/utilities/_text-align.scss +24 -24
  33. package/dist/luna/components/2x2/2x2.scss +776 -776
  34. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  35. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  36. package/dist/luna/components/BlockListItems/AppCards.js +1 -1
  37. package/dist/luna/components/BlockListItems/BlockListItems.scss +236 -236
  38. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +354 -354
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +279 -279
  42. package/dist/luna/components/DataPoint/DataPoint.scss +160 -160
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +26 -26
  45. package/dist/luna/components/Header/Header.scss +34 -34
  46. package/dist/luna/components/ImageGallery/ImageGallery.scss +438 -438
  47. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +124 -124
  48. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  49. package/dist/luna/components/LinkList/LinkList.scss +44 -44
  50. package/dist/luna/components/Login/Login.scss +180 -180
  51. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  52. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  53. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  54. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +272 -272
  55. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  56. package/dist/luna/components/MobileNav/MobileNav.scss +283 -283
  57. package/dist/luna/components/NavBarTop/NavBarTop.scss +408 -408
  58. package/dist/luna/components/NavSearch/NavSearch.scss +129 -129
  59. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +338 -338
  60. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +248 -248
  61. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  62. package/dist/luna/components/ProductSummary/ProductSummary.scss +266 -266
  63. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  64. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  65. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  66. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  67. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  68. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  69. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  70. package/dist/luna/components/Tabs/Tabs.scss +747 -747
  71. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  72. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  73. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +101 -101
  74. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  75. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  76. package/dist/luna/components/Video/Video.scss +207 -207
  77. package/dist/luna/components/VidyardModal/VidyardModal.scss +32 -32
  78. package/dist/luna/featurettes/Accordion/Accordion.scss +137 -137
  79. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  80. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  81. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  82. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  83. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  84. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  85. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  86. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  87. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  88. package/dist/luna/featurettes/IconTextList/IconTextList.scss +118 -118
  89. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +187 -187
  90. package/dist/luna/featurettes/PullQuote/PullQuote.scss +322 -322
  91. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  92. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  93. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  94. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +605 -605
  95. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  96. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  97. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  98. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  99. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  100. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  101. package/dist/luna/heroes/SuperHero/SuperHero.scss +774 -774
  102. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  103. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  104. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  105. package/dist/luna/images/bulletpoint.svg +3 -3
  106. package/dist/luna/images/callout-icon.svg +3 -3
  107. package/dist/luna/images/check-blue.svg +4 -4
  108. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  109. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  110. package/dist/luna/images/circle-arrow.svg +3 -3
  111. package/dist/luna/images/close-button.svg +42 -42
  112. package/dist/luna/images/close-dark-navy.svg +3 -3
  113. package/dist/luna/images/close-icon.svg +3 -3
  114. package/dist/luna/images/collapse-close-blue.svg +5 -5
  115. package/dist/luna/images/collapse-close-gold.svg +5 -5
  116. package/dist/luna/images/collapse-open-blue.svg +4 -4
  117. package/dist/luna/images/collapse-open-gold.svg +4 -4
  118. package/dist/luna/images/cross-medium-blue.svg +4 -4
  119. package/dist/luna/images/cross-medium-white.svg +5 -5
  120. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  121. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  122. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  123. package/dist/luna/images/downArrow.svg +36 -36
  124. package/dist/luna/images/external-arrow-blue.svg +11 -11
  125. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  126. package/dist/luna/images/external-arrow.svg +12 -12
  127. package/dist/luna/images/form-border-top-light.svg +4 -4
  128. package/dist/luna/images/frame-intersection.svg +3 -3
  129. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  130. package/dist/luna/images/green-tick.svg +3 -3
  131. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  132. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  133. package/dist/luna/images/internal-arrow.svg +15 -15
  134. package/dist/luna/images/logo-icon.svg +17 -17
  135. package/dist/luna/images/pdf-doc.svg +9 -9
  136. package/dist/luna/images/play.svg +17 -17
  137. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  138. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  139. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  140. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  141. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  142. package/dist/luna/images/search.svg +9 -9
  143. package/dist/luna/images/skipicon.svg +154 -154
  144. package/dist/luna/images/text-doc.svg +9 -9
  145. package/dist/luna/images/text-lines.svg +22 -22
  146. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  147. package/dist/luna/images/tooltip-icon.svg +3 -3
  148. package/dist/luna/images/up-arrow.svg +36 -36
  149. package/dist/luna/images/up-right-arrow.svg +9 -9
  150. package/dist/luna/images/user-profile.svg +37 -37
  151. package/dist/luna/images/worldwide.svg +19 -19
  152. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  153. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  154. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  155. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  156. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  157. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  158. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  159. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  160. package/dist/luna/other-organisms/Carousel/Carousel.scss +134 -134
  161. package/dist/luna/other-organisms/Flyout/Flyout.scss +254 -254
  162. package/dist/luna/other-organisms/Footer/Footer.scss +469 -469
  163. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +317 -317
  164. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  165. package/dist/luna/other-organisms/NavBar/NavBar.scss +638 -638
  166. package/dist/luna/other-organisms/SubNav/SubNav.scss +232 -232
  167. package/package.json +93 -93
@@ -1,408 +1,408 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ter-navbar-top {
4
- background: $white;
5
- height: 48px;
6
- display: flex;
7
- justify-content: space-between;
8
- z-index: 51;
9
- position: relative;
10
- max-width: $max-screen-width;
11
- grid-column-start: 2;
12
- grid-column-end: 16;
13
- transition: 0.4s;
14
- &--blue {
15
- background: $trimble-blue;
16
- & * a, p {
17
- color: $white;
18
- &:visited {
19
- color: $white;
20
- }
21
- }
22
- }
23
-
24
- @media screen and (max-width: $breakpoint-sm) {
25
- grid-template-columns: 250px 1fr 100px;
26
- height: 48px;
27
- border-bottom: 1px solid $trimble-blue;
28
- padding: 0px;
29
- grid-column-start: 1;
30
- grid-column-end: 17;
31
- }
32
-
33
- @media screen and (max-width: $breakpoint-xs) {
34
- grid-template-columns: 150px 1fr 100px;
35
- height: 48px;
36
- grid-column: 1;
37
- grid-column-end: 17;
38
- }
39
-
40
- &__wrapper {
41
- //Note: there is no longer built-in padding for the nav, it's handled in the boilerplate
42
- width: 100%;
43
- background: $white;
44
- display: grid;
45
- grid-template-columns: repeat(16, 1fr);
46
- &--blue {
47
- background: $trimble-blue;
48
- }
49
-
50
- @media screen and (min-width: $breakpoint-md) {
51
- max-width: 1280px;
52
- width: 1280px;
53
- grid-template-columns: repeat(16, 1fr);
54
- }
55
- }
56
-
57
- &--flyout {
58
- grid-column-end: 16;
59
- @media screen and (min-width: $breakpoint-lg) {
60
- max-width: 1280px;
61
- }
62
-
63
- @media screen and (max-width: $breakpoint-md){
64
- grid-column-end: 15;
65
- }
66
-
67
- @media screen and (max-width: $breakpoint-sm) {
68
- grid-column-end: 17;
69
- }
70
- }
71
-
72
- &__left {
73
- display: flex;
74
- align-items: center;
75
-
76
- @media screen and (max-width: $breakpoint-sm) {
77
- padding-left: 16px;
78
- }
79
- @media screen and (max-width: $breakpoint-xs) {
80
- max-width: 100%;
81
- transition: 0.3s;
82
- overflow: hidden;
83
- }
84
- }
85
-
86
- &__logo {
87
- height: 25px;
88
- margin: 0 8px 0 0 !important;
89
- max-width: 289px;
90
- width: auto;
91
- &--large {
92
- @media screen and (max-width: 370px) {
93
- max-width: 240px;
94
- }
95
- }
96
-
97
- &-link {
98
- display: -webkit-box;
99
- display: -ms-flexbox;
100
- display: flex;
101
- text-decoration: none;
102
- height: auto;
103
- min-height: 28px;
104
- margin: 0 16px 0 0 !important;
105
-
106
- &:hover {
107
- text-decoration: none;
108
- box-shadow: box-shadow(5);
109
- }
110
- }
111
- }
112
-
113
- &__division-name {
114
- margin: 0;
115
- padding: 0 0 0 4px;
116
- display: block;
117
- font-weight: font-weight("book");
118
- color: $trimble-blue;
119
- font-size: 18px;
120
-
121
- @media screen and (max-width: $breakpoint-xs) {
122
- max-width: 92px;
123
- white-space: nowrap;
124
- overflow: hidden;
125
- text-overflow: ellipsis;
126
- transition: 0.3s;
127
-
128
- &--search-active {
129
- padding: 0px;
130
- max-width: 0px;
131
- }
132
- }
133
-
134
- @media screen and (min-width: $breakpoint-md) {
135
- font-size: 23px;
136
- line-height: 1.2;
137
- }
138
-
139
- span {
140
- display: block;
141
- -webkit-transform: translateX(-6px) translateY(-2px);
142
- -ms-transform: translateX(-6px) translateY(-2px);
143
- transform: translateX(-6px) translateY(-2px);
144
- }
145
- }
146
-
147
- &__right {
148
- display: flex;
149
- justify-content: flex-end;
150
- align-items: center;
151
- margin-right: -16px;
152
-
153
- @media screen and (max-width: $breakpoint-sm) {
154
- display: none;
155
- }
156
-
157
- &--mobile {
158
- display: none;
159
- grid-column: 3;
160
- width: 60px;
161
- height: 60px;
162
- padding: 4px 0;
163
- cursor: pointer;
164
- transition: 0.3s;
165
-
166
- @media screen and (max-width: $breakpoint-sm) {
167
- display: flex;
168
- justify-content: space-around;
169
- align-items: center;
170
-
171
- &--is-open {
172
- background: $trimble-blue;
173
- &:focus {
174
- outline: 2px solid brand-color("brand-5");
175
- outline-offset: -2px;
176
- }
177
- }
178
- }
179
-
180
- &-hamburger {
181
- height: 12px;
182
- width: 18px;
183
- position: relative;
184
-
185
- &:hover {
186
- cursor: pointer;
187
- }
188
-
189
- &-top,
190
- &-middle,
191
- &-bottom {
192
- background: $trimble-blue;
193
- height: 2px;
194
- width: 18px;
195
- position: absolute;
196
- transition: 0.4s;
197
- border-radius: 3px;
198
- &--blue {
199
- background: $white;
200
- }
201
- }
202
-
203
- &-middle {
204
- top: 5px;
205
- }
206
-
207
- &-bottom {
208
- top: 10px;
209
- }
210
-
211
- &--is-open .ter-navbar-top__right--mobile-hamburger-top {
212
- transform: rotate(45deg);
213
- top: 5px;
214
- background: $white;
215
- }
216
-
217
- &--is-open .ter-navbar-top__right--mobile-hamburger-middle {
218
- transform: rotate(45deg);
219
- background: $white;
220
- }
221
-
222
- &--is-open .ter-navbar-top__right--mobile-hamburger-bottom {
223
- transform: rotate(-45deg);
224
- background: $white;
225
- top: 5px;
226
- }
227
- }
228
- }
229
- }
230
- &__pipe {
231
- color: $concrete-gray;
232
- font-size: $large-body-font-size;
233
- }
234
-
235
- &__location {
236
- font-size: $eyebrow-font-size;
237
- display: flex;
238
- align-items: center;
239
- color: $trimble-blue;
240
-
241
- &--region {
242
- margin: 0px;
243
- }
244
-
245
- &--locale {
246
- margin: 0px;
247
- padding-left: 10px;
248
- @include benton-medium();
249
- }
250
-
251
- &--globe {
252
- height: 15px;
253
- padding-right: 20px;
254
-
255
- @media screen and (max-width: $breakpoint-md) {
256
- padding-right: 10px;
257
- }
258
-
259
- &:hover {
260
- cursor: pointer;
261
- }
262
- }
263
-
264
- &:hover {
265
- cursor: pointer;
266
- box-shadow: box-shadow(5);
267
- }
268
- }
269
-
270
- &__link.tabFocus:focus {
271
- outline: 2px solid $sky-blue;
272
- }
273
-
274
- .luna-nav-search__input {
275
- height: 36px;
276
-
277
- @media screen and (max-width: $breakpoint-sm) {
278
- height: 52px;
279
- }
280
- }
281
-
282
- &__search {
283
- height: 15px;
284
-
285
- &-wrapper {
286
- width: 26px;
287
- height: 26px;
288
- margin-right: 16px;
289
- display: flex;
290
- justify-content: center;
291
- align-items: center;
292
- padding: 4px;
293
- border: solid 1px transparent;
294
- box-sizing: content-box;
295
- box-shadow: inset 0 -1px $white, 0 3px $white;
296
- transition: 0s;
297
- transition-property: box-shadow;
298
-
299
- @media screen and (max-width: $breakpoint-md) {
300
- margin-right: 16px;
301
- }
302
-
303
- @media screen and (max-width: $breakpoint-sm) {
304
- margin-right: 0px;
305
- padding: 12px 16px;
306
- box-shadow: none;
307
- }
308
-
309
- &--deployed {
310
- box-shadow: inset 0 -1px $white, 0 3px brand-color("brand-5");
311
- }
312
-
313
- &--hover {
314
- cursor: pointer;
315
- box-shadow: inset 0 -1px $white, 0 3px brand-color("brand-5");
316
- }
317
- }
318
- }
319
-
320
- &__link {
321
- font-size: $eyebrow-font-size;
322
- margin: 0 20px;
323
- padding-right: 0px;
324
- @media screen and (max-width: $breakpoint-sm) {
325
- padding-right: 6px;
326
- }
327
-
328
- &:hover {
329
- box-shadow: box-shadow(5);
330
- }
331
-
332
- &:visited {
333
- color: $trimble-blue;
334
- }
335
-
336
- &:last-of-type {
337
- padding-right: 0;
338
- }
339
- }
340
-
341
- a {
342
- font-size: $eyebrow-font-size;
343
- margin: 0 16px;
344
- text-decoration: none !important;
345
-
346
- &:focus {
347
- outline: 2px solid $sky-blue;
348
- }
349
-
350
- @media screen and (max-width: $breakpoint-sm) {
351
- padding-right: 20px;
352
- margin: 0px 8px;
353
- }
354
-
355
- @media screen and (max-width: $breakpoint-sm) {
356
- margin: 0px;
357
- }
358
- }
359
-
360
- &__hamburger-and-login-container {
361
- display: flex;
362
- align-items: center;
363
- }
364
-
365
- &__mobile-search-hamburger-wrapper {
366
- height: 60px;
367
- display: flex;
368
- align-items: center;
369
- @media screen and (min-width: #{$breakpoint-sm + 1}) {
370
- display: none;
371
- }
372
- }
373
-
374
- &__mobile-search-wrapper {
375
- display: flex;
376
- justify-content: flex-end;
377
- align-items: center;
378
-
379
- @media screen and (min-width: $breakpoint-sm) {
380
- display: none;
381
- }
382
- }
383
- }
384
-
385
- @media screen and (-ms-high-contrast: active),
386
- screen and (-ms-high-contrast: none) {
387
- /* IE10+ specific styles go here */
388
- .ter-navbar-top {
389
- &__division-name {
390
- position: relative;
391
- top: 7px;
392
- }
393
- &__right {
394
- margin-left: 100px;
395
- }
396
-
397
- &__search-wrapper,
398
- &__search {
399
- margin-bottom: 5px;
400
- }
401
- }
402
- }
403
-
404
- @media screen and (max-width: 500px) {
405
- .ter-top-mobile-nav__search-icon {
406
- padding: 8px !important;
407
- }
408
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ter-navbar-top {
4
+ background: $white;
5
+ height: 48px;
6
+ display: flex;
7
+ justify-content: space-between;
8
+ z-index: 51;
9
+ position: relative;
10
+ max-width: $max-screen-width;
11
+ grid-column-start: 2;
12
+ grid-column-end: 16;
13
+ transition: 0.4s;
14
+ &--blue {
15
+ background: $trimble-blue;
16
+ & * a, p {
17
+ color: $white;
18
+ &:visited {
19
+ color: $white;
20
+ }
21
+ }
22
+ }
23
+
24
+ @media screen and (max-width: $breakpoint-sm) {
25
+ grid-template-columns: 250px 1fr 100px;
26
+ height: 48px;
27
+ border-bottom: 1px solid $trimble-blue;
28
+ padding: 0px;
29
+ grid-column-start: 1;
30
+ grid-column-end: 17;
31
+ }
32
+
33
+ @media screen and (max-width: $breakpoint-xs) {
34
+ grid-template-columns: 150px 1fr 100px;
35
+ height: 48px;
36
+ grid-column: 1;
37
+ grid-column-end: 17;
38
+ }
39
+
40
+ &__wrapper {
41
+ //Note: there is no longer built-in padding for the nav, it's handled in the boilerplate
42
+ width: 100%;
43
+ background: $white;
44
+ display: grid;
45
+ grid-template-columns: repeat(16, 1fr);
46
+ &--blue {
47
+ background: $trimble-blue;
48
+ }
49
+
50
+ @media screen and (min-width: $breakpoint-md) {
51
+ max-width: 1280px;
52
+ width: 1280px;
53
+ grid-template-columns: repeat(16, 1fr);
54
+ }
55
+ }
56
+
57
+ &--flyout {
58
+ grid-column-end: 16;
59
+ @media screen and (min-width: $breakpoint-lg) {
60
+ max-width: 1280px;
61
+ }
62
+
63
+ @media screen and (max-width: $breakpoint-md){
64
+ grid-column-end: 15;
65
+ }
66
+
67
+ @media screen and (max-width: $breakpoint-sm) {
68
+ grid-column-end: 17;
69
+ }
70
+ }
71
+
72
+ &__left {
73
+ display: flex;
74
+ align-items: center;
75
+
76
+ @media screen and (max-width: $breakpoint-sm) {
77
+ padding-left: 16px;
78
+ }
79
+ @media screen and (max-width: $breakpoint-xs) {
80
+ max-width: 100%;
81
+ transition: 0.3s;
82
+ overflow: hidden;
83
+ }
84
+ }
85
+
86
+ &__logo {
87
+ height: 25px;
88
+ margin: 0 8px 0 0 !important;
89
+ max-width: 289px;
90
+ width: auto;
91
+ &--large {
92
+ @media screen and (max-width: 370px) {
93
+ max-width: 240px;
94
+ }
95
+ }
96
+
97
+ &-link {
98
+ display: -webkit-box;
99
+ display: -ms-flexbox;
100
+ display: flex;
101
+ text-decoration: none;
102
+ height: auto;
103
+ min-height: 28px;
104
+ margin: 0 16px 0 0 !important;
105
+
106
+ &:hover {
107
+ text-decoration: none;
108
+ box-shadow: box-shadow(5);
109
+ }
110
+ }
111
+ }
112
+
113
+ &__division-name {
114
+ margin: 0;
115
+ padding: 0 0 0 4px;
116
+ display: block;
117
+ font-weight: font-weight("book");
118
+ color: $trimble-blue;
119
+ font-size: 18px;
120
+
121
+ @media screen and (max-width: $breakpoint-xs) {
122
+ max-width: 92px;
123
+ white-space: nowrap;
124
+ overflow: hidden;
125
+ text-overflow: ellipsis;
126
+ transition: 0.3s;
127
+
128
+ &--search-active {
129
+ padding: 0px;
130
+ max-width: 0px;
131
+ }
132
+ }
133
+
134
+ @media screen and (min-width: $breakpoint-md) {
135
+ font-size: 23px;
136
+ line-height: 1.2;
137
+ }
138
+
139
+ span {
140
+ display: block;
141
+ -webkit-transform: translateX(-6px) translateY(-2px);
142
+ -ms-transform: translateX(-6px) translateY(-2px);
143
+ transform: translateX(-6px) translateY(-2px);
144
+ }
145
+ }
146
+
147
+ &__right {
148
+ display: flex;
149
+ justify-content: flex-end;
150
+ align-items: center;
151
+ margin-right: -16px;
152
+
153
+ @media screen and (max-width: $breakpoint-sm) {
154
+ display: none;
155
+ }
156
+
157
+ &--mobile {
158
+ display: none;
159
+ grid-column: 3;
160
+ width: 60px;
161
+ height: 60px;
162
+ padding: 4px 0;
163
+ cursor: pointer;
164
+ transition: 0.3s;
165
+
166
+ @media screen and (max-width: $breakpoint-sm) {
167
+ display: flex;
168
+ justify-content: space-around;
169
+ align-items: center;
170
+
171
+ &--is-open {
172
+ background: $trimble-blue;
173
+ &:focus {
174
+ outline: 2px solid brand-color("brand-5");
175
+ outline-offset: -2px;
176
+ }
177
+ }
178
+ }
179
+
180
+ &-hamburger {
181
+ height: 12px;
182
+ width: 18px;
183
+ position: relative;
184
+
185
+ &:hover {
186
+ cursor: pointer;
187
+ }
188
+
189
+ &-top,
190
+ &-middle,
191
+ &-bottom {
192
+ background: $trimble-blue;
193
+ height: 2px;
194
+ width: 18px;
195
+ position: absolute;
196
+ transition: 0.4s;
197
+ border-radius: 3px;
198
+ &--blue {
199
+ background: $white;
200
+ }
201
+ }
202
+
203
+ &-middle {
204
+ top: 5px;
205
+ }
206
+
207
+ &-bottom {
208
+ top: 10px;
209
+ }
210
+
211
+ &--is-open .ter-navbar-top__right--mobile-hamburger-top {
212
+ transform: rotate(45deg);
213
+ top: 5px;
214
+ background: $white;
215
+ }
216
+
217
+ &--is-open .ter-navbar-top__right--mobile-hamburger-middle {
218
+ transform: rotate(45deg);
219
+ background: $white;
220
+ }
221
+
222
+ &--is-open .ter-navbar-top__right--mobile-hamburger-bottom {
223
+ transform: rotate(-45deg);
224
+ background: $white;
225
+ top: 5px;
226
+ }
227
+ }
228
+ }
229
+ }
230
+ &__pipe {
231
+ color: $concrete-gray;
232
+ font-size: $large-body-font-size;
233
+ }
234
+
235
+ &__location {
236
+ font-size: $eyebrow-font-size;
237
+ display: flex;
238
+ align-items: center;
239
+ color: $trimble-blue;
240
+
241
+ &--region {
242
+ margin: 0px;
243
+ }
244
+
245
+ &--locale {
246
+ margin: 0px;
247
+ padding-left: 10px;
248
+ @include benton-medium();
249
+ }
250
+
251
+ &--globe {
252
+ height: 15px;
253
+ padding-right: 20px;
254
+
255
+ @media screen and (max-width: $breakpoint-md) {
256
+ padding-right: 10px;
257
+ }
258
+
259
+ &:hover {
260
+ cursor: pointer;
261
+ }
262
+ }
263
+
264
+ &:hover {
265
+ cursor: pointer;
266
+ box-shadow: box-shadow(5);
267
+ }
268
+ }
269
+
270
+ &__link.tabFocus:focus {
271
+ outline: 2px solid $sky-blue;
272
+ }
273
+
274
+ .luna-nav-search__input {
275
+ height: 36px;
276
+
277
+ @media screen and (max-width: $breakpoint-sm) {
278
+ height: 52px;
279
+ }
280
+ }
281
+
282
+ &__search {
283
+ height: 15px;
284
+
285
+ &-wrapper {
286
+ width: 26px;
287
+ height: 26px;
288
+ margin-right: 16px;
289
+ display: flex;
290
+ justify-content: center;
291
+ align-items: center;
292
+ padding: 4px;
293
+ border: solid 1px transparent;
294
+ box-sizing: content-box;
295
+ box-shadow: inset 0 -1px $white, 0 3px $white;
296
+ transition: 0s;
297
+ transition-property: box-shadow;
298
+
299
+ @media screen and (max-width: $breakpoint-md) {
300
+ margin-right: 16px;
301
+ }
302
+
303
+ @media screen and (max-width: $breakpoint-sm) {
304
+ margin-right: 0px;
305
+ padding: 12px 16px;
306
+ box-shadow: none;
307
+ }
308
+
309
+ &--deployed {
310
+ box-shadow: inset 0 -1px $white, 0 3px brand-color("brand-5");
311
+ }
312
+
313
+ &--hover {
314
+ cursor: pointer;
315
+ box-shadow: inset 0 -1px $white, 0 3px brand-color("brand-5");
316
+ }
317
+ }
318
+ }
319
+
320
+ &__link {
321
+ font-size: $eyebrow-font-size;
322
+ margin: 0 20px;
323
+ padding-right: 0px;
324
+ @media screen and (max-width: $breakpoint-sm) {
325
+ padding-right: 6px;
326
+ }
327
+
328
+ &:hover {
329
+ box-shadow: box-shadow(5);
330
+ }
331
+
332
+ &:visited {
333
+ color: $trimble-blue;
334
+ }
335
+
336
+ &:last-of-type {
337
+ padding-right: 0;
338
+ }
339
+ }
340
+
341
+ a {
342
+ font-size: $eyebrow-font-size;
343
+ margin: 0 16px;
344
+ text-decoration: none !important;
345
+
346
+ &:focus {
347
+ outline: 2px solid $sky-blue;
348
+ }
349
+
350
+ @media screen and (max-width: $breakpoint-sm) {
351
+ padding-right: 20px;
352
+ margin: 0px 8px;
353
+ }
354
+
355
+ @media screen and (max-width: $breakpoint-sm) {
356
+ margin: 0px;
357
+ }
358
+ }
359
+
360
+ &__hamburger-and-login-container {
361
+ display: flex;
362
+ align-items: center;
363
+ }
364
+
365
+ &__mobile-search-hamburger-wrapper {
366
+ height: 60px;
367
+ display: flex;
368
+ align-items: center;
369
+ @media screen and (min-width: #{$breakpoint-sm + 1}) {
370
+ display: none;
371
+ }
372
+ }
373
+
374
+ &__mobile-search-wrapper {
375
+ display: flex;
376
+ justify-content: flex-end;
377
+ align-items: center;
378
+
379
+ @media screen and (min-width: $breakpoint-sm) {
380
+ display: none;
381
+ }
382
+ }
383
+ }
384
+
385
+ @media screen and (-ms-high-contrast: active),
386
+ screen and (-ms-high-contrast: none) {
387
+ /* IE10+ specific styles go here */
388
+ .ter-navbar-top {
389
+ &__division-name {
390
+ position: relative;
391
+ top: 7px;
392
+ }
393
+ &__right {
394
+ margin-left: 100px;
395
+ }
396
+
397
+ &__search-wrapper,
398
+ &__search {
399
+ margin-bottom: 5px;
400
+ }
401
+ }
402
+ }
403
+
404
+ @media screen and (max-width: 500px) {
405
+ .ter-top-mobile-nav__search-icon {
406
+ padding: 8px !important;
407
+ }
408
+ }