Project

General

Profile

« Previous | Next » 

Revision 6722d9a5

Added by Andreas Kohlbecker over 4 years ago

ref #8739 description page: explainig bracketed numbers

View differences:

modules/cdm_dataportal/includes/descriptions.inc
2268 2268
    $render_array[] = markup_to_render_array(theme('table', [
2269 2269
      'header' => $header,
2270 2270
      'rows' => $rows,
2271
      'caption' => "Bracketed numbers denote sample size.",
2272
      'title' => "Table"
2271 2273
    ]));
2272 2274
  }
2273 2275

  
themes/zen_dataportal/css/cdm.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited,#content a:link,#content a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus,#content a:hover,#content a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited,#content .Synonym a:link,#content .Synonym a:visited,#content .misapplied-name a:link,#content .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited,#content .Taxon a:link,#content .Taxon a:visited{color:#115e92}.node-cdm-name .name-page-name{margin-top:10px;margin-bottom:10px}.node-cdm-name .registered_name{font-weight:bold}.node-cdm-name .type-status{font-weight:bold}#content a.tabs-primary__tab-link{color:#333}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:20px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}div.cdm-item-list div.item{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:10px;margin-right:10px}#specimens .block-cdm-dataportal-feature{margin-left:20px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:20px}#specimens .derived_from{clear:both}.openlayers-container{margin-top:5px;margin-bottom:5px}.registration .type-status{font-weight:bold}.registration .registration-date-and-institute{color:#999}.registration .published-name .TaxonName .name{font-weight:bold}.registration .typified-name .cdm\:TaxonName{color:#999}.registration .typified-name .cdm\:TaxonName a{color:#999}.registration .typified-name .cdm\:TaxonName .TaxonName .name{font-weight:bold}.registration .registration-summary .registered_name .name{font-weight:bold}.registration .registration-summary .referenced_typified_name{color:#999}.registration .registration-summary .label{font-weight:bold}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
8
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

  
15
/* line 43, ../sass/ie-legacy.scss */
16
.pie-container {
17
  z-index: 0;
18
  position: relative;
19
}
20

  
21
/* line 47, ../sass/ie-legacy.scss */
22
.z-pie-element, .lt-ie9 #page {
23
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
24
  z-index: 0;
25
}
26

  
27
/* line 63, ../sass/ie-legacy.scss */
28
.lt-ie9 #header {
29
  /* 
30
   * reset right padding to zero and use margin-right instead,
31
   * this avoids the need for background-clip: content-box
32
   * which is not suppoorted in IE < 9
33
   */
34
  padding-right: 0;
35
  margin-right: 20px;
36
}
37

  
38
/* line 43, ../sass/_mixins.scss */
39
.block a:link,
40
.block a:visited, .node a:link,
41
.node a:visited, #identificationKey a:link,
42
#identificationKey a:visited, #content a:link,
43
#content a:visited {
44
  color: #115e92;
45
  text-decoration: none;
46
}
47
/* line 49, ../sass/_mixins.scss */
48
.block a:hover,
49
.block a:focus, .node a:hover,
50
.node a:focus, #identificationKey a:hover,
51
#identificationKey a:focus, #content a:hover,
52
#content a:focus {
53
  text-decoration: underline;
54
}
55
/* line 58, ../sass/_mixins.scss */
56
.block .Synonym a:link,
57
.block .Synonym a:visited, .block .misapplied-name a:link,
58
.block .misapplied-name a:visited, .node .Synonym a:link,
59
.node .Synonym a:visited, .node .misapplied-name a:link,
60
.node .misapplied-name a:visited, #identificationKey .Synonym a:link,
61
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
62
#identificationKey .misapplied-name a:visited, #content .Synonym a:link,
63
#content .Synonym a:visited, #content .misapplied-name a:link,
64
#content .misapplied-name a:visited {
65
  color: #7c7c7c;
66
}
67
/* line 64, ../sass/_mixins.scss */
68
.block .Taxon a:link,
69
.block .Taxon a:visited, .node .Taxon a:link,
70
.node .Taxon a:visited, #identificationKey .Taxon a:link,
71
#identificationKey .Taxon a:visited, #content .Taxon a:link,
72
#content .Taxon a:visited {
73
  color: #115e92;
74
}
75

  
76
/* line 21, ../sass/cdm.scss */
77
.node-cdm-name .name-page-name {
78
  margin-top: 10px;
79
  margin-bottom: 10px;
80
}
81
/* line 25, ../sass/cdm.scss */
82
.node-cdm-name .registered_name {
83
  font-weight: bold;
84
}
85
/* line 28, ../sass/cdm.scss */
86
.node-cdm-name .type-status {
87
  font-weight: bold;
88
}
89

  
90
/* line 34, ../sass/cdm.scss */
91
#content a.tabs-primary__tab-link {
92
  color: #333;
93
}
94
/* line 38, ../sass/cdm.scss */
95
#content table {
96
  caption-side: bottom;
97
}
98
/* line 40, ../sass/cdm.scss */
99
#content table caption {
100
  text-align: right;
101
}
102

  
103
/* line 46, ../sass/cdm.scss */
104
#page-toc {
105
  float: right;
106
  background-color: white;
107
}
108
/* line 49, ../sass/cdm.scss */
109
#page-toc h3 {
110
  margin-top: 0;
111
  line-height: 18px;
112
}
113

  
114
/* line 55, ../sass/cdm.scss */
115
#taxonProfileImage {
116
  float: left;
117
}
118

  
119
/* line 59, ../sass/cdm.scss */
120
.block-cdm-dataportal-feature, .media-caption, .specimens {
121
  clear: both;
122
  margin-bottom: 18px;
123
}
124
/* line 62, ../sass/cdm.scss */
125
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
126
  float: left;
127
  font-weight: bold;
128
  margin-right: 0.3em;
129
}
130
/* line 67, ../sass/cdm.scss */
131
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
132
  margin: 0;
133
  margin-left: 20px;
134
}
135
/* line 71, ../sass/cdm.scss */
136
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
137
  margin: 0;
138
  /* reset default from cdm_dataportal.css */
139
}
140

  
141
/* line 76, ../sass/cdm.scss */
142
.breadcrumbs li {
143
  padding: 0 0 0 0;
144
}
145

  
146
/*
147
 * Search results
148
 */
149
/* line 43, ../sass/_mixins.scss */
150
#search_results a:link,
151
#search_results a:visited {
152
  color: #115e92;
153
  text-decoration: none;
154
}
155
/* line 49, ../sass/_mixins.scss */
156
#search_results a:hover,
157
#search_results a:focus {
158
  text-decoration: underline;
159
}
160
/* line 58, ../sass/_mixins.scss */
161
#search_results .Synonym a:link,
162
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
163
#search_results .misapplied-name a:visited {
164
  color: #7c7c7c;
165
}
166
/* line 64, ../sass/_mixins.scss */
167
#search_results .Taxon a:link,
168
#search_results .Taxon a:visited {
169
  color: #115e92;
170
}
171
/* line 88, ../sass/cdm.scss */
172
#search_results table {
173
  margin: 1em 0;
174
}
175

  
176
/* line 93, ../sass/cdm.scss */
177
div.cdm-item-list div.item {
178
  margin: 9px 0;
179
}
180

  
181
/*
182
 * Taxon page and parts
183
 */
184
/* line 101, ../sass/cdm.scss */
185
.page-part {
186
  margin-bottom: 18px;
187
  clear: none;
188
}
189

  
190
/*
191
 * definition list container rendered by the
192
 * drupal theme function theme_description_list()
193
 */
194
/* line 111, ../sass/cdm.scss */
195
.description_list h3 {
196
  font-size: 12px;
197
  line-height: 18px;
198
  font-weight: bold;
199
}
200

  
201
/*
202
 * Synonymy
203
 */
