@rei/cedar 11.0.0-beta.7 → 11.2.0
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/dist/cedar-compiled.css +782 -758
- package/dist/cedar.js +152 -38
- package/dist/cedar.mjs +149 -39
- package/dist/lib/assets/{cedar-compiled-9213fc52.css → cedar-compiled-f44fe1c9.css} +1343 -1319
- package/dist/lib/src/components/accordion/CdrAccordion.mjs +10 -1
- package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +1 -1
- package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +1 -1
- package/dist/lib/src/components/banner/styles/CdrBanner.mjs +1 -1
- package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +1 -1
- package/dist/lib/src/components/button/styles/CdrButton.mjs +1 -1
- package/dist/lib/src/components/caption/styles/CdrCaption.mjs +1 -1
- package/dist/lib/src/components/card/styles/CdrCard.mjs +1 -1
- package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChip.mjs +1 -1
- package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +1 -1
- package/dist/lib/src/components/container/styles/CdrContainer.mjs +1 -1
- package/dist/lib/src/components/formError/styles/CdrFormError.mjs +1 -1
- package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +1 -1
- package/dist/lib/src/components/grid/styles/CdrGrid.mjs +1 -1
- package/dist/lib/src/components/icon/comps/brand-tiktok.mjs +28 -0
- package/dist/lib/src/components/icon/comps/membership.mjs +28 -0
- package/dist/lib/src/components/icon/comps/returns.mjs +3 -2
- package/dist/lib/src/components/icon/comps/shipping-prep.mjs +28 -0
- package/dist/lib/src/components/icon/comps/shipping-truck.mjs +28 -0
- package/dist/lib/src/components/icon/styles/CdrIcon.mjs +1 -1
- package/dist/lib/src/components/image/styles/CdrImg.mjs +1 -1
- package/dist/lib/src/components/input/styles/CdrInput.mjs +1 -1
- package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +1 -1
- package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +1 -1
- package/dist/lib/src/components/link/styles/CdrLink.mjs +1 -1
- package/dist/lib/src/components/list/styles/CdrList.mjs +1 -1
- package/dist/lib/src/components/modal/styles/CdrModal.mjs +1 -1
- package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +1 -1
- package/dist/lib/src/components/popover/styles/CdrPopover.mjs +1 -1
- package/dist/lib/src/components/popup/styles/CdrPopup.mjs +1 -1
- package/dist/lib/src/components/quote/styles/CdrQuote.mjs +1 -1
- package/dist/lib/src/components/radio/styles/CdrRadio.mjs +1 -1
- package/dist/lib/src/components/rating/styles/CdrRating.mjs +1 -1
- package/dist/lib/src/components/select/styles/CdrSelect.mjs +1 -1
- package/dist/lib/src/components/table/styles/CdrTable.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +1 -1
- package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +1 -1
- package/dist/lib/src/components/text/styles/CdrText.mjs +1 -1
- package/dist/lib/src/components/toast/styles/CdrToast.mjs +1 -1
- package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +1 -1
- package/dist/lib/src/index.mjs +4 -0
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/package.json +4 -4
package/dist/cedar-compiled.css
CHANGED
|
@@ -73,7 +73,7 @@ input[type="month"] {
|
|
|
73
73
|
-webkit-appearance: none; }
|
|
74
74
|
|
|
75
75
|
/* intentionally empty */
|
|
76
|
-
.cdr-accordion_11-
|
|
76
|
+
.cdr-accordion_11-2-0 {
|
|
77
77
|
border-top: 0.1rem solid #dcd6cb;
|
|
78
78
|
border-bottom: 0.1rem solid #dcd6cb;
|
|
79
79
|
position: relative;
|
|
@@ -82,13 +82,15 @@ input[type="month"] {
|
|
|
82
82
|
========================================================================== */
|
|
83
83
|
/* Border-Aligned
|
|
84
84
|
========== */
|
|
85
|
+
/* No content spacing
|
|
86
|
+
========== */
|
|
85
87
|
/* Compact
|
|
86
88
|
========== */
|
|
87
89
|
/* Border-Aligned and Compact
|
|
88
90
|
========== */ }
|
|
89
|
-
.cdr-accordion_11-
|
|
91
|
+
.cdr-accordion_11-2-0 + .cdr-accordion_11-2-0 {
|
|
90
92
|
border-top: none; }
|
|
91
|
-
.cdr-accordion__button_11-
|
|
93
|
+
.cdr-accordion__button_11-2-0 {
|
|
92
94
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
93
95
|
font-style: normal;
|
|
94
96
|
font-weight: 600;
|
|
@@ -106,17 +108,17 @@ input[type="month"] {
|
|
|
106
108
|
text-align: left;
|
|
107
109
|
width: 100%;
|
|
108
110
|
z-index: 1; }
|
|
109
|
-
.cdr-accordion__button_11-
|
|
111
|
+
.cdr-accordion__button_11-2-0:hover, .cdr-accordion__button_11-2-0:focus {
|
|
110
112
|
background-color: #f9f8f6; }
|
|
111
|
-
.cdr-accordion__label_11-
|
|
113
|
+
.cdr-accordion__label_11-2-0 {
|
|
112
114
|
margin-bottom: 0; }
|
|
113
|
-
.cdr-accordion__header_11-
|
|
115
|
+
.cdr-accordion__header_11-2-0 {
|
|
114
116
|
margin: 0;
|
|
115
117
|
padding: 0;
|
|
116
118
|
font-weight: unset;
|
|
117
119
|
font-style: unset;
|
|
118
120
|
font-size: unset; }
|
|
119
|
-
.cdr-accordion__header--unwrapped_11-
|
|
121
|
+
.cdr-accordion__header--unwrapped_11-2-0 {
|
|
120
122
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
121
123
|
font-style: normal;
|
|
122
124
|
font-weight: 500;
|
|
@@ -124,20 +126,20 @@ input[type="month"] {
|
|
|
124
126
|
font-size: 1.8rem;
|
|
125
127
|
line-height: 2.4rem;
|
|
126
128
|
margin: 1.6rem 0; }
|
|
127
|
-
.cdr-accordion__icon_11-
|
|
129
|
+
.cdr-accordion__icon_11-2-0 {
|
|
128
130
|
margin-left: 1.6rem;
|
|
129
131
|
fill: #928b80;
|
|
130
132
|
transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
131
|
-
.cdr-accordion__icon_11-
|
|
133
|
+
.cdr-accordion__icon_11-2-0.open {
|
|
132
134
|
transform: rotate(-180deg); }
|
|
133
|
-
.cdr-accordion__content-container_11-
|
|
135
|
+
.cdr-accordion__content-container_11-2-0 {
|
|
134
136
|
overflow: hidden;
|
|
135
137
|
transition-duration: 0.3s;
|
|
136
138
|
transition-property: max-height;
|
|
137
139
|
transition-timing-function: cubic-bezier(0.15, 0, 0.15, 1); }
|
|
138
|
-
.cdr-accordion__content-container_11-
|
|
140
|
+
.cdr-accordion__content-container_11-2-0.open {
|
|
139
141
|
transition-duration: 0.3s; }
|
|
140
|
-
.cdr-accordion__content_11-
|
|
142
|
+
.cdr-accordion__content_11-2-0 {
|
|
141
143
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
142
144
|
font-style: normal;
|
|
143
145
|
font-weight: 400;
|
|
@@ -149,27 +151,29 @@ input[type="month"] {
|
|
|
149
151
|
padding: 0.8rem 1.6rem 1.6rem;
|
|
150
152
|
transition: opacity 0.1s linear;
|
|
151
153
|
opacity: 0; }
|
|
152
|
-
.cdr-accordion__content_11-
|
|
154
|
+
.cdr-accordion__content_11-2-0 > * {
|
|
153
155
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
154
156
|
font-style: normal;
|
|
155
157
|
font-weight: 400;
|
|
156
158
|
letter-spacing: 0.008rem;
|
|
157
159
|
font-size: 1.6rem;
|
|
158
160
|
line-height: 2.6rem; }
|
|
159
|
-
.cdr-accordion__content_11-
|
|
161
|
+
.cdr-accordion__content_11-2-0.open {
|
|
160
162
|
opacity: 1; }
|
|
161
|
-
.cdr-accordion__content_11-
|
|
163
|
+
.cdr-accordion__content_11-2-0.closed {
|
|
162
164
|
visibility: hidden; }
|
|
163
|
-
.cdr-accordion--unwrap_11-
|
|
165
|
+
.cdr-accordion--unwrap_11-2-0 {
|
|
164
166
|
padding: 0; }
|
|
165
|
-
.cdr-accordion--border-aligned_11-
|
|
167
|
+
.cdr-accordion--border-aligned_11-2-0 {
|
|
166
168
|
margin: 0 1.6rem; }
|
|
167
|
-
.cdr-accordion--border-aligned_11-
|
|
169
|
+
.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
168
170
|
margin-left: -1.6rem;
|
|
169
171
|
width: calc(100% + 3.2rem); }
|
|
170
|
-
.cdr-accordion--border-aligned_11-
|
|
172
|
+
.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
171
173
|
padding: 0.8rem 0 1.6rem; }
|
|
172
|
-
.cdr-accordion--
|
|
174
|
+
.cdr-accordion--no-spacing_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
175
|
+
padding: 0; }
|
|
176
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
173
177
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
174
178
|
font-style: normal;
|
|
175
179
|
font-weight: 600;
|
|
@@ -177,7 +181,7 @@ input[type="month"] {
|
|
|
177
181
|
font-size: 1.4rem;
|
|
178
182
|
line-height: 1.8rem;
|
|
179
183
|
padding: 1.2rem; }
|
|
180
|
-
.cdr-accordion--compact_11-
|
|
184
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
181
185
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
182
186
|
font-style: normal;
|
|
183
187
|
font-weight: 400;
|
|
@@ -185,19 +189,19 @@ input[type="month"] {
|
|
|
185
189
|
font-size: 1.4rem;
|
|
186
190
|
line-height: 1.8rem;
|
|
187
191
|
padding: 0.4rem 1.2rem 1.2rem; }
|
|
188
|
-
.cdr-accordion--compact_11-
|
|
192
|
+
.cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 > * {
|
|
189
193
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
190
194
|
font-style: normal;
|
|
191
195
|
font-weight: 400;
|
|
192
196
|
letter-spacing: -0.016rem;
|
|
193
197
|
font-size: 1.4rem;
|
|
194
198
|
line-height: 1.8rem; }
|
|
195
|
-
.cdr-accordion--compact_11-
|
|
199
|
+
.cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
|
|
196
200
|
margin-left: -1.2rem;
|
|
197
201
|
width: calc(100% + 2.4rem); }
|
|
198
|
-
.cdr-accordion--compact_11-
|
|
202
|
+
.cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
|
|
199
203
|
padding: 0.4rem 0 1.2rem; }
|
|
200
|
-
.cdr-accordion--focused_11-
|
|
204
|
+
.cdr-accordion--focused_11-2-0 {
|
|
201
205
|
/*
|
|
202
206
|
This z-index change is to fix a Chrome-only visual issue with the light blue focus outline. Basically, the bottom
|
|
203
207
|
line of the outline is usually covered by the accordion immediately below what's currently focuesd. We increase
|
|
@@ -205,125 +209,139 @@ input[type="month"] {
|
|
|
205
209
|
*/
|
|
206
210
|
z-index: 10; }
|
|
207
211
|
|
|
208
|
-
.cdr-accordion-group_11-
|
|
212
|
+
.cdr-accordion-group_11-2-0 {
|
|
209
213
|
display: block;
|
|
210
214
|
list-style: none;
|
|
211
215
|
padding: 0;
|
|
212
216
|
margin: 0; }
|
|
213
|
-
.cdr-accordion-group_11-
|
|
217
|
+
.cdr-accordion-group_11-2-0 li + li > .cdr-accordion_11-2-0 {
|
|
214
218
|
border-top: none; }
|
|
215
219
|
|
|
216
|
-
.cdr-banner_11-
|
|
220
|
+
.cdr-banner_11-2-0 {
|
|
217
221
|
position: relative;
|
|
218
222
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
219
223
|
font-style: normal;
|
|
220
224
|
font-weight: 400;
|
|
221
225
|
letter-spacing: -0.016rem;
|
|
222
|
-
font-size: 1.
|
|
223
|
-
line-height:
|
|
226
|
+
font-size: 1.4rem;
|
|
227
|
+
line-height: 1.8rem;
|
|
224
228
|
display: grid;
|
|
225
229
|
grid-template-columns: 1fr auto;
|
|
226
230
|
grid-template-areas: "main info-action" "message-body info-action"; }
|
|
227
|
-
.cdr-banner__wrapper--prominence_11-
|
|
231
|
+
.cdr-banner__wrapper--prominence_11-2-0 {
|
|
228
232
|
box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
229
|
-
.cdr-banner__main_11-
|
|
233
|
+
.cdr-banner__main_11-2-0 {
|
|
230
234
|
grid-area: main;
|
|
231
235
|
display: grid;
|
|
232
236
|
grid-template-columns: auto 1fr auto;
|
|
233
237
|
grid-template-areas: "icon-left message icon-right"; }
|
|
234
|
-
.cdr-banner__icon-left_11-
|
|
238
|
+
.cdr-banner__icon-left_11-2-0 {
|
|
235
239
|
grid-area: icon-left;
|
|
236
240
|
display: inherit;
|
|
237
241
|
align-items: center;
|
|
238
242
|
justify-items: center; }
|
|
239
|
-
.cdr-banner__icon-left_11-
|
|
240
|
-
|
|
243
|
+
.cdr-banner__icon-left_11-2-0 svg {
|
|
244
|
+
max-height: 2.2rem;
|
|
245
|
+
max-width: 2.2rem;
|
|
241
246
|
stroke: white;
|
|
242
247
|
stroke-width: 0.4rem;
|
|
243
248
|
paint-order: stroke fill;
|
|
244
249
|
margin: 0.4rem; }
|
|
245
|
-
.cdr-banner__message_11-
|
|
250
|
+
.cdr-banner__message_11-2-0 {
|
|
251
|
+
display: inherit;
|
|
246
252
|
grid-area: message;
|
|
247
|
-
padding: 0.8rem;
|
|
248
|
-
|
|
253
|
+
padding: 0 0.8rem;
|
|
254
|
+
align-items: center; }
|
|
255
|
+
.cdr-banner__message-body_11-2-0 {
|
|
249
256
|
grid-area: message-body;
|
|
250
257
|
background-color: #ffffff;
|
|
251
258
|
padding: 0.8rem; }
|
|
252
|
-
.cdr-banner__icon-right_11-
|
|
259
|
+
.cdr-banner__icon-right_11-2-0 {
|
|
260
|
+
display: inherit;
|
|
261
|
+
align-items: center;
|
|
253
262
|
grid-area: icon-right; }
|
|
254
|
-
.cdr-banner__icon-right_11-
|
|
263
|
+
.cdr-banner__icon-right_11-2-0 svg {
|
|
264
|
+
max-height: 2rem;
|
|
265
|
+
max-width: 2rem;
|
|
255
266
|
fill: rgba(3, 3, 1, 0.9) !important; }
|
|
256
|
-
.cdr-banner__info-action_11-
|
|
257
|
-
|
|
258
|
-
|
|
267
|
+
.cdr-banner__info-action_11-2-0 {
|
|
268
|
+
display: inherit;
|
|
269
|
+
grid-area: info-action;
|
|
270
|
+
align-content: center;
|
|
271
|
+
justify-content: center;
|
|
272
|
+
max-height: 3.2rem;
|
|
273
|
+
width: 4rem; }
|
|
274
|
+
.cdr-banner__info-action_11-2-0 svg {
|
|
275
|
+
max-height: 2.2rem;
|
|
276
|
+
max-width: 2.2rem;
|
|
259
277
|
fill: #406eb5 !important; }
|
|
260
|
-
.cdr-banner--default_11-
|
|
278
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 {
|
|
261
279
|
background-color: #f9f8f6;
|
|
262
280
|
border-top: 0.1rem solid;
|
|
263
281
|
border-right: 0.1rem solid;
|
|
264
282
|
border-bottom: 0.1rem solid;
|
|
265
283
|
border-color: #e8e0ce; }
|
|
266
|
-
.cdr-banner--default_11-
|
|
284
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
267
285
|
background-color: #e8e0ce; }
|
|
268
|
-
.cdr-banner--default_11-
|
|
286
|
+
.cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
269
287
|
fill: #726d64; }
|
|
270
|
-
.cdr-banner--default_11-
|
|
288
|
+
.cdr-banner--default_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
271
289
|
border-left: 0.4rem solid;
|
|
272
290
|
border-left-color: #726d64; }
|
|
273
|
-
.cdr-banner--info_11-
|
|
274
|
-
background-color: #
|
|
291
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 {
|
|
292
|
+
background-color: #edf4f5;
|
|
275
293
|
border-top: 0.1rem solid;
|
|
276
294
|
border-right: 0.1rem solid;
|
|
277
295
|
border-bottom: 0.1rem solid;
|
|
278
296
|
border-color: #c2d8db; }
|
|
279
|
-
.cdr-banner--info_11-
|
|
297
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
280
298
|
background-color: #c2d8db; }
|
|
281
|
-
.cdr-banner--info_11-
|
|
299
|
+
.cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
282
300
|
fill: #408e86; }
|
|
283
|
-
.cdr-banner--info_11-
|
|
301
|
+
.cdr-banner--info_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
284
302
|
border-left: 0.4rem solid;
|
|
285
303
|
border-left-color: #408e86; }
|
|
286
|
-
.cdr-banner--warning_11-
|
|
304
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 {
|
|
287
305
|
background-color: #fefcf1;
|
|
288
306
|
border-top: 0.1rem solid;
|
|
289
307
|
border-right: 0.1rem solid;
|
|
290
308
|
border-bottom: 0.1rem solid;
|
|
291
309
|
border-color: #f5e9b7; }
|
|
292
|
-
.cdr-banner--warning_11-
|
|
310
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
293
311
|
background-color: #f5e9b7; }
|
|
294
|
-
.cdr-banner--warning_11-
|
|
312
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
295
313
|
fill: #b68b37; }
|
|
296
|
-
.cdr-banner--warning_11-
|
|
314
|
+
.cdr-banner--warning_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
297
315
|
border-left: 0.4rem solid;
|
|
298
316
|
border-left-color: #b68b37; }
|
|
299
|
-
.cdr-banner--success_11-
|
|
317
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 {
|
|
300
318
|
background-color: #f4fbf5;
|
|
301
319
|
border-top: 0.1rem solid;
|
|
302
320
|
border-right: 0.1rem solid;
|
|
303
321
|
border-bottom: 0.1rem solid;
|
|
304
322
|
border-color: #d5e6cb; }
|
|
305
|
-
.cdr-banner--success_11-
|
|
323
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
306
324
|
background-color: #d5e6cb; }
|
|
307
|
-
.cdr-banner--success_11-
|
|
325
|
+
.cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
308
326
|
fill: #3b8349; }
|
|
309
|
-
.cdr-banner--success_11-
|
|
327
|
+
.cdr-banner--success_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
310
328
|
border-left: 0.4rem solid;
|
|
311
329
|
border-left-color: #3b8349; }
|
|
312
|
-
.cdr-banner--error_11-
|
|
313
|
-
background-color: #
|
|
330
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 {
|
|
331
|
+
background-color: #fdf7f7;
|
|
314
332
|
border-top: 0.1rem solid;
|
|
315
333
|
border-right: 0.1rem solid;
|
|
316
334
|
border-bottom: 0.1rem solid;
|
|
317
335
|
border-color: #eecbc1; }
|
|
318
|
-
.cdr-banner--error_11-
|
|
336
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
|
|
319
337
|
background-color: #eecbc1; }
|
|
320
|
-
.cdr-banner--error_11-
|
|
338
|
+
.cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
|
|
321
339
|
fill: #bb4045; }
|
|
322
|
-
.cdr-banner--error_11-
|
|
340
|
+
.cdr-banner--error_11-2-0 .cdr-banner__wrapper_11-2-0 {
|
|
323
341
|
border-left: 0.4rem solid;
|
|
324
342
|
border-left-color: #bb4045; }
|
|
325
343
|
|
|
326
|
-
.cdr-breadcrumb_11-
|
|
344
|
+
.cdr-breadcrumb_11-2-0 {
|
|
327
345
|
line-height: 1;
|
|
328
346
|
/* List
|
|
329
347
|
========== */
|
|
@@ -335,28 +353,28 @@ input[type="month"] {
|
|
|
335
353
|
========== */
|
|
336
354
|
/* Ellipses
|
|
337
355
|
========== */ }
|
|
338
|
-
.cdr-breadcrumb__list_11-
|
|
356
|
+
.cdr-breadcrumb__list_11-2-0 {
|
|
339
357
|
display: inline-flex;
|
|
340
358
|
flex-wrap: wrap;
|
|
341
359
|
padding: 0;
|
|
342
360
|
margin: 0; }
|
|
343
|
-
.cdr-breadcrumb__item_11-
|
|
361
|
+
.cdr-breadcrumb__item_11-2-0 {
|
|
344
362
|
display: inline-flex;
|
|
345
363
|
flex: none;
|
|
346
364
|
padding: 0;
|
|
347
365
|
color: rgba(66, 59, 47, 0.75); }
|
|
348
|
-
.cdr-breadcrumb__link_11-
|
|
366
|
+
.cdr-breadcrumb__link_11-2-0 {
|
|
349
367
|
text-decoration: none;
|
|
350
368
|
color: inherit; }
|
|
351
|
-
.cdr-breadcrumb__link_11-
|
|
369
|
+
.cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
|
|
352
370
|
color: #406eb5; }
|
|
353
|
-
.cdr-breadcrumb__link_11-
|
|
371
|
+
.cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
|
|
354
372
|
color: #406eb5;
|
|
355
373
|
text-decoration: underline; }
|
|
356
|
-
.cdr-breadcrumb__delimiter_11-
|
|
374
|
+
.cdr-breadcrumb__delimiter_11-2-0 {
|
|
357
375
|
color: inherit;
|
|
358
376
|
padding: 0 0.8rem; }
|
|
359
|
-
.cdr-breadcrumb__ellipses_11-
|
|
377
|
+
.cdr-breadcrumb__ellipses_11-2-0 {
|
|
360
378
|
font-family: inherit;
|
|
361
379
|
font-size: inherit;
|
|
362
380
|
line-height: inherit;
|
|
@@ -369,14 +387,14 @@ input[type="month"] {
|
|
|
369
387
|
padding: 0;
|
|
370
388
|
/* Ellipses Icon
|
|
371
389
|
========== */ }
|
|
372
|
-
.cdr-breadcrumb__ellipses_11-
|
|
390
|
+
.cdr-breadcrumb__ellipses_11-2-0 .cdr-breadcrumb__ellipses-icon_11-2-0 {
|
|
373
391
|
color: rgba(66, 59, 47, 0.75);
|
|
374
392
|
border-bottom: 0.1rem solid transparent;
|
|
375
393
|
fill: inherit; }
|
|
376
|
-
.cdr-breadcrumb__ellipses_11-
|
|
394
|
+
.cdr-breadcrumb__ellipses_11-2-0:hover .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:active .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:focus .cdr-breadcrumb__ellipses-icon_11-2-0 {
|
|
377
395
|
color: #406eb5;
|
|
378
396
|
text-decoration: underline; }
|
|
379
|
-
.cdr-breadcrumb__link_11-
|
|
397
|
+
.cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
|
|
380
398
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
381
399
|
font-style: normal;
|
|
382
400
|
font-weight: 400;
|
|
@@ -384,7 +402,7 @@ input[type="month"] {
|
|
|
384
402
|
font-size: 1.2rem;
|
|
385
403
|
line-height: 1.6rem; }
|
|
386
404
|
@media (min-width: 992px) {
|
|
387
|
-
.cdr-breadcrumb__link_11-
|
|
405
|
+
.cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
|
|
388
406
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
389
407
|
font-style: normal;
|
|
390
408
|
font-weight: 400;
|
|
@@ -392,7 +410,7 @@ input[type="month"] {
|
|
|
392
410
|
font-size: 1.4rem;
|
|
393
411
|
line-height: 1.8rem; } }
|
|
394
412
|
|
|
395
|
-
.cdr-button_11-
|
|
413
|
+
.cdr-button_11-2-0 {
|
|
396
414
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
397
415
|
font-style: normal;
|
|
398
416
|
font-weight: 500;
|
|
@@ -440,138 +458,138 @@ input[type="month"] {
|
|
|
440
458
|
/* @lg
|
|
441
459
|
1200px and up
|
|
442
460
|
========== */ }
|
|
443
|
-
.cdr-button_11-
|
|
461
|
+
.cdr-button_11-2-0:hover, .cdr-button_11-2-0:active, .cdr-button_11-2-0:focus {
|
|
444
462
|
outline: none;
|
|
445
463
|
outline-offset: 0;
|
|
446
464
|
text-decoration: none; }
|
|
447
|
-
.cdr-button_11-
|
|
465
|
+
.cdr-button_11-2-0[disabled] {
|
|
448
466
|
cursor: not-allowed; }
|
|
449
|
-
.cdr-button_11-
|
|
467
|
+
.cdr-button_11-2-0 svg {
|
|
450
468
|
align-self: center;
|
|
451
469
|
fill: inherit; }
|
|
452
|
-
.cdr-button_11-
|
|
470
|
+
.cdr-button_11-2-0.cdr-button--has-icon-left_11-2-0 svg {
|
|
453
471
|
margin-right: 0.4rem; }
|
|
454
|
-
.cdr-button_11-
|
|
472
|
+
.cdr-button_11-2-0.cdr-button--has-icon-right_11-2-0 svg {
|
|
455
473
|
margin-left: 0.4rem; }
|
|
456
|
-
.cdr-button--primary_11-
|
|
474
|
+
.cdr-button--primary_11-2-0 {
|
|
457
475
|
background-color: #1f513f;
|
|
458
476
|
box-shadow: inset 0 0 0 0.1rem #1f513f;
|
|
459
477
|
color: #f9f8f6;
|
|
460
478
|
fill: #f9f8f6; }
|
|
461
|
-
.cdr-button--primary_11-
|
|
479
|
+
.cdr-button--primary_11-2-0:hover, .cdr-button--primary_11-2-0:focus {
|
|
462
480
|
color: #1f513f;
|
|
463
481
|
fill: #1f513f;
|
|
464
482
|
background-color: #f4f2ed;
|
|
465
483
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
466
|
-
.cdr-button--primary_11-
|
|
484
|
+
.cdr-button--primary_11-2-0:active {
|
|
467
485
|
color: #f9f8f6;
|
|
468
486
|
fill: #f9f8f6;
|
|
469
487
|
background-color: #1f513f;
|
|
470
488
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed; }
|
|
471
|
-
.cdr-button--primary_11-
|
|
489
|
+
.cdr-button--primary_11-2-0[disabled] {
|
|
472
490
|
background-color: #dcd6cb;
|
|
473
491
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
474
492
|
color: #ffffff;
|
|
475
493
|
fill: #ffffff; }
|
|
476
|
-
.cdr-button--primary_11-
|
|
494
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0 {
|
|
477
495
|
box-shadow: inset 0 0 0 0.1rem #1f513f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
478
|
-
.cdr-button--primary_11-
|
|
496
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
479
497
|
box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
480
|
-
.cdr-button--primary_11-
|
|
498
|
+
.cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
481
499
|
box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
482
|
-
.cdr-button--secondary_11-
|
|
500
|
+
.cdr-button--secondary_11-2-0 {
|
|
483
501
|
background-color: #f9f8f6;
|
|
484
502
|
box-shadow: inset 0 0 0 0.1rem #928b80;
|
|
485
503
|
color: #4e4d49;
|
|
486
504
|
fill: #928b80; }
|
|
487
|
-
.cdr-button--secondary_11-
|
|
505
|
+
.cdr-button--secondary_11-2-0:hover, .cdr-button--secondary_11-2-0:focus {
|
|
488
506
|
color: #4e4d49;
|
|
489
507
|
fill: #4e4d49;
|
|
490
508
|
background-color: #f4f2ed;
|
|
491
509
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
492
|
-
.cdr-button--secondary_11-
|
|
510
|
+
.cdr-button--secondary_11-2-0:active {
|
|
493
511
|
color: #f9f8f6;
|
|
494
512
|
fill: #f9f8f6;
|
|
495
513
|
background-color: #928b80;
|
|
496
514
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
|
|
497
|
-
.cdr-button--secondary_11-
|
|
515
|
+
.cdr-button--secondary_11-2-0[disabled] {
|
|
498
516
|
background-color: #f9f8f6;
|
|
499
517
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
500
518
|
color: #d1cbbd;
|
|
501
519
|
fill: #d1cbbd; }
|
|
502
|
-
.cdr-button--secondary_11-
|
|
520
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0 {
|
|
503
521
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
504
|
-
.cdr-button--secondary_11-
|
|
522
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
505
523
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
506
|
-
.cdr-button--secondary_11-
|
|
524
|
+
.cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
507
525
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
508
|
-
.cdr-button--dark_11-
|
|
526
|
+
.cdr-button--dark_11-2-0 {
|
|
509
527
|
background-color: #4e4d49;
|
|
510
528
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
511
529
|
color: #f9f8f6;
|
|
512
530
|
fill: #f9f8f6; }
|
|
513
|
-
.cdr-button--dark_11-
|
|
531
|
+
.cdr-button--dark_11-2-0:hover, .cdr-button--dark_11-2-0:focus {
|
|
514
532
|
color: #4e4d49;
|
|
515
533
|
fill: #4e4d49;
|
|
516
534
|
background-color: #edeae3;
|
|
517
535
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
518
|
-
.cdr-button--dark_11-
|
|
536
|
+
.cdr-button--dark_11-2-0:active {
|
|
519
537
|
color: #f9f8f6;
|
|
520
538
|
fill: #f9f8f6;
|
|
521
539
|
background-color: #4e4d49;
|
|
522
540
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3; }
|
|
523
|
-
.cdr-button--dark_11-
|
|
541
|
+
.cdr-button--dark_11-2-0[disabled] {
|
|
524
542
|
background-color: #dcd6cb;
|
|
525
543
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
526
544
|
color: #ffffff;
|
|
527
545
|
fill: #ffffff; }
|
|
528
|
-
.cdr-button--dark_11-
|
|
546
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0 {
|
|
529
547
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
530
|
-
.cdr-button--dark_11-
|
|
548
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
531
549
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
532
|
-
.cdr-button--dark_11-
|
|
550
|
+
.cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
533
551
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
534
|
-
.cdr-button--sale_11-
|
|
552
|
+
.cdr-button--sale_11-2-0 {
|
|
535
553
|
background-color: #c7370f;
|
|
536
554
|
box-shadow: inset 0 0 0 0.1rem #c7370f;
|
|
537
555
|
color: #ffffff;
|
|
538
556
|
fill: #ffffff; }
|
|
539
|
-
.cdr-button--sale_11-
|
|
557
|
+
.cdr-button--sale_11-2-0:hover, .cdr-button--sale_11-2-0:focus {
|
|
540
558
|
color: #c7370f;
|
|
541
559
|
fill: #c7370f;
|
|
542
560
|
background-color: #f4f2ed;
|
|
543
561
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
544
|
-
.cdr-button--sale_11-
|
|
562
|
+
.cdr-button--sale_11-2-0:active {
|
|
545
563
|
color: #ffffff;
|
|
546
564
|
fill: #ffffff;
|
|
547
565
|
background-color: #c7370f;
|
|
548
566
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed; }
|
|
549
|
-
.cdr-button--sale_11-
|
|
567
|
+
.cdr-button--sale_11-2-0[disabled] {
|
|
550
568
|
background-color: #dcd6cb;
|
|
551
569
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
552
570
|
color: #ffffff;
|
|
553
571
|
fill: #ffffff; }
|
|
554
|
-
.cdr-button--sale_11-
|
|
572
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0 {
|
|
555
573
|
box-shadow: inset 0 0 0 0.1rem #c7370f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
556
|
-
.cdr-button--sale_11-
|
|
574
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:focus {
|
|
557
575
|
box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
|
|
558
|
-
.cdr-button--sale_11-
|
|
576
|
+
.cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:active {
|
|
559
577
|
box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
560
|
-
.cdr-button--link_11-
|
|
578
|
+
.cdr-button--link_11-2-0 {
|
|
561
579
|
color: #406eb5;
|
|
562
580
|
fill: #406eb5;
|
|
563
581
|
background-color: transparent;
|
|
564
582
|
text-decoration: underline; }
|
|
565
|
-
.cdr-button--link_11-
|
|
583
|
+
.cdr-button--link_11-2-0:active, .cdr-button--link_11-2-0:focus {
|
|
566
584
|
color: #0b2d60; }
|
|
567
|
-
.cdr-button--link_11-
|
|
585
|
+
.cdr-button--link_11-2-0:hover {
|
|
568
586
|
color: #406eb5;
|
|
569
587
|
text-decoration: none; }
|
|
570
|
-
.cdr-button--link_11-
|
|
588
|
+
.cdr-button--link_11-2-0:focus {
|
|
571
589
|
outline: 0.2rem solid Highlight;
|
|
572
590
|
outline-color: -webkit-focus-ring-color;
|
|
573
591
|
outline-offset: 0; }
|
|
574
|
-
.cdr-button--large_11-
|
|
592
|
+
.cdr-button--large_11-2-0 {
|
|
575
593
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
576
594
|
font-style: normal;
|
|
577
595
|
font-weight: 500;
|
|
@@ -580,15 +598,15 @@ input[type="month"] {
|
|
|
580
598
|
line-height: 2.2rem;
|
|
581
599
|
padding: 1.2rem 2.4rem;
|
|
582
600
|
width: auto; }
|
|
583
|
-
.cdr-button--large_11-
|
|
601
|
+
.cdr-button--large_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
584
602
|
padding-left: 2rem; }
|
|
585
|
-
.cdr-button--large_11-
|
|
603
|
+
.cdr-button--large_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
586
604
|
padding-right: 2rem; }
|
|
587
|
-
.cdr-button--large_11-
|
|
605
|
+
.cdr-button--large_11-2-0 svg {
|
|
588
606
|
/* This is to correct icon size vs line height */
|
|
589
607
|
width: 2.4rem;
|
|
590
608
|
height: 2.4rem; }
|
|
591
|
-
.cdr-button--medium_11-
|
|
609
|
+
.cdr-button--medium_11-2-0 {
|
|
592
610
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
593
611
|
font-style: normal;
|
|
594
612
|
font-weight: 500;
|
|
@@ -597,15 +615,15 @@ input[type="month"] {
|
|
|
597
615
|
line-height: 2.2rem;
|
|
598
616
|
padding: 0.8rem 1.6rem;
|
|
599
617
|
width: auto; }
|
|
600
|
-
.cdr-button--medium_11-
|
|
618
|
+
.cdr-button--medium_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
601
619
|
padding-left: 1.2rem; }
|
|
602
|
-
.cdr-button--medium_11-
|
|
620
|
+
.cdr-button--medium_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
603
621
|
padding-right: 1.2rem; }
|
|
604
|
-
.cdr-button--medium_11-
|
|
622
|
+
.cdr-button--medium_11-2-0 svg {
|
|
605
623
|
/* This is to correct icon size vs line height */
|
|
606
624
|
width: 2.4rem;
|
|
607
625
|
height: 2.4rem; }
|
|
608
|
-
.cdr-button--small_11-
|
|
626
|
+
.cdr-button--small_11-2-0 {
|
|
609
627
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
610
628
|
font-style: normal;
|
|
611
629
|
font-weight: 500;
|
|
@@ -614,15 +632,15 @@ input[type="month"] {
|
|
|
614
632
|
line-height: 1.8rem;
|
|
615
633
|
padding: 0.6rem 1.2rem;
|
|
616
634
|
width: auto; }
|
|
617
|
-
.cdr-button--small_11-
|
|
635
|
+
.cdr-button--small_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
618
636
|
padding-left: 0.8rem; }
|
|
619
|
-
.cdr-button--small_11-
|
|
637
|
+
.cdr-button--small_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
620
638
|
padding-right: 0.8rem; }
|
|
621
|
-
.cdr-button--small_11-
|
|
639
|
+
.cdr-button--small_11-2-0 svg {
|
|
622
640
|
/* This is to correct icon size vs line height */
|
|
623
641
|
width: 2rem;
|
|
624
642
|
height: 2rem; }
|
|
625
|
-
.cdr-button--icon-only_11-
|
|
643
|
+
.cdr-button--icon-only_11-2-0 {
|
|
626
644
|
background: none;
|
|
627
645
|
border: none;
|
|
628
646
|
border-radius: 0.2rem;
|
|
@@ -631,55 +649,55 @@ input[type="month"] {
|
|
|
631
649
|
line-height: normal;
|
|
632
650
|
padding: 0.8rem;
|
|
633
651
|
fill: #928b80; }
|
|
634
|
-
.cdr-button--icon-only_11-
|
|
652
|
+
.cdr-button--icon-only_11-2-0:hover {
|
|
635
653
|
background: none;
|
|
636
654
|
box-shadow: none;
|
|
637
655
|
border: none;
|
|
638
656
|
fill: #928b80; }
|
|
639
|
-
.cdr-button--icon-only_11-
|
|
657
|
+
.cdr-button--icon-only_11-2-0:active, .cdr-button--icon-only_11-2-0:focus {
|
|
640
658
|
background: none;
|
|
641
659
|
outline: none;
|
|
642
660
|
border: none;
|
|
643
661
|
box-shadow: none;
|
|
644
662
|
fill: #928b80; }
|
|
645
|
-
.cdr-button--icon-only_11-
|
|
663
|
+
.cdr-button--icon-only_11-2-0:active svg, .cdr-button--icon-only_11-2-0:focus svg {
|
|
646
664
|
box-shadow: inset 0 0 0 0.1rem #928b80; }
|
|
647
|
-
.cdr-button--icon-only_11-
|
|
665
|
+
.cdr-button--icon-only_11-2-0[disabled] {
|
|
648
666
|
background: transparent;
|
|
649
667
|
box-shadow: none;
|
|
650
668
|
border: none;
|
|
651
669
|
fill: #dcd6cb; }
|
|
652
|
-
.cdr-button--icon-only_11-
|
|
670
|
+
.cdr-button--icon-only_11-2-0 > svg {
|
|
653
671
|
margin: 0; }
|
|
654
|
-
.cdr-button--icon-only-large_11-
|
|
672
|
+
.cdr-button--icon-only-large_11-2-0 {
|
|
655
673
|
padding: 1.2rem; }
|
|
656
|
-
.cdr-button--with-background_11-
|
|
674
|
+
.cdr-button--with-background_11-2-0 {
|
|
657
675
|
border-radius: 50%;
|
|
658
676
|
fill: #928b80;
|
|
659
677
|
background-color: #f9f8f6;
|
|
660
678
|
box-shadow: inset 0 0 0 0.1rem #928b80; }
|
|
661
|
-
.cdr-button--with-background_11-
|
|
679
|
+
.cdr-button--with-background_11-2-0:hover, .cdr-button--with-background_11-2-0:focus {
|
|
662
680
|
fill: #928b80;
|
|
663
681
|
background-color: #f4f2ed;
|
|
664
682
|
box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
665
|
-
.cdr-button--with-background_11-
|
|
683
|
+
.cdr-button--with-background_11-2-0:hover svg, .cdr-button--with-background_11-2-0:focus svg {
|
|
666
684
|
box-shadow: none; }
|
|
667
|
-
.cdr-button--with-background_11-
|
|
685
|
+
.cdr-button--with-background_11-2-0:active {
|
|
668
686
|
color: #f9f8f6;
|
|
669
687
|
fill: #f9f8f6;
|
|
670
688
|
background-color: #928b80;
|
|
671
689
|
box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
|
|
672
|
-
.cdr-button--with-background_11-
|
|
690
|
+
.cdr-button--with-background_11-2-0:active svg {
|
|
673
691
|
box-shadow: none; }
|
|
674
|
-
.cdr-button--with-background_11-
|
|
692
|
+
.cdr-button--with-background_11-2-0[disabled] {
|
|
675
693
|
background-color: #f9f8f6;
|
|
676
694
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb;
|
|
677
695
|
fill: #d1cbbd; }
|
|
678
|
-
.cdr-button--full-width_11-
|
|
696
|
+
.cdr-button--full-width_11-2-0 {
|
|
679
697
|
width: 100% !important;
|
|
680
698
|
justify-content: center; }
|
|
681
699
|
@media (min-width: 0) and (max-width: 767px) {
|
|
682
|
-
.cdr-button--small\@xs_11-
|
|
700
|
+
.cdr-button--small\@xs_11-2-0 {
|
|
683
701
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
684
702
|
font-style: normal;
|
|
685
703
|
font-weight: 500;
|
|
@@ -688,15 +706,15 @@ input[type="month"] {
|
|
|
688
706
|
line-height: 1.8rem;
|
|
689
707
|
padding: 0.6rem 1.2rem;
|
|
690
708
|
width: auto; }
|
|
691
|
-
.cdr-button--small\@xs_11-
|
|
709
|
+
.cdr-button--small\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
692
710
|
padding-left: 0.8rem; }
|
|
693
|
-
.cdr-button--small\@xs_11-
|
|
711
|
+
.cdr-button--small\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
694
712
|
padding-right: 0.8rem; }
|
|
695
|
-
.cdr-button--small\@xs_11-
|
|
713
|
+
.cdr-button--small\@xs_11-2-0 svg {
|
|
696
714
|
/* This is to correct icon size vs line height */
|
|
697
715
|
width: 2rem;
|
|
698
716
|
height: 2rem; }
|
|
699
|
-
.cdr-button--medium\@xs_11-
|
|
717
|
+
.cdr-button--medium\@xs_11-2-0 {
|
|
700
718
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
701
719
|
font-style: normal;
|
|
702
720
|
font-weight: 500;
|
|
@@ -705,15 +723,15 @@ input[type="month"] {
|
|
|
705
723
|
line-height: 2.2rem;
|
|
706
724
|
padding: 0.8rem 1.6rem;
|
|
707
725
|
width: auto; }
|
|
708
|
-
.cdr-button--medium\@xs_11-
|
|
726
|
+
.cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
709
727
|
padding-left: 1.2rem; }
|
|
710
|
-
.cdr-button--medium\@xs_11-
|
|
728
|
+
.cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
711
729
|
padding-right: 1.2rem; }
|
|
712
|
-
.cdr-button--medium\@xs_11-
|
|
730
|
+
.cdr-button--medium\@xs_11-2-0 svg {
|
|
713
731
|
/* This is to correct icon size vs line height */
|
|
714
732
|
width: 2.4rem;
|
|
715
733
|
height: 2.4rem; }
|
|
716
|
-
.cdr-button--large\@xs_11-
|
|
734
|
+
.cdr-button--large\@xs_11-2-0 {
|
|
717
735
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
718
736
|
font-style: normal;
|
|
719
737
|
font-weight: 500;
|
|
@@ -722,19 +740,19 @@ input[type="month"] {
|
|
|
722
740
|
line-height: 2.2rem;
|
|
723
741
|
padding: 1.2rem 2.4rem;
|
|
724
742
|
width: auto; }
|
|
725
|
-
.cdr-button--large\@xs_11-
|
|
743
|
+
.cdr-button--large\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
726
744
|
padding-left: 2rem; }
|
|
727
|
-
.cdr-button--large\@xs_11-
|
|
745
|
+
.cdr-button--large\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
728
746
|
padding-right: 2rem; }
|
|
729
|
-
.cdr-button--large\@xs_11-
|
|
747
|
+
.cdr-button--large\@xs_11-2-0 svg {
|
|
730
748
|
/* This is to correct icon size vs line height */
|
|
731
749
|
width: 2.4rem;
|
|
732
750
|
height: 2.4rem; }
|
|
733
|
-
.cdr-button--fullWidth\@xs_11-
|
|
751
|
+
.cdr-button--fullWidth\@xs_11-2-0 {
|
|
734
752
|
width: 100% !important;
|
|
735
753
|
justify-content: center; } }
|
|
736
754
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
737
|
-
.cdr-button--small\@sm_11-
|
|
755
|
+
.cdr-button--small\@sm_11-2-0 {
|
|
738
756
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
739
757
|
font-style: normal;
|
|
740
758
|
font-weight: 500;
|
|
@@ -743,15 +761,15 @@ input[type="month"] {
|
|
|
743
761
|
line-height: 1.8rem;
|
|
744
762
|
padding: 0.6rem 1.2rem;
|
|
745
763
|
width: auto; }
|
|
746
|
-
.cdr-button--small\@sm_11-
|
|
764
|
+
.cdr-button--small\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
747
765
|
padding-left: 0.8rem; }
|
|
748
|
-
.cdr-button--small\@sm_11-
|
|
766
|
+
.cdr-button--small\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
749
767
|
padding-right: 0.8rem; }
|
|
750
|
-
.cdr-button--small\@sm_11-
|
|
768
|
+
.cdr-button--small\@sm_11-2-0 svg {
|
|
751
769
|
/* This is to correct icon size vs line height */
|
|
752
770
|
width: 2rem;
|
|
753
771
|
height: 2rem; }
|
|
754
|
-
.cdr-button--medium\@sm_11-
|
|
772
|
+
.cdr-button--medium\@sm_11-2-0 {
|
|
755
773
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
756
774
|
font-style: normal;
|
|
757
775
|
font-weight: 500;
|
|
@@ -760,15 +778,15 @@ input[type="month"] {
|
|
|
760
778
|
line-height: 2.2rem;
|
|
761
779
|
padding: 0.8rem 1.6rem;
|
|
762
780
|
width: auto; }
|
|
763
|
-
.cdr-button--medium\@sm_11-
|
|
781
|
+
.cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
764
782
|
padding-left: 1.2rem; }
|
|
765
|
-
.cdr-button--medium\@sm_11-
|
|
783
|
+
.cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
766
784
|
padding-right: 1.2rem; }
|
|
767
|
-
.cdr-button--medium\@sm_11-
|
|
785
|
+
.cdr-button--medium\@sm_11-2-0 svg {
|
|
768
786
|
/* This is to correct icon size vs line height */
|
|
769
787
|
width: 2.4rem;
|
|
770
788
|
height: 2.4rem; }
|
|
771
|
-
.cdr-button--large\@sm_11-
|
|
789
|
+
.cdr-button--large\@sm_11-2-0 {
|
|
772
790
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
773
791
|
font-style: normal;
|
|
774
792
|
font-weight: 500;
|
|
@@ -777,19 +795,19 @@ input[type="month"] {
|
|
|
777
795
|
line-height: 2.2rem;
|
|
778
796
|
padding: 1.2rem 2.4rem;
|
|
779
797
|
width: auto; }
|
|
780
|
-
.cdr-button--large\@sm_11-
|
|
798
|
+
.cdr-button--large\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
781
799
|
padding-left: 2rem; }
|
|
782
|
-
.cdr-button--large\@sm_11-
|
|
800
|
+
.cdr-button--large\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
783
801
|
padding-right: 2rem; }
|
|
784
|
-
.cdr-button--large\@sm_11-
|
|
802
|
+
.cdr-button--large\@sm_11-2-0 svg {
|
|
785
803
|
/* This is to correct icon size vs line height */
|
|
786
804
|
width: 2.4rem;
|
|
787
805
|
height: 2.4rem; }
|
|
788
|
-
.cdr-button--fullWidth\@sm_11-
|
|
806
|
+
.cdr-button--fullWidth\@sm_11-2-0 {
|
|
789
807
|
width: 100% !important;
|
|
790
808
|
justify-content: center; } }
|
|
791
809
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
792
|
-
.cdr-button--small\@md_11-
|
|
810
|
+
.cdr-button--small\@md_11-2-0 {
|
|
793
811
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
794
812
|
font-style: normal;
|
|
795
813
|
font-weight: 500;
|
|
@@ -798,15 +816,15 @@ input[type="month"] {
|
|
|
798
816
|
line-height: 1.8rem;
|
|
799
817
|
padding: 0.6rem 1.2rem;
|
|
800
818
|
width: auto; }
|
|
801
|
-
.cdr-button--small\@md_11-
|
|
819
|
+
.cdr-button--small\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
802
820
|
padding-left: 0.8rem; }
|
|
803
|
-
.cdr-button--small\@md_11-
|
|
821
|
+
.cdr-button--small\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
804
822
|
padding-right: 0.8rem; }
|
|
805
|
-
.cdr-button--small\@md_11-
|
|
823
|
+
.cdr-button--small\@md_11-2-0 svg {
|
|
806
824
|
/* This is to correct icon size vs line height */
|
|
807
825
|
width: 2rem;
|
|
808
826
|
height: 2rem; }
|
|
809
|
-
.cdr-button--medium\@md_11-
|
|
827
|
+
.cdr-button--medium\@md_11-2-0 {
|
|
810
828
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
811
829
|
font-style: normal;
|
|
812
830
|
font-weight: 500;
|
|
@@ -815,15 +833,15 @@ input[type="month"] {
|
|
|
815
833
|
line-height: 2.2rem;
|
|
816
834
|
padding: 0.8rem 1.6rem;
|
|
817
835
|
width: auto; }
|
|
818
|
-
.cdr-button--medium\@md_11-
|
|
836
|
+
.cdr-button--medium\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
819
837
|
padding-left: 1.2rem; }
|
|
820
|
-
.cdr-button--medium\@md_11-
|
|
838
|
+
.cdr-button--medium\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
821
839
|
padding-right: 1.2rem; }
|
|
822
|
-
.cdr-button--medium\@md_11-
|
|
840
|
+
.cdr-button--medium\@md_11-2-0 svg {
|
|
823
841
|
/* This is to correct icon size vs line height */
|
|
824
842
|
width: 2.4rem;
|
|
825
843
|
height: 2.4rem; }
|
|
826
|
-
.cdr-button--large\@md_11-
|
|
844
|
+
.cdr-button--large\@md_11-2-0 {
|
|
827
845
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
828
846
|
font-style: normal;
|
|
829
847
|
font-weight: 500;
|
|
@@ -832,19 +850,19 @@ input[type="month"] {
|
|
|
832
850
|
line-height: 2.2rem;
|
|
833
851
|
padding: 1.2rem 2.4rem;
|
|
834
852
|
width: auto; }
|
|
835
|
-
.cdr-button--large\@md_11-
|
|
853
|
+
.cdr-button--large\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
836
854
|
padding-left: 2rem; }
|
|
837
|
-
.cdr-button--large\@md_11-
|
|
855
|
+
.cdr-button--large\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
838
856
|
padding-right: 2rem; }
|
|
839
|
-
.cdr-button--large\@md_11-
|
|
857
|
+
.cdr-button--large\@md_11-2-0 svg {
|
|
840
858
|
/* This is to correct icon size vs line height */
|
|
841
859
|
width: 2.4rem;
|
|
842
860
|
height: 2.4rem; }
|
|
843
|
-
.cdr-button--fullWidth\@md_11-
|
|
861
|
+
.cdr-button--fullWidth\@md_11-2-0 {
|
|
844
862
|
width: 100% !important;
|
|
845
863
|
justify-content: center; } }
|
|
846
864
|
@media (min-width: 1232px) {
|
|
847
|
-
.cdr-button--small\@lg_11-
|
|
865
|
+
.cdr-button--small\@lg_11-2-0 {
|
|
848
866
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
849
867
|
font-style: normal;
|
|
850
868
|
font-weight: 500;
|
|
@@ -853,15 +871,15 @@ input[type="month"] {
|
|
|
853
871
|
line-height: 1.8rem;
|
|
854
872
|
padding: 0.6rem 1.2rem;
|
|
855
873
|
width: auto; }
|
|
856
|
-
.cdr-button--small\@lg_11-
|
|
874
|
+
.cdr-button--small\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
857
875
|
padding-left: 0.8rem; }
|
|
858
|
-
.cdr-button--small\@lg_11-
|
|
876
|
+
.cdr-button--small\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
859
877
|
padding-right: 0.8rem; }
|
|
860
|
-
.cdr-button--small\@lg_11-
|
|
878
|
+
.cdr-button--small\@lg_11-2-0 svg {
|
|
861
879
|
/* This is to correct icon size vs line height */
|
|
862
880
|
width: 2rem;
|
|
863
881
|
height: 2rem; }
|
|
864
|
-
.cdr-button--medium\@lg_11-
|
|
882
|
+
.cdr-button--medium\@lg_11-2-0 {
|
|
865
883
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
866
884
|
font-style: normal;
|
|
867
885
|
font-weight: 500;
|
|
@@ -870,15 +888,15 @@ input[type="month"] {
|
|
|
870
888
|
line-height: 2.2rem;
|
|
871
889
|
padding: 0.8rem 1.6rem;
|
|
872
890
|
width: auto; }
|
|
873
|
-
.cdr-button--medium\@lg_11-
|
|
891
|
+
.cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
874
892
|
padding-left: 1.2rem; }
|
|
875
|
-
.cdr-button--medium\@lg_11-
|
|
893
|
+
.cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
876
894
|
padding-right: 1.2rem; }
|
|
877
|
-
.cdr-button--medium\@lg_11-
|
|
895
|
+
.cdr-button--medium\@lg_11-2-0 svg {
|
|
878
896
|
/* This is to correct icon size vs line height */
|
|
879
897
|
width: 2.4rem;
|
|
880
898
|
height: 2.4rem; }
|
|
881
|
-
.cdr-button--large\@lg_11-
|
|
899
|
+
.cdr-button--large\@lg_11-2-0 {
|
|
882
900
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
883
901
|
font-style: normal;
|
|
884
902
|
font-weight: 500;
|
|
@@ -887,15 +905,15 @@ input[type="month"] {
|
|
|
887
905
|
line-height: 2.2rem;
|
|
888
906
|
padding: 1.2rem 2.4rem;
|
|
889
907
|
width: auto; }
|
|
890
|
-
.cdr-button--large\@lg_11-
|
|
908
|
+
.cdr-button--large\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
|
|
891
909
|
padding-left: 2rem; }
|
|
892
|
-
.cdr-button--large\@lg_11-
|
|
910
|
+
.cdr-button--large\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
|
|
893
911
|
padding-right: 2rem; }
|
|
894
|
-
.cdr-button--large\@lg_11-
|
|
912
|
+
.cdr-button--large\@lg_11-2-0 svg {
|
|
895
913
|
/* This is to correct icon size vs line height */
|
|
896
914
|
width: 2.4rem;
|
|
897
915
|
height: 2.4rem; }
|
|
898
|
-
.cdr-button--fullWidth\@lg_11-
|
|
916
|
+
.cdr-button--fullWidth\@lg_11-2-0 {
|
|
899
917
|
width: 100% !important;
|
|
900
918
|
justify-content: center; } }
|
|
901
919
|
|
|
@@ -910,11 +928,11 @@ input[type="month"] {
|
|
|
910
928
|
|
|
911
929
|
:Base - CdrCaption
|
|
912
930
|
========================================================================== */
|
|
913
|
-
.cdr-caption_11-
|
|
931
|
+
.cdr-caption_11-2-0 {
|
|
914
932
|
max-width: 53rem;
|
|
915
933
|
line-height: 1;
|
|
916
934
|
padding: 0.8rem 0; }
|
|
917
|
-
.cdr-caption_11-
|
|
935
|
+
.cdr-caption_11-2-0 cite {
|
|
918
936
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
919
937
|
font-size: 1.2rem;
|
|
920
938
|
font-weight: 400;
|
|
@@ -922,7 +940,7 @@ input[type="month"] {
|
|
|
922
940
|
line-height: 1.8rem;
|
|
923
941
|
color: rgba(66, 59, 47, 0.75);
|
|
924
942
|
font-style: normal; }
|
|
925
|
-
.cdr-caption__summary_11-
|
|
943
|
+
.cdr-caption__summary_11-2-0 {
|
|
926
944
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
927
945
|
font-size: 1.4rem;
|
|
928
946
|
font-weight: 400;
|
|
@@ -930,11 +948,11 @@ input[type="month"] {
|
|
|
930
948
|
line-height: 2.2rem;
|
|
931
949
|
margin: 0;
|
|
932
950
|
color: rgba(12, 11, 8, 0.75); }
|
|
933
|
-
.cdr-caption__summary_11-
|
|
951
|
+
.cdr-caption__summary_11-2-0 + cite {
|
|
934
952
|
display: inline-block;
|
|
935
953
|
margin-top: 0.8rem; }
|
|
936
954
|
|
|
937
|
-
.cdr-card_11-
|
|
955
|
+
.cdr-card_11-2-0 {
|
|
938
956
|
position: relative;
|
|
939
957
|
background-color: #ffffff;
|
|
940
958
|
border-radius: 0.4rem;
|
|
@@ -944,7 +962,7 @@ input[type="month"] {
|
|
|
944
962
|
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
|
|
945
963
|
cursor: pointer;
|
|
946
964
|
overflow: hidden; }
|
|
947
|
-
.cdr-card_11-
|
|
965
|
+
.cdr-card_11-2-0:active, .cdr-card_11-2-0:hover {
|
|
948
966
|
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
949
967
|
transform: translateY(-0.2rem);
|
|
950
968
|
transition: 0.2s; }
|
|
@@ -967,7 +985,7 @@ input[type="month"] {
|
|
|
967
985
|
background-color: transparent; }
|
|
968
986
|
|
|
969
987
|
/* intentionally empty */
|
|
970
|
-
.cdr-checkbox_11-
|
|
988
|
+
.cdr-checkbox_11-2-0 {
|
|
971
989
|
/* Checked
|
|
972
990
|
========== */
|
|
973
991
|
/* Disabled
|
|
@@ -976,14 +994,14 @@ input[type="month"] {
|
|
|
976
994
|
========== */
|
|
977
995
|
/* Focus
|
|
978
996
|
========== */ }
|
|
979
|
-
.cdr-checkbox__input_11-
|
|
997
|
+
.cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
980
998
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
981
999
|
background-color: #4e4d49;
|
|
982
1000
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
|
|
983
1001
|
background-repeat: no-repeat; }
|
|
984
|
-
.cdr-checkbox__input_11-
|
|
1002
|
+
.cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
985
1003
|
box-shadow: inset 0 0 0 0.1rem #4e4d49; }
|
|
986
|
-
.cdr-checkbox__input_11-
|
|
1004
|
+
.cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
987
1005
|
content: '';
|
|
988
1006
|
position: absolute;
|
|
989
1007
|
left: 50%;
|
|
@@ -993,51 +1011,51 @@ input[type="month"] {
|
|
|
993
1011
|
height: 0.2rem;
|
|
994
1012
|
background-color: #4e4d49;
|
|
995
1013
|
border-radius: 0.2rem; }
|
|
996
|
-
.cdr-checkbox_11-
|
|
1014
|
+
.cdr-checkbox_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
|
|
997
1015
|
cursor: pointer;
|
|
998
1016
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
999
1017
|
background-color: #f9f8f6; }
|
|
1000
|
-
.cdr-checkbox_11-
|
|
1018
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0 {
|
|
1001
1019
|
/* Hover + Checked
|
|
1002
1020
|
========== */
|
|
1003
1021
|
/* Hover + Indeterminate
|
|
1004
1022
|
========== */ }
|
|
1005
|
-
.cdr-checkbox_11-
|
|
1023
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1006
1024
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1007
1025
|
background-color: #928b80;
|
|
1008
1026
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
|
|
1009
|
-
.cdr-checkbox_11-
|
|
1027
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1010
1028
|
box-shadow: inset 0 0 0 0.2rem #4e4d49; }
|
|
1011
|
-
.cdr-checkbox_11-
|
|
1029
|
+
.cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1012
1030
|
background-color: #ffffff; }
|
|
1013
|
-
.cdr-checkbox__input_11-
|
|
1031
|
+
.cdr-checkbox__input_11-2-0:disabled {
|
|
1014
1032
|
/* Disabled + Checked
|
|
1015
1033
|
========== */
|
|
1016
1034
|
/* Disabled + Indeterminate
|
|
1017
1035
|
========== */ }
|
|
1018
|
-
.cdr-checkbox__input_11-
|
|
1036
|
+
.cdr-checkbox__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1019
1037
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
1020
1038
|
background-color: #f9f8f6 !important;
|
|
1021
1039
|
background-image: none !important; }
|
|
1022
|
-
.cdr-checkbox__input_11-
|
|
1040
|
+
.cdr-checkbox__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1023
1041
|
background-color: #f9f8f6 !important; }
|
|
1024
|
-
.cdr-checkbox__input_11-
|
|
1042
|
+
.cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1025
1043
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important; }
|
|
1026
|
-
.cdr-checkbox__input_11-
|
|
1044
|
+
.cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1027
1045
|
background-color: #f9f8f6 !important; }
|
|
1028
|
-
.cdr-checkbox_11-
|
|
1046
|
+
.cdr-checkbox_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1029
1047
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1030
1048
|
background-color: #f9f8f6;
|
|
1031
1049
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234e4d49'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
|
|
1032
|
-
.cdr-checkbox_11-
|
|
1050
|
+
.cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
1033
1051
|
content: none; }
|
|
1034
|
-
.cdr-checkbox__input_11-
|
|
1052
|
+
.cdr-checkbox__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1035
1053
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
1036
1054
|
background-color: #f9f8f6; }
|
|
1037
|
-
.cdr-checkbox__input_11-
|
|
1055
|
+
.cdr-checkbox__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
1038
1056
|
background-color: #928b80; }
|
|
1039
1057
|
|
|
1040
|
-
.cdr-label-wrapper_11-
|
|
1058
|
+
.cdr-label-wrapper_11-2-0 {
|
|
1041
1059
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1042
1060
|
font-style: normal;
|
|
1043
1061
|
font-weight: 400;
|
|
@@ -1077,38 +1095,38 @@ input[type="month"] {
|
|
|
1077
1095
|
/* @lg
|
|
1078
1096
|
1200px and up
|
|
1079
1097
|
========== */ }
|
|
1080
|
-
.cdr-label-wrapper__container_11-
|
|
1098
|
+
.cdr-label-wrapper__container_11-2-0 {
|
|
1081
1099
|
font-size: 0;
|
|
1082
1100
|
line-height: 1; }
|
|
1083
|
-
.cdr-label-wrapper_11-
|
|
1101
|
+
.cdr-label-wrapper_11-2-0 input {
|
|
1084
1102
|
position: absolute;
|
|
1085
1103
|
opacity: 0;
|
|
1086
1104
|
z-index: -1; }
|
|
1087
|
-
.cdr-label-wrapper--primary_11-
|
|
1105
|
+
.cdr-label-wrapper--primary_11-2-0:hover {
|
|
1088
1106
|
background-color: #f9f8f6;
|
|
1089
1107
|
cursor: pointer; }
|
|
1090
|
-
.cdr-label-wrapper--primary_11-
|
|
1108
|
+
.cdr-label-wrapper--primary_11-2-0:focus-within {
|
|
1091
1109
|
background-color: #f9f8f6;
|
|
1092
1110
|
box-shadow: inset 0 0 0 0.2rem #20201d; }
|
|
1093
|
-
.cdr-label-wrapper--primary_11-
|
|
1111
|
+
.cdr-label-wrapper--primary_11-2-0:active {
|
|
1094
1112
|
background-color: #edeae3; }
|
|
1095
|
-
.cdr-label-wrapper--secondary_11-
|
|
1113
|
+
.cdr-label-wrapper--secondary_11-2-0 {
|
|
1096
1114
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
1097
|
-
.cdr-label-wrapper--secondary_11-
|
|
1115
|
+
.cdr-label-wrapper--secondary_11-2-0:hover {
|
|
1098
1116
|
background-color: rgba(255, 255, 255, 0.75);
|
|
1099
1117
|
cursor: pointer; }
|
|
1100
|
-
.cdr-label-wrapper--secondary_11-
|
|
1118
|
+
.cdr-label-wrapper--secondary_11-2-0:focus-within {
|
|
1101
1119
|
background-color: rgba(255, 255, 255, 0.75); }
|
|
1102
|
-
.cdr-label-wrapper--secondary_11-
|
|
1120
|
+
.cdr-label-wrapper--secondary_11-2-0:active {
|
|
1103
1121
|
background-color: #ffffff; }
|
|
1104
|
-
.cdr-label-wrapper--disabled_11-
|
|
1122
|
+
.cdr-label-wrapper--disabled_11-2-0 {
|
|
1105
1123
|
color: #d1cbbd !important;
|
|
1106
1124
|
cursor: not-allowed !important; }
|
|
1107
|
-
.cdr-label-wrapper--disabled_11-
|
|
1125
|
+
.cdr-label-wrapper--disabled_11-2-0:hover, .cdr-label-wrapper--disabled_11-2-0:focus-within, .cdr-label-wrapper--disabled_11-2-0:active {
|
|
1108
1126
|
background-color: transparent !important; }
|
|
1109
|
-
.cdr-label-wrapper--disabled_11-
|
|
1127
|
+
.cdr-label-wrapper--disabled_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
|
|
1110
1128
|
cursor: not-allowed !important; }
|
|
1111
|
-
.cdr-label-wrapper__figure_11-
|
|
1129
|
+
.cdr-label-wrapper__figure_11-2-0 {
|
|
1112
1130
|
top: 1.1rem;
|
|
1113
1131
|
width: 1.6rem;
|
|
1114
1132
|
height: 1.6rem;
|
|
@@ -1118,19 +1136,19 @@ input[type="month"] {
|
|
|
1118
1136
|
background-color: rgba(244, 242, 237, 0.15);
|
|
1119
1137
|
box-shadow: 0 0 0 0.1rem #928b80;
|
|
1120
1138
|
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0); }
|
|
1121
|
-
.cdr-label-wrapper__figure_11-
|
|
1139
|
+
.cdr-label-wrapper__figure_11-2-0::after {
|
|
1122
1140
|
width: 0.4rem;
|
|
1123
1141
|
height: 0.4rem; }
|
|
1124
|
-
.cdr-label-wrapper__content_11-
|
|
1142
|
+
.cdr-label-wrapper__content_11-2-0 {
|
|
1125
1143
|
-webkit-user-select: text;
|
|
1126
1144
|
-moz-user-select: text;
|
|
1127
1145
|
-ms-user-select: text;
|
|
1128
1146
|
user-select: text; }
|
|
1129
|
-
.cdr-label-wrapper--hide-figure_11-
|
|
1147
|
+
.cdr-label-wrapper--hide-figure_11-2-0 {
|
|
1130
1148
|
padding-left: 0; }
|
|
1131
|
-
.cdr-label-wrapper--hide-figure_11-
|
|
1149
|
+
.cdr-label-wrapper--hide-figure_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1132
1150
|
display: none; }
|
|
1133
|
-
.cdr-label-wrapper--small_11-
|
|
1151
|
+
.cdr-label-wrapper--small_11-2-0 {
|
|
1134
1152
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1135
1153
|
font-style: normal;
|
|
1136
1154
|
font-weight: 400;
|
|
@@ -1138,13 +1156,13 @@ input[type="month"] {
|
|
|
1138
1156
|
font-size: 1.4rem;
|
|
1139
1157
|
line-height: 1.8rem;
|
|
1140
1158
|
padding-left: 3.2rem; }
|
|
1141
|
-
.cdr-label-wrapper--small_11-
|
|
1159
|
+
.cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1142
1160
|
width: 1.6rem;
|
|
1143
1161
|
height: 1.6rem; }
|
|
1144
|
-
.cdr-label-wrapper--small_11-
|
|
1162
|
+
.cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1145
1163
|
width: 0.4rem;
|
|
1146
1164
|
height: 0.4rem; }
|
|
1147
|
-
.cdr-label-wrapper--medium_11-
|
|
1165
|
+
.cdr-label-wrapper--medium_11-2-0 {
|
|
1148
1166
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1149
1167
|
font-style: normal;
|
|
1150
1168
|
font-weight: 400;
|
|
@@ -1152,13 +1170,13 @@ input[type="month"] {
|
|
|
1152
1170
|
font-size: 1.6rem;
|
|
1153
1171
|
line-height: 2.2rem;
|
|
1154
1172
|
padding-left: 3.2rem; }
|
|
1155
|
-
.cdr-label-wrapper--medium_11-
|
|
1173
|
+
.cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1156
1174
|
width: 1.6rem;
|
|
1157
1175
|
height: 1.6rem; }
|
|
1158
|
-
.cdr-label-wrapper--medium_11-
|
|
1176
|
+
.cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1159
1177
|
width: 0.4rem;
|
|
1160
1178
|
height: 0.4rem; }
|
|
1161
|
-
.cdr-label-wrapper--large_11-
|
|
1179
|
+
.cdr-label-wrapper--large_11-2-0 {
|
|
1162
1180
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1163
1181
|
font-style: normal;
|
|
1164
1182
|
font-weight: 400;
|
|
@@ -1166,14 +1184,14 @@ input[type="month"] {
|
|
|
1166
1184
|
font-size: 1.6rem;
|
|
1167
1185
|
line-height: 2.2rem;
|
|
1168
1186
|
padding-left: 3.6rem; }
|
|
1169
|
-
.cdr-label-wrapper--large_11-
|
|
1187
|
+
.cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1170
1188
|
width: 2rem;
|
|
1171
1189
|
height: 2rem; }
|
|
1172
|
-
.cdr-label-wrapper--large_11-
|
|
1190
|
+
.cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1173
1191
|
width: 0.5rem;
|
|
1174
1192
|
height: 0.5rem; }
|
|
1175
1193
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1176
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
1194
|
+
.cdr-label-wrapper--small\@xs_11-2-0 {
|
|
1177
1195
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1178
1196
|
font-style: normal;
|
|
1179
1197
|
font-weight: 400;
|
|
@@ -1181,13 +1199,13 @@ input[type="month"] {
|
|
|
1181
1199
|
font-size: 1.4rem;
|
|
1182
1200
|
line-height: 1.8rem;
|
|
1183
1201
|
padding-left: 3.2rem; }
|
|
1184
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
1202
|
+
.cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1185
1203
|
width: 1.6rem;
|
|
1186
1204
|
height: 1.6rem; }
|
|
1187
|
-
.cdr-label-wrapper--small\@xs_11-
|
|
1205
|
+
.cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1188
1206
|
width: 0.4rem;
|
|
1189
1207
|
height: 0.4rem; }
|
|
1190
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
1208
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 {
|
|
1191
1209
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1192
1210
|
font-style: normal;
|
|
1193
1211
|
font-weight: 400;
|
|
@@ -1195,13 +1213,13 @@ input[type="month"] {
|
|
|
1195
1213
|
font-size: 1.6rem;
|
|
1196
1214
|
line-height: 2.2rem;
|
|
1197
1215
|
padding-left: 3.2rem; }
|
|
1198
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
1216
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1199
1217
|
width: 1.6rem;
|
|
1200
1218
|
height: 1.6rem; }
|
|
1201
|
-
.cdr-label-wrapper--medium\@xs_11-
|
|
1219
|
+
.cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1202
1220
|
width: 0.4rem;
|
|
1203
1221
|
height: 0.4rem; }
|
|
1204
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
1222
|
+
.cdr-label-wrapper--large\@xs_11-2-0 {
|
|
1205
1223
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1206
1224
|
font-style: normal;
|
|
1207
1225
|
font-weight: 400;
|
|
@@ -1209,14 +1227,14 @@ input[type="month"] {
|
|
|
1209
1227
|
font-size: 1.6rem;
|
|
1210
1228
|
line-height: 2.2rem;
|
|
1211
1229
|
padding-left: 3.6rem; }
|
|
1212
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
1230
|
+
.cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1213
1231
|
width: 2rem;
|
|
1214
1232
|
height: 2rem; }
|
|
1215
|
-
.cdr-label-wrapper--large\@xs_11-
|
|
1233
|
+
.cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1216
1234
|
width: 0.5rem;
|
|
1217
1235
|
height: 0.5rem; } }
|
|
1218
1236
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1219
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
1237
|
+
.cdr-label-wrapper--small\@sm_11-2-0 {
|
|
1220
1238
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1221
1239
|
font-style: normal;
|
|
1222
1240
|
font-weight: 400;
|
|
@@ -1224,13 +1242,13 @@ input[type="month"] {
|
|
|
1224
1242
|
font-size: 1.4rem;
|
|
1225
1243
|
line-height: 1.8rem;
|
|
1226
1244
|
padding-left: 3.2rem; }
|
|
1227
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
1245
|
+
.cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1228
1246
|
width: 1.6rem;
|
|
1229
1247
|
height: 1.6rem; }
|
|
1230
|
-
.cdr-label-wrapper--small\@sm_11-
|
|
1248
|
+
.cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1231
1249
|
width: 0.4rem;
|
|
1232
1250
|
height: 0.4rem; }
|
|
1233
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
1251
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 {
|
|
1234
1252
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1235
1253
|
font-style: normal;
|
|
1236
1254
|
font-weight: 400;
|
|
@@ -1238,13 +1256,13 @@ input[type="month"] {
|
|
|
1238
1256
|
font-size: 1.6rem;
|
|
1239
1257
|
line-height: 2.2rem;
|
|
1240
1258
|
padding-left: 3.2rem; }
|
|
1241
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
1259
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1242
1260
|
width: 1.6rem;
|
|
1243
1261
|
height: 1.6rem; }
|
|
1244
|
-
.cdr-label-wrapper--medium\@sm_11-
|
|
1262
|
+
.cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1245
1263
|
width: 0.4rem;
|
|
1246
1264
|
height: 0.4rem; }
|
|
1247
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
1265
|
+
.cdr-label-wrapper--large\@sm_11-2-0 {
|
|
1248
1266
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1249
1267
|
font-style: normal;
|
|
1250
1268
|
font-weight: 400;
|
|
@@ -1252,14 +1270,14 @@ input[type="month"] {
|
|
|
1252
1270
|
font-size: 1.6rem;
|
|
1253
1271
|
line-height: 2.2rem;
|
|
1254
1272
|
padding-left: 3.6rem; }
|
|
1255
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
1273
|
+
.cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1256
1274
|
width: 2rem;
|
|
1257
1275
|
height: 2rem; }
|
|
1258
|
-
.cdr-label-wrapper--large\@sm_11-
|
|
1276
|
+
.cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1259
1277
|
width: 0.5rem;
|
|
1260
1278
|
height: 0.5rem; } }
|
|
1261
1279
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1262
|
-
.cdr-label-wrapper--small\@md_11-
|
|
1280
|
+
.cdr-label-wrapper--small\@md_11-2-0 {
|
|
1263
1281
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1264
1282
|
font-style: normal;
|
|
1265
1283
|
font-weight: 400;
|
|
@@ -1267,13 +1285,13 @@ input[type="month"] {
|
|
|
1267
1285
|
font-size: 1.4rem;
|
|
1268
1286
|
line-height: 1.8rem;
|
|
1269
1287
|
padding-left: 3.2rem; }
|
|
1270
|
-
.cdr-label-wrapper--small\@md_11-
|
|
1288
|
+
.cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1271
1289
|
width: 1.6rem;
|
|
1272
1290
|
height: 1.6rem; }
|
|
1273
|
-
.cdr-label-wrapper--small\@md_11-
|
|
1291
|
+
.cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1274
1292
|
width: 0.4rem;
|
|
1275
1293
|
height: 0.4rem; }
|
|
1276
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
1294
|
+
.cdr-label-wrapper--medium\@md_11-2-0 {
|
|
1277
1295
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1278
1296
|
font-style: normal;
|
|
1279
1297
|
font-weight: 400;
|
|
@@ -1281,13 +1299,13 @@ input[type="month"] {
|
|
|
1281
1299
|
font-size: 1.6rem;
|
|
1282
1300
|
line-height: 2.2rem;
|
|
1283
1301
|
padding-left: 3.2rem; }
|
|
1284
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
1302
|
+
.cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1285
1303
|
width: 1.6rem;
|
|
1286
1304
|
height: 1.6rem; }
|
|
1287
|
-
.cdr-label-wrapper--medium\@md_11-
|
|
1305
|
+
.cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1288
1306
|
width: 0.4rem;
|
|
1289
1307
|
height: 0.4rem; }
|
|
1290
|
-
.cdr-label-wrapper--large\@md_11-
|
|
1308
|
+
.cdr-label-wrapper--large\@md_11-2-0 {
|
|
1291
1309
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1292
1310
|
font-style: normal;
|
|
1293
1311
|
font-weight: 400;
|
|
@@ -1295,14 +1313,14 @@ input[type="month"] {
|
|
|
1295
1313
|
font-size: 1.6rem;
|
|
1296
1314
|
line-height: 2.2rem;
|
|
1297
1315
|
padding-left: 3.6rem; }
|
|
1298
|
-
.cdr-label-wrapper--large\@md_11-
|
|
1316
|
+
.cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1299
1317
|
width: 2rem;
|
|
1300
1318
|
height: 2rem; }
|
|
1301
|
-
.cdr-label-wrapper--large\@md_11-
|
|
1319
|
+
.cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1302
1320
|
width: 0.5rem;
|
|
1303
1321
|
height: 0.5rem; } }
|
|
1304
1322
|
@media (min-width: 1232px) {
|
|
1305
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
1323
|
+
.cdr-label-wrapper--small\@lg_11-2-0 {
|
|
1306
1324
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1307
1325
|
font-style: normal;
|
|
1308
1326
|
font-weight: 400;
|
|
@@ -1310,13 +1328,13 @@ input[type="month"] {
|
|
|
1310
1328
|
font-size: 1.4rem;
|
|
1311
1329
|
line-height: 1.8rem;
|
|
1312
1330
|
padding-left: 3.2rem; }
|
|
1313
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
1331
|
+
.cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1314
1332
|
width: 1.6rem;
|
|
1315
1333
|
height: 1.6rem; }
|
|
1316
|
-
.cdr-label-wrapper--small\@lg_11-
|
|
1334
|
+
.cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1317
1335
|
width: 0.4rem;
|
|
1318
1336
|
height: 0.4rem; }
|
|
1319
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
1337
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 {
|
|
1320
1338
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1321
1339
|
font-style: normal;
|
|
1322
1340
|
font-weight: 400;
|
|
@@ -1324,13 +1342,13 @@ input[type="month"] {
|
|
|
1324
1342
|
font-size: 1.6rem;
|
|
1325
1343
|
line-height: 2.2rem;
|
|
1326
1344
|
padding-left: 3.2rem; }
|
|
1327
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
1345
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1328
1346
|
width: 1.6rem;
|
|
1329
1347
|
height: 1.6rem; }
|
|
1330
|
-
.cdr-label-wrapper--medium\@lg_11-
|
|
1348
|
+
.cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1331
1349
|
width: 0.4rem;
|
|
1332
1350
|
height: 0.4rem; }
|
|
1333
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
1351
|
+
.cdr-label-wrapper--large\@lg_11-2-0 {
|
|
1334
1352
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1335
1353
|
font-style: normal;
|
|
1336
1354
|
font-weight: 400;
|
|
@@ -1338,14 +1356,14 @@ input[type="month"] {
|
|
|
1338
1356
|
font-size: 1.6rem;
|
|
1339
1357
|
line-height: 2.2rem;
|
|
1340
1358
|
padding-left: 3.6rem; }
|
|
1341
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
1359
|
+
.cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
|
|
1342
1360
|
width: 2rem;
|
|
1343
1361
|
height: 2rem; }
|
|
1344
|
-
.cdr-label-wrapper--large\@lg_11-
|
|
1362
|
+
.cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
|
|
1345
1363
|
width: 0.5rem;
|
|
1346
1364
|
height: 0.5rem; } }
|
|
1347
1365
|
|
|
1348
|
-
.cdr-chip_11-
|
|
1366
|
+
.cdr-chip_11-2-0 {
|
|
1349
1367
|
display: inline-flex;
|
|
1350
1368
|
align-items: center;
|
|
1351
1369
|
position: relative;
|
|
@@ -1366,44 +1384,44 @@ input[type="month"] {
|
|
|
1366
1384
|
font-weight: 400;
|
|
1367
1385
|
letter-spacing: -0.008rem;
|
|
1368
1386
|
transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0); }
|
|
1369
|
-
.cdr-chip_11-
|
|
1387
|
+
.cdr-chip_11-2-0:disabled, .cdr-chip_11-2-0:disabled:hover, .cdr-chip_11-2-0:disabled:focus {
|
|
1370
1388
|
cursor: not-allowed !important;
|
|
1371
1389
|
background-color: #ffffff !important;
|
|
1372
1390
|
box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
|
|
1373
1391
|
color: #d1cbbd !important; }
|
|
1374
|
-
.cdr-chip_11-
|
|
1392
|
+
.cdr-chip_11-2-0:hover {
|
|
1375
1393
|
background-color: #f9f8f6;
|
|
1376
1394
|
box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
1377
|
-
.cdr-chip_11-
|
|
1395
|
+
.cdr-chip_11-2-0:focus {
|
|
1378
1396
|
outline: none;
|
|
1379
1397
|
outline-offset: 0;
|
|
1380
1398
|
background-color: #ffffff;
|
|
1381
1399
|
box-shadow: inset 0 0 0 0.3rem #4e4d49; }
|
|
1382
|
-
.cdr-chip_11-
|
|
1400
|
+
.cdr-chip_11-2-0:active {
|
|
1383
1401
|
background-color: #edeae3;
|
|
1384
1402
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
1385
|
-
.cdr-chip_11-
|
|
1403
|
+
.cdr-chip_11-2-0[aria-pressed="true"], .cdr-chip_11-2-0[aria-checked="true"] {
|
|
1386
1404
|
text-shadow: 0 0 0.1rem currentColor;
|
|
1387
1405
|
background-color: #edeae3;
|
|
1388
1406
|
box-shadow: inset 0 0 0 0.1rem #4e4d49; }
|
|
1389
|
-
.cdr-chip_11-
|
|
1407
|
+
.cdr-chip_11-2-0[aria-pressed="true"]:hover, .cdr-chip_11-2-0[aria-checked="true"]:hover {
|
|
1390
1408
|
background-color: #edeae3;
|
|
1391
1409
|
box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
|
|
1392
|
-
.cdr-chip_11-
|
|
1410
|
+
.cdr-chip_11-2-0[aria-pressed="true"]:focus, .cdr-chip_11-2-0[aria-checked="true"]:focus {
|
|
1393
1411
|
background-color: #edeae3;
|
|
1394
1412
|
box-shadow: inset 0 0 0 0.3rem #4e4d49; }
|
|
1395
|
-
.cdr-chip__icon-left_11-
|
|
1413
|
+
.cdr-chip__icon-left_11-2-0 {
|
|
1396
1414
|
position: absolute;
|
|
1397
1415
|
left: 0.8rem; }
|
|
1398
|
-
.cdr-chip__icon-right_11-
|
|
1416
|
+
.cdr-chip__icon-right_11-2-0 {
|
|
1399
1417
|
position: absolute;
|
|
1400
1418
|
right: 0.8rem; }
|
|
1401
|
-
.cdr-chip__icon-left_11-
|
|
1419
|
+
.cdr-chip__icon-left_11-2-0 ~ .cdr-chip__content_11-2-0 {
|
|
1402
1420
|
margin-left: 1.6rem; }
|
|
1403
|
-
.cdr-chip__icon-right_11-
|
|
1421
|
+
.cdr-chip__icon-right_11-2-0 ~ .cdr-chip__content_11-2-0 {
|
|
1404
1422
|
margin-right: 1.6rem; }
|
|
1405
1423
|
|
|
1406
|
-
.cdr-chip-group_11-
|
|
1424
|
+
.cdr-chip-group_11-2-0 {
|
|
1407
1425
|
border: none;
|
|
1408
1426
|
-webkit-margin-start: 0;
|
|
1409
1427
|
margin-inline-start: 0;
|
|
@@ -1417,14 +1435,14 @@ input[type="month"] {
|
|
|
1417
1435
|
padding-inline-end: 0;
|
|
1418
1436
|
-webkit-padding-after: 0;
|
|
1419
1437
|
padding-block-end: 0; }
|
|
1420
|
-
.cdr-chip-group_11-
|
|
1438
|
+
.cdr-chip-group_11-2-0 legend {
|
|
1421
1439
|
-webkit-padding-start: 0;
|
|
1422
1440
|
padding-inline-start: 0;
|
|
1423
1441
|
margin-bottom: 0.8rem; }
|
|
1424
|
-
.cdr-chip-group__content_11-
|
|
1442
|
+
.cdr-chip-group__content_11-2-0 > button:not(:last-child) {
|
|
1425
1443
|
margin-right: 0.8rem;
|
|
1426
1444
|
margin-bottom: 0.8rem; }
|
|
1427
|
-
.cdr-chip-group__legend--hidden_11-
|
|
1445
|
+
.cdr-chip-group__legend--hidden_11-2-0 {
|
|
1428
1446
|
position: absolute;
|
|
1429
1447
|
width: 0.1rem;
|
|
1430
1448
|
height: 0.1rem;
|
|
@@ -1433,7 +1451,7 @@ input[type="month"] {
|
|
|
1433
1451
|
overflow: hidden;
|
|
1434
1452
|
clip: rect(0, 0, 0, 0);
|
|
1435
1453
|
border: 0; }
|
|
1436
|
-
.cdr-chip-group__legend_11-
|
|
1454
|
+
.cdr-chip-group__legend_11-2-0 {
|
|
1437
1455
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1438
1456
|
font-style: normal;
|
|
1439
1457
|
font-weight: 500;
|
|
@@ -1441,7 +1459,7 @@ input[type="month"] {
|
|
|
1441
1459
|
font-size: 1.6rem;
|
|
1442
1460
|
line-height: 2rem; }
|
|
1443
1461
|
|
|
1444
|
-
.cdr-container_11-
|
|
1462
|
+
.cdr-container_11-2-0 {
|
|
1445
1463
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1446
1464
|
font-style: normal;
|
|
1447
1465
|
font-weight: 400;
|
|
@@ -1452,16 +1470,16 @@ input[type="month"] {
|
|
|
1452
1470
|
padding-right: 1.6rem;
|
|
1453
1471
|
width: 100%; }
|
|
1454
1472
|
@media (min-width: 992px) {
|
|
1455
|
-
.cdr-container_11-
|
|
1473
|
+
.cdr-container_11-2-0 {
|
|
1456
1474
|
padding-left: 3.2rem;
|
|
1457
1475
|
padding-right: 3.2rem; } }
|
|
1458
|
-
.cdr-container--static_11-
|
|
1476
|
+
.cdr-container--static_11-2-0 {
|
|
1459
1477
|
margin-left: auto;
|
|
1460
1478
|
margin-right: auto;
|
|
1461
1479
|
max-width: 123.2rem; }
|
|
1462
1480
|
|
|
1463
1481
|
/* intentionally empty */
|
|
1464
|
-
.cdr-form-group_11-
|
|
1482
|
+
.cdr-form-group_11-2-0 {
|
|
1465
1483
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1466
1484
|
font-style: normal;
|
|
1467
1485
|
font-weight: 500;
|
|
@@ -1481,30 +1499,30 @@ input[type="month"] {
|
|
|
1481
1499
|
padding-inline-end: 0;
|
|
1482
1500
|
-webkit-padding-after: 0;
|
|
1483
1501
|
padding-block-end: 0; }
|
|
1484
|
-
.cdr-form-group_11-
|
|
1502
|
+
.cdr-form-group_11-2-0 legend {
|
|
1485
1503
|
-webkit-padding-start: 0;
|
|
1486
1504
|
padding-inline-start: 0;
|
|
1487
1505
|
margin-bottom: 0.8rem; }
|
|
1488
|
-
.cdr-form-group--error_11-
|
|
1506
|
+
.cdr-form-group--error_11-2-0 {
|
|
1489
1507
|
box-shadow: inset 0 0 0 0.1rem #b33322;
|
|
1490
1508
|
background-color: rgba(255, 242, 242, 0.75); }
|
|
1491
|
-
.cdr-form-group--error_11-
|
|
1509
|
+
.cdr-form-group--error_11-2-0:hover {
|
|
1492
1510
|
background-color: transparent; }
|
|
1493
|
-
.cdr-form-group--disabled_11-
|
|
1511
|
+
.cdr-form-group--disabled_11-2-0 {
|
|
1494
1512
|
cursor: not-allowed;
|
|
1495
1513
|
color: #d1cbbd; }
|
|
1496
|
-
.cdr-form-group--disabled_11-
|
|
1514
|
+
.cdr-form-group--disabled_11-2-0 .cdr-form-group__optional_11-2-0, .cdr-form-group--disabled_11-2-0 .cdr-form-group__required_11-2-0 {
|
|
1497
1515
|
color: #d1cbbd; }
|
|
1498
|
-
.cdr-form-group__wrapper_11-
|
|
1516
|
+
.cdr-form-group__wrapper_11-2-0 {
|
|
1499
1517
|
border-radius: 0.4rem;
|
|
1500
1518
|
display: flex;
|
|
1501
1519
|
flex-direction: column; }
|
|
1502
|
-
.cdr-form-group__wrapper_11-
|
|
1520
|
+
.cdr-form-group__wrapper_11-2-0 > * {
|
|
1503
1521
|
flex: 1 1 0; }
|
|
1504
|
-
.cdr-form-group__optional_11-
|
|
1522
|
+
.cdr-form-group__optional_11-2-0 {
|
|
1505
1523
|
color: rgba(66, 59, 47, 0.75); }
|
|
1506
1524
|
|
|
1507
|
-
.cdr-form-error_11-
|
|
1525
|
+
.cdr-form-error_11-2-0 {
|
|
1508
1526
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1509
1527
|
font-style: normal;
|
|
1510
1528
|
font-weight: 400;
|
|
@@ -1514,58 +1532,58 @@ input[type="month"] {
|
|
|
1514
1532
|
color: #b33322;
|
|
1515
1533
|
fill: #b33322;
|
|
1516
1534
|
margin-top: 0.4rem; }
|
|
1517
|
-
.cdr-form-error__icon_11-
|
|
1535
|
+
.cdr-form-error__icon_11-2-0 {
|
|
1518
1536
|
margin-right: 0.4rem; }
|
|
1519
1537
|
|
|
1520
|
-
.cdr-grid_11-
|
|
1538
|
+
.cdr-grid_11-2-0 {
|
|
1521
1539
|
display: grid;
|
|
1522
1540
|
list-style: none;
|
|
1523
1541
|
margin: 0;
|
|
1524
1542
|
padding: 0;
|
|
1525
1543
|
gap: 1.6rem 1.6rem; }
|
|
1526
|
-
.cdr-grid--gutter-none_11-
|
|
1544
|
+
.cdr-grid--gutter-none_11-2-0 {
|
|
1527
1545
|
gap: 0 0; }
|
|
1528
|
-
.cdr-grid--gutter-small_11-
|
|
1546
|
+
.cdr-grid--gutter-small_11-2-0 {
|
|
1529
1547
|
gap: 0.2rem 0.2rem; }
|
|
1530
|
-
.cdr-grid--gutter-medium_11-
|
|
1548
|
+
.cdr-grid--gutter-medium_11-2-0 {
|
|
1531
1549
|
gap: 1.6rem 1.6rem; }
|
|
1532
|
-
.cdr-grid--gutter-large_11-
|
|
1550
|
+
.cdr-grid--gutter-large_11-2-0 {
|
|
1533
1551
|
gap: 3.2rem 3.2rem; }
|
|
1534
1552
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1535
|
-
.cdr-grid--gutter-none\@xs_11-
|
|
1553
|
+
.cdr-grid--gutter-none\@xs_11-2-0 {
|
|
1536
1554
|
gap: 0 0; }
|
|
1537
|
-
.cdr-grid--gutter-small\@xs_11-
|
|
1555
|
+
.cdr-grid--gutter-small\@xs_11-2-0 {
|
|
1538
1556
|
gap: 0.2rem 0.2rem; }
|
|
1539
|
-
.cdr-grid--gutter-medium\@xs_11-
|
|
1557
|
+
.cdr-grid--gutter-medium\@xs_11-2-0 {
|
|
1540
1558
|
gap: 1.6rem 1.6rem; }
|
|
1541
|
-
.cdr-grid--gutter-large\@xs_11-
|
|
1559
|
+
.cdr-grid--gutter-large\@xs_11-2-0 {
|
|
1542
1560
|
gap: 3.2rem 3.2rem; } }
|
|
1543
1561
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1544
|
-
.cdr-grid--gutter-none\@sm_11-
|
|
1562
|
+
.cdr-grid--gutter-none\@sm_11-2-0 {
|
|
1545
1563
|
gap: 0 0; }
|
|
1546
|
-
.cdr-grid--gutter-small\@sm_11-
|
|
1564
|
+
.cdr-grid--gutter-small\@sm_11-2-0 {
|
|
1547
1565
|
gap: 0.2rem 0.2rem; }
|
|
1548
|
-
.cdr-grid--gutter-medium\@sm_11-
|
|
1566
|
+
.cdr-grid--gutter-medium\@sm_11-2-0 {
|
|
1549
1567
|
gap: 1.6rem 1.6rem; }
|
|
1550
|
-
.cdr-grid--gutter-large\@sm_11-
|
|
1568
|
+
.cdr-grid--gutter-large\@sm_11-2-0 {
|
|
1551
1569
|
gap: 3.2rem 3.2rem; } }
|
|
1552
1570
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1553
|
-
.cdr-grid--gutter-none\@md_11-
|
|
1571
|
+
.cdr-grid--gutter-none\@md_11-2-0 {
|
|
1554
1572
|
gap: 0 0; }
|
|
1555
|
-
.cdr-grid--gutter-small\@md_11-
|
|
1573
|
+
.cdr-grid--gutter-small\@md_11-2-0 {
|
|
1556
1574
|
gap: 0.2rem 0.2rem; }
|
|
1557
|
-
.cdr-grid--gutter-medium\@md_11-
|
|
1575
|
+
.cdr-grid--gutter-medium\@md_11-2-0 {
|
|
1558
1576
|
gap: 1.6rem 1.6rem; }
|
|
1559
|
-
.cdr-grid--gutter-large\@md_11-
|
|
1577
|
+
.cdr-grid--gutter-large\@md_11-2-0 {
|
|
1560
1578
|
gap: 3.2rem 3.2rem; } }
|
|
1561
1579
|
@media (min-width: 1232px) {
|
|
1562
|
-
.cdr-grid--gutter-none\@lg_11-
|
|
1580
|
+
.cdr-grid--gutter-none\@lg_11-2-0 {
|
|
1563
1581
|
gap: 0 0; }
|
|
1564
|
-
.cdr-grid--gutter-small\@lg_11-
|
|
1582
|
+
.cdr-grid--gutter-small\@lg_11-2-0 {
|
|
1565
1583
|
gap: 0.2rem 0.2rem; }
|
|
1566
|
-
.cdr-grid--gutter-medium\@lg_11-
|
|
1584
|
+
.cdr-grid--gutter-medium\@lg_11-2-0 {
|
|
1567
1585
|
gap: 1.6rem 1.6rem; }
|
|
1568
|
-
.cdr-grid--gutter-large\@lg_11-
|
|
1586
|
+
.cdr-grid--gutter-large\@lg_11-2-0 {
|
|
1569
1587
|
gap: 3.2rem 3.2rem; } }
|
|
1570
1588
|
|
|
1571
1589
|
/* ==========================================================================
|
|
@@ -1579,7 +1597,7 @@ input[type="month"] {
|
|
|
1579
1597
|
|
|
1580
1598
|
:Base Styles
|
|
1581
1599
|
========================================================================== */
|
|
1582
|
-
.cdr-icon_11-
|
|
1600
|
+
.cdr-icon_11-2-0 {
|
|
1583
1601
|
display: inline-block;
|
|
1584
1602
|
vertical-align: middle;
|
|
1585
1603
|
flex: 0 0 auto;
|
|
@@ -1598,44 +1616,44 @@ input[type="month"] {
|
|
|
1598
1616
|
/* @lg
|
|
1599
1617
|
1200px and up
|
|
1600
1618
|
========== */ }
|
|
1601
|
-
.cdr-icon--small_11-
|
|
1619
|
+
.cdr-icon--small_11-2-0 {
|
|
1602
1620
|
width: 1.6rem;
|
|
1603
1621
|
height: 1.6rem; }
|
|
1604
|
-
.cdr-icon--large_11-
|
|
1622
|
+
.cdr-icon--large_11-2-0 {
|
|
1605
1623
|
width: 3.2rem;
|
|
1606
1624
|
height: 3.2rem; }
|
|
1607
1625
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1608
|
-
.cdr-icon--small\@xs_11-
|
|
1626
|
+
.cdr-icon--small\@xs_11-2-0 {
|
|
1609
1627
|
width: 1.6rem;
|
|
1610
1628
|
height: 1.6rem; }
|
|
1611
|
-
.cdr-icon--large\@xs_11-
|
|
1629
|
+
.cdr-icon--large\@xs_11-2-0 {
|
|
1612
1630
|
width: 3.2rem;
|
|
1613
1631
|
height: 3.2rem; } }
|
|
1614
1632
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1615
|
-
.cdr-icon--small\@sm_11-
|
|
1633
|
+
.cdr-icon--small\@sm_11-2-0 {
|
|
1616
1634
|
width: 1.6rem;
|
|
1617
1635
|
height: 1.6rem; }
|
|
1618
|
-
.cdr-icon--large\@sm_11-
|
|
1636
|
+
.cdr-icon--large\@sm_11-2-0 {
|
|
1619
1637
|
width: 3.2rem;
|
|
1620
1638
|
height: 3.2rem; } }
|
|
1621
1639
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1622
|
-
.cdr-icon--small\@md_11-
|
|
1640
|
+
.cdr-icon--small\@md_11-2-0 {
|
|
1623
1641
|
width: 1.6rem;
|
|
1624
1642
|
height: 1.6rem; }
|
|
1625
|
-
.cdr-icon--large\@md_11-
|
|
1643
|
+
.cdr-icon--large\@md_11-2-0 {
|
|
1626
1644
|
width: 3.2rem;
|
|
1627
1645
|
height: 3.2rem; } }
|
|
1628
1646
|
@media (min-width: 1232px) {
|
|
1629
|
-
.cdr-icon--small\@lg_11-
|
|
1647
|
+
.cdr-icon--small\@lg_11-2-0 {
|
|
1630
1648
|
width: 1.6rem;
|
|
1631
1649
|
height: 1.6rem; }
|
|
1632
|
-
.cdr-icon--large\@lg_11-
|
|
1650
|
+
.cdr-icon--large\@lg_11-2-0 {
|
|
1633
1651
|
width: 3.2rem;
|
|
1634
1652
|
height: 3.2rem; } }
|
|
1635
|
-
.cdr-icon--inherit-color_11-
|
|
1653
|
+
.cdr-icon--inherit-color_11-2-0 {
|
|
1636
1654
|
fill: inherit; }
|
|
1637
1655
|
|
|
1638
|
-
.cdr-image_11-
|
|
1656
|
+
.cdr-image_11-2-0 {
|
|
1639
1657
|
max-width: 100%;
|
|
1640
1658
|
vertical-align: middle;
|
|
1641
1659
|
border-style: none;
|
|
@@ -1647,26 +1665,26 @@ input[type="month"] {
|
|
|
1647
1665
|
========== */
|
|
1648
1666
|
/* circle
|
|
1649
1667
|
========== */ }
|
|
1650
|
-
.cdr-image--responsive_11-
|
|
1668
|
+
.cdr-image--responsive_11-2-0 {
|
|
1651
1669
|
display: block;
|
|
1652
1670
|
height: auto;
|
|
1653
1671
|
width: 100%; }
|
|
1654
|
-
.cdr-image--rounded_11-
|
|
1672
|
+
.cdr-image--rounded_11-2-0 {
|
|
1655
1673
|
border-radius: 0.4rem; }
|
|
1656
|
-
.cdr-image--circle_11-
|
|
1674
|
+
.cdr-image--circle_11-2-0 {
|
|
1657
1675
|
border-radius: 999.9rem; }
|
|
1658
1676
|
/* ==========================================================================
|
|
1659
1677
|
# MEDIA FRAME
|
|
1660
1678
|
========================================================================== */
|
|
1661
|
-
.cdr-image-ratio_11-
|
|
1679
|
+
.cdr-image-ratio_11-2-0 {
|
|
1662
1680
|
position: relative;
|
|
1663
1681
|
overflow: hidden; }
|
|
1664
|
-
.cdr-image-ratio_11-
|
|
1682
|
+
.cdr-image-ratio_11-2-0::before {
|
|
1665
1683
|
content: '';
|
|
1666
1684
|
height: 0;
|
|
1667
1685
|
display: block;
|
|
1668
1686
|
padding-bottom: var(--ratio); }
|
|
1669
|
-
.cdr-image-ratio__cover_11-
|
|
1687
|
+
.cdr-image-ratio__cover_11-2-0 {
|
|
1670
1688
|
position: absolute;
|
|
1671
1689
|
top: 0;
|
|
1672
1690
|
left: 0;
|
|
@@ -1674,19 +1692,19 @@ input[type="month"] {
|
|
|
1674
1692
|
width: 100%;
|
|
1675
1693
|
-o-object-fit: contain;
|
|
1676
1694
|
object-fit: contain; }
|
|
1677
|
-
.cdr-image-ratio__cover--crop_11-
|
|
1695
|
+
.cdr-image-ratio__cover--crop_11-2-0 {
|
|
1678
1696
|
-o-object-fit: none;
|
|
1679
1697
|
object-fit: none; }
|
|
1680
|
-
.cdr-image-ratio__cover--cover_11-
|
|
1698
|
+
.cdr-image-ratio__cover--cover_11-2-0 {
|
|
1681
1699
|
-o-object-fit: cover;
|
|
1682
1700
|
object-fit: cover; }
|
|
1683
1701
|
|
|
1684
|
-
.cdr-label-standalone_11-
|
|
1702
|
+
.cdr-label-standalone_11-2-0 {
|
|
1685
1703
|
display: grid;
|
|
1686
1704
|
grid-template-areas: "label label info" "input input input" "post post post"; }
|
|
1687
|
-
.cdr-label-standalone__label-wrapper_11-
|
|
1705
|
+
.cdr-label-standalone__label-wrapper_11-2-0 {
|
|
1688
1706
|
grid-area: label; }
|
|
1689
|
-
.cdr-label-standalone__label_11-
|
|
1707
|
+
.cdr-label-standalone__label_11-2-0 {
|
|
1690
1708
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1691
1709
|
font-style: normal;
|
|
1692
1710
|
font-weight: 400;
|
|
@@ -1695,7 +1713,7 @@ input[type="month"] {
|
|
|
1695
1713
|
line-height: 1.8rem;
|
|
1696
1714
|
color: rgba(12, 11, 8, 0.75);
|
|
1697
1715
|
margin: 0; }
|
|
1698
|
-
.cdr-label-standalone__label--sr-only_11-
|
|
1716
|
+
.cdr-label-standalone__label--sr-only_11-2-0 {
|
|
1699
1717
|
position: absolute;
|
|
1700
1718
|
width: 0.1rem;
|
|
1701
1719
|
height: 0.1rem;
|
|
@@ -1704,13 +1722,13 @@ input[type="month"] {
|
|
|
1704
1722
|
overflow: hidden;
|
|
1705
1723
|
clip: rect(0, 0, 0, 0);
|
|
1706
1724
|
border: 0; }
|
|
1707
|
-
.cdr-label-standalone__label--disabled_11-
|
|
1725
|
+
.cdr-label-standalone__label--disabled_11-2-0 {
|
|
1708
1726
|
color: #d1cbbd; }
|
|
1709
|
-
.cdr-label-standalone__label--disabled_11-
|
|
1727
|
+
.cdr-label-standalone__label--disabled_11-2-0 .cdr-label-standalone__optional_11-2-0 {
|
|
1710
1728
|
color: #d1cbbd; }
|
|
1711
|
-
.cdr-label-standalone__optional_11-
|
|
1729
|
+
.cdr-label-standalone__optional_11-2-0 {
|
|
1712
1730
|
color: rgba(66, 59, 47, 0.75); }
|
|
1713
|
-
.cdr-label-standalone__helper_11-
|
|
1731
|
+
.cdr-label-standalone__helper_11-2-0 {
|
|
1714
1732
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1715
1733
|
font-style: normal;
|
|
1716
1734
|
font-weight: 400;
|
|
@@ -1719,7 +1737,7 @@ input[type="month"] {
|
|
|
1719
1737
|
line-height: 1.8rem;
|
|
1720
1738
|
color: rgba(66, 59, 47, 0.75);
|
|
1721
1739
|
margin-top: 0.2rem; }
|
|
1722
|
-
.cdr-label-standalone__info_11-
|
|
1740
|
+
.cdr-label-standalone__info_11-2-0 {
|
|
1723
1741
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1724
1742
|
font-style: normal;
|
|
1725
1743
|
font-weight: 400;
|
|
@@ -1730,18 +1748,18 @@ input[type="month"] {
|
|
|
1730
1748
|
order: 2;
|
|
1731
1749
|
align-self: end;
|
|
1732
1750
|
justify-self: end; }
|
|
1733
|
-
.cdr-label-standalone__post-content_11-
|
|
1751
|
+
.cdr-label-standalone__post-content_11-2-0 {
|
|
1734
1752
|
grid-area: post; }
|
|
1735
|
-
.cdr-label-standalone__info-action_11-
|
|
1753
|
+
.cdr-label-standalone__info-action_11-2-0 {
|
|
1736
1754
|
display: flex;
|
|
1737
1755
|
justify-content: center;
|
|
1738
1756
|
align-items: center;
|
|
1739
1757
|
width: 4rem; }
|
|
1740
|
-
.cdr-label-standalone__input-wrap_11-
|
|
1758
|
+
.cdr-label-standalone__input-wrap_11-2-0 {
|
|
1741
1759
|
position: relative;
|
|
1742
1760
|
display: flex;
|
|
1743
1761
|
grid-area: input; }
|
|
1744
|
-
.cdr-label-standalone__input-spacing_11-
|
|
1762
|
+
.cdr-label-standalone__input-spacing_11-2-0 {
|
|
1745
1763
|
margin-top: 0.8rem; }
|
|
1746
1764
|
|
|
1747
1765
|
/* intentionally empty */
|
|
@@ -1779,7 +1797,7 @@ input[type="month"] {
|
|
|
1779
1797
|
/* ==========================================================================
|
|
1780
1798
|
# INPUT
|
|
1781
1799
|
========================================================================== */
|
|
1782
|
-
.cdr-input_11-
|
|
1800
|
+
.cdr-input_11-2-0 {
|
|
1783
1801
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1784
1802
|
font-style: normal;
|
|
1785
1803
|
font-weight: 400;
|
|
@@ -1820,15 +1838,15 @@ input[type="month"] {
|
|
|
1820
1838
|
========== */
|
|
1821
1839
|
/* Slot Sections
|
|
1822
1840
|
========================================================================== */ }
|
|
1823
|
-
.cdr-input_11-
|
|
1841
|
+
.cdr-input_11-2-0[type=number]::-webkit-inner-spin-button, .cdr-input_11-2-0[type=number]::-webkit-outer-spin-button {
|
|
1824
1842
|
-webkit-appearance: none;
|
|
1825
1843
|
-moz-appearance: none;
|
|
1826
1844
|
appearance: none;
|
|
1827
1845
|
margin: 0; }
|
|
1828
|
-
.cdr-input_11-
|
|
1846
|
+
.cdr-input_11-2-0:active, .cdr-input_11-2-0:focus {
|
|
1829
1847
|
outline: none;
|
|
1830
1848
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
|
|
1831
|
-
.cdr-input_11-
|
|
1849
|
+
.cdr-input_11-2-0::-moz-placeholder {
|
|
1832
1850
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1833
1851
|
font-style: normal;
|
|
1834
1852
|
font-weight: 400;
|
|
@@ -1836,7 +1854,7 @@ input[type="month"] {
|
|
|
1836
1854
|
font-size: 1.6rem;
|
|
1837
1855
|
line-height: 2.2rem;
|
|
1838
1856
|
color: rgba(66, 59, 47, 0.75); }
|
|
1839
|
-
.cdr-input_11-
|
|
1857
|
+
.cdr-input_11-2-0:-ms-input-placeholder {
|
|
1840
1858
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1841
1859
|
font-style: normal;
|
|
1842
1860
|
font-weight: 400;
|
|
@@ -1844,7 +1862,7 @@ input[type="month"] {
|
|
|
1844
1862
|
font-size: 1.6rem;
|
|
1845
1863
|
line-height: 2.2rem;
|
|
1846
1864
|
color: rgba(66, 59, 47, 0.75); }
|
|
1847
|
-
.cdr-input_11-
|
|
1865
|
+
.cdr-input_11-2-0::placeholder {
|
|
1848
1866
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1849
1867
|
font-style: normal;
|
|
1850
1868
|
font-weight: 400;
|
|
@@ -1852,43 +1870,43 @@ input[type="month"] {
|
|
|
1852
1870
|
font-size: 1.6rem;
|
|
1853
1871
|
line-height: 2.2rem;
|
|
1854
1872
|
color: rgba(66, 59, 47, 0.75); }
|
|
1855
|
-
.cdr-input_11-
|
|
1873
|
+
.cdr-input_11-2-0[disabled] {
|
|
1856
1874
|
background-color: #f9f8f6;
|
|
1857
1875
|
color: #d1cbbd;
|
|
1858
1876
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
|
|
1859
|
-
.cdr-input_11-
|
|
1877
|
+
.cdr-input_11-2-0[disabled]:hover {
|
|
1860
1878
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
1861
1879
|
cursor: not-allowed; }
|
|
1862
|
-
.cdr-input_11-
|
|
1880
|
+
.cdr-input_11-2-0[disabled]::-moz-placeholder {
|
|
1863
1881
|
color: #d1cbbd; }
|
|
1864
|
-
.cdr-input_11-
|
|
1882
|
+
.cdr-input_11-2-0[disabled]:-ms-input-placeholder {
|
|
1865
1883
|
color: #d1cbbd; }
|
|
1866
|
-
.cdr-input_11-
|
|
1884
|
+
.cdr-input_11-2-0[disabled]::placeholder {
|
|
1867
1885
|
color: #d1cbbd; }
|
|
1868
|
-
.cdr-input--focus_11-
|
|
1886
|
+
.cdr-input--focus_11-2-0 svg {
|
|
1869
1887
|
fill: rgba(12, 11, 8, 0.75) !important; }
|
|
1870
|
-
.cdr-input--multiline_11-
|
|
1888
|
+
.cdr-input--multiline_11-2-0 {
|
|
1871
1889
|
height: auto; }
|
|
1872
|
-
.cdr-input--preicon_11-
|
|
1890
|
+
.cdr-input--preicon_11-2-0 {
|
|
1873
1891
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
1874
1892
|
slot provided icon is close to that width */
|
|
1875
1893
|
padding-left: 3.7rem !important; }
|
|
1876
|
-
.cdr-input--posticon_11-
|
|
1894
|
+
.cdr-input--posticon_11-2-0 {
|
|
1877
1895
|
padding-right: 4.5rem; }
|
|
1878
|
-
.cdr-input--posticons_11-
|
|
1896
|
+
.cdr-input--posticons_11-2-0 {
|
|
1879
1897
|
padding-right: 9rem; }
|
|
1880
|
-
.cdr-input--primary_11-
|
|
1898
|
+
.cdr-input--primary_11-2-0 {
|
|
1881
1899
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
1882
|
-
.cdr-input--primary_11-
|
|
1900
|
+
.cdr-input--primary_11-2-0:active, .cdr-input--primary_11-2-0:focus {
|
|
1883
1901
|
background-color: #f9f8f6; }
|
|
1884
|
-
.cdr-input--secondary_11-
|
|
1902
|
+
.cdr-input--secondary_11-2-0 {
|
|
1885
1903
|
background-color: rgba(255, 255, 255, 0.85); }
|
|
1886
|
-
.cdr-input--secondary_11-
|
|
1904
|
+
.cdr-input--secondary_11-2-0:active, .cdr-input--secondary_11-2-0:focus {
|
|
1887
1905
|
background-color: #ffffff; }
|
|
1888
|
-
.cdr-input--error_11-
|
|
1906
|
+
.cdr-input--error_11-2-0 {
|
|
1889
1907
|
background-color: rgba(255, 242, 242, 0.75);
|
|
1890
1908
|
box-shadow: inset 0 0 0 0.1rem #b33322; }
|
|
1891
|
-
.cdr-input--large_11-
|
|
1909
|
+
.cdr-input--large_11-2-0 {
|
|
1892
1910
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1893
1911
|
font-style: normal;
|
|
1894
1912
|
font-weight: 400;
|
|
@@ -1898,14 +1916,14 @@ input[type="month"] {
|
|
|
1898
1916
|
line-height: 3.2rem;
|
|
1899
1917
|
padding-left: 0.8rem;
|
|
1900
1918
|
height: 4.8rem; }
|
|
1901
|
-
.cdr-input--large_11-
|
|
1919
|
+
.cdr-input--large_11-2-0::-moz-placeholder {
|
|
1902
1920
|
line-height: 3.2rem; }
|
|
1903
|
-
.cdr-input--large_11-
|
|
1921
|
+
.cdr-input--large_11-2-0:-ms-input-placeholder {
|
|
1904
1922
|
line-height: 3.2rem; }
|
|
1905
|
-
.cdr-input--large_11-
|
|
1923
|
+
.cdr-input--large_11-2-0::placeholder {
|
|
1906
1924
|
line-height: 3.2rem; }
|
|
1907
1925
|
@media (min-width: 0) and (max-width: 767px) {
|
|
1908
|
-
.cdr-input--large\@xs_11-
|
|
1926
|
+
.cdr-input--large\@xs_11-2-0 {
|
|
1909
1927
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1910
1928
|
font-style: normal;
|
|
1911
1929
|
font-weight: 400;
|
|
@@ -1915,14 +1933,14 @@ input[type="month"] {
|
|
|
1915
1933
|
line-height: 3.2rem;
|
|
1916
1934
|
padding-left: 0.8rem;
|
|
1917
1935
|
height: 4.8rem; }
|
|
1918
|
-
.cdr-input--large\@xs_11-
|
|
1936
|
+
.cdr-input--large\@xs_11-2-0::-moz-placeholder {
|
|
1919
1937
|
line-height: 3.2rem; }
|
|
1920
|
-
.cdr-input--large\@xs_11-
|
|
1938
|
+
.cdr-input--large\@xs_11-2-0:-ms-input-placeholder {
|
|
1921
1939
|
line-height: 3.2rem; }
|
|
1922
|
-
.cdr-input--large\@xs_11-
|
|
1940
|
+
.cdr-input--large\@xs_11-2-0::placeholder {
|
|
1923
1941
|
line-height: 3.2rem; } }
|
|
1924
1942
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
1925
|
-
.cdr-input--large\@sm_11-
|
|
1943
|
+
.cdr-input--large\@sm_11-2-0 {
|
|
1926
1944
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1927
1945
|
font-style: normal;
|
|
1928
1946
|
font-weight: 400;
|
|
@@ -1932,14 +1950,14 @@ input[type="month"] {
|
|
|
1932
1950
|
line-height: 3.2rem;
|
|
1933
1951
|
padding-left: 0.8rem;
|
|
1934
1952
|
height: 4.8rem; }
|
|
1935
|
-
.cdr-input--large\@sm_11-
|
|
1953
|
+
.cdr-input--large\@sm_11-2-0::-moz-placeholder {
|
|
1936
1954
|
line-height: 3.2rem; }
|
|
1937
|
-
.cdr-input--large\@sm_11-
|
|
1955
|
+
.cdr-input--large\@sm_11-2-0:-ms-input-placeholder {
|
|
1938
1956
|
line-height: 3.2rem; }
|
|
1939
|
-
.cdr-input--large\@sm_11-
|
|
1957
|
+
.cdr-input--large\@sm_11-2-0::placeholder {
|
|
1940
1958
|
line-height: 3.2rem; } }
|
|
1941
1959
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
1942
|
-
.cdr-input--large\@md_11-
|
|
1960
|
+
.cdr-input--large\@md_11-2-0 {
|
|
1943
1961
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1944
1962
|
font-style: normal;
|
|
1945
1963
|
font-weight: 400;
|
|
@@ -1949,14 +1967,14 @@ input[type="month"] {
|
|
|
1949
1967
|
line-height: 3.2rem;
|
|
1950
1968
|
padding-left: 0.8rem;
|
|
1951
1969
|
height: 4.8rem; }
|
|
1952
|
-
.cdr-input--large\@md_11-
|
|
1970
|
+
.cdr-input--large\@md_11-2-0::-moz-placeholder {
|
|
1953
1971
|
line-height: 3.2rem; }
|
|
1954
|
-
.cdr-input--large\@md_11-
|
|
1972
|
+
.cdr-input--large\@md_11-2-0:-ms-input-placeholder {
|
|
1955
1973
|
line-height: 3.2rem; }
|
|
1956
|
-
.cdr-input--large\@md_11-
|
|
1974
|
+
.cdr-input--large\@md_11-2-0::placeholder {
|
|
1957
1975
|
line-height: 3.2rem; } }
|
|
1958
1976
|
@media (min-width: 1232px) {
|
|
1959
|
-
.cdr-input--large\@lg_11-
|
|
1977
|
+
.cdr-input--large\@lg_11-2-0 {
|
|
1960
1978
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1961
1979
|
font-style: normal;
|
|
1962
1980
|
font-weight: 400;
|
|
@@ -1966,24 +1984,24 @@ input[type="month"] {
|
|
|
1966
1984
|
line-height: 3.2rem;
|
|
1967
1985
|
padding-left: 0.8rem;
|
|
1968
1986
|
height: 4.8rem; }
|
|
1969
|
-
.cdr-input--large\@lg_11-
|
|
1987
|
+
.cdr-input--large\@lg_11-2-0::-moz-placeholder {
|
|
1970
1988
|
line-height: 3.2rem; }
|
|
1971
|
-
.cdr-input--large\@lg_11-
|
|
1989
|
+
.cdr-input--large\@lg_11-2-0:-ms-input-placeholder {
|
|
1972
1990
|
line-height: 3.2rem; }
|
|
1973
|
-
.cdr-input--large\@lg_11-
|
|
1991
|
+
.cdr-input--large\@lg_11-2-0::placeholder {
|
|
1974
1992
|
line-height: 3.2rem; } }
|
|
1975
|
-
.cdr-input__pre-icon_11-
|
|
1993
|
+
.cdr-input__pre-icon_11-2-0 {
|
|
1976
1994
|
position: absolute;
|
|
1977
1995
|
top: 50%;
|
|
1978
1996
|
left: 0.8rem;
|
|
1979
1997
|
transform: translateY(-50%); }
|
|
1980
|
-
.cdr-input__post-icon_11-
|
|
1998
|
+
.cdr-input__post-icon_11-2-0 {
|
|
1981
1999
|
display: block;
|
|
1982
2000
|
position: absolute;
|
|
1983
2001
|
top: 50%;
|
|
1984
2002
|
right: 0.8rem;
|
|
1985
2003
|
transform: translateY(-50%); }
|
|
1986
|
-
.cdr-input__helper-text_11-
|
|
2004
|
+
.cdr-input__helper-text_11-2-0 {
|
|
1987
2005
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
1988
2006
|
font-style: normal;
|
|
1989
2007
|
font-weight: 400;
|
|
@@ -1996,7 +2014,7 @@ input[type="month"] {
|
|
|
1996
2014
|
/* ==========================================================================
|
|
1997
2015
|
# INPUT WRAPPER
|
|
1998
2016
|
========================================================================== */
|
|
1999
|
-
.cdr-input-wrap_11-
|
|
2017
|
+
.cdr-input-wrap_11-2-0 {
|
|
2000
2018
|
position: relative;
|
|
2001
2019
|
flex-grow: 1;
|
|
2002
2020
|
fill: #928b80; }
|
|
@@ -2012,7 +2030,7 @@ input[type="month"] {
|
|
|
2012
2030
|
:Style variants
|
|
2013
2031
|
:Standalone
|
|
2014
2032
|
========================================================================== */
|
|
2015
|
-
.cdr-link_11-
|
|
2033
|
+
.cdr-link_11-2-0 {
|
|
2016
2034
|
font-family: inherit;
|
|
2017
2035
|
font-size: inherit;
|
|
2018
2036
|
line-height: inherit;
|
|
@@ -2028,29 +2046,29 @@ input[type="month"] {
|
|
|
2028
2046
|
padding: 0;
|
|
2029
2047
|
text-decoration: underline;
|
|
2030
2048
|
vertical-align: top; }
|
|
2031
|
-
.cdr-link_11-
|
|
2049
|
+
.cdr-link_11-2-0:active, .cdr-link_11-2-0:focus {
|
|
2032
2050
|
color: #0b2d60; }
|
|
2033
|
-
.cdr-link_11-
|
|
2051
|
+
.cdr-link_11-2-0:hover {
|
|
2034
2052
|
color: #406eb5;
|
|
2035
2053
|
text-decoration: none; }
|
|
2036
|
-
.cdr-link_11-
|
|
2054
|
+
.cdr-link_11-2-0:focus {
|
|
2037
2055
|
outline: 0.2rem solid Highlight;
|
|
2038
2056
|
outline-color: -webkit-focus-ring-color;
|
|
2039
2057
|
outline-offset: 0; }
|
|
2040
2058
|
/* Standalone
|
|
2041
2059
|
========== */
|
|
2042
|
-
.cdr-link--standalone_11-
|
|
2060
|
+
.cdr-link--standalone_11-2-0 {
|
|
2043
2061
|
text-decoration: none; }
|
|
2044
|
-
.cdr-link--standalone_11-
|
|
2062
|
+
.cdr-link--standalone_11-2-0:hover, .cdr-link--standalone_11-2-0:active, .cdr-link--standalone_11-2-0:focus, .cdr-link--standalone_11-2-0:visited {
|
|
2045
2063
|
text-decoration: underline; }
|
|
2046
|
-
.cdr-link--inherit-color_11-
|
|
2064
|
+
.cdr-link--inherit-color_11-2-0 {
|
|
2047
2065
|
fill: inherit;
|
|
2048
2066
|
color: inherit; }
|
|
2049
|
-
.cdr-link--inherit-color_11-
|
|
2067
|
+
.cdr-link--inherit-color_11-2-0:active, .cdr-link--inherit-color_11-2-0:hover, .cdr-link--inherit-color_11-2-0:focus {
|
|
2050
2068
|
color: inherit;
|
|
2051
2069
|
fill: inherit; }
|
|
2052
2070
|
|
|
2053
|
-
.cdr-list_11-
|
|
2071
|
+
.cdr-list_11-2-0 {
|
|
2054
2072
|
list-style-type: none;
|
|
2055
2073
|
padding: 0;
|
|
2056
2074
|
margin: 0;
|
|
@@ -2066,59 +2084,59 @@ input[type="month"] {
|
|
|
2066
2084
|
========== */
|
|
2067
2085
|
/* Inline
|
|
2068
2086
|
========== */ }
|
|
2069
|
-
.cdr-list_11-
|
|
2087
|
+
.cdr-list_11-2-0 > li + li {
|
|
2070
2088
|
margin-top: 0.8rem; }
|
|
2071
|
-
.cdr-list_11-
|
|
2089
|
+
.cdr-list_11-2-0 li > .cdr-list_11-2-0 {
|
|
2072
2090
|
margin-top: 0.8rem;
|
|
2073
2091
|
padding-left: 1em;
|
|
2074
2092
|
list-style-type: none; }
|
|
2075
|
-
.cdr-list--compact_11-
|
|
2093
|
+
.cdr-list--compact_11-2-0 {
|
|
2076
2094
|
/* nesting
|
|
2077
2095
|
---------- */ }
|
|
2078
|
-
.cdr-list--compact_11-
|
|
2096
|
+
.cdr-list--compact_11-2-0 > li + li {
|
|
2079
2097
|
margin-top: 0.4rem; }
|
|
2080
|
-
.cdr-list--compact_11-
|
|
2098
|
+
.cdr-list--compact_11-2-0 li > .cdr-list_11-2-0 {
|
|
2081
2099
|
margin-top: 0.4rem; }
|
|
2082
|
-
.cdr-list--ordered_11-
|
|
2100
|
+
.cdr-list--ordered_11-2-0 {
|
|
2083
2101
|
list-style-type: decimal;
|
|
2084
2102
|
padding-left: 1.5em;
|
|
2085
2103
|
list-style-position: outside; }
|
|
2086
|
-
.cdr-list--ordered_11-
|
|
2104
|
+
.cdr-list--ordered_11-2-0 li {
|
|
2087
2105
|
padding: 0 0 0 0.4rem; }
|
|
2088
|
-
.cdr-list--ordered_11-
|
|
2106
|
+
.cdr-list--ordered_11-2-0 li {
|
|
2089
2107
|
/* nesting
|
|
2090
2108
|
---------- */ }
|
|
2091
|
-
.cdr-list--ordered_11-
|
|
2109
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 {
|
|
2092
2110
|
position: relative;
|
|
2093
2111
|
padding-left: 1em; }
|
|
2094
|
-
.cdr-list--ordered_11-
|
|
2112
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li {
|
|
2095
2113
|
padding-left: 0; }
|
|
2096
|
-
.cdr-list--ordered_11-
|
|
2114
|
+
.cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
|
|
2097
2115
|
content: '\2013';
|
|
2098
2116
|
position: absolute;
|
|
2099
2117
|
color: rgba(66, 59, 47, 0.75);
|
|
2100
2118
|
left: 0; }
|
|
2101
|
-
.cdr-list--unordered_11-
|
|
2119
|
+
.cdr-list--unordered_11-2-0 {
|
|
2102
2120
|
position: relative;
|
|
2103
2121
|
padding-left: 1em;
|
|
2104
2122
|
/* nesting
|
|
2105
2123
|
---------- */ }
|
|
2106
|
-
.cdr-list--unordered_11-
|
|
2124
|
+
.cdr-list--unordered_11-2-0 > li::before {
|
|
2107
2125
|
content: '\2022';
|
|
2108
2126
|
position: relative;
|
|
2109
2127
|
margin-left: -1em;
|
|
2110
2128
|
padding-right: 0.8rem;
|
|
2111
2129
|
color: rgba(66, 59, 47, 0.75); }
|
|
2112
|
-
.cdr-list--unordered_11-
|
|
2130
|
+
.cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 {
|
|
2113
2131
|
position: relative;
|
|
2114
2132
|
padding-left: 1em; }
|
|
2115
|
-
.cdr-list--unordered_11-
|
|
2133
|
+
.cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
|
|
2116
2134
|
content: '\2013';
|
|
2117
2135
|
position: relative;
|
|
2118
2136
|
margin-left: -1em;
|
|
2119
2137
|
padding-right: 0.8rem;
|
|
2120
2138
|
color: rgba(66, 59, 47, 0.75); }
|
|
2121
|
-
.cdr-list--inline_11-
|
|
2139
|
+
.cdr-list--inline_11-2-0 {
|
|
2122
2140
|
display: flex;
|
|
2123
2141
|
flex-wrap: wrap;
|
|
2124
2142
|
list-style-type: none;
|
|
@@ -2127,24 +2145,24 @@ input[type="month"] {
|
|
|
2127
2145
|
---------- */
|
|
2128
2146
|
/* inline - unordered
|
|
2129
2147
|
---------- */ }
|
|
2130
|
-
.cdr-list--inline_11-
|
|
2148
|
+
.cdr-list--inline_11-2-0 > li {
|
|
2131
2149
|
display: block; }
|
|
2132
|
-
.cdr-list--inline_11-
|
|
2150
|
+
.cdr-list--inline_11-2-0 > li + li {
|
|
2133
2151
|
margin-top: 0;
|
|
2134
2152
|
padding-left: 1em; }
|
|
2135
|
-
.cdr-list--inline_11-
|
|
2153
|
+
.cdr-list--inline_11-2-0.cdr-list--compact_11-2-0 > li + li {
|
|
2136
2154
|
padding-left: 0.5em; }
|
|
2137
|
-
.cdr-list--inline_11-
|
|
2155
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 {
|
|
2138
2156
|
left: 0;
|
|
2139
2157
|
/* inline - unordered - compact
|
|
2140
2158
|
---------- */ }
|
|
2141
|
-
.cdr-list--inline_11-
|
|
2159
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li {
|
|
2142
2160
|
position: relative; }
|
|
2143
|
-
.cdr-list--inline_11-
|
|
2161
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li + li {
|
|
2144
2162
|
padding-left: 1.5em; }
|
|
2145
|
-
.cdr-list--inline_11-
|
|
2163
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li:first-of-type::before {
|
|
2146
2164
|
display: none; }
|
|
2147
|
-
.cdr-list--inline_11-
|
|
2165
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li::before {
|
|
2148
2166
|
content: '\2022';
|
|
2149
2167
|
color: rgba(66, 59, 47, 0.75);
|
|
2150
2168
|
display: block;
|
|
@@ -2157,12 +2175,12 @@ input[type="month"] {
|
|
|
2157
2175
|
left: 0;
|
|
2158
2176
|
padding: 0;
|
|
2159
2177
|
margin: 0; }
|
|
2160
|
-
.cdr-list--inline_11-
|
|
2178
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li {
|
|
2161
2179
|
padding-left: 1em; }
|
|
2162
|
-
.cdr-list--inline_11-
|
|
2180
|
+
.cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li::before {
|
|
2163
2181
|
transform: translate(100%, -50%); }
|
|
2164
2182
|
|
|
2165
|
-
.cdr-modal_11-
|
|
2183
|
+
.cdr-modal_11-2-0 {
|
|
2166
2184
|
bottom: 0;
|
|
2167
2185
|
height: 100%;
|
|
2168
2186
|
left: 0;
|
|
@@ -2173,9 +2191,9 @@ input[type="month"] {
|
|
|
2173
2191
|
visibility: visible;
|
|
2174
2192
|
z-index: 1000; }
|
|
2175
2193
|
@supports (-webkit-touch-callout: none) {
|
|
2176
|
-
.cdr-modal_11-
|
|
2194
|
+
.cdr-modal_11-2-0 * {
|
|
2177
2195
|
will-change: transform; } }
|
|
2178
|
-
.cdr-modal__overlay_11-
|
|
2196
|
+
.cdr-modal__overlay_11-2-0 {
|
|
2179
2197
|
background-color: rgba(244, 242, 237, 0.85);
|
|
2180
2198
|
-webkit-backdrop-filter: blur(1.6rem);
|
|
2181
2199
|
backdrop-filter: blur(1.6rem);
|
|
@@ -2187,13 +2205,13 @@ input[type="month"] {
|
|
|
2187
2205
|
top: 0;
|
|
2188
2206
|
transition: opacity 150ms;
|
|
2189
2207
|
z-index: 0; }
|
|
2190
|
-
.cdr-modal__outerWrap_11-
|
|
2208
|
+
.cdr-modal__outerWrap_11-2-0 {
|
|
2191
2209
|
display: flex;
|
|
2192
2210
|
box-sizing: border-box;
|
|
2193
2211
|
min-height: 100%;
|
|
2194
2212
|
position: static;
|
|
2195
2213
|
z-index: -1; }
|
|
2196
|
-
.cdr-modal__contentWrap_11-
|
|
2214
|
+
.cdr-modal__contentWrap_11-2-0 {
|
|
2197
2215
|
align-items: flex-start;
|
|
2198
2216
|
background-color: #ffffff;
|
|
2199
2217
|
display: flex;
|
|
@@ -2208,19 +2226,19 @@ input[type="month"] {
|
|
|
2208
2226
|
transition: opacity 150ms 150ms;
|
|
2209
2227
|
width: 100%;
|
|
2210
2228
|
z-index: 0; }
|
|
2211
|
-
.cdr-modal__contentWrap_11-
|
|
2229
|
+
.cdr-modal__contentWrap_11-2-0:focus {
|
|
2212
2230
|
outline: 0; }
|
|
2213
|
-
.cdr-modal__innerWrap_11-
|
|
2231
|
+
.cdr-modal__innerWrap_11-2-0 {
|
|
2214
2232
|
width: 100%;
|
|
2215
2233
|
padding: 1.6rem; }
|
|
2216
|
-
.cdr-modal__dialog_11-
|
|
2234
|
+
.cdr-modal__dialog_11-2-0 {
|
|
2217
2235
|
width: 100%; }
|
|
2218
|
-
.cdr-modal__content_11-
|
|
2236
|
+
.cdr-modal__content_11-2-0 {
|
|
2219
2237
|
position: relative; }
|
|
2220
|
-
.cdr-modal__header_11-
|
|
2238
|
+
.cdr-modal__header_11-2-0 {
|
|
2221
2239
|
display: flex;
|
|
2222
2240
|
padding-bottom: 1.6rem; }
|
|
2223
|
-
.cdr-modal__title_11-
|
|
2241
|
+
.cdr-modal__title_11-2-0 {
|
|
2224
2242
|
flex: auto;
|
|
2225
2243
|
font-family: Stuart, Georgia, serif;
|
|
2226
2244
|
font-style: normal;
|
|
@@ -2228,7 +2246,7 @@ input[type="month"] {
|
|
|
2228
2246
|
letter-spacing: 0;
|
|
2229
2247
|
font-size: 2.4rem;
|
|
2230
2248
|
line-height: 3rem; }
|
|
2231
|
-
.cdr-modal__close-button_11-
|
|
2249
|
+
.cdr-modal__close-button_11-2-0 {
|
|
2232
2250
|
align-self: flex-start;
|
|
2233
2251
|
border: 0.1rem solid #928b80;
|
|
2234
2252
|
flex: none;
|
|
@@ -2237,20 +2255,20 @@ input[type="month"] {
|
|
|
2237
2255
|
position: relative;
|
|
2238
2256
|
top: -0.2rem;
|
|
2239
2257
|
right: -0.4rem; }
|
|
2240
|
-
.cdr-modal__close-button_11-
|
|
2258
|
+
.cdr-modal__close-button_11-2-0:hover, .cdr-modal__close-button_11-2-0:focus {
|
|
2241
2259
|
border: 0.1rem solid #928b80; }
|
|
2242
|
-
.cdr-modal__text_11-
|
|
2260
|
+
.cdr-modal__text_11-2-0 {
|
|
2243
2261
|
padding: 0;
|
|
2244
2262
|
position: relative; }
|
|
2245
|
-
.cdr-modal__text-content_11-
|
|
2263
|
+
.cdr-modal__text-content_11-2-0 {
|
|
2246
2264
|
overflow: auto;
|
|
2247
2265
|
position: relative; }
|
|
2248
2266
|
@media (min-width: 768px) {
|
|
2249
|
-
.cdr-modal__outerWrap_11-
|
|
2267
|
+
.cdr-modal__outerWrap_11-2-0 {
|
|
2250
2268
|
padding: 1.6rem; }
|
|
2251
|
-
.cdr-modal__innerWrap_11-
|
|
2269
|
+
.cdr-modal__innerWrap_11-2-0 {
|
|
2252
2270
|
padding: 2.4rem; }
|
|
2253
|
-
.cdr-modal__contentWrap_11-
|
|
2271
|
+
.cdr-modal__contentWrap_11-2-0 {
|
|
2254
2272
|
border-radius: 0.4rem;
|
|
2255
2273
|
box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 11, 8, 0.2);
|
|
2256
2274
|
min-height: auto;
|
|
@@ -2258,42 +2276,42 @@ input[type="month"] {
|
|
|
2258
2276
|
top: auto;
|
|
2259
2277
|
left: auto;
|
|
2260
2278
|
right: auto; }
|
|
2261
|
-
.cdr-modal__dialog_11-
|
|
2279
|
+
.cdr-modal__dialog_11-2-0 {
|
|
2262
2280
|
max-width: 64rem; }
|
|
2263
|
-
.cdr-modal__close-button_11-
|
|
2281
|
+
.cdr-modal__close-button_11-2-0 {
|
|
2264
2282
|
margin-left: 1.2rem;
|
|
2265
2283
|
right: -0.8rem;
|
|
2266
2284
|
top: -0.5rem; } }
|
|
2267
|
-
.closed_11-
|
|
2285
|
+
.closed_11-2-0 {
|
|
2268
2286
|
transition: z-index 0s 300ms, visibility 0s 300ms;
|
|
2269
2287
|
visibility: hidden;
|
|
2270
2288
|
z-index: -1; }
|
|
2271
|
-
.closed_11-
|
|
2289
|
+
.closed_11-2-0 .cdr-modal__overlay_11-2-0 {
|
|
2272
2290
|
opacity: 0;
|
|
2273
2291
|
transition: opacity 150ms 150ms; }
|
|
2274
|
-
.closed_11-
|
|
2292
|
+
.closed_11-2-0 .cdr-modal__contentWrap_11-2-0 {
|
|
2275
2293
|
opacity: 0;
|
|
2276
2294
|
transition: opacity 150ms; }
|
|
2277
|
-
.cdr-modal__noscroll_11-
|
|
2295
|
+
.cdr-modal__noscroll_11-2-0 {
|
|
2278
2296
|
overflow: hidden !important;
|
|
2279
2297
|
position: fixed !important;
|
|
2280
2298
|
width: 100%; }
|
|
2281
2299
|
|
|
2282
2300
|
/* intentionally empty */
|
|
2283
|
-
.cdr-pagination_11-
|
|
2301
|
+
.cdr-pagination_11-2-0 {
|
|
2284
2302
|
display: flex;
|
|
2285
2303
|
justify-content: center;
|
|
2286
2304
|
align-items: center;
|
|
2287
2305
|
list-style: none;
|
|
2288
2306
|
padding: 0;
|
|
2289
2307
|
/* Responsive */ }
|
|
2290
|
-
.cdr-pagination__li--links_11-
|
|
2308
|
+
.cdr-pagination__li--links_11-2-0 {
|
|
2291
2309
|
display: none; }
|
|
2292
|
-
.cdr-pagination__li--links_11-
|
|
2310
|
+
.cdr-pagination__li--links_11-2-0 + .cdr-pagination__li--links_11-2-0 {
|
|
2293
2311
|
margin-left: 0.4rem; }
|
|
2294
|
-
.cdr-pagination__li--select_11-
|
|
2312
|
+
.cdr-pagination__li--select_11-2-0 {
|
|
2295
2313
|
display: block; }
|
|
2296
|
-
.cdr-pagination__link_11-
|
|
2314
|
+
.cdr-pagination__link_11-2-0 {
|
|
2297
2315
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2298
2316
|
font-style: normal;
|
|
2299
2317
|
font-weight: 400;
|
|
@@ -2309,12 +2327,12 @@ input[type="month"] {
|
|
|
2309
2327
|
padding: 0.6rem 1.2rem;
|
|
2310
2328
|
text-decoration: none;
|
|
2311
2329
|
border-radius: 0.4rem; }
|
|
2312
|
-
.cdr-pagination__link_11-
|
|
2330
|
+
.cdr-pagination__link_11-2-0:hover, .cdr-pagination__link_11-2-0:focus, .cdr-pagination__link_11-2-0:active {
|
|
2313
2331
|
background-color: #f9f8f6;
|
|
2314
2332
|
cursor: pointer; }
|
|
2315
|
-
.cdr-pagination__link_11-
|
|
2333
|
+
.cdr-pagination__link_11-2-0.current {
|
|
2316
2334
|
position: relative; }
|
|
2317
|
-
.cdr-pagination__link_11-
|
|
2335
|
+
.cdr-pagination__link_11-2-0.current:after {
|
|
2318
2336
|
content: '';
|
|
2319
2337
|
position: absolute;
|
|
2320
2338
|
bottom: 0;
|
|
@@ -2323,49 +2341,49 @@ input[type="month"] {
|
|
|
2323
2341
|
height: 0.2rem;
|
|
2324
2342
|
width: 80%;
|
|
2325
2343
|
background-color: #406eb5; }
|
|
2326
|
-
.cdr-pagination__link_11-
|
|
2344
|
+
.cdr-pagination__link_11-2-0.current:hover, .cdr-pagination__link_11-2-0.current:focus, .cdr-pagination__link_11-2-0.current:active {
|
|
2327
2345
|
text-decoration: none; }
|
|
2328
|
-
.cdr-pagination__link_11-
|
|
2346
|
+
.cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0 {
|
|
2329
2347
|
color: #d1cbbd;
|
|
2330
2348
|
fill: #d1cbbd;
|
|
2331
2349
|
cursor: not-allowed; }
|
|
2332
|
-
.cdr-pagination__link_11-
|
|
2350
|
+
.cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:hover, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:focus, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:active {
|
|
2333
2351
|
color: #d1cbbd;
|
|
2334
2352
|
background-color: transparent; }
|
|
2335
|
-
.cdr-pagination__ellipse_11-
|
|
2353
|
+
.cdr-pagination__ellipse_11-2-0 {
|
|
2336
2354
|
display: block;
|
|
2337
2355
|
padding: 0.6rem 1.2rem; }
|
|
2338
|
-
.cdr-pagination__prev_11-
|
|
2356
|
+
.cdr-pagination__prev_11-2-0 {
|
|
2339
2357
|
display: flex;
|
|
2340
2358
|
align-items: center;
|
|
2341
2359
|
margin-right: 1.6rem; }
|
|
2342
|
-
.cdr-pagination__next_11-
|
|
2360
|
+
.cdr-pagination__next_11-2-0 {
|
|
2343
2361
|
display: flex;
|
|
2344
2362
|
align-items: center;
|
|
2345
2363
|
margin-left: 1.6rem; }
|
|
2346
|
-
.cdr-pagination__caret--prev_11-
|
|
2364
|
+
.cdr-pagination__caret--prev_11-2-0 {
|
|
2347
2365
|
margin-right: 0.2rem; }
|
|
2348
|
-
.cdr-pagination__caret--next_11-
|
|
2366
|
+
.cdr-pagination__caret--next_11-2-0 {
|
|
2349
2367
|
margin-left: 0.2rem; }
|
|
2350
2368
|
@media (min-width: 768px) {
|
|
2351
|
-
.cdr-pagination__li--links_11-
|
|
2369
|
+
.cdr-pagination__li--links_11-2-0 {
|
|
2352
2370
|
display: block; }
|
|
2353
|
-
.cdr-pagination__li--select_11-
|
|
2371
|
+
.cdr-pagination__li--select_11-2-0 {
|
|
2354
2372
|
display: none; } }
|
|
2355
2373
|
|
|
2356
2374
|
/* intentionally empty */
|
|
2357
|
-
.cdr-popover--position_11-
|
|
2375
|
+
.cdr-popover--position_11-2-0 {
|
|
2358
2376
|
position: relative; }
|
|
2359
|
-
.cdr-popover--wrapper_11-
|
|
2377
|
+
.cdr-popover--wrapper_11-2-0 {
|
|
2360
2378
|
width: -webkit-max-content;
|
|
2361
2379
|
width: -moz-max-content;
|
|
2362
2380
|
width: max-content;
|
|
2363
2381
|
height: -webkit-max-content;
|
|
2364
2382
|
height: -moz-max-content;
|
|
2365
2383
|
height: max-content; }
|
|
2366
|
-
.cdr-popover--wrapper_11-
|
|
2384
|
+
.cdr-popover--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
|
|
2367
2385
|
display: none; }
|
|
2368
|
-
.cdr-popover__title_11-
|
|
2386
|
+
.cdr-popover__title_11-2-0 {
|
|
2369
2387
|
font-family: Stuart, Georgia, serif;
|
|
2370
2388
|
font-style: normal;
|
|
2371
2389
|
font-weight: 500;
|
|
@@ -2374,13 +2392,13 @@ input[type="month"] {
|
|
|
2374
2392
|
line-height: 2.4rem;
|
|
2375
2393
|
margin-bottom: 0.8rem;
|
|
2376
2394
|
margin-right: 0.8rem; }
|
|
2377
|
-
.cdr-popover__container_11-
|
|
2395
|
+
.cdr-popover__container_11-2-0 {
|
|
2378
2396
|
padding: 0.8rem;
|
|
2379
2397
|
padding-left: 1.6rem;
|
|
2380
2398
|
display: flex; }
|
|
2381
|
-
.cdr-popover__content_11-
|
|
2399
|
+
.cdr-popover__content_11-2-0 {
|
|
2382
2400
|
flex: auto; }
|
|
2383
|
-
.cdr-popover__close-button_11-
|
|
2401
|
+
.cdr-popover__close-button_11-2-0 {
|
|
2384
2402
|
align-self: flex-start;
|
|
2385
2403
|
flex: none;
|
|
2386
2404
|
padding: 0; }
|
|
@@ -2577,17 +2595,17 @@ input[type="month"] {
|
|
|
2577
2595
|
to {
|
|
2578
2596
|
right: -1.5rem; } }
|
|
2579
2597
|
|
|
2580
|
-
.cdr-popup_11-
|
|
2598
|
+
.cdr-popup_11-2-0 {
|
|
2581
2599
|
opacity: 0;
|
|
2582
2600
|
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
2583
2601
|
|
|
2584
|
-
.cdr-popup--open_11-
|
|
2602
|
+
.cdr-popup--open_11-2-0 {
|
|
2585
2603
|
opacity: 1; }
|
|
2586
2604
|
|
|
2587
|
-
.cdr-popup--closed_11-
|
|
2605
|
+
.cdr-popup--closed_11-2-0 {
|
|
2588
2606
|
opacity: 0; }
|
|
2589
2607
|
|
|
2590
|
-
.cdr-popup__content_11-
|
|
2608
|
+
.cdr-popup__content_11-2-0 {
|
|
2591
2609
|
-webkit-animation-duration: 0.2s;
|
|
2592
2610
|
animation-duration: 0.2s;
|
|
2593
2611
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
@@ -2605,7 +2623,7 @@ input[type="month"] {
|
|
|
2605
2623
|
position: absolute;
|
|
2606
2624
|
z-index: 100; }
|
|
2607
2625
|
|
|
2608
|
-
.cdr-popup__arrow_11-
|
|
2626
|
+
.cdr-popup__arrow_11-2-0::before, .cdr-popup__arrow_11-2-0::after {
|
|
2609
2627
|
content: '';
|
|
2610
2628
|
position: absolute;
|
|
2611
2629
|
margin: auto;
|
|
@@ -2621,134 +2639,134 @@ input[type="month"] {
|
|
|
2621
2639
|
animation-fill-mode: forwards;
|
|
2622
2640
|
z-index: 100; }
|
|
2623
2641
|
|
|
2624
|
-
.cdr-popup__arrow_11-
|
|
2642
|
+
.cdr-popup__arrow_11-2-0::before {
|
|
2625
2643
|
border-width: 1rem; }
|
|
2626
2644
|
|
|
2627
|
-
.cdr-popup__arrow_11-
|
|
2645
|
+
.cdr-popup__arrow_11-2-0::after {
|
|
2628
2646
|
border-width: 0.9rem; }
|
|
2629
2647
|
|
|
2630
|
-
.cdr-popup--top_11-
|
|
2648
|
+
.cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2631
2649
|
left: 50%;
|
|
2632
2650
|
transform: translateX(-50%); }
|
|
2633
2651
|
|
|
2634
|
-
.cdr-popup--bottom_11-
|
|
2652
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2635
2653
|
-webkit-animation-name: popup-enter-down;
|
|
2636
2654
|
animation-name: popup-enter-down; }
|
|
2637
2655
|
|
|
2638
|
-
.cdr-popup--bottom_11-
|
|
2656
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2639
2657
|
-webkit-animation-name: popup-arrow-enter-down;
|
|
2640
2658
|
animation-name: popup-arrow-enter-down; }
|
|
2641
2659
|
|
|
2642
|
-
.cdr-popup--bottom_11-
|
|
2660
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2643
2661
|
-webkit-animation-name: popup-exit-down;
|
|
2644
2662
|
animation-name: popup-exit-down; }
|
|
2645
2663
|
|
|
2646
|
-
.cdr-popup--bottom_11-
|
|
2664
|
+
.cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2647
2665
|
-webkit-animation-name: popup-arrow-exit-down;
|
|
2648
2666
|
animation-name: popup-arrow-exit-down; }
|
|
2649
2667
|
|
|
2650
|
-
.cdr-popup--bottom_11-
|
|
2668
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2651
2669
|
top: calc(100% + 1.4rem); }
|
|
2652
2670
|
|
|
2653
|
-
.cdr-popup--bottom_11-
|
|
2671
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2654
2672
|
border-bottom-color: #928b80; }
|
|
2655
2673
|
|
|
2656
|
-
.cdr-popup--bottom_11-
|
|
2674
|
+
.cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2657
2675
|
border-bottom-color: #ffffff; }
|
|
2658
2676
|
|
|
2659
|
-
.cdr-popup--top_11-
|
|
2677
|
+
.cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2660
2678
|
-webkit-animation-name: popup-enter-up;
|
|
2661
2679
|
animation-name: popup-enter-up; }
|
|
2662
2680
|
|
|
2663
|
-
.cdr-popup--top_11-
|
|
2681
|
+
.cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2664
2682
|
-webkit-animation-name: popup-arrow-enter-up;
|
|
2665
2683
|
animation-name: popup-arrow-enter-up; }
|
|
2666
2684
|
|
|
2667
|
-
.cdr-popup--top_11-
|
|
2685
|
+
.cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2668
2686
|
-webkit-animation-name: popup-exit-up;
|
|
2669
2687
|
animation-name: popup-exit-up; }
|
|
2670
2688
|
|
|
2671
|
-
.cdr-popup--top_11-
|
|
2689
|
+
.cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2672
2690
|
-webkit-animation-name: popup-arrow-exit-up;
|
|
2673
2691
|
animation-name: popup-arrow-exit-up; }
|
|
2674
2692
|
|
|
2675
|
-
.cdr-popup--top_11-
|
|
2693
|
+
.cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2676
2694
|
bottom: calc(100% + 1.4rem); }
|
|
2677
2695
|
|
|
2678
|
-
.cdr-popup--top_11-
|
|
2696
|
+
.cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2679
2697
|
border-top-color: #928b80; }
|
|
2680
2698
|
|
|
2681
|
-
.cdr-popup--top_11-
|
|
2699
|
+
.cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2682
2700
|
border-top-color: #ffffff; }
|
|
2683
2701
|
|
|
2684
|
-
.cdr-popup--corner-left_11-
|
|
2702
|
+
.cdr-popup--corner-left_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2685
2703
|
left: 0;
|
|
2686
2704
|
transform: unset; }
|
|
2687
2705
|
|
|
2688
|
-
.cdr-popup--corner-right_11-
|
|
2706
|
+
.cdr-popup--corner-right_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2689
2707
|
left: unset;
|
|
2690
2708
|
right: 0;
|
|
2691
2709
|
transform: unset; }
|
|
2692
2710
|
|
|
2693
|
-
.cdr-popup--left_11-
|
|
2711
|
+
.cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2694
2712
|
top: 50%;
|
|
2695
2713
|
transform: translateY(-50%); }
|
|
2696
2714
|
|
|
2697
|
-
.cdr-popup--left_11-
|
|
2715
|
+
.cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2698
2716
|
-webkit-animation-name: popup-enter-left;
|
|
2699
2717
|
animation-name: popup-enter-left; }
|
|
2700
2718
|
|
|
2701
|
-
.cdr-popup--left_11-
|
|
2719
|
+
.cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2702
2720
|
-webkit-animation-name: popup-arrow-enter-left;
|
|
2703
2721
|
animation-name: popup-arrow-enter-left; }
|
|
2704
2722
|
|
|
2705
|
-
.cdr-popup--left_11-
|
|
2723
|
+
.cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2706
2724
|
-webkit-animation-name: popup-exit-left;
|
|
2707
2725
|
animation-name: popup-exit-left; }
|
|
2708
2726
|
|
|
2709
|
-
.cdr-popup--left_11-
|
|
2727
|
+
.cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2710
2728
|
-webkit-animation-name: popup-arrow-exit-left;
|
|
2711
2729
|
animation-name: popup-arrow-exit-left; }
|
|
2712
2730
|
|
|
2713
|
-
.cdr-popup--left_11-
|
|
2731
|
+
.cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2714
2732
|
right: calc(100% + 1.4rem); }
|
|
2715
2733
|
|
|
2716
|
-
.cdr-popup--left_11-
|
|
2734
|
+
.cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2717
2735
|
border-left-color: #928b80; }
|
|
2718
2736
|
|
|
2719
|
-
.cdr-popup--left_11-
|
|
2737
|
+
.cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2720
2738
|
border-left-color: #ffffff; }
|
|
2721
2739
|
|
|
2722
|
-
.cdr-popup--right_11-
|
|
2740
|
+
.cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2723
2741
|
-webkit-animation-name: popup-enter-right;
|
|
2724
2742
|
animation-name: popup-enter-right; }
|
|
2725
2743
|
|
|
2726
|
-
.cdr-popup--right_11-
|
|
2744
|
+
.cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2727
2745
|
-webkit-animation-name: popup-arrow-enter-right;
|
|
2728
2746
|
animation-name: popup-arrow-enter-right; }
|
|
2729
2747
|
|
|
2730
|
-
.cdr-popup--right_11-
|
|
2748
|
+
.cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2731
2749
|
-webkit-animation-name: popup-exit-right;
|
|
2732
2750
|
animation-name: popup-exit-right; }
|
|
2733
2751
|
|
|
2734
|
-
.cdr-popup--right_11-
|
|
2752
|
+
.cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2735
2753
|
-webkit-animation-name: popup-arrow-exit-right;
|
|
2736
2754
|
animation-name: popup-arrow-exit-right; }
|
|
2737
2755
|
|
|
2738
|
-
.cdr-popup--right_11-
|
|
2756
|
+
.cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2739
2757
|
left: calc(100% + 1.4rem); }
|
|
2740
2758
|
|
|
2741
|
-
.cdr-popup--right_11-
|
|
2759
|
+
.cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
2742
2760
|
border-right-color: #928b80; }
|
|
2743
2761
|
|
|
2744
|
-
.cdr-popup--right_11-
|
|
2762
|
+
.cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
2745
2763
|
border-right-color: #ffffff; }
|
|
2746
2764
|
|
|
2747
|
-
.cdr-popup--corner-top_11-
|
|
2765
|
+
.cdr-popup--corner-top_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2748
2766
|
top: 0;
|
|
2749
2767
|
transform: unset; }
|
|
2750
2768
|
|
|
2751
|
-
.cdr-popup--corner-bottom_11-
|
|
2769
|
+
.cdr-popup--corner-bottom_11-2-0 .cdr-popup__content_11-2-0 {
|
|
2752
2770
|
top: unset;
|
|
2753
2771
|
bottom: 0;
|
|
2754
2772
|
transform: unset; }
|
|
@@ -2761,11 +2779,11 @@ input[type="month"] {
|
|
|
2761
2779
|
|
|
2762
2780
|
:Base - Cdrquote
|
|
2763
2781
|
========================================================================== */
|
|
2764
|
-
.cdr-quote_11-
|
|
2782
|
+
.cdr-quote_11-2-0 {
|
|
2765
2783
|
margin: 0;
|
|
2766
2784
|
padding: 2.4rem 1.6rem;
|
|
2767
2785
|
line-height: 1; }
|
|
2768
|
-
.cdr-quote_11-
|
|
2786
|
+
.cdr-quote_11-2-0 cite {
|
|
2769
2787
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2770
2788
|
font-style: normal;
|
|
2771
2789
|
font-weight: 400;
|
|
@@ -2774,7 +2792,7 @@ input[type="month"] {
|
|
|
2774
2792
|
line-height: 1.6rem;
|
|
2775
2793
|
color: rgba(66, 59, 47, 0.75);
|
|
2776
2794
|
display: block; }
|
|
2777
|
-
.cdr-quote__summary_11-
|
|
2795
|
+
.cdr-quote__summary_11-2-0 {
|
|
2778
2796
|
font-family: Stuart, Georgia, serif;
|
|
2779
2797
|
font-weight: 400;
|
|
2780
2798
|
font-size: 2.4rem;
|
|
@@ -2783,38 +2801,38 @@ input[type="month"] {
|
|
|
2783
2801
|
color: rgba(12, 11, 8, 0.75);
|
|
2784
2802
|
margin: 0; }
|
|
2785
2803
|
@media (min-width: 0) and (max-width: 767px) {
|
|
2786
|
-
.cdr-quote__summary_11-
|
|
2804
|
+
.cdr-quote__summary_11-2-0 {
|
|
2787
2805
|
font-size: 1.8rem;
|
|
2788
2806
|
line-height: 2.8rem; } }
|
|
2789
|
-
.cdr-quote__summary_11-
|
|
2807
|
+
.cdr-quote__summary_11-2-0 + cite {
|
|
2790
2808
|
padding-top: 1.6rem; }
|
|
2791
|
-
.cdr-quote--pull_11-
|
|
2809
|
+
.cdr-quote--pull_11-2-0 {
|
|
2792
2810
|
border-style: solid;
|
|
2793
2811
|
border-color: #dcd6cb; }
|
|
2794
2812
|
@media (min-width: 0) {
|
|
2795
|
-
.cdr-quote--pull_11-
|
|
2813
|
+
.cdr-quote--pull_11-2-0 {
|
|
2796
2814
|
border-width: 0 0 0.1rem 0;
|
|
2797
2815
|
padding: 2.4rem 1.6rem;
|
|
2798
2816
|
margin: 0 0 1.6rem; } }
|
|
2799
2817
|
@media (min-width: 768px) {
|
|
2800
|
-
.cdr-quote--pull_11-
|
|
2818
|
+
.cdr-quote--pull_11-2-0 {
|
|
2801
2819
|
border-width: 0 0 0 0.1rem;
|
|
2802
2820
|
padding: 0.8rem 1.6rem 0.8rem 3.2rem;
|
|
2803
2821
|
margin: 1.6rem 0; } }
|
|
2804
|
-
.cdr-quote--pull_11-
|
|
2822
|
+
.cdr-quote--pull_11-2-0 .cdr-quote__summary_11-2-0 {
|
|
2805
2823
|
font-weight: 600; }
|
|
2806
2824
|
|
|
2807
2825
|
/* intentionally empty */
|
|
2808
|
-
.cdr-radio_11-
|
|
2826
|
+
.cdr-radio_11-2-0 {
|
|
2809
2827
|
/* Figure
|
|
2810
2828
|
========== */
|
|
2811
2829
|
/* States
|
|
2812
2830
|
========================================================================== */
|
|
2813
2831
|
/* Checked
|
|
2814
2832
|
========== */ }
|
|
2815
|
-
.cdr-radio_11-
|
|
2833
|
+
.cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
|
|
2816
2834
|
border-radius: 100%; }
|
|
2817
|
-
.cdr-radio_11-
|
|
2835
|
+
.cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0::after {
|
|
2818
2836
|
content: '';
|
|
2819
2837
|
position: absolute;
|
|
2820
2838
|
width: 0.4rem;
|
|
@@ -2823,46 +2841,46 @@ input[type="month"] {
|
|
|
2823
2841
|
top: 50%;
|
|
2824
2842
|
transform: translate(-50%, -50%);
|
|
2825
2843
|
border-radius: 999.9rem; }
|
|
2826
|
-
.cdr-radio__input_11-
|
|
2844
|
+
.cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2827
2845
|
box-shadow: inset 0 0 0 0.1rem #4e4d49;
|
|
2828
2846
|
background-color: #4e4d49; }
|
|
2829
|
-
.cdr-radio__input_11-
|
|
2847
|
+
.cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2830
2848
|
background-color: #ffffff; }
|
|
2831
|
-
.cdr-radio_11-
|
|
2849
|
+
.cdr-radio_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
|
|
2832
2850
|
cursor: pointer;
|
|
2833
2851
|
box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
|
|
2834
2852
|
background-color: #f9f8f6; }
|
|
2835
|
-
.cdr-radio_11-
|
|
2853
|
+
.cdr-radio_11-2-0:hover .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2836
2854
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2837
2855
|
background-color: #928b80; }
|
|
2838
|
-
.cdr-radio__input_11-
|
|
2856
|
+
.cdr-radio__input_11-2-0:disabled {
|
|
2839
2857
|
/* Disabled + Checked
|
|
2840
2858
|
========== */ }
|
|
2841
|
-
.cdr-radio__input_11-
|
|
2859
|
+
.cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2842
2860
|
cursor: not-allowed !important;
|
|
2843
2861
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
|
|
2844
2862
|
background-color: #f9f8f6 !important; }
|
|
2845
|
-
.cdr-radio__input_11-
|
|
2863
|
+
.cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0:after {
|
|
2846
2864
|
background-color: #f9f8f6 !important; }
|
|
2847
|
-
.cdr-radio__input_11-
|
|
2865
|
+
.cdr-radio__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2848
2866
|
background-color: #f9f8f6 !important; }
|
|
2849
|
-
.cdr-radio__input_11-
|
|
2867
|
+
.cdr-radio__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2850
2868
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2851
2869
|
background-color: #f9f8f6; }
|
|
2852
|
-
.cdr-radio__input_11-
|
|
2870
|
+
.cdr-radio__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2853
2871
|
background-color: #928b80; }
|
|
2854
|
-
.cdr-radio_11-
|
|
2872
|
+
.cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
|
|
2855
2873
|
box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
|
|
2856
2874
|
background-color: #f9f8f6; }
|
|
2857
|
-
.cdr-radio_11-
|
|
2875
|
+
.cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0::after, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
|
|
2858
2876
|
background-color: #4e4d49; }
|
|
2859
2877
|
|
|
2860
2878
|
@charset "UTF-8";
|
|
2861
|
-
.cdr-rating__icon_11-
|
|
2879
|
+
.cdr-rating__icon_11-2-0 {
|
|
2862
2880
|
width: 2.4rem;
|
|
2863
2881
|
height: 2.4rem;
|
|
2864
2882
|
font-size: 2.4rem; }
|
|
2865
|
-
.cdr-rating__count_11-
|
|
2883
|
+
.cdr-rating__count_11-2-0 {
|
|
2866
2884
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
2867
2885
|
font-style: normal;
|
|
2868
2886
|
font-weight: 400;
|
|
@@ -2870,7 +2888,7 @@ input[type="month"] {
|
|
|
2870
2888
|
font-size: 1.4rem;
|
|
2871
2889
|
line-height: 1.8rem;
|
|
2872
2890
|
margin-left: 0.8rem; }
|
|
2873
|
-
.cdr-rating_11-
|
|
2891
|
+
.cdr-rating_11-2-0 {
|
|
2874
2892
|
display: flex;
|
|
2875
2893
|
align-items: center;
|
|
2876
2894
|
position: relative;
|
|
@@ -2892,14 +2910,14 @@ input[type="month"] {
|
|
|
2892
2910
|
========== */
|
|
2893
2911
|
/* Small
|
|
2894
2912
|
========== */ }
|
|
2895
|
-
.cdr-rating__number_11-
|
|
2913
|
+
.cdr-rating__number_11-2-0 {
|
|
2896
2914
|
font-weight: 600; }
|
|
2897
|
-
.cdr-rating__ratings_11-
|
|
2915
|
+
.cdr-rating__ratings_11-2-0 {
|
|
2898
2916
|
display: flex; }
|
|
2899
|
-
.cdr-rating__icon_11-
|
|
2917
|
+
.cdr-rating__icon_11-2-0 {
|
|
2900
2918
|
position: relative;
|
|
2901
2919
|
z-index: 1; }
|
|
2902
|
-
.cdr-rating__caption-sr_11-
|
|
2920
|
+
.cdr-rating__caption-sr_11-2-0 {
|
|
2903
2921
|
position: absolute;
|
|
2904
2922
|
width: 0.1rem;
|
|
2905
2923
|
height: 0.1rem;
|
|
@@ -2908,7 +2926,7 @@ input[type="month"] {
|
|
|
2908
2926
|
overflow: hidden;
|
|
2909
2927
|
clip: rect(0, 0, 0, 0);
|
|
2910
2928
|
border: 0; }
|
|
2911
|
-
.cdr-rating__placeholder_11-
|
|
2929
|
+
.cdr-rating__placeholder_11-2-0::after {
|
|
2912
2930
|
content: '';
|
|
2913
2931
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
2914
2932
|
background-repeat: no-repeat;
|
|
@@ -2917,7 +2935,7 @@ input[type="month"] {
|
|
|
2917
2935
|
left: 0;
|
|
2918
2936
|
width: 100%;
|
|
2919
2937
|
height: 100%; }
|
|
2920
|
-
.cdr-rating__placeholder_11-
|
|
2938
|
+
.cdr-rating__placeholder_11-2-0::before {
|
|
2921
2939
|
content: "☆";
|
|
2922
2940
|
display: block;
|
|
2923
2941
|
position: absolute;
|
|
@@ -2928,7 +2946,7 @@ input[type="month"] {
|
|
|
2928
2946
|
color: #BD7B2D;
|
|
2929
2947
|
width: auto;
|
|
2930
2948
|
overflow: hidden; }
|
|
2931
|
-
.cdr-rating__placeholder--no-reviews_11-
|
|
2949
|
+
.cdr-rating__placeholder--no-reviews_11-2-0::after {
|
|
2932
2950
|
content: '';
|
|
2933
2951
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
2934
2952
|
background-repeat: no-repeat;
|
|
@@ -2937,7 +2955,7 @@ input[type="month"] {
|
|
|
2937
2955
|
left: 0;
|
|
2938
2956
|
width: 100%;
|
|
2939
2957
|
height: 100%; }
|
|
2940
|
-
.cdr-rating__placeholder--no-reviews_11-
|
|
2958
|
+
.cdr-rating__placeholder--no-reviews_11-2-0::before {
|
|
2941
2959
|
content: "☆";
|
|
2942
2960
|
display: block;
|
|
2943
2961
|
position: absolute;
|
|
@@ -2948,7 +2966,7 @@ input[type="month"] {
|
|
|
2948
2966
|
color: #BD7B2D;
|
|
2949
2967
|
width: auto;
|
|
2950
2968
|
overflow: hidden; }
|
|
2951
|
-
.cdr-rating__100_11-
|
|
2969
|
+
.cdr-rating__100_11-2-0::after {
|
|
2952
2970
|
content: '';
|
|
2953
2971
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
|
|
2954
2972
|
background-repeat: no-repeat;
|
|
@@ -2957,7 +2975,7 @@ input[type="month"] {
|
|
|
2957
2975
|
left: 0;
|
|
2958
2976
|
width: 100%;
|
|
2959
2977
|
height: 100%; }
|
|
2960
|
-
.cdr-rating__100_11-
|
|
2978
|
+
.cdr-rating__100_11-2-0::before {
|
|
2961
2979
|
content: "★";
|
|
2962
2980
|
display: block;
|
|
2963
2981
|
position: absolute;
|
|
@@ -2968,7 +2986,7 @@ input[type="month"] {
|
|
|
2968
2986
|
color: #BD7B2D;
|
|
2969
2987
|
width: auto;
|
|
2970
2988
|
overflow: hidden; }
|
|
2971
|
-
.cdr-rating__75_11-
|
|
2989
|
+
.cdr-rating__75_11-2-0::after {
|
|
2972
2990
|
content: '';
|
|
2973
2991
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z'/%3E %3C/g%3E %3C/svg%3E");
|
|
2974
2992
|
background-repeat: no-repeat;
|
|
@@ -2977,7 +2995,7 @@ input[type="month"] {
|
|
|
2977
2995
|
left: 0;
|
|
2978
2996
|
width: 100%;
|
|
2979
2997
|
height: 100%; }
|
|
2980
|
-
.cdr-rating__75_11-
|
|
2998
|
+
.cdr-rating__75_11-2-0::before {
|
|
2981
2999
|
content: "★";
|
|
2982
3000
|
display: block;
|
|
2983
3001
|
position: absolute;
|
|
@@ -2988,7 +3006,7 @@ input[type="month"] {
|
|
|
2988
3006
|
color: #BD7B2D;
|
|
2989
3007
|
width: 0.75em;
|
|
2990
3008
|
overflow: hidden; }
|
|
2991
|
-
.cdr-rating__50_11-
|
|
3009
|
+
.cdr-rating__50_11-2-0::after {
|
|
2992
3010
|
content: '';
|
|
2993
3011
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
|
|
2994
3012
|
background-repeat: no-repeat;
|
|
@@ -2997,7 +3015,7 @@ input[type="month"] {
|
|
|
2997
3015
|
left: 0;
|
|
2998
3016
|
width: 100%;
|
|
2999
3017
|
height: 100%; }
|
|
3000
|
-
.cdr-rating__50_11-
|
|
3018
|
+
.cdr-rating__50_11-2-0::before {
|
|
3001
3019
|
content: "★";
|
|
3002
3020
|
display: block;
|
|
3003
3021
|
position: absolute;
|
|
@@ -3008,7 +3026,7 @@ input[type="month"] {
|
|
|
3008
3026
|
color: #BD7B2D;
|
|
3009
3027
|
width: 0.5em;
|
|
3010
3028
|
overflow: hidden; }
|
|
3011
|
-
.cdr-rating__25_11-
|
|
3029
|
+
.cdr-rating__25_11-2-0::after {
|
|
3012
3030
|
content: '';
|
|
3013
3031
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M9.822 17.968l-2.633 1.667 1.274-5.767-4.284-3.907 5.643-.515z'/%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M9.816 9.453l2.182-5.412 2.179 5.41 5.645.51-4.284 3.907 1.274 5.767-4.814-3.056-2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.145 7.298.66-5.535 5.048 1.669 7.552L12 17.763 5.69 21.77l1.669-7.552L1.824 9.17l7.298-.66L12 1.365zM9.503 9.479l-5.327.482 4.284 3.907-1.274 5.767 2.317-1.472V9.479zM12 4.04l-1.997 4.957v8.848L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04z'/%3E %3C/g%3E %3C/svg%3E");
|
|
3014
3032
|
background-repeat: no-repeat;
|
|
@@ -3017,7 +3035,7 @@ input[type="month"] {
|
|
|
3017
3035
|
left: 0;
|
|
3018
3036
|
width: 100%;
|
|
3019
3037
|
height: 100%; }
|
|
3020
|
-
.cdr-rating__25_11-
|
|
3038
|
+
.cdr-rating__25_11-2-0::before {
|
|
3021
3039
|
content: "★";
|
|
3022
3040
|
display: block;
|
|
3023
3041
|
position: absolute;
|
|
@@ -3028,32 +3046,32 @@ input[type="month"] {
|
|
|
3028
3046
|
color: #BD7B2D;
|
|
3029
3047
|
width: 0.33em;
|
|
3030
3048
|
overflow: hidden; }
|
|
3031
|
-
.cdr-rating--linked_11-
|
|
3049
|
+
.cdr-rating--linked_11-2-0 {
|
|
3032
3050
|
display: inline-flex;
|
|
3033
3051
|
text-decoration: none; }
|
|
3034
|
-
.cdr-rating--linked_11-
|
|
3052
|
+
.cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:hover, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:active, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:focus {
|
|
3035
3053
|
color: #406eb5;
|
|
3036
3054
|
text-decoration: underline; }
|
|
3037
|
-
.cdr-rating--linked_11-
|
|
3055
|
+
.cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0 > .cdr-rating__number_11-2-0 {
|
|
3038
3056
|
border-right: 0.1rem solid #b2ab9f;
|
|
3039
3057
|
padding: 0 0.6rem;
|
|
3040
3058
|
margin-right: 0.6rem; }
|
|
3041
|
-
.cdr-rating--large_11-
|
|
3059
|
+
.cdr-rating--large_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3042
3060
|
width: 3.2rem;
|
|
3043
3061
|
height: 3.2rem;
|
|
3044
3062
|
font-size: 3.2rem; }
|
|
3045
|
-
.cdr-rating--large_11-
|
|
3063
|
+
.cdr-rating--large_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3046
3064
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3047
3065
|
font-style: normal;
|
|
3048
3066
|
font-weight: 400;
|
|
3049
3067
|
letter-spacing: -0.016rem;
|
|
3050
3068
|
font-size: 1.6rem;
|
|
3051
3069
|
line-height: 2.2rem; }
|
|
3052
|
-
.cdr-rating--medium_11-
|
|
3070
|
+
.cdr-rating--medium_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3053
3071
|
width: 2.4rem;
|
|
3054
3072
|
height: 2.4rem;
|
|
3055
3073
|
font-size: 2.4rem; }
|
|
3056
|
-
.cdr-rating--medium_11-
|
|
3074
|
+
.cdr-rating--medium_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3057
3075
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3058
3076
|
font-style: normal;
|
|
3059
3077
|
font-weight: 400;
|
|
@@ -3061,11 +3079,11 @@ input[type="month"] {
|
|
|
3061
3079
|
font-size: 1.4rem;
|
|
3062
3080
|
line-height: 1.8rem;
|
|
3063
3081
|
margin-left: 0.8rem; }
|
|
3064
|
-
.cdr-rating--small_11-
|
|
3082
|
+
.cdr-rating--small_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3065
3083
|
width: 1.6rem;
|
|
3066
3084
|
height: 1.6rem;
|
|
3067
3085
|
font-size: 1.6rem; }
|
|
3068
|
-
.cdr-rating--small_11-
|
|
3086
|
+
.cdr-rating--small_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3069
3087
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3070
3088
|
font-style: normal;
|
|
3071
3089
|
font-weight: 400;
|
|
@@ -3074,11 +3092,11 @@ input[type="month"] {
|
|
|
3074
3092
|
line-height: 1.6rem;
|
|
3075
3093
|
margin-left: 0.4rem; }
|
|
3076
3094
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3077
|
-
.cdr-rating--small\@xs_11-
|
|
3095
|
+
.cdr-rating--small\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3078
3096
|
width: 1.6rem;
|
|
3079
3097
|
height: 1.6rem;
|
|
3080
3098
|
font-size: 1.6rem; }
|
|
3081
|
-
.cdr-rating--small\@xs_11-
|
|
3099
|
+
.cdr-rating--small\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3082
3100
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3083
3101
|
font-style: normal;
|
|
3084
3102
|
font-weight: 400;
|
|
@@ -3086,11 +3104,11 @@ input[type="month"] {
|
|
|
3086
3104
|
font-size: 1.2rem;
|
|
3087
3105
|
line-height: 1.6rem;
|
|
3088
3106
|
margin-left: 0.4rem; }
|
|
3089
|
-
.cdr-rating--medium\@xs_11-
|
|
3107
|
+
.cdr-rating--medium\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3090
3108
|
width: 2.4rem;
|
|
3091
3109
|
height: 2.4rem;
|
|
3092
3110
|
font-size: 2.4rem; }
|
|
3093
|
-
.cdr-rating--medium\@xs_11-
|
|
3111
|
+
.cdr-rating--medium\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3094
3112
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3095
3113
|
font-style: normal;
|
|
3096
3114
|
font-weight: 400;
|
|
@@ -3098,11 +3116,11 @@ input[type="month"] {
|
|
|
3098
3116
|
font-size: 1.4rem;
|
|
3099
3117
|
line-height: 1.8rem;
|
|
3100
3118
|
margin-left: 0.8rem; }
|
|
3101
|
-
.cdr-rating--large\@xs_11-
|
|
3119
|
+
.cdr-rating--large\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3102
3120
|
width: 3.2rem;
|
|
3103
3121
|
height: 3.2rem;
|
|
3104
3122
|
font-size: 3.2rem; }
|
|
3105
|
-
.cdr-rating--large\@xs_11-
|
|
3123
|
+
.cdr-rating--large\@xs_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3106
3124
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3107
3125
|
font-style: normal;
|
|
3108
3126
|
font-weight: 400;
|
|
@@ -3110,11 +3128,11 @@ input[type="month"] {
|
|
|
3110
3128
|
font-size: 1.6rem;
|
|
3111
3129
|
line-height: 2.2rem; } }
|
|
3112
3130
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3113
|
-
.cdr-rating--small\@sm_11-
|
|
3131
|
+
.cdr-rating--small\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3114
3132
|
width: 1.6rem;
|
|
3115
3133
|
height: 1.6rem;
|
|
3116
3134
|
font-size: 1.6rem; }
|
|
3117
|
-
.cdr-rating--small\@sm_11-
|
|
3135
|
+
.cdr-rating--small\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3118
3136
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3119
3137
|
font-style: normal;
|
|
3120
3138
|
font-weight: 400;
|
|
@@ -3122,11 +3140,11 @@ input[type="month"] {
|
|
|
3122
3140
|
font-size: 1.2rem;
|
|
3123
3141
|
line-height: 1.6rem;
|
|
3124
3142
|
margin-left: 0.4rem; }
|
|
3125
|
-
.cdr-rating--medium\@sm_11-
|
|
3143
|
+
.cdr-rating--medium\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3126
3144
|
width: 2.4rem;
|
|
3127
3145
|
height: 2.4rem;
|
|
3128
3146
|
font-size: 2.4rem; }
|
|
3129
|
-
.cdr-rating--medium\@sm_11-
|
|
3147
|
+
.cdr-rating--medium\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3130
3148
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3131
3149
|
font-style: normal;
|
|
3132
3150
|
font-weight: 400;
|
|
@@ -3134,11 +3152,11 @@ input[type="month"] {
|
|
|
3134
3152
|
font-size: 1.4rem;
|
|
3135
3153
|
line-height: 1.8rem;
|
|
3136
3154
|
margin-left: 0.8rem; }
|
|
3137
|
-
.cdr-rating--large\@sm_11-
|
|
3155
|
+
.cdr-rating--large\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3138
3156
|
width: 3.2rem;
|
|
3139
3157
|
height: 3.2rem;
|
|
3140
3158
|
font-size: 3.2rem; }
|
|
3141
|
-
.cdr-rating--large\@sm_11-
|
|
3159
|
+
.cdr-rating--large\@sm_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3142
3160
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3143
3161
|
font-style: normal;
|
|
3144
3162
|
font-weight: 400;
|
|
@@ -3146,11 +3164,11 @@ input[type="month"] {
|
|
|
3146
3164
|
font-size: 1.6rem;
|
|
3147
3165
|
line-height: 2.2rem; } }
|
|
3148
3166
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3149
|
-
.cdr-rating--small\@md_11-
|
|
3167
|
+
.cdr-rating--small\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3150
3168
|
width: 1.6rem;
|
|
3151
3169
|
height: 1.6rem;
|
|
3152
3170
|
font-size: 1.6rem; }
|
|
3153
|
-
.cdr-rating--small\@md_11-
|
|
3171
|
+
.cdr-rating--small\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3154
3172
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3155
3173
|
font-style: normal;
|
|
3156
3174
|
font-weight: 400;
|
|
@@ -3158,11 +3176,11 @@ input[type="month"] {
|
|
|
3158
3176
|
font-size: 1.2rem;
|
|
3159
3177
|
line-height: 1.6rem;
|
|
3160
3178
|
margin-left: 0.4rem; }
|
|
3161
|
-
.cdr-rating--medium\@md_11-
|
|
3179
|
+
.cdr-rating--medium\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3162
3180
|
width: 2.4rem;
|
|
3163
3181
|
height: 2.4rem;
|
|
3164
3182
|
font-size: 2.4rem; }
|
|
3165
|
-
.cdr-rating--medium\@md_11-
|
|
3183
|
+
.cdr-rating--medium\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3166
3184
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3167
3185
|
font-style: normal;
|
|
3168
3186
|
font-weight: 400;
|
|
@@ -3170,11 +3188,11 @@ input[type="month"] {
|
|
|
3170
3188
|
font-size: 1.4rem;
|
|
3171
3189
|
line-height: 1.8rem;
|
|
3172
3190
|
margin-left: 0.8rem; }
|
|
3173
|
-
.cdr-rating--large\@md_11-
|
|
3191
|
+
.cdr-rating--large\@md_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3174
3192
|
width: 3.2rem;
|
|
3175
3193
|
height: 3.2rem;
|
|
3176
3194
|
font-size: 3.2rem; }
|
|
3177
|
-
.cdr-rating--large\@md_11-
|
|
3195
|
+
.cdr-rating--large\@md_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3178
3196
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3179
3197
|
font-style: normal;
|
|
3180
3198
|
font-weight: 400;
|
|
@@ -3182,11 +3200,11 @@ input[type="month"] {
|
|
|
3182
3200
|
font-size: 1.6rem;
|
|
3183
3201
|
line-height: 2.2rem; } }
|
|
3184
3202
|
@media (min-width: 1232px) {
|
|
3185
|
-
.cdr-rating--small\@lg_11-
|
|
3203
|
+
.cdr-rating--small\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3186
3204
|
width: 1.6rem;
|
|
3187
3205
|
height: 1.6rem;
|
|
3188
3206
|
font-size: 1.6rem; }
|
|
3189
|
-
.cdr-rating--small\@lg_11-
|
|
3207
|
+
.cdr-rating--small\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3190
3208
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3191
3209
|
font-style: normal;
|
|
3192
3210
|
font-weight: 400;
|
|
@@ -3194,11 +3212,11 @@ input[type="month"] {
|
|
|
3194
3212
|
font-size: 1.2rem;
|
|
3195
3213
|
line-height: 1.6rem;
|
|
3196
3214
|
margin-left: 0.4rem; }
|
|
3197
|
-
.cdr-rating--medium\@lg_11-
|
|
3215
|
+
.cdr-rating--medium\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3198
3216
|
width: 2.4rem;
|
|
3199
3217
|
height: 2.4rem;
|
|
3200
3218
|
font-size: 2.4rem; }
|
|
3201
|
-
.cdr-rating--medium\@lg_11-
|
|
3219
|
+
.cdr-rating--medium\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3202
3220
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3203
3221
|
font-style: normal;
|
|
3204
3222
|
font-weight: 400;
|
|
@@ -3206,11 +3224,11 @@ input[type="month"] {
|
|
|
3206
3224
|
font-size: 1.4rem;
|
|
3207
3225
|
line-height: 1.8rem;
|
|
3208
3226
|
margin-left: 0.8rem; }
|
|
3209
|
-
.cdr-rating--large\@lg_11-
|
|
3227
|
+
.cdr-rating--large\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
|
|
3210
3228
|
width: 3.2rem;
|
|
3211
3229
|
height: 3.2rem;
|
|
3212
3230
|
font-size: 3.2rem; }
|
|
3213
|
-
.cdr-rating--large\@lg_11-
|
|
3231
|
+
.cdr-rating--large\@lg_11-2-0 .cdr-rating__count_11-2-0 {
|
|
3214
3232
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3215
3233
|
font-style: normal;
|
|
3216
3234
|
font-weight: 400;
|
|
@@ -3233,7 +3251,7 @@ input[type="month"] {
|
|
|
3233
3251
|
|
|
3234
3252
|
/* Style variants
|
|
3235
3253
|
========================================================================== */
|
|
3236
|
-
.cdr-select_11-
|
|
3254
|
+
.cdr-select_11-2-0 {
|
|
3237
3255
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3238
3256
|
font-style: normal;
|
|
3239
3257
|
font-weight: 400;
|
|
@@ -3271,34 +3289,34 @@ input[type="month"] {
|
|
|
3271
3289
|
/* @lg
|
|
3272
3290
|
1200px and up
|
|
3273
3291
|
========== */ }
|
|
3274
|
-
.cdr-select_11-
|
|
3292
|
+
.cdr-select_11-2-0[disabled] {
|
|
3275
3293
|
background-color: #f9f8f6;
|
|
3276
3294
|
color: #d1cbbd;
|
|
3277
3295
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
|
|
3278
|
-
.cdr-select_11-
|
|
3296
|
+
.cdr-select_11-2-0[disabled]:hover {
|
|
3279
3297
|
box-shadow: inset 0 0 0 0.1rem #d1cbbd;
|
|
3280
3298
|
cursor: not-allowed; }
|
|
3281
|
-
.cdr-select_11-
|
|
3299
|
+
.cdr-select_11-2-0:active, .cdr-select_11-2-0:focus {
|
|
3282
3300
|
box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
|
|
3283
3301
|
outline: none; }
|
|
3284
|
-
.cdr-select_11-
|
|
3302
|
+
.cdr-select_11-2-0::-ms-expand {
|
|
3285
3303
|
display: none; }
|
|
3286
|
-
.cdr-select--primary_11-
|
|
3304
|
+
.cdr-select--primary_11-2-0 {
|
|
3287
3305
|
background-color: rgba(244, 242, 237, 0.15); }
|
|
3288
|
-
.cdr-select--primary_11-
|
|
3306
|
+
.cdr-select--primary_11-2-0:active, .cdr-select--primary_11-2-0:focus {
|
|
3289
3307
|
background-color: #f9f8f6; }
|
|
3290
|
-
.cdr-select--secondary_11-
|
|
3308
|
+
.cdr-select--secondary_11-2-0 {
|
|
3291
3309
|
background-color: rgba(255, 255, 255, 0.85); }
|
|
3292
|
-
.cdr-select--secondary_11-
|
|
3310
|
+
.cdr-select--secondary_11-2-0:active, .cdr-select--secondary_11-2-0:focus {
|
|
3293
3311
|
background-color: #ffffff; }
|
|
3294
|
-
.cdr-select--error_11-
|
|
3312
|
+
.cdr-select--error_11-2-0 {
|
|
3295
3313
|
background-color: rgba(255, 242, 242, 0.75);
|
|
3296
3314
|
box-shadow: inset 0 0 0 0.1rem #b33322; }
|
|
3297
|
-
.cdr-select--preicon_11-
|
|
3315
|
+
.cdr-select--preicon_11-2-0 {
|
|
3298
3316
|
/* $input-pre-icon-default-width = 25px with the expectation that
|
|
3299
3317
|
slot provided icon is close to that width */
|
|
3300
3318
|
padding-left: 3.7rem; }
|
|
3301
|
-
.cdr-select__prompt_11-
|
|
3319
|
+
.cdr-select__prompt_11-2-0 {
|
|
3302
3320
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3303
3321
|
font-style: normal;
|
|
3304
3322
|
font-weight: 400;
|
|
@@ -3307,29 +3325,29 @@ input[type="month"] {
|
|
|
3307
3325
|
line-height: 2.2rem;
|
|
3308
3326
|
font-style: normal;
|
|
3309
3327
|
color: rgba(12, 11, 8, 0.75); }
|
|
3310
|
-
.cdr-select__prompt_11-
|
|
3328
|
+
.cdr-select__prompt_11-2-0[disabled] {
|
|
3311
3329
|
color: #d1cbbd; }
|
|
3312
|
-
.cdr-select__caret_11-
|
|
3330
|
+
.cdr-select__caret_11-2-0 {
|
|
3313
3331
|
fill: rgba(12, 11, 8, 0.75);
|
|
3314
3332
|
position: absolute;
|
|
3315
3333
|
top: 50%;
|
|
3316
3334
|
right: 0.8rem;
|
|
3317
3335
|
transform: translateY(-50%);
|
|
3318
3336
|
pointer-events: none; }
|
|
3319
|
-
.cdr-select__caret--disabled_11-
|
|
3337
|
+
.cdr-select__caret--disabled_11-2-0 {
|
|
3320
3338
|
fill: #dcd6cb; }
|
|
3321
|
-
.cdr-select__pre-icon_11-
|
|
3339
|
+
.cdr-select__pre-icon_11-2-0 {
|
|
3322
3340
|
position: absolute;
|
|
3323
3341
|
top: 50%;
|
|
3324
3342
|
left: 0.8rem;
|
|
3325
3343
|
transform: translateY(-50%); }
|
|
3326
|
-
.cdr-select--multiple_11-
|
|
3344
|
+
.cdr-select--multiple_11-2-0 {
|
|
3327
3345
|
height: auto;
|
|
3328
3346
|
padding: 0.8rem; }
|
|
3329
|
-
.cdr-select--multiple_11-
|
|
3347
|
+
.cdr-select--multiple_11-2-0 + .cdr-select__caret_11-2-0 {
|
|
3330
3348
|
display: none; }
|
|
3331
3349
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3332
|
-
.cdr-select--large\@xs_11-
|
|
3350
|
+
.cdr-select--large\@xs_11-2-0 {
|
|
3333
3351
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3334
3352
|
font-style: normal;
|
|
3335
3353
|
font-weight: 400;
|
|
@@ -3338,7 +3356,7 @@ input[type="month"] {
|
|
|
3338
3356
|
line-height: 2.4rem;
|
|
3339
3357
|
height: 4.8rem;
|
|
3340
3358
|
padding-left: 0.8rem; } }
|
|
3341
|
-
.cdr-select--large_11-
|
|
3359
|
+
.cdr-select--large_11-2-0 {
|
|
3342
3360
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3343
3361
|
font-style: normal;
|
|
3344
3362
|
font-weight: 400;
|
|
@@ -3348,7 +3366,7 @@ input[type="month"] {
|
|
|
3348
3366
|
height: 4.8rem;
|
|
3349
3367
|
padding-left: 0.8rem; }
|
|
3350
3368
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3351
|
-
.cdr-select--large\@sm_11-
|
|
3369
|
+
.cdr-select--large\@sm_11-2-0 {
|
|
3352
3370
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3353
3371
|
font-style: normal;
|
|
3354
3372
|
font-weight: 400;
|
|
@@ -3358,7 +3376,7 @@ input[type="month"] {
|
|
|
3358
3376
|
height: 4.8rem;
|
|
3359
3377
|
padding-left: 0.8rem; } }
|
|
3360
3378
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3361
|
-
.cdr-select--large\@md_11-
|
|
3379
|
+
.cdr-select--large\@md_11-2-0 {
|
|
3362
3380
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3363
3381
|
font-style: normal;
|
|
3364
3382
|
font-weight: 400;
|
|
@@ -3368,7 +3386,7 @@ input[type="month"] {
|
|
|
3368
3386
|
height: 4.8rem;
|
|
3369
3387
|
padding-left: 0.8rem; } }
|
|
3370
3388
|
@media (min-width: 1232px) {
|
|
3371
|
-
.cdr-select--large\@lg_11-
|
|
3389
|
+
.cdr-select--large\@lg_11-2-0 {
|
|
3372
3390
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3373
3391
|
font-style: normal;
|
|
3374
3392
|
font-weight: 400;
|
|
@@ -3381,11 +3399,11 @@ input[type="month"] {
|
|
|
3381
3399
|
# SELECT WRAPPER
|
|
3382
3400
|
========================================================================== */
|
|
3383
3401
|
/* Sets new origin for relative positioning of Select and Caret */
|
|
3384
|
-
.cdr-select-wrap_11-
|
|
3402
|
+
.cdr-select-wrap_11-2-0 {
|
|
3385
3403
|
position: relative;
|
|
3386
3404
|
flex: 1; }
|
|
3387
3405
|
|
|
3388
|
-
.cdr-table_11-
|
|
3406
|
+
.cdr-table_11-2-0 {
|
|
3389
3407
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3390
3408
|
font-style: normal;
|
|
3391
3409
|
font-weight: 400;
|
|
@@ -3395,23 +3413,23 @@ input[type="month"] {
|
|
|
3395
3413
|
color: rgba(12, 11, 8, 0.75);
|
|
3396
3414
|
border: none;
|
|
3397
3415
|
border-collapse: collapse; }
|
|
3398
|
-
.cdr-table_11-
|
|
3416
|
+
.cdr-table_11-2-0 tr {
|
|
3399
3417
|
background-color: #ffffff; }
|
|
3400
|
-
.cdr-table_11-
|
|
3418
|
+
.cdr-table_11-2-0 thead tr {
|
|
3401
3419
|
background-color: #f4f2ed; }
|
|
3402
|
-
.cdr-table_11-
|
|
3403
|
-
.cdr-table_11-
|
|
3420
|
+
.cdr-table_11-2-0 th,
|
|
3421
|
+
.cdr-table_11-2-0 td {
|
|
3404
3422
|
color: rgba(12, 11, 8, 0.75);
|
|
3405
3423
|
padding: 0.8rem 1.6rem;
|
|
3406
3424
|
text-align: left; }
|
|
3407
|
-
.cdr-table_11-
|
|
3425
|
+
.cdr-table_11-2-0 th {
|
|
3408
3426
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3409
3427
|
font-style: normal;
|
|
3410
3428
|
font-weight: 600;
|
|
3411
3429
|
letter-spacing: -0.008rem;
|
|
3412
3430
|
font-size: 1.4rem;
|
|
3413
3431
|
line-height: 1.8rem; }
|
|
3414
|
-
.cdr-table_11-
|
|
3432
|
+
.cdr-table_11-2-0 caption {
|
|
3415
3433
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3416
3434
|
font-style: normal;
|
|
3417
3435
|
font-weight: 600;
|
|
@@ -3420,52 +3438,52 @@ input[type="month"] {
|
|
|
3420
3438
|
line-height: 2.2rem;
|
|
3421
3439
|
text-align: left;
|
|
3422
3440
|
margin-bottom: 0.8rem; }
|
|
3423
|
-
.cdr-table--small_11-
|
|
3441
|
+
.cdr-table--small_11-2-0 th, .cdr-table--small_11-2-0 td {
|
|
3424
3442
|
padding: 0.4rem 1.6rem; }
|
|
3425
|
-
.cdr-table--medium_11-
|
|
3443
|
+
.cdr-table--medium_11-2-0 th, .cdr-table--medium_11-2-0 td {
|
|
3426
3444
|
padding: 0.8rem 1.6rem; }
|
|
3427
|
-
.cdr-table--large_11-
|
|
3445
|
+
.cdr-table--large_11-2-0 th, .cdr-table--large_11-2-0 td {
|
|
3428
3446
|
padding: 1.6rem; }
|
|
3429
|
-
.cdr-table--striped_11-
|
|
3447
|
+
.cdr-table--striped_11-2-0 tr:nth-child(odd) {
|
|
3430
3448
|
background-color: #f9f8f6; }
|
|
3431
|
-
.cdr-table--striped_11-
|
|
3449
|
+
.cdr-table--striped_11-2-0 thead + tbody tr:nth-child(even) {
|
|
3432
3450
|
background-color: #f9f8f6; }
|
|
3433
|
-
.cdr-table--striped_11-
|
|
3451
|
+
.cdr-table--striped_11-2-0 thead + tbody tr:nth-child(odd) {
|
|
3434
3452
|
background-color: #ffffff; }
|
|
3435
|
-
.cdr-table--striped_11-
|
|
3436
|
-
.cdr-table--striped_11-
|
|
3453
|
+
.cdr-table--striped_11-2-0 tbody tr:nth-child(odd),
|
|
3454
|
+
.cdr-table--striped_11-2-0 tfoot tr:nth-child(odd) {
|
|
3437
3455
|
background-color: #f9f8f6; }
|
|
3438
|
-
.cdr-table--border_11-
|
|
3456
|
+
.cdr-table--border_11-2-0 tr + tr > * {
|
|
3439
3457
|
border-top: 0.1rem solid #dcd6cb; }
|
|
3440
|
-
.cdr-table--border_11-
|
|
3458
|
+
.cdr-table--border_11-2-0 thead tr + tr > * {
|
|
3441
3459
|
border-top: 0.1rem solid #928b80; }
|
|
3442
|
-
.cdr-table--border_11-
|
|
3460
|
+
.cdr-table--border_11-2-0 tbody tr + tr > *, .cdr-table--border_11-2-0 tfoot tr + tr > * {
|
|
3443
3461
|
border-top: 0.1rem solid #dcd6cb; }
|
|
3444
|
-
.cdr-table--border_11-
|
|
3445
|
-
.cdr-table--border_11-
|
|
3462
|
+
.cdr-table--border_11-2-0 thead + tbody,
|
|
3463
|
+
.cdr-table--border_11-2-0 tbody + tfoot {
|
|
3446
3464
|
border-top: 0.1rem solid #dcd6cb; }
|
|
3447
|
-
.cdr-table--full-width_11-
|
|
3465
|
+
.cdr-table--full-width_11-2-0 {
|
|
3448
3466
|
width: 100%; }
|
|
3449
|
-
.cdr-table--responsive_11-
|
|
3467
|
+
.cdr-table--responsive_11-2-0 {
|
|
3450
3468
|
display: block;
|
|
3451
3469
|
width: 100%;
|
|
3452
3470
|
overflow-x: auto; }
|
|
3453
|
-
.cdr-table--hover_11-
|
|
3471
|
+
.cdr-table--hover_11-2-0 tr:hover > * {
|
|
3454
3472
|
background-color: #f4f2ed; }
|
|
3455
3473
|
@media (min-width: 0) and (max-width: 767px) {
|
|
3456
|
-
.cdr-table--full-width\@xs_11-
|
|
3474
|
+
.cdr-table--full-width\@xs_11-2-0 {
|
|
3457
3475
|
width: 100%; } }
|
|
3458
3476
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
3459
|
-
.cdr-table--full-width\@sm_11-
|
|
3477
|
+
.cdr-table--full-width\@sm_11-2-0 {
|
|
3460
3478
|
width: 100%; } }
|
|
3461
3479
|
@media (min-width: 992px) and (max-width: 1231px) {
|
|
3462
|
-
.cdr-table--full-width\@md_11-
|
|
3480
|
+
.cdr-table--full-width\@md_11-2-0 {
|
|
3463
3481
|
width: 100%; } }
|
|
3464
3482
|
@media (min-width: 1232px) {
|
|
3465
|
-
.cdr-table--full-width\@lg_11-
|
|
3483
|
+
.cdr-table--full-width\@lg_11-2-0 {
|
|
3466
3484
|
width: 100%; } }
|
|
3467
3485
|
|
|
3468
|
-
.cdr-tab-panel_11-
|
|
3486
|
+
.cdr-tab-panel_11-2-0 {
|
|
3469
3487
|
width: 100%;
|
|
3470
3488
|
height: 100%;
|
|
3471
3489
|
padding-top: 0.2rem; }
|
|
@@ -3534,48 +3552,48 @@ input[type="month"] {
|
|
|
3534
3552
|
transform: translateX(0);
|
|
3535
3553
|
opacity: 1; } }
|
|
3536
3554
|
|
|
3537
|
-
.cdr-tab-panel-enter-left_11-
|
|
3555
|
+
.cdr-tab-panel-enter-left_11-2-0 {
|
|
3538
3556
|
-webkit-animation-duration: 0.2s;
|
|
3539
3557
|
animation-duration: 0.2s;
|
|
3540
3558
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3541
3559
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3542
3560
|
|
|
3543
|
-
.cdr-tab-panel-enter-left_11-
|
|
3561
|
+
.cdr-tab-panel-enter-left_11-2-0 {
|
|
3544
3562
|
-webkit-animation-name: enter-left;
|
|
3545
3563
|
animation-name: enter-left; }
|
|
3546
3564
|
|
|
3547
|
-
.cdr-tab-panel-enter-right_11-
|
|
3565
|
+
.cdr-tab-panel-enter-right_11-2-0 {
|
|
3548
3566
|
-webkit-animation-duration: 0.2s;
|
|
3549
3567
|
animation-duration: 0.2s;
|
|
3550
3568
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3551
3569
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3552
3570
|
|
|
3553
|
-
.cdr-tab-panel-enter-right_11-
|
|
3571
|
+
.cdr-tab-panel-enter-right_11-2-0 {
|
|
3554
3572
|
-webkit-animation-name: enter-right;
|
|
3555
3573
|
animation-name: enter-right; }
|
|
3556
3574
|
|
|
3557
|
-
.cdr-tab-panel-exit-left_11-
|
|
3575
|
+
.cdr-tab-panel-exit-left_11-2-0 {
|
|
3558
3576
|
-webkit-animation-duration: 0.2s;
|
|
3559
3577
|
animation-duration: 0.2s;
|
|
3560
3578
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3561
3579
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3562
3580
|
|
|
3563
|
-
.cdr-tab-panel-exit-left_11-
|
|
3581
|
+
.cdr-tab-panel-exit-left_11-2-0 {
|
|
3564
3582
|
-webkit-animation-name: exit-left;
|
|
3565
3583
|
animation-name: exit-left; }
|
|
3566
3584
|
|
|
3567
|
-
.cdr-tab-panel-exit-right_11-
|
|
3585
|
+
.cdr-tab-panel-exit-right_11-2-0 {
|
|
3568
3586
|
-webkit-animation-duration: 0.2s;
|
|
3569
3587
|
animation-duration: 0.2s;
|
|
3570
3588
|
-webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
|
|
3571
3589
|
animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3572
3590
|
|
|
3573
|
-
.cdr-tab-panel-exit-right_11-
|
|
3591
|
+
.cdr-tab-panel-exit-right_11-2-0 {
|
|
3574
3592
|
-webkit-animation-name: exit-right;
|
|
3575
3593
|
animation-name: exit-right; }
|
|
3576
3594
|
|
|
3577
3595
|
/* intentionally empty */
|
|
3578
|
-
.cdr-tabs_11-
|
|
3596
|
+
.cdr-tabs_11-2-0 {
|
|
3579
3597
|
/* overflow-x: auto; */
|
|
3580
3598
|
display: flex;
|
|
3581
3599
|
flex-flow: column;
|
|
@@ -3589,24 +3607,24 @@ input[type="month"] {
|
|
|
3589
3607
|
========== */
|
|
3590
3608
|
/* Centered
|
|
3591
3609
|
========== */ }
|
|
3592
|
-
.cdr-tabs_11-
|
|
3610
|
+
.cdr-tabs_11-2-0 ::-webkit-scrollbar {
|
|
3593
3611
|
-webkit-appearance: none;
|
|
3594
3612
|
width: 0.7rem; }
|
|
3595
|
-
.cdr-tabs_11-
|
|
3613
|
+
.cdr-tabs_11-2-0 ::-webkit-scrollbar-thumb {
|
|
3596
3614
|
border-radius: 0.4rem;
|
|
3597
3615
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3598
3616
|
-webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5); }
|
|
3599
|
-
.cdr-tabs__header-container_11-
|
|
3617
|
+
.cdr-tabs__header-container_11-2-0 {
|
|
3600
3618
|
overflow-x: auto;
|
|
3601
3619
|
border-bottom: 0.1rem solid #928b80;
|
|
3602
3620
|
-webkit-overflow-scrolling: touch;
|
|
3603
3621
|
-ms-overflow-style: -ms-autohiding-scrollbar; }
|
|
3604
|
-
.cdr-tabs__header-container_11-
|
|
3622
|
+
.cdr-tabs__header-container_11-2-0::-webkit-scrollbar {
|
|
3605
3623
|
width: 0 !important;
|
|
3606
3624
|
height: 0 !important; }
|
|
3607
|
-
.cdr-tabs__gradient-container_11-
|
|
3625
|
+
.cdr-tabs__gradient-container_11-2-0 {
|
|
3608
3626
|
position: relative; }
|
|
3609
|
-
.cdr-tabs__gradient_11-
|
|
3627
|
+
.cdr-tabs__gradient_11-2-0 {
|
|
3610
3628
|
transition: opacity 0.2s ease;
|
|
3611
3629
|
-webkit-transition: opacity 0.2s ease;
|
|
3612
3630
|
position: absolute;
|
|
@@ -3616,19 +3634,19 @@ input[type="month"] {
|
|
|
3616
3634
|
width: 4.8rem;
|
|
3617
3635
|
pointer-events: none;
|
|
3618
3636
|
opacity: 0; }
|
|
3619
|
-
.cdr-tabs__gradient--left_11-
|
|
3637
|
+
.cdr-tabs__gradient--left_11-2-0 {
|
|
3620
3638
|
left: 0; }
|
|
3621
|
-
.cdr-tabs__gradient--right_11-
|
|
3639
|
+
.cdr-tabs__gradient--right_11-2-0 {
|
|
3622
3640
|
right: 0; }
|
|
3623
|
-
.cdr-tabs__gradient--active_11-
|
|
3641
|
+
.cdr-tabs__gradient--active_11-2-0 {
|
|
3624
3642
|
opacity: 1; }
|
|
3625
|
-
.cdr-tabs__header_11-
|
|
3643
|
+
.cdr-tabs__header_11-2-0 {
|
|
3626
3644
|
display: flex;
|
|
3627
3645
|
width: 100%;
|
|
3628
3646
|
margin: 0;
|
|
3629
3647
|
padding: 0;
|
|
3630
3648
|
position: relative; }
|
|
3631
|
-
.cdr-tabs__header-item_11-
|
|
3649
|
+
.cdr-tabs__header-item_11-2-0 {
|
|
3632
3650
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3633
3651
|
font-style: normal;
|
|
3634
3652
|
font-weight: inherit;
|
|
@@ -3644,29 +3662,29 @@ input[type="month"] {
|
|
|
3644
3662
|
padding: 1.2rem 0.8rem;
|
|
3645
3663
|
white-space: nowrap;
|
|
3646
3664
|
outline-offset: -0.3rem; }
|
|
3647
|
-
.cdr-tabs__header-item_11-
|
|
3665
|
+
.cdr-tabs__header-item_11-2-0 + .cdr-tabs__header-item_11-2-0 {
|
|
3648
3666
|
margin-left: 1.6rem; }
|
|
3649
|
-
.cdr-tabs__header-item-active_11-
|
|
3667
|
+
.cdr-tabs__header-item-active_11-2-0 {
|
|
3650
3668
|
color: rgba(12, 11, 8, 0.75);
|
|
3651
3669
|
font-weight: 500; }
|
|
3652
|
-
.cdr-tabs__header-item_11-
|
|
3670
|
+
.cdr-tabs__header-item_11-2-0::before {
|
|
3653
3671
|
display: block;
|
|
3654
3672
|
content: attr(js-name);
|
|
3655
3673
|
font-weight: 500;
|
|
3656
3674
|
height: 0;
|
|
3657
3675
|
overflow: hidden;
|
|
3658
3676
|
visibility: hidden; }
|
|
3659
|
-
.cdr-tabs__header-item_11-
|
|
3677
|
+
.cdr-tabs__header-item_11-2-0:active, .cdr-tabs__header-item_11-2-0:hover, .cdr-tabs__header-item_11-2-0:focus {
|
|
3660
3678
|
text-decoration: none;
|
|
3661
3679
|
color: #406eb5; }
|
|
3662
|
-
.cdr-tabs__header-item--disabled_11-
|
|
3680
|
+
.cdr-tabs__header-item--disabled_11-2-0 {
|
|
3663
3681
|
border: none;
|
|
3664
3682
|
background-color: transparent;
|
|
3665
3683
|
color: #d1cbbd; }
|
|
3666
|
-
.cdr-tabs__header-item--disabled_11-
|
|
3684
|
+
.cdr-tabs__header-item--disabled_11-2-0:active, .cdr-tabs__header-item--disabled_11-2-0:hover, .cdr-tabs__header-item--disabled_11-2-0:focus {
|
|
3667
3685
|
color: #d1cbbd;
|
|
3668
3686
|
cursor: not-allowed; }
|
|
3669
|
-
.cdr-tabs__underline_11-
|
|
3687
|
+
.cdr-tabs__underline_11-2-0 {
|
|
3670
3688
|
z-index: 1;
|
|
3671
3689
|
position: absolute;
|
|
3672
3690
|
width: 3rem;
|
|
@@ -3677,18 +3695,18 @@ input[type="month"] {
|
|
|
3677
3695
|
border: none;
|
|
3678
3696
|
background-color: #406eb5;
|
|
3679
3697
|
transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3680
|
-
.cdr-tabs__content-container_11-
|
|
3698
|
+
.cdr-tabs__content-container_11-2-0 {
|
|
3681
3699
|
position: relative;
|
|
3682
3700
|
flex: 1 1 auto;
|
|
3683
3701
|
overflow-x: hidden;
|
|
3684
3702
|
overflow-y: auto; }
|
|
3685
|
-
.cdr-tabs_11-
|
|
3686
|
-
.cdr-tabs_11-
|
|
3703
|
+
.cdr-tabs_11-2-0 .fade-enter-active_11-2-0,
|
|
3704
|
+
.cdr-tabs_11-2-0 .fade-leave-active_11-2-0 {
|
|
3687
3705
|
opacity: 0.5s; }
|
|
3688
|
-
.cdr-tabs_11-
|
|
3689
|
-
.cdr-tabs_11-
|
|
3706
|
+
.cdr-tabs_11-2-0 .fade-enter_11-2-0,
|
|
3707
|
+
.cdr-tabs_11-2-0 .fade-leave-to_11-2-0 {
|
|
3690
3708
|
opacity: 0; }
|
|
3691
|
-
.cdr-tabs--compact_11-
|
|
3709
|
+
.cdr-tabs--compact_11-2-0 .cdr-tabs__header-item-label_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item-label_11-2-0 {
|
|
3692
3710
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3693
3711
|
font-style: normal;
|
|
3694
3712
|
font-weight: inherit;
|
|
@@ -3696,19 +3714,19 @@ input[type="month"] {
|
|
|
3696
3714
|
font-size: 1.4rem;
|
|
3697
3715
|
line-height: 1.8rem;
|
|
3698
3716
|
padding: 0.6rem 1.2rem; }
|
|
3699
|
-
.cdr-tabs--compact_11-
|
|
3717
|
+
.cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 {
|
|
3700
3718
|
margin-left: 0.8rem; }
|
|
3701
|
-
.cdr-tabs--no-border_11-
|
|
3702
|
-
.cdr-tabs--no-border_11-
|
|
3719
|
+
.cdr-tabs--no-border_11-2-0 .cdr-tabs__header_11-2-0,
|
|
3720
|
+
.cdr-tabs--no-border_11-2-0 .cdr-tabs__header-container_11-2-0 {
|
|
3703
3721
|
border-bottom: 0.1rem solid transparent; }
|
|
3704
|
-
.cdr-tabs--full-width_11-
|
|
3722
|
+
.cdr-tabs--full-width_11-2-0 .cdr-tabs__header-item_11-2-0 {
|
|
3705
3723
|
flex-grow: 1; }
|
|
3706
|
-
.cdr-tabs--centered_11-
|
|
3724
|
+
.cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:first-of-type {
|
|
3707
3725
|
margin-left: auto; }
|
|
3708
|
-
.cdr-tabs--centered_11-
|
|
3726
|
+
.cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:last-of-type {
|
|
3709
3727
|
margin-right: auto; }
|
|
3710
3728
|
|
|
3711
|
-
.cdr-text_11-
|
|
3729
|
+
.cdr-text_11-2-0 {
|
|
3712
3730
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3713
3731
|
font-style: normal;
|
|
3714
3732
|
font-weight: 400;
|
|
@@ -3717,7 +3735,7 @@ input[type="month"] {
|
|
|
3717
3735
|
line-height: 2.2rem;
|
|
3718
3736
|
margin: 0; }
|
|
3719
3737
|
|
|
3720
|
-
.cdr-toast_11-
|
|
3738
|
+
.cdr-toast_11-2-0 {
|
|
3721
3739
|
position: relative;
|
|
3722
3740
|
border-left: 0.4rem solid;
|
|
3723
3741
|
box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
|
|
@@ -3726,119 +3744,125 @@ input[type="month"] {
|
|
|
3726
3744
|
font-style: normal;
|
|
3727
3745
|
font-weight: 400;
|
|
3728
3746
|
letter-spacing: -0.016rem;
|
|
3729
|
-
font-size: 1.
|
|
3730
|
-
line-height:
|
|
3747
|
+
font-size: 1.4rem;
|
|
3748
|
+
line-height: 1.8rem; }
|
|
3731
3749
|
@media (min-width: 768px) {
|
|
3732
|
-
.cdr-toast_11-
|
|
3750
|
+
.cdr-toast_11-2-0 {
|
|
3733
3751
|
width: 39rem; } }
|
|
3734
|
-
.cdr-toast__transition--toast-enter_11-
|
|
3752
|
+
.cdr-toast__transition--toast-enter_11-2-0 {
|
|
3735
3753
|
opacity: 0;
|
|
3736
3754
|
transform: translateX(2.4rem); }
|
|
3737
|
-
.cdr-toast__transition--toast-enter-active_11-
|
|
3755
|
+
.cdr-toast__transition--toast-enter-active_11-2-0 {
|
|
3738
3756
|
transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3739
|
-
.cdr-toast__transition--toast-leave-to_11-
|
|
3757
|
+
.cdr-toast__transition--toast-leave-to_11-2-0 {
|
|
3740
3758
|
opacity: 0; }
|
|
3741
|
-
.cdr-toast__transition--toast-leave-active_11-
|
|
3759
|
+
.cdr-toast__transition--toast-leave-active_11-2-0 {
|
|
3742
3760
|
transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
|
|
3743
|
-
.cdr-toast__main_11-
|
|
3761
|
+
.cdr-toast__main_11-2-0 {
|
|
3744
3762
|
display: grid;
|
|
3745
3763
|
grid-template-columns: auto 1fr auto;
|
|
3746
3764
|
grid-template-areas: "icon-left message close-button"; }
|
|
3747
|
-
.cdr-toast__icon-left_11-
|
|
3765
|
+
.cdr-toast__icon-left_11-2-0 {
|
|
3766
|
+
width: 3.2rem;
|
|
3748
3767
|
grid-area: icon-left;
|
|
3749
3768
|
display: inherit;
|
|
3750
3769
|
align-items: center;
|
|
3751
3770
|
justify-items: center; }
|
|
3752
|
-
.cdr-toast__icon-left_11-
|
|
3753
|
-
|
|
3771
|
+
.cdr-toast__icon-left_11-2-0 svg {
|
|
3772
|
+
max-height: 2.2rem;
|
|
3773
|
+
max-width: 2.2rem;
|
|
3754
3774
|
stroke: white;
|
|
3755
3775
|
stroke-width: 0.4rem;
|
|
3756
3776
|
paint-order: stroke fill;
|
|
3757
3777
|
margin: 0.4rem; }
|
|
3758
|
-
.cdr-toast__message_11-
|
|
3778
|
+
.cdr-toast__message_11-2-0 {
|
|
3779
|
+
display: inherit;
|
|
3780
|
+
align-items: center;
|
|
3759
3781
|
grid-area: message;
|
|
3760
|
-
padding: 0.
|
|
3761
|
-
.cdr-toast__close-button_11-
|
|
3782
|
+
padding: 0.7rem; }
|
|
3783
|
+
.cdr-toast__close-button_11-2-0 {
|
|
3784
|
+
display: inherit;
|
|
3785
|
+
align-content: center;
|
|
3762
3786
|
grid-area: close-button;
|
|
3763
|
-
height:
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3787
|
+
max-height: 3.2rem; }
|
|
3788
|
+
.cdr-toast__close-button_11-2-0 svg {
|
|
3789
|
+
height: 2.2rem;
|
|
3790
|
+
width: 2.2rem;
|
|
3767
3791
|
fill: rgba(3, 3, 1, 0.9) !important; }
|
|
3768
|
-
.cdr-toast--default_11-
|
|
3792
|
+
.cdr-toast--default_11-2-0 {
|
|
3769
3793
|
border-left-color: #726d64; }
|
|
3770
|
-
.cdr-toast--default_11-
|
|
3794
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 {
|
|
3771
3795
|
background-color: #f9f8f6;
|
|
3772
3796
|
border-top: 0.1rem solid;
|
|
3773
3797
|
border-right: 0.1rem solid;
|
|
3774
3798
|
border-bottom: 0.1rem solid;
|
|
3775
3799
|
border-color: #e8e0ce; }
|
|
3776
|
-
.cdr-toast--default_11-
|
|
3800
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
3777
3801
|
background-color: #e8e0ce; }
|
|
3778
|
-
.cdr-toast--default_11-
|
|
3802
|
+
.cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
3779
3803
|
fill: #726d64; }
|
|
3780
|
-
.cdr-toast--info_11-
|
|
3804
|
+
.cdr-toast--info_11-2-0 {
|
|
3781
3805
|
border-left-color: #408e86; }
|
|
3782
|
-
.cdr-toast--info_11-
|
|
3783
|
-
background-color: #
|
|
3806
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 {
|
|
3807
|
+
background-color: #edf4f5;
|
|
3784
3808
|
border-top: 0.1rem solid;
|
|
3785
3809
|
border-right: 0.1rem solid;
|
|
3786
3810
|
border-bottom: 0.1rem solid;
|
|
3787
3811
|
border-color: #c2d8db; }
|
|
3788
|
-
.cdr-toast--info_11-
|
|
3812
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
3789
3813
|
background-color: #c2d8db; }
|
|
3790
|
-
.cdr-toast--info_11-
|
|
3814
|
+
.cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
3791
3815
|
fill: #408e86; }
|
|
3792
|
-
.cdr-toast--warning_11-
|
|
3816
|
+
.cdr-toast--warning_11-2-0 {
|
|
3793
3817
|
border-left-color: #b68b37; }
|
|
3794
|
-
.cdr-toast--warning_11-
|
|
3818
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 {
|
|
3795
3819
|
background-color: #fefcf1;
|
|
3796
3820
|
border-top: 0.1rem solid;
|
|
3797
3821
|
border-right: 0.1rem solid;
|
|
3798
3822
|
border-bottom: 0.1rem solid;
|
|
3799
3823
|
border-color: #f5e9b7; }
|
|
3800
|
-
.cdr-toast--warning_11-
|
|
3824
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
3801
3825
|
background-color: #f5e9b7; }
|
|
3802
|
-
.cdr-toast--warning_11-
|
|
3826
|
+
.cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
3803
3827
|
fill: #b68b37; }
|
|
3804
|
-
.cdr-toast--success_11-
|
|
3828
|
+
.cdr-toast--success_11-2-0 {
|
|
3805
3829
|
border-left-color: #3b8349; }
|
|
3806
|
-
.cdr-toast--success_11-
|
|
3830
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 {
|
|
3807
3831
|
background-color: #f4fbf5;
|
|
3808
3832
|
border-top: 0.1rem solid;
|
|
3809
3833
|
border-right: 0.1rem solid;
|
|
3810
3834
|
border-bottom: 0.1rem solid;
|
|
3811
3835
|
border-color: #d5e6cb; }
|
|
3812
|
-
.cdr-toast--success_11-
|
|
3836
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
3813
3837
|
background-color: #d5e6cb; }
|
|
3814
|
-
.cdr-toast--success_11-
|
|
3838
|
+
.cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
3815
3839
|
fill: #3b8349; }
|
|
3816
|
-
.cdr-toast--error_11-
|
|
3840
|
+
.cdr-toast--error_11-2-0 {
|
|
3817
3841
|
border-left-color: #bb4045; }
|
|
3818
|
-
.cdr-toast--error_11-
|
|
3819
|
-
background-color: #
|
|
3842
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 {
|
|
3843
|
+
background-color: #fdf7f7;
|
|
3820
3844
|
border-top: 0.1rem solid;
|
|
3821
3845
|
border-right: 0.1rem solid;
|
|
3822
3846
|
border-bottom: 0.1rem solid;
|
|
3823
3847
|
border-color: #eecbc1; }
|
|
3824
|
-
.cdr-toast--error_11-
|
|
3848
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 svg {
|
|
3825
3849
|
fill: #bb4045; }
|
|
3826
|
-
.cdr-toast--error_11-
|
|
3850
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
|
|
3827
3851
|
background-color: #eecbc1; }
|
|
3828
|
-
.cdr-toast--error_11-
|
|
3852
|
+
.cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
|
|
3829
3853
|
fill: #bb4045; }
|
|
3830
3854
|
|
|
3831
3855
|
/* intentionally empty */
|
|
3832
|
-
.cdr-tooltip--position_11-
|
|
3856
|
+
.cdr-tooltip--position_11-2-0 {
|
|
3833
3857
|
position: relative; }
|
|
3834
|
-
.cdr-tooltip--wrapper_11-
|
|
3858
|
+
.cdr-tooltip--wrapper_11-2-0 {
|
|
3835
3859
|
width: -webkit-max-content;
|
|
3836
3860
|
width: -moz-max-content;
|
|
3837
3861
|
width: max-content;
|
|
3838
3862
|
height: -webkit-max-content;
|
|
3839
3863
|
height: -moz-max-content;
|
|
3840
3864
|
height: max-content; }
|
|
3841
|
-
.cdr-tooltip--wrapper_11-
|
|
3865
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
|
|
3842
3866
|
position: absolute;
|
|
3843
3867
|
width: 0.1rem;
|
|
3844
3868
|
height: 0.1rem;
|
|
@@ -3847,7 +3871,7 @@ input[type="month"] {
|
|
|
3847
3871
|
overflow: hidden;
|
|
3848
3872
|
clip: rect(0, 0, 0, 0);
|
|
3849
3873
|
border: 0; }
|
|
3850
|
-
.cdr-tooltip--wrapper_11-
|
|
3874
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup__content_11-2-0 {
|
|
3851
3875
|
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
3852
3876
|
font-style: normal;
|
|
3853
3877
|
font-weight: 600;
|
|
@@ -3858,19 +3882,19 @@ input[type="month"] {
|
|
|
3858
3882
|
color: #f9f8f6;
|
|
3859
3883
|
border: 0.1rem solid #f9f8f6;
|
|
3860
3884
|
padding: 0.6rem 1.2rem; }
|
|
3861
|
-
.cdr-tooltip--wrapper_11-
|
|
3885
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3862
3886
|
border-bottom-color: #f9f8f6; }
|
|
3863
|
-
.cdr-tooltip--wrapper_11-
|
|
3887
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3864
3888
|
border-bottom-color: #373734; }
|
|
3865
|
-
.cdr-tooltip--wrapper_11-
|
|
3889
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3866
3890
|
border-top-color: #f9f8f6; }
|
|
3867
|
-
.cdr-tooltip--wrapper_11-
|
|
3891
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3868
3892
|
border-top-color: #373734; }
|
|
3869
|
-
.cdr-tooltip--wrapper_11-
|
|
3893
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3870
3894
|
border-right-color: #f9f8f6; }
|
|
3871
|
-
.cdr-tooltip--wrapper_11-
|
|
3895
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3872
3896
|
border-right-color: #373734; }
|
|
3873
|
-
.cdr-tooltip--wrapper_11-
|
|
3897
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
|
|
3874
3898
|
border-left-color: #f9f8f6; }
|
|
3875
|
-
.cdr-tooltip--wrapper_11-
|
|
3899
|
+
.cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
|
|
3876
3900
|
border-left-color: #373734; }
|