204
/* line 125, ../sass/cdm.scss */
205
#synonymy div.accepted-name {
206
  margin-bottom: -1em;
207
  margin-top: 1em;
208
}
209
/* line 130, ../sass/cdm.scss */
210
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
211
  border-bottom: 1px solid #DEDEDE;
212
  /* replace padding by margin */
213
  margin: 1em 0px;
214
  padding: 0;
215
}
216

  
217
/*
218
 * Media
219
 */
220
/* line 141, ../sass/cdm.scss */
221
dl.media-caption {
222
  margin: 0;
223
}
224

  
225
/* line 145, ../sass/cdm.scss */
226
.media-caption dd {
227
  margin-left: 0;
228
}
229
/* line 147, ../sass/cdm.scss */
230
.media-caption dd .title {
231
  font-size: 100%;
232
}
233

  
234
/* line 152, ../sass/cdm.scss */
235
.image-gallerie td.caption {
236
  padding-bottom: 1em;
237
}
238

  
239
/*
240
 * specimens and type designations
241
 */
242
/* line 160, ../sass/cdm.scss */
243
#specimens table.media_gallery {
244
  margin-top: 0.2em;
245
}
246
/* line 163, ../sass/cdm.scss */
247
#specimens .description_list {
248
  clear: both;
249
}
250
/* line 165, ../sass/cdm.scss */
251
#specimens .description_list h3 {
252
  margin-top: 0;
253
  background-color: #ddd;
254
}
255
/* line 169, ../sass/cdm.scss */
256
#specimens .description_list h4 {
257
  clear: left;
258
  margin-bottom: 0;
259
  font-style: italic;
260
}
261
/* line 175, ../sass/cdm.scss */
262
#specimens .dynabox_content {
263
  margin-left: 10px;
264
  margin-right: 10px;
265
}
266
/* line 179, ../sass/cdm.scss */
267
#specimens .block-cdm-dataportal-feature {
268
  margin-left: 20px;
269
  margin-bottom: 0;
270
}
271
/* line 182, ../sass/cdm.scss */
272
#specimens .block-cdm-dataportal-feature h2 {
273
  font-size: 12px;
274
  line-height: 18px;
275
  font-weight: bold;
276
}
277
/* line 188, ../sass/cdm.scss */
278
#specimens ul.typeDesignations {
279
  clear: both;
280
}
281
/* line 191, ../sass/cdm.scss */
282
#specimens .dna-sequence div {
283
  font-size: 12px;
284
  font-family: monospace;
285
  clear: left;
286
  padding-left: 20px;
287
}
288
/* line 197, ../sass/cdm.scss */
289
#specimens .derived_from {
290
  clear: both;
291
}
292

  
293
/*
294
 * Map
295
 */
296
/* line 205, ../sass/cdm.scss */
297
.openlayers-container {
298
  margin-top: 5px;
299
  margin-bottom: 5px;
300
}
301

  
302
/*
303
 * Registration page & items
304
 */
305
/* line 215, ../sass/cdm.scss */
306
.registration .type-status {
307
  font-weight: bold;
308
}
309
/* line 219, ../sass/cdm.scss */
310
.registration .registration-date-and-institute {
311
  color: #999;
312
}
313
/* line 225, ../sass/cdm.scss */
314
.registration .published-name .TaxonName .name {
315
  font-weight: bold;
316
}
317
/* line 229, ../sass/cdm.scss */
318
.registration .typified-name .cdm\:TaxonName {
319
  color: #999;
320
}
321
/* line 231, ../sass/cdm.scss */
322
.registration .typified-name .cdm\:TaxonName a {
323
  color: #999;
324
}
325
/* line 234, ../sass/cdm.scss */
326
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
327
  font-weight: bold;
328
}
329
/* line 240, ../sass/cdm.scss */
330
.registration .registration-summary .registered_name .name {
331
  font-weight: bold;
332
}
333
/* line 243, ../sass/cdm.scss */
334
.registration .registration-summary .referenced_typified_name {
335
  color: #999;
336
}
337
/* line 246, ../sass/cdm.scss */
338
.registration .registration-summary .label {
339
  font-weight: bold;
340
}
341

  
342
/*
343
 * Theme settings page
344
 */
345
/* line 257, ../sass/cdm.scss */
346
#system-theme-settings .image-preview {
347
  width: 600px;
348
  max-height: 150px;
349
  overflow: auto;
350
}
351
/* line 261, ../sass/cdm.scss */
352
#system-theme-settings .image-preview img {
353
  max-width: none;
354
  /* reset style in mormalize.scss */
355
}
356

  
357
/*****************************************************************************************
358
 * RESPONSIVE
359
 *
360
 * using the same media queries here as in layout/_responsive.scss
361
 *****************************************************************************************/
362
/* line 274, ../sass/cdm.scss */
363
#classification-breadcrumbs {
364
  font-size: 1.5em;
365
  line-height: 1.5em;
366
}
367

  
368
@media all and (min-width: 960px) {
369
  /* line 285, ../sass/cdm.scss */
370
  #classification-breadcrumbs {
371
    font-size: 1em;
372
  }
373
}
themes/zen_dataportal/css/ie-legacy.css
1
.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}
1
/* line 30, ../sass/ie-legacy.scss */
2
.pie-element, .lt-ie9 #page {
3
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
4
  position: relative;
5
}
6

  
7
/* line 43, ../sass/ie-legacy.scss */
8
.pie-container {
9
  z-index: 0;
10
  position: relative;
11
}
12

  
13
/* line 47, ../sass/ie-legacy.scss */
14
.z-pie-element, .lt-ie9 #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  z-index: 0;
17
}
18

  
19
/* line 63, ../sass/ie-legacy.scss */
20
.lt-ie9 #header {
21
  /* 
22
   * reset right padding to zero and use margin-right instead,
23
   * this avoids the need for background-clip: content-box
24
   * which is not suppoorted in IE < 9
25
   */
26
  padding-right: 0;
27
  margin-right: 20px;
28
}
themes/zen_dataportal/css/pie.css
1
.pie-element,.bordered,.gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative}.bordered{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.gradient{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}.pie-container,.widget{z-index:0;position:relative}.z-pie-element,.widget h3{behavior:url("/d7/test/scripts/polyfills/PIE.htc");z-index:0}.has-gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}
1
/* line 27, ../sass/pie.scss */
2
.pie-element, .bordered, .gradient {
3
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
4
  position: relative;
5
}
6

  
7
/* line 33, ../sass/pie.scss */
8
.bordered {
9
  -webkit-border-radius: 5px;
10
  -moz-border-radius: 5px;
11
  -ms-border-radius: 5px;
12
  -o-border-radius: 5px;
13
  border-radius: 5px;
14
}
15

  
16
/* line 38, ../sass/pie.scss */
17
.gradient {
18
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
19
  background: -webkit-linear-gradient(#ff0000, #0000ff);
20
  background: -moz-linear-gradient(#ff0000, #0000ff);
21
  background: -o-linear-gradient(#ff0000, #0000ff);
22
  -pie-background: linear-gradient(#ff0000, #0000ff);
23
  background: linear-gradient(#ff0000, #0000ff);
24
}
25

  
26
/* line 52, ../sass/pie.scss */
27
.pie-container, .widget {
28
  z-index: 0;
29
  position: relative;
30
}
31

  
32
/* line 56, ../sass/pie.scss */
33
.z-pie-element, .widget h3 {
34
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
35
  z-index: 0;
36
}
37

  
38
/* line 71, ../sass/pie.scss */
39
.has-gradient {
40
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
41
  position: relative;
42
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
43
  background: -webkit-linear-gradient(#ff0000, #0000ff);
44
  background: -moz-linear-gradient(#ff0000, #0000ff);
45
  background: -o-linear-gradient(#ff0000, #0000ff);
46
  -pie-background: linear-gradient(#ff0000, #0000ff);
47
  background: linear-gradient(#ff0000, #0000ff);
48
}
themes/zen_dataportal/css/styles-rtl.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}dd{margin:0 30px 0 0}menu,ol,ul{padding:0 30px 0 0}legend{*margin-left:0;*margin-right:-7px}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.sidebar-second #content{float:right;width:66.66667%;margin-right:0%;margin-left:-66.66667%}.sidebar-second .region-sidebar-second{float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}.two-sidebars #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.two-sidebars .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.two-sidebars .region-sidebar-second{float:right;width:100%;margin-right:0%;margin-left:-100%;padding-left:0;padding-right:0;clear:right}.two-sidebars .region-sidebar-second .block{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}.two-sidebars .region-sidebar-second .block:nth-child(3n+1){float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%;clear:right}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:right;width:33.33333%;margin-right:33.33333%;margin-left:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:right;width:75%;margin-right:25%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.sidebar-second #content{float:right;width:75%;margin-right:0%;margin-left:-75%}.sidebar-second .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}.two-sidebars #content{float:right;width:50%;margin-right:25%;margin-left:-75%}.two-sidebars .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.two-sidebars .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}}.header__logo{float:right}.header__secondary-menu{float:left}#navigation .links,#navigation .menu{text-align:right}#navigation .links li,#navigation .menu li{float:right;padding:0 0 0 10px}.messages,.messages--status,.messages--warning,.messages--error{padding:10px 50px 10px 10px;background-position:99% 8px}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:right}.inline li{display:inline-block;padding:0 0 0 1em}span.field-label{padding:0 0 0 1em}.more-link{text-align:left}.more-help-link{text-align:left}.more-help-link a{background-position:100% 50%;padding:1px 20px 1px 0}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*list-style-image:url('../images/menu-collapsed-rtl.png?1573742798')}.indented{margin-left:0;margin-right:30px}#user-login-form{text-align:right}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:0;margin-right:-20px}form th{text-align:right;padding-left:1em;padding-right:0}html.js .collapsible .fieldset-legend{background-position:98% 75%;padding-left:0;padding-right:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*background-image:url('../images/menu-collapsed-rtl.png?1573742798');background-position:98% 50%}
1
/**
2
 * @file
3
 * RTL companion for the styles.scss file.
4
 */
5
/* Import Sass mixins, variables, Compass modules, etc. */
6
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
7
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
8
/* line 30, ../sass/ie-legacy.scss */
9
.pie-element, .lt-ie9 #page {
10
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
11
  position: relative;
12
}
13

  
14
/* line 43, ../sass/ie-legacy.scss */
15
.pie-container {
16
  z-index: 0;
17
  position: relative;
18
}
19

  
20
/* line 47, ../sass/ie-legacy.scss */
21
.z-pie-element, .lt-ie9 #page {
22
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
23
  z-index: 0;
24
}
25

  
26
/* line 63, ../sass/ie-legacy.scss */
27
.lt-ie9 #header {
28
  /* 
29
   * reset right padding to zero and use margin-right instead,
30
   * this avoids the need for background-clip: content-box
31
   * which is not suppoorted in IE < 9
32
   */
33
  padding-right: 0;
34
  margin-right: 20px;
35
}
36

  
37
/* HTML element (SMACSS base) rules */
38
/**
39
 * @file
40
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
41
 */
42
/**
43
 * Lists
44
 */
45
/* line 9, ../sass/_normalize-rtl.scss */
46
dd {
47
  margin: 0 30px 0 0;
48
}
49

  
50
/* Address paddings set differently in IE 6/7. */
51
/* line 16, ../sass/_normalize-rtl.scss */
52
menu,
53
ol,
54
ul {
55
  padding: 0 30px 0 0;
56
}
57

  
58
/**
59
 * Forms
60
 */
61
/* line 24, ../sass/_normalize-rtl.scss */
62
legend {
63
  /* Correct alignment displayed oddly in IE 6/7. */
64
  *margin-left: 0;
65
  *margin-right: -7px;
66
}
67

  
68
/* Layout rules */
69
/**
70
 * @file
71
 * RTL companion for the layout-responsive.css file.
72
 */
73
/**
74
 * @file
75
 * Positioning for a responsive layout.
76
 *
77
 * Define CSS classes to create a fluid grid layout with optional sidebars
78
 * depending on whether blocks are placed in the left or right sidebars.
79
 *
80
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
81
 */
82
/**
83
 * Use 3 grid columns for smaller screens.
84

  
85
 * FIXME ?: see sass-old/layouts/responsive-sidebars.scss line 99
86
 */
87
@media all and (min-width: 480px) and (max-width: 959px) {
88
  /**
89
   * The layout when there is only one sidebar, the left one.
90
   */
91
  /* line 87, ../sass/layouts/_responsive.scss */
92
  .sidebar-first {
93
    /* Span 2 columns, starting in 2nd column from left. */
94
    /* Span 1 column, starting in 1st column from left. */
95
  }
96
  /* line 89, ../sass/layouts/_responsive.scss */
97
  .sidebar-first #content {
98
    float: right;
99
    width: 66.66667%;
100
    margin-right: 33.33333%;
101
    margin-left: -100%;
102
  }
103
  /* line 94, ../sass/layouts/_responsive.scss */
104
  .sidebar-first .region-sidebar-first {
105
    float: right;
106
    width: 33.33333%;
107
    margin-right: 0%;
108
    margin-left: -33.33333%;
109
  }
110

  
111
  /**
112
   * The layout when there is only one sidebar, the right one.
113
   */
114
  /* line 102, ../sass/layouts/_responsive.scss */
115
  .sidebar-second {
116
    /* Span 2 columns, starting in 1st column from left. */
117
    /* Span 1 column, starting in 3rd column from left. */
118
  }
119
  /* line 104, ../sass/layouts/_responsive.scss */
120
  .sidebar-second #content {
121
    float: right;
122
    width: 66.66667%;
123
    margin-right: 0%;
124
    margin-left: -66.66667%;
125
  }
126
  /* line 109, ../sass/layouts/_responsive.scss */
127
  .sidebar-second .region-sidebar-second {
128
    float: right;
129
    width: 33.33333%;
130
    margin-right: 66.66667%;
131
    margin-left: -100%;
132
  }
133

  
134
  /**
135
   * The layout when there are two sidebars.
136
   */
137
  /* line 117, ../sass/layouts/_responsive.scss */
138
  .two-sidebars {
139
    /* Span 2 columns, starting in 2nd column from left. */
140
    /* Span 1 column, starting in 1st column from left. */
141
    /* Start a new row and span all 3 columns. */
142
  }
143
  /* line 119, ../sass/layouts/_responsive.scss */
144
  .two-sidebars #content {
145
    float: right;
146
    width: 66.66667%;
147
    margin-right: 33.33333%;
148
    margin-left: -100%;
149
  }
150
  /* line 124, ../sass/layouts/_responsive.scss */
151
  .two-sidebars .region-sidebar-first {
152
    float: right;
153
    width: 33.33333%;
154
    margin-right: 0%;
155
    margin-left: -33.33333%;
156
  }
157
  /* line 129, ../sass/layouts/_responsive.scss */
158
  .two-sidebars .region-sidebar-second {
159
    float: right;
160
    width: 100%;
161
    margin-right: 0%;
162
    margin-left: -100%;
163
    padding-left: 0;
164
    padding-right: 0;
165
    clear: right;
166
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
167
    /* Span 1 column, starting in the 1st column from left. */
168
    /* Span 1 column, starting in the 2nd column from left. */
169
    /* Span 1 column, starting in the 3rd column from left. */
170
  }
171
  /* line 135, ../sass/layouts/_responsive.scss */
172
  .two-sidebars .region-sidebar-second .block {
173
    padding-left: 20px;
174
    padding-right: 20px;
175
    -moz-box-sizing: border-box;
176
    -webkit-box-sizing: border-box;
177
    -ms-box-sizing: border-box;
178
    box-sizing: border-box;
179
    word-wrap: break-word;
180
    *behavior: url("/polyfills/box-sizing-polyfill/boxsizing.htc");
181
    _display: inline;
182
    _overflow: hidden;
183
    _overflow-y: visible;
184
  }
185
  /* line 139, ../sass/layouts/_responsive.scss */
186
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
187
    float: right;
188
    width: 33.33333%;
189
    margin-right: 0%;
190
    margin-left: -33.33333%;
191
    clear: right;
192
  }
193
  /* line 144, ../sass/layouts/_responsive.scss */
194
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
195
    float: right;
196
    width: 33.33333%;
197
    margin-right: 33.33333%;
198
    margin-left: -66.66667%;
199
  }
200
  /* line 148, ../sass/layouts/_responsive.scss */
201
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
202
    float: right;
203
    width: 33.33333%;
204
    margin-right: 66.66667%;
205
    margin-left: -100%;
206
  }
207
}
208
/**
209
 * Use 5 grid columns for larger screens.
210
 */
211
@media all and (min-width: 960px) {
212
  /**
213
   * The layout when there is only one sidebar, the left one.
214
   */
215
  /* line 166, ../sass/layouts/_responsive.scss */
216
  .sidebar-first {
217
    /* Span 4 columns, starting in 2nd column from left. */
218
    /* Span 1 column, starting in 1st column from left. */
219
  }
220
  /* line 168, ../sass/layouts/_responsive.scss */
221
  .sidebar-first #content {
222
    float: right;
223
    width: 75%;
224
    margin-right: 25%;
225
    margin-left: -100%;
226
  }
227
  /* line 173, ../sass/layouts/_responsive.scss */
228
  .sidebar-first .region-sidebar-first {
229
    float: right;
230
    width: 25%;
231
    margin-right: 0%;
232
    margin-left: -25%;
233
  }
234

  
235
  /**
236
   * The layout when there is only one sidebar, the right one.
237
   */
238
  /* line 181, ../sass/layouts/_responsive.scss */
239
  .sidebar-second {
240
    /* Span 4 columns, starting in 1st column from left. */
241
    /* Span 1 column, starting in 5th column from left. */
242
  }
243
  /* line 183, ../sass/layouts/_responsive.scss */
244
  .sidebar-second #content {
245
    float: right;
246
    width: 75%;
247
    margin-right: 0%;
248
    margin-left: -75%;
249
  }
250
  /* line 188, ../sass/layouts/_responsive.scss */
251
  .sidebar-second .region-sidebar-second {
252
    float: right;
253
    width: 25%;
254
    margin-right: 75%;
255
    margin-left: -100%;
256
  }
257

  
258
  /**
259
   * The layout when there are two sidebars.
260
   */
261
  /* line 196, ../sass/layouts/_responsive.scss */
262
  .two-sidebars {
263
    /* Span 3 columns, starting in 2nd column from left. */
264
    /* Span 1 column, starting in 1st column from left. */
265
    /* Span 1 column, starting in 5th column from left. */
266
  }
267
  /* line 198, ../sass/layouts/_responsive.scss */
268
  .two-sidebars #content {
269
    float: right;
270
    width: 50%;
271
    margin-right: 25%;
272
    margin-left: -75%;
273
  }
274
  /* line 203, ../sass/layouts/_responsive.scss */
275
  .two-sidebars .region-sidebar-first {
276
    float: right;
277
    width: 25%;
278
    margin-right: 0%;
279
    margin-left: -25%;
280
  }
281
  /* line 208, ../sass/layouts/_responsive.scss */
282
  .two-sidebars .region-sidebar-second {
283
    float: right;
284
    width: 25%;
285
    margin-right: 75%;
286
    margin-left: -100%;
287
  }
288
}
289
/* Component (SMACSS module) rules */
290
/**
291
 * @file
292
 * RTL companion for the modular-styles.css file.
293
 */
294
/**
295
 * Branding header.
296
 */
297
/* Wrapping link for logo. */
298
/* line 11, ../sass/components/_misc-rtl.scss */
299
.header__logo {
300
  float: right;
301
}
302

  
303
/* The secondary menu (login, etc.) */
304
/* line 16, ../sass/components/_misc-rtl.scss */
305
.header__secondary-menu {
306
  float: left;
307
}
308

  
309
/**
310
 * Navigation bar.
311
 */
312
/* Main menu and secondary menu links and menu block links. */
313
/* line 27, ../sass/components/_misc-rtl.scss */
314
#navigation .links,
315
#navigation .menu {
316
  text-align: right;
317
}
318
/* line 30, ../sass/components/_misc-rtl.scss */
319
#navigation .links li,
320
#navigation .menu li {
321
  /* A simple method to get navigation links to appear in one line. */
322
  float: right;
323
  padding: 0 0 0 10px;
324
}
325

  
326
/**
327
 * Messages.
328
 */
329
/* line 41, ../sass/components/_misc-rtl.scss */
330
.messages, .messages--status, .messages--warning, .messages--error {
331
  padding: 10px 50px 10px 10px;
332
  background-position: 99% 8px;
333
}
334

  
335
/**
336
 * Tabs.
337
 */
338
/* line 58, ../sass/components/_misc-rtl.scss */
339
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
340
.tabs-secondary__tab.is-active {
341
  float: right;
342
}
343

  
344
/**
345
 * Inline styles.
346
 */
347
/* List of links */
348
/* line 77, ../sass/components/_misc-rtl.scss */
349
.inline li {
350
  /* Bug in Safari causes display: inline to fail. */
351
  display: inline-block;
352
  padding: 0 0 0 1em;
353
}
354

  
355
/* The inline field label used by the Fences.module */
356
/* line 84, ../sass/components/_misc-rtl.scss */
357
span.field-label {
358
  padding: 0 0 0 1em;
359
}
360

  
361
/**
362
 * "More" links.
363
 */
364
/* line 91, ../sass/components/_misc-rtl.scss */
365
.more-link {
366
  text-align: left;
367
}
368

  
369
/* line 94, ../sass/components/_misc-rtl.scss */
370
.more-help-link {
371
  text-align: left;
372
}
373

  
374
/* line 97, ../sass/components/_misc-rtl.scss */
375
.more-help-link a {
376
  background-position: 100% 50%;
377
  padding: 1px 20px 1px 0;
378
}
379

  
380
/**
381
 * Menus.
382
 */
383
/* line 105, ../sass/components/_misc-rtl.scss */
384
.menu__item.is-collapsed {
385
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
386
  *list-style-image: url('../images/menu-collapsed-rtl.png?1475577735');
387
}
388

  
389
/**
390
 * Comments.
391
 */
392
/* Nested comments are indented. */
393
/* line 117, ../sass/components/_misc-rtl.scss */
394
.indented {
395
  margin-left: 0;
396
  margin-right: 30px;
397
}
398

  
399
/**
400
 * Forms.
401
 */
402
/* Drupal's default login form block */
403
/* line 127, ../sass/components/_misc-rtl.scss */
404
#user-login-form {
405
  text-align: right;
406
}
407

  
408
/* line 132, ../sass/components/_misc-rtl.scss */
409
html.js #user-login-form li.openid-link,
410
#user-login-form li.openid-link {
411
  /* Un-do some of the padding on the ul list. */
412
  margin-left: 0;
413
  margin-right: -20px;
414
}
415

  
416
/*
417
 * Drupal admin tables.
418
 */
419
/* line 142, ../sass/components/_misc-rtl.scss */
420
form th {
421
  text-align: right;
422
  padding-left: 1em;
423
  padding-right: 0;
424
}
425

  
426
/**
427
 * Collapsible fieldsets.
428
 *
429
 * @see collapse.js
430
 */
431
/* line 155, ../sass/components/_misc-rtl.scss */
432
html.js .collapsible .fieldset-legend {
433
  background-position: 98% 75%;
434
  padding-left: 0;
435
  padding-right: 15px;
436
}
437
/* line 160, ../sass/components/_misc-rtl.scss */
438
html.js .collapsed .fieldset-legend {
439
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
440
  *background-image: url('../images/menu-collapsed-rtl.png?1475577735');
441
  background-position: 98% 50%;
442
}
443

  
444
/* SMACSS theme rules */
445
/* @import "theme-A-rtl"; */
446
/* @import "theme-B-rtl"; */
themes/zen_dataportal/css/styles.css
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:"droid_sansregular",sans-serif;font-size:75%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.5em}button,input,select,textarea{font-family:"droid_sansregular",sans-serif}body{margin:0;padding:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:1.5em 0}blockquote{margin:1.5em 30px}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.6em;line-height:1.875em;margin-top:0.9375em;margin-bottom:0.9375em}h3{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;border:1px solid #666;padding-bottom:-1px;margin:1.5em 0}mark{background:#ff0;color:#000}code,kbd,pre,samp,tt,var{font-family:"droid_sans_monoregular",monospace,sans-serif;_font-family:'courier new', monospace;font-size:1em;line-height:1.5em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul,.item-list ul{margin:12px 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 30px}menu,ol,ul{padding:0 0 0 30px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto}img .lt-ie9{width:auto}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-style:solid;border-top-width:0.08333em;padding-top:0.44167em;border-bottom-style:solid;border-bottom-width:0.08333em;padding-bottom:0.89167em;border-left-style:solid;border-left-width:0.08333em;padding-left:0.89167em;border-right-style:solid;border-right-width:0.08333em;padding-right:0.89167em}legend{border:0;padding:0;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}label{display:block;font-weight:bold}table{border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em}td{vertical-align:top;text-align:left}#page,.region-bottom{margin-left:auto;margin-right:auto;max-width:960px}#header,#content,#navigation,.region-sidebar-first,.region-sidebar-second,#footer{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}#header,#main,#footer{*position:relative;*zoom:1}#header:before,#header:after,#main:before,#main:after,#footer:before,#footer:after{content:"";display:table}#header:after,#main:after,#footer:after{clear:both}#main{padding-top:60px;padding-bottom:40px;position:relative}#navigation{position:absolute;top:0;height:40px;width:100%}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.sidebar-second #content{float:left;width:66.66667%;margin-left:0%;margin-right:-66.66667%}.sidebar-second .region-sidebar-second{float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}.two-sidebars #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.two-sidebars .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.two-sidebars .region-sidebar-second{float:left;width:100%;margin-left:0%;margin-right:-100%;padding-left:0;padding-right:0;clear:left}.two-sidebars .region-sidebar-second .block{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}.two-sidebars .region-sidebar-second .block:nth-child(3n+1){float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%;clear:left}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:left;width:33.33333%;margin-left:33.33333%;margin-right:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:left;width:75%;margin-left:25%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.sidebar-second #content{float:left;width:75%;margin-left:0%;margin-right:-75%}.sidebar-second .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}.two-sidebars #content{float:left;width:50%;margin-left:25%;margin-right:-75%}.two-sidebars .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.two-sidebars .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}}.with-wireframes #header,.with-wireframes #main,.with-wireframes #content,.with-wireframes #navigation,.with-wireframes .region-sidebar-first,.with-wireframes .region-sidebar-second,.with-wireframes #footer,.with-wireframes .region-bottom{outline:1px solid #ccc}.lt-ie8 .with-wireframes #header,.lt-ie8 .with-wireframes #main,.lt-ie8 .with-wireframes #content,.lt-ie8 .with-wireframes #navigation,.lt-ie8 .with-wireframes .region-sidebar-first,.lt-ie8 .with-wireframes .region-sidebar-second,.lt-ie8 .with-wireframes #footer,.lt-ie8 .with-wireframes .region-bottom{border:1px solid #ccc}.element-invisible,.element-focusable,#navigation .block-menu .block__title,#navigation .block-menu-block .block__title{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.element-focusable:active,.element-focusable:focus{position:static !important;clip:auto;height:auto;width:auto;overflow:auto}#skip-link{margin:0}#skip-link a,#skip-link a:visited{display:block;width:100%;padding:2px 0 3px 0;text-align:center;background-color:#666;color:#fff}.header__logo{float:left;margin:0;padding:0}.header__logo-image{vertical-align:bottom}.header__name-and-slogan{float:left}.header__site-name{margin:0;font-size:2em;line-height:1.5em}.header__site-link:link,.header__site-link:visited{color:#000;text-decoration:none}.header__site-link:hover,.header__site-link:focus{text-decoration:underline}.header__site-slogan{margin:0}.header__secondary-menu{float:right}.header__region{clear:both}#navigation .block{margin-bottom:0}#navigation .links,#navigation .menu{margin:0;padding:0;margin-left:-20px;text-align:left;display:block}#navigation .links li,#navigation .menu li{float:left;line-height:20px;padding:0 20px;list-style-type:none;list-style-image:none;border-left:1px solid #000;border-right:1px solid #000;margin-left:-1px}#navigation .links li.first,#navigation .menu li.first{border-left:0}#navigation .links li.last,#navigation .menu li.last{border-right:0}#page{-webkit-box-shadow:0px 5px 20px #000;-moz-box-shadow:0px 5px 20px #000;box-shadow:0px 5px 20px #000;padding-top:20px;background-color:#fff}#sub-header{clear:both;min-height:20px}#sub-header #site-name{font-weight:lighter}#logo{float:left;margin:0;margin-right:20px;padding:0}#logo img{vertical-align:bottom}#admin-menu .dropdown .admin-menu-icon img{height:18px}#name-and-slogan{float:left;margin-right:20px}#site-name{font-size:2.5em;font-weight:bold;line-height:1.5em;margin:0}#site-name a:link,#site-name a:visited{color:#fff;text-decoration:none}#site-name a:hover,#site-name a:focus{color:#fff;text-decoration:none}#main-menu{padding:5px 0;padding-left:53px;background-color:#dedede;display:block;font-size:14.4px}#main-menu a:link,#main-menu a:visited{color:#000;text-decoration:none}#main-menu a:hover,#main-menu a:focus{text-decoration:underline}.breadcrumb ol{margin:0;padding:0}.breadcrumb li{display:inline;list-style-type:none;margin:0;padding:0}.page__title,.node__title,.block__title,.comments__title,.comments__form-title,.comment__title{margin:0}.node__title{display:none}.messages,.messages--status,.messages--warning,.messages--error{margin:1.5em 0;padding:10px 10px 10px 50px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');*background-image:url('../images/message-24-ok.png?1573742798');background-position:8px 8px;background-repeat:no-repeat;border:1px solid #be7}.messages--warning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');*background-image:url('../images/message-24-warning.png?1573742798');border-color:#ed5}.messages--error{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');*background-image:url('../images/message-24-error.png?1573742798');border-color:#ed541d}.messages__list{margin:0}.messages__item{list-style-image:none}.messages--error p.error{color:#333}.ok,.messages--status{background-color:#f8fff0;color:#234600}.warning,.messages--warning{background-color:#fffce5;color:#840}.error,.messages--error{background-color:#fef5f1;color:#8c2e0b}.tabs-primary,.tabs-secondary{overflow:hidden;*zoom:1;background:-webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));background:-webkit-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-moz-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-o-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);-pie-background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);list-style:none;border-bottom:1px solid #bbb \0/ie;margin:1.5em 0;padding:0 2px;white-space:nowrap}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:left;margin:0 3px}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active,a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{border:1px solid #e9e9e9;border-right:0;border-bottom:0;display:block;line-height:1.5em;text-decoration:none}.tabs-primary__tab,.tabs-primary__tab.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;text-shadow:1px 1px 0 #fff;border:1px solid #bbb;border-bottom-color:transparent;border-bottom:0 \0/ie}.is-active.tabs-primary__tab{border-bottom-color:#fff}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;color:#333;background-color:#dedede;letter-spacing:1px;padding:0 1em;text-align:center}a.tabs-primary__tab-link:hover,a.tabs-primary__tab-link:focus{background-color:#e9e9e9;border-color:#f2f2f2}a.tabs-primary__tab-link:active,a.tabs-primary__tab-link.is-active{background-color:transparent;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233,233,233,0)));background:-webkit-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-moz-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-o-linear-gradient(#e9e9e9,rgba(233,233,233,0));-pie-background:linear-gradient(#e9e9e9,rgba(233,233,233,0));background:linear-gradient(#e9e9e9,rgba(233,233,233,0));border-color:#fff}.tabs-secondary{font-size:.9em;margin-top:-1.5em}.tabs-secondary__tab,.tabs-secondary__tab.is-active{margin:0.75em 3px}a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{-webkit-border-radius:0.75em;-moz-border-radius:0.75em;-ms-border-radius:0.75em;-o-border-radius:0.75em;border-radius:0.75em;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;text-shadow:1px 1px 0 #fff;background-color:#f2f2f2;color:#666;padding:0 .5em}a.tabs-secondary__tab-link:hover,a.tabs-secondary__tab-link:focus{background-color:#dedede;border-color:#999;color:#333}a.tabs-secondary__tab-link:active,a.tabs-secondary__tab-link.is-active{text-shadow:1px 1px 0 #333;background-color:#666;border-color:#000;color:#fff}.inline{display:inline;padding:0}.inline li{display:inline;list-style-type:none;padding:0 1em 0 0}span.field-label{padding:0 1em 0 0}.more-link{text-align:right}.more-help-link{text-align:right}.more-help-link a{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');*background-image:url('../images/help.png?1573742798');background-position:0 50%;background-repeat:no-repeat;padding:1px 0 1px 20px}.pager{clear:both;padding:0;text-align:center}.pager-item,.pager-first,.pager-previous,.pager-next,.pager-last,.pager-ellipsis,.pager-current{display:inline;padding:0 0.5em;list-style-type:none;background-image:none}.pager-current{font-weight:bold}h1,h2,h3,h4,h5,h6{font-weight:normal}h1.title,h2.node-title,h2.block-title,h2.title,h2.comment-form,h3.title{margin:0}.block{margin-bottom:1.5em}.menu__item.is-leaf{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-leaf.png?1573742798');list-style-type:square}.menu__item.is-expanded{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*list-style-image:url('../images/menu-expanded.png?1573742798');list-style-type:circle}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-collapsed.png?1573742798');list-style-type:disc}.menu a.active{color:#000}.new,.update{color:#c00;background-color:transparent}.unpublished{height:0;overflow:visible;background-color:transparent;color:#d8d8d8;font-size:75px;line-height:1;font-family:Impact, "Arial Narrow", Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;text-align:center;word-wrap:break-word}.lt-ie8 .node-unpublished>*,.lt-ie8 .comment-unpublished>*{position:relative}.comments{margin:1.5em 0}.comment-preview{background-color:#ffffea}.comment .permalink{text-transform:uppercase;font-size:75%}.indented{margin-left:30px}.form-item{margin:1.5em 0}.form-checkboxes .form-item,.form-radios .form-item{margin:0}tr.odd .form-item,tr.even .form-item{margin:0}.form-item input.error,.form-item textarea.error,.form-item select.error{border:1px solid #c00}.form-item .description{font-size:0.85em}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em}.form-required{color:#c00}label.option{display:inline;font-weight:normal}a.button{-webkit-appearance:button;-moz-appearance:button;appearance:button}.password-parent,.confirm-parent{margin:0}#user-login-form{text-align:left}.openid-links{margin-bottom:0}.openid-link,.user-link{margin-top:1.5em}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:-20px}#user-login ul{margin:1.5em 0}form th{text-align:left;padding-right:1em;border-bottom:3px solid #ccc}form tbody{border-top:1px solid #ccc}form table ul{margin:0}tr.even,tr.odd{background-color:#eee;border-bottom:1px solid #ccc;padding:0.1em 0.6em}tr.even{background-color:#fff}.lt-ie8 tr.even th,.lt-ie8 tr.even td,.lt-ie8 tr.odd th,.lt-ie8 tr.odd td{border-bottom:1px solid #ccc}td.active{background-color:#ddd}td.checkbox,th.checkbox{text-align:center}td.menu-disabled{background:#ccc}#autocomplete .selected{background:#0072b9;color:#fff}html.js .collapsible .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*background-image:url('../images/menu-expanded.png?1573742798');background-position:5px 65%;background-repeat:no-repeat;padding-left:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*background-image:url('../images/menu-collapsed.png?1573742798');background-position:5px 50%}.fieldset-legend .summary{color:#999;font-size:0.9em;margin-left:0.5em}tr.drag{background-color:#fffff0}tr.drag-previous{background-color:#ffd}.tabledrag-toggle-weight{font-size:0.9em}tr.selected td{background:#ffc}.progress{font-weight:bold}.progress .bar{background:#ccc;border-color:#666;margin:0 0.2em;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.progress .filled{background-color:#0072b9;background-image:url('../images/progress.gif?1573742798')}@media print{a:link,a:visited{text-decoration:underline !important}a:link.header__site-link,a:visited.header__site-link{text-decoration:none !important}#content a[href]:after{content:" (" attr(href) ")";font-weight:normal;font-size:12px}#content a[href^="javascript:"]:after,#content a[href^="#"]:after{content:""}#content abbr[title]:after{content:" (" attr(title) ")"}#content{float:none !important;width:100% !important;margin:0 !important;padding:0 !important}body,#page,#main,#content{color:#000;background-color:transparent !important;background-image:none !important}#skip-link,#toolbar,#navigation,.region-sidebar-first,.region-sidebar-second,#footer,.breadcrumb,.tabs,.action-links,.links,.book-navigation,.forum-topic-navigation,.pager,.feed-icons{visibility:hidden;display:none}}.pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited,#content a:link,#content a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus,#content a:hover,#content a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited,#content .Synonym a:link,#content .Synonym a:visited,#content .misapplied-name a:link,#content .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited,#content .Taxon a:link,#content .Taxon a:visited{color:#115e92}.node-cdm-name .name-page-name{margin-top:20px;margin-bottom:20px}.node-cdm-name .registered_name{font-weight:bold}.node-cdm-name .type-status{font-weight:bold}#content a.tabs-primary__tab-link{color:#333}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:40px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}div.cdm-item-list div.item{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:20px;margin-right:20px}#specimens .block-cdm-dataportal-feature{margin-left:40px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:40px}#specimens .derived_from{clear:both}.openlayers-container{margin-top:10px;margin-bottom:10px}.registration .type-status{font-weight:bold}.registration .registration-date-and-institute{color:#999}.registration .published-name .TaxonName .name{font-weight:bold}.registration .typified-name .cdm\:TaxonName{color:#999}.registration .typified-name .cdm\:TaxonName a{color:#999}.registration .typified-name .cdm\:TaxonName .TaxonName .name{font-weight:bold}.registration .registration-summary .registered_name .name{font-weight:bold}.registration .registration-summary .referenced_typified_name{color:#999}.registration .registration-summary .label{font-weight:bold}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}
1
/**
2
 * @file
3
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
4
 *
5
 * When you turn on CSS aggregation at admin/config/development/performance, all
6
 * of these @include files will be combined into a single file.
7
 */
8
/* Import Sass mixins, variables, Compass modules, etc. */
9
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
10
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
11
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
12
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
13
/* line 30, ../sass/ie-legacy.scss */
14
.pie-element, .lt-ie9 #page, #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  position: relative;
17
}
18

  
19
/* line 43, ../sass/ie-legacy.scss */
20
.pie-container {
21
  z-index: 0;
22
  position: relative;
23
}
24

  
25
/* line 47, ../sass/ie-legacy.scss */
26
.z-pie-element, .lt-ie9 #page, #page {
27
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
28
  z-index: 0;
29
}
30

  
31
/* line 63, ../sass/ie-legacy.scss */
32
.lt-ie9 #header {
33
  /* 
34
   * reset right padding to zero and use margin-right instead,
35
   * this avoids the need for background-clip: content-box
36
   * which is not suppoorted in IE < 9
37
   */
38
  padding-right: 0;
39
  margin-right: 20px;
40
}
41

  
42
/* HTML element (SMACSS base) rules */
43
/**
44
 * @file
45
 * Normalize.css is intended to be used as an alternative to CSS resets.
46
 *
47
 * This file is a slight fork of these original sources:
48
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
49
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
50
 *
51
 * It's suggested that you read the normalize.scss file and customise it to meet
52
 * your needs, rather then including the file in your project and overriding the
53
 * defaults later in your CSS.
54
 * @see http://nicolasgallagher.com/about-normalize-css/
55
 *
56
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
57
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
58
 */
59
/**
60
 * HTML5 display definitions
61
 */
62
/* Correct `block` display not defined in IE 8/9. */
63
/* line 33, ../sass/_normalize.scss */
64
article,
65
aside,
66
details,
67
figcaption,
68
figure,
69
footer,
70
header,
71
main,
72
nav,
73
section,
74
summary {
75
  display: block;
76
}
77

  
78
/* Correct `inline-block` display not defined in IE 8/9. */
79
/* line 40, ../sass/_normalize.scss */
80
audio,
81
canvas,
82
video {
83
  display: inline-block;
84
  *display: inline;
85
  *zoom: 1;
86
}
87

  
88
/**
89
 * Prevent modern browsers from displaying `audio` without controls.
90
 * Remove excess height in iOS 5 devices.
91
 */
92
/* line 52, ../sass/_normalize.scss */
93
audio:not([controls]) {
94
  display: none;
95
  height: 0;
96
}
97

  
98
/* Address styling not present in IE 8/9. */
99
/* line 58, ../sass/_normalize.scss */
100
[hidden] {
101
  display: none;
102
}
103

  
104
/**
105
 * Base
106
 *
107
 * Instead of relying on the fonts that are available on a user's computer, you
108
 * can use web fonts which, like images, are resources downloaded to the user's
109
 * browser. Because of the bandwidth and rendering resources required, web fonts
110
 * should be used with care.
111
 *
112
 * Numerous resources for web fonts can be found on Google. Here are a few
113
 * websites where you can find Open Source fonts to download:
114
 * - http://www.fontsquirrel.com/fontface
115
 * - http://www.theleagueofmoveabletype.com
116
 *
117
 * In order to use these fonts, you will need to convert them into formats
118
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
119
 * Font-Face Generator:
120
 *   http://www.fontsquirrel.com/fontface/generator
121
 *
122
 * The following is an example @font-face declaration. This font can then be
123
 * used in any ruleset using a property like this:  font-family: Example, serif;
124
 *
125
 * Since we're using Sass, you'll need to declare your font faces here, then you
126
 * can add them to the font variables in the _init.scss partial.
127
 */
128
/*
129
@font-face {
130
  font-family: 'Example';
131
  src: url('../fonts/example.eot');
132
  src: url('../fonts/example.eot?iefix') format('eot'),
133
    url('../fonts/example.woff') format('woff'),
134
    url('../fonts/example.ttf') format('truetype'),
135
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
136
  font-weight: normal;
137
  font-style: normal;
138
}
139
*/
140
/**
141
 * 1. Set default font family to sans-serif.
142
 * 2. Prevent iOS text size adjust after orientation change, without disabling
143
 *    user zoom.
144
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
145
 *    `em` units.
146
 */
147
/* line 106, ../sass/_normalize.scss */
148
html {
149
  font-family: "droid_sansregular", sans-serif;
150
  /* 1 */
151
  font-size: 75%;
152
  /* 3 */
153
  -ms-text-size-adjust: 100%;
154
  /* 2 */
155
  -webkit-text-size-adjust: 100%;
156
  /* 2 */
157
  line-height: 1.5em;
158
}
159

  
160
/* Address `font-family` inconsistency between `textarea` and other form elements. */
161
/* line 120, ../sass/_normalize.scss */
162
button,
163
input,
164
select,
165
textarea {
166
  font-family: "droid_sansregular", sans-serif;
167
}
168

  
169
/* Remove default margin. */
170
/* line 126, ../sass/_normalize.scss */
171
body {
172
  margin: 0;
173
  padding: 0;
174
}
175

  
176
/**
177
 * Links
178
 *
179
 * The order of link states are based on Eric Meyer's article:
180
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
181
 */
182
/* Address `outline` inconsistency between Chrome and other browsers. */
183
/* line 148, ../sass/_normalize.scss */
184
a:focus {
185
  outline: thin dotted;
186
}
187

  
188
/* Improve readability when focused and also mouse hovered in all browsers. */
189
/* line 154, ../sass/_normalize.scss */
190
a:active,
191
a:hover {
192
  outline: 0;
193
}
194

  
195
/**
196
 * Typography
197
 *
198
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
199
 * so that the line height of our base font becomes the basic unit of vertical
200
 * measurement. We use multiples of that unit to set the top and bottom margins
201
 * for our block level elements and to set the line heights of any fonts.
202
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
203
 */
204
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
205
/* line 170, ../sass/_normalize.scss */
206
p,
207
pre {
208
  margin: 1.5em 0;
209
}
210

  
211
/* line 173, ../sass/_normalize.scss */
212
blockquote {
213
  /* Also indent the quote on both sides. */
214
  margin: 1.5em 30px;
215
}
216

  
217
/**
218
 * Address variable `h1` font-size and margin within `section` and `article`
219
 * contexts in Firefox 4+, Safari 5, and Chrome.
220
 */
221
/* line 182, ../sass/_normalize.scss */
222
h1 {
223
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
224
  font-size: 2em;
225
  line-height: 1.5em;
226
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
227
  margin-top: 0.75em;
228
  margin-bottom: 0.75em;
229
}
230

  
231
/* line 190, ../sass/_normalize.scss */
232
h2 {
233
  font-size: 1.6em;
234
  line-height: 1.875em;
235
  margin-top: 0.9375em;
236
  margin-bottom: 0.9375em;
237
}
238

  
239
/* line 195, ../sass/_normalize.scss */
240
h3 {
241
  font-size: 1.5em;
242
  line-height: 2em;
243
  margin-top: 1em;
244
  margin-bottom: 1em;
245
}
246

  
247
/* line 200, ../sass/_normalize.scss */
248
h4 {
249
  font-size: 1em;
250
  line-height: 1.5em;
251
  margin-top: 1.5em;
252
  margin-bottom: 1.5em;
253
}
254

  
255
/* line 205, ../sass/_normalize.scss */
256
h5 {
257
  font-size: 0.83em;
258
  line-height: 1.80723em;
259
  margin-top: 1.80723em;
260
  margin-bottom: 1.80723em;
261
}
262

  
263
/* line 210, ../sass/_normalize.scss */
264
h6 {
265
  font-size: 0.67em;
266
  line-height: 2.23881em;
267
  margin-top: 2.23881em;
268
  margin-bottom: 2.23881em;
269
}
270

  
271
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
272
/* line 217, ../sass/_normalize.scss */
273
abbr[title] {
274
  border-bottom: 1px dotted;
275
}
276

  
277
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
278
/* line 223, ../sass/_normalize.scss */
279
b,
280
strong {
281
  font-weight: bold;
282
}
283

  
284
/* Address styling not present in Safari 5 and Chrome. */
285
/* line 228, ../sass/_normalize.scss */
286
dfn {
287
  font-style: italic;
288
}
289

  
290
/* Address differences between Firefox and other browsers. */
291
/* line 233, ../sass/_normalize.scss */
292
hr {
293
  -webkit-box-sizing: content-box;
294
  -moz-box-sizing: content-box;
295
  box-sizing: content-box;
296
  height: 0;
297
  border: 1px solid #666;
298
  padding-bottom: -1px;
299
  margin: 1.5em 0;
300
}
301

  
302
/* Address styling not present in IE 8/9. */
303
/* line 242, ../sass/_normalize.scss */
304
mark {
305
  background: #ff0;
306
  color: #000;
307
}
308

  
309
/* Correct font family set oddly in Safari 5 and Chrome. */
310
/* line 253, ../sass/_normalize.scss */
311
code,
312
kbd,
313
pre,
314
samp,
315
tt,
316
var {
317
  font-family: "droid_sans_monoregular", monospace, sans-serif;
318
  _font-family: 'courier new', monospace;
319
  font-size: 1em;
320
  line-height: 1.5em;
321
}
322

  
323
/* Improve readability of pre-formatted text in all browsers. */
324
/* line 262, ../sass/_normalize.scss */
325
pre {
326
  white-space: pre;
327
  white-space: pre-wrap;
328
  word-wrap: break-word;
329
}
330

  
331
/* Set consistent quote types. */
332
/* line 274, ../sass/_normalize.scss */
333
q {
334
  quotes: "\201C" "\201D" "\2018" "\2019";
335
}
336

  
337
/* Address inconsistent and variable font size in all browsers. */
338
/* line 279, ../sass/_normalize.scss */
339
small {
340
  font-size: 80%;
341
}
342

  
343
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
344
/* line 285, ../sass/_normalize.scss */
345
sub,
346
sup {
347
  font-size: 75%;
348
  line-height: 0;
349
  position: relative;
350
  vertical-align: baseline;
351
}
352

  
353
/* line 291, ../sass/_normalize.scss */
354
sup {
355
  top: -0.5em;
356
}
357

  
358
/* line 294, ../sass/_normalize.scss */
359
sub {
360
  bottom: -0.25em;
361
}
362

  
363
/**
364
 * Lists
365
 */
366
/* line 305, ../sass/_normalize.scss */
367
dl,
368
menu,
369
ol,
370
ul,
371
.item-list ul {
372
  /* Address margins set differently in IE 6/7. */
373
  margin: 12px 0;
374
}
375

  
376
/* line 313, ../sass/_normalize.scss */
377
ol ol,
378
ol ul,
379
ul ol,
380
ul ul {
381
  /* Turn off margins on nested lists. */
382
  margin: 0;
383
}
384

  
385
/* line 318, ../sass/_normalize.scss */
386
dd {
387
  margin: 0 0 0 30px;
388
  /* LTR */
389
}
390

  
391
/* Address paddings set differently in IE 6/7. */
392
/* line 325, ../sass/_normalize.scss */
393
menu,
394
ol,
395
ul {
396
  padding: 0 0 0 30px;
397
  /* LTR */
398
}
399

  
400
/* Correct list images handled incorrectly in IE 7. */
401
/* line 332, ../sass/_normalize.scss */
402
nav ul,
403
nav ol {
404
  list-style: none;
405
  list-style-image: none;
406
}
407

  
408
/**
409
 * Embedded content and figures
410
 *
411
 * @todo Look into adding responsive embedded video.
412
 */
413
/* line 343, ../sass/_normalize.scss */
414
img {
415
  /* Remove border when inside `a` element in IE 8/9. */
416
  border: 0;
417
  /* Improve image quality when scaled in IE 7. */
418
  -ms-interpolation-mode: bicubic;
419
  /* Suppress the space beneath the baseline */
420
  /* vertical-align: bottom; */
421
  /* Responsive images */
422
  max-width: 100%;
423
  height: auto;
424
}
425
/* line 358, ../sass/_normalize.scss */
426
img .lt-ie9 {
427
  /* Correct IE 8 not scaling image height when resized. */
428
  width: auto;
429
}
430

  
431
/* Correct overflow displayed oddly in IE 9. */
432
/* line 366, ../sass/_normalize.scss */
433
svg:not(:root) {
434
  overflow: hidden;
435
}
436

  
437
/* Address margin not present in IE 8/9 and Safari 5. */
438
/* line 371, ../sass/_normalize.scss */
439
figure {
440
  margin: 0;
441
}
442

  
443
/**
444
 * Forms
445
 */
446
/* Correct margin displayed oddly in IE 6/7. */
447
/* line 381, ../sass/_normalize.scss */
448
form {
449
  margin: 0;
450
}
451

  
452
/* Define consistent border, margin, and padding. */
453
/* line 387, ../sass/_normalize.scss */
454
fieldset {
455
  margin: 0 2px;
456
  /* Apply borders and padding that keep the vertical rhythm. */
457
  border-color: #c0c0c0;
458
  border-top-style: solid;
459
  border-top-width: 0.08333em;
460
  padding-top: 0.44167em;
461
  border-bottom-style: solid;
462
  border-bottom-width: 0.08333em;
463
  padding-bottom: 0.89167em;
464
  border-left-style: solid;
465
  border-left-width: 0.08333em;
466
  padding-left: 0.89167em;
467
  border-right-style: solid;
468
  border-right-width: 0.08333em;
469
  padding-right: 0.89167em;
470
}
471

  
472
/**
473
 * 1. Correct `color` not being inherited in IE 8/9.
474
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
475
 * 3. Correct alignment displayed oddly in IE 6/7.
476
 */
477
/* line 402, ../sass/_normalize.scss */
478
legend {
479
  border: 0;
480
  /* 1 */
481
  padding: 0;
482
  /* 2 */
483
  *margin-left: -7px;
484
  /* 3 */
485
  /* LTR */
486
}
487

  
488
/**
489
 * 1. Correct font family not being inherited in all browsers.
490
 * 2. Correct font size not being inherited in all browsers.
491
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
492
 * 4. Improve appearance and consistency with IE 6/7.
493
 * 5. Keep form elements constrained in their containers.
494
 */
495
/* line 420, ../sass/_normalize.scss */
496
button,
497
input,
498
select,
499
textarea {
500
  font-family: inherit;
501
  /* 1 */
502
  font-size: 100%;
503
  /* 2 */
504
  margin: 0;
505
  /* 3 */
506
  vertical-align: baseline;
507
  /* 4 */
508
  *vertical-align: middle;
509
  /* 4 */
510
  max-width: 100%;
511
  /* 5 */
512
  -webkit-box-sizing: border-box;
513
  -moz-box-sizing: border-box;
514
  box-sizing: border-box;
515
  /* 5 */
516
}
517

  
518
/**
519
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
520
 * the UA stylesheet.
521
 */
522
/* line 437, ../sass/_normalize.scss */
523
button,
524
input {
525
  line-height: normal;
526
}
527

  
528
/**
529
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
530
 * All other form control elements do not inherit `text-transform` values.
531
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
532
 * Correct `select` style inheritance in Firefox 4+ and Opera.
533
 */
534
/* line 448, ../sass/_normalize.scss */
535
button,
536
select {
537
  text-transform: none;
538
}
539

  
540
/**
541
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
542
 *    and `video` controls.
543
 * 2. Correct inability to style clickable `input` types in iOS.
544
 * 3. Improve usability and consistency of cursor style between image-type
545
 *    `input` and others.
546
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
547
 *    Known issue: inner spacing remains in IE 6.
548
 */
549
/* line 464, ../sass/_normalize.scss */
550
button,
551
html input[type="button"],
552
input[type="reset"],
553
input[type="submit"] {
554
  -webkit-appearance: button;
555
  /* 2 */
556
  cursor: pointer;
557
  /* 3 */
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff