barbican-reset 1.2.6 → 1.2.7

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.
@@ -20,6 +20,10 @@ export default {
20
20
  thin: {
21
21
  type: Boolean,
22
22
  default: false
23
+ },
24
+ footer: {
25
+ type: Boolean,
26
+ default: false
23
27
  }
24
28
  },
25
29
  computed: {
@@ -35,6 +39,7 @@ export default {
35
39
  let output = [style.inner];
36
40
  if (this.masthead) { output.push(style.masthead); }
37
41
  if (this.thin) { output.push(style.thin); }
42
+ if (this.footer) { output.push(style.footer); }
38
43
  return output;
39
44
  }
40
45
  }
@@ -49,7 +54,7 @@ export default {
49
54
 
50
55
  &.splash {
51
56
  padding-right: 10%;
52
- padding-left: 10%;
57
+ padding-left: 10%;
53
58
  }
54
59
 
55
60
  &.masthead {
@@ -60,15 +65,18 @@ export default {
60
65
 
61
66
  .inner {
62
67
  max-width: $constrained_content_width--wide;
63
- padding-bottom: 1.5rem;
64
- padding-top: 1.5rem;
65
68
  margin: 0 auto;
66
69
 
67
- @include media-breakpoint-up(sm) {
68
- padding-bottom: 2.5rem;
69
- padding-top: 2.5rem;
70
- }
70
+ &:not(.footer) {
71
+ padding-bottom: 1.5rem;
72
+ padding-top: 1.5rem;
71
73
 
74
+ @include media-breakpoint-up(sm) {
75
+ padding-bottom: 2.5rem;
76
+ padding-top: 2.5rem;
77
+ }
78
+ }
79
+
72
80
  &.thin {
73
81
  max-width: $constrained_content_width--thin;
74
82
  }
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <div :class="$style.lower">
3
+ <slot />
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ export default {
9
+ name: 'FooterLower'
10
+ }
11
+ </script>
12
+
13
+ <style lang="scss" module>
14
+
15
+ .lower {
16
+ padding-bottom: 1.875rem;
17
+ padding-top: 1.875rem;
18
+ }
19
+
20
+ </style>
@@ -0,0 +1,39 @@
1
+ <template>
2
+ <div :class="styleUpper">
3
+ <slot />
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ export default {
9
+ name: 'FooterUpper',
10
+ props: {
11
+ splash: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ },
16
+ computed: {
17
+ styleUpper() {
18
+ const style = this.$style;
19
+ let output = [style.upper];
20
+ if (this.splash) { output.push(style.splash); }
21
+ return output;
22
+ },
23
+ }
24
+ }
25
+ </script>
26
+
27
+ <style lang="scss" module>
28
+
29
+ .upper {
30
+ padding-top: 3.75rem;
31
+ display: flex;
32
+ gap: 3.75rem;
33
+
34
+ &:not(.splash) {
35
+ padding-bottom: 3.75rem;
36
+ }
37
+ }
38
+
39
+ </style>
@@ -14,12 +14,11 @@
14
14
  <style lang="scss" module>
15
15
 
16
16
  .container {
17
- grid-template-columns: auto 6rem;
18
- column-gap: 0.5rem;
19
17
  display: grid;
18
+ gap: 1rem;
20
19
 
21
20
  @include media-breakpoint-up(sm) {
22
- column-gap: 1rem;
21
+ grid-template-columns: auto 6rem;
23
22
  }
24
23
  }
25
24
 
@@ -0,0 +1,30 @@
1
+ <template>
2
+ <div :class="$style.lockup">
3
+ <a href="//www.cityoflondon.gov.uk" target="_blank">
4
+ <city-of-london-logo />
5
+ </a>
6
+ <small>
7
+ The City of London<br />Corporation is the founder<br />and principal funder of<br />the Barbican Centre
8
+ </small>
9
+ </div>
10
+ </template>
11
+
12
+ <script>
13
+ import CityOfLondonLogo from './city_of_london'
14
+ export default {
15
+ name: 'CityOfLondonLockup',
16
+ components: {
17
+ CityOfLondonLogo
18
+ }
19
+ }
20
+ </script>
21
+
22
+ <style lang="scss" module>
23
+
24
+ .lockup {
25
+ display: inline-flex;
26
+ align-items: center;
27
+ gap: 0.625rem;
28
+ }
29
+
30
+ </style>
package/icons/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import BarbicanLogo from './barbican'
2
2
  import CityOfLondonLogo from './city_of_london'
3
+ import CityOfLondonLockup from './city_of_london_lockup'
3
4
  import ArrowIcon from './arrow_icon'
4
5
  import BackArrow from './back_arrow'
5
6
  import CartIcon from './cart'
@@ -7,6 +8,7 @@ import CartIcon from './cart'
7
8
  export {
8
9
  BarbicanLogo,
9
10
  CityOfLondonLogo,
11
+ CityOfLondonLockup,
10
12
  ArrowIcon,
11
13
  BackArrow,
12
14
  CartIcon
@@ -1,16 +1,3 @@
1
1
  <template>
2
- <svg width="325px" height="181px" viewBox="0 0 325 181" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="Alleyne_and_Logo_black-(2)" transform="translate(-48.000000, -48.000000)">
5
- <path d="M73.187,64.5955 L59.887,105.3405 L86.487,105.3405 L73.187,64.5955 Z M98.456,48.8185 L126.748,135.6275 L96.4,135.6275 L87.088,107.1565 L59.403,107.1565 L68.713,135.6275 L48.159,135.6275 L72.281,61.6935 L68.048,48.8185 L98.456,48.8185 Z" id="Fill-1"></path>
6
- <polygon points="128.5591 135.6278 128.5591 48.8178 158.8461 48.8178 158.8461 133.8128 170.1541 133.8128 199.5921 104.4348 199.5921 135.6278"></polygon>
7
- <polygon points="204.3657 135.6278 204.3657 48.8178 234.6537 48.8178 234.6537 133.8128 244.4427 133.8128 273.8847 104.4348 273.8847 135.6278"></polygon>
8
- <polygon points="278.8823 135.6278 278.8823 48.8178 348.4003 48.8178 348.4003 76.8688 320.9543 50.6338 309.1693 50.6338 309.1693 91.3148 315.1533 91.3148 332.6833 73.9668 332.6833 102.6828 332.6833 110.4798 315.1533 93.1308 309.1693 93.1308 309.1693 133.8128 320.9543 133.8128 348.4003 107.5768 348.4003 135.6278 313.6433 135.6278"></polygon>
9
- <polygon points="71.6968 228.2469 71.6968 188.1169 47.9778 141.3749 79.7538 141.3749 102.2018 185.7069 115.0138 160.0209 106.4528 141.3749 126.7478 141.3749 103.4708 188.1169 103.4708 228.2469"></polygon>
10
- <polygon points="186.6528 228.0047 130.1938 180.9137 130.1938 228.0047 128.5588 228.0047 128.5588 141.3747 130.1938 141.3747 197.9608 197.8977 197.9608 168.8197 168.1578 141.3747 199.5918 141.3747 199.5918 199.2287 199.5918 228.0047"></polygon>
11
- <polygon points="204.3657 228.0643 204.3657 141.2543 273.8847 141.2543 273.8847 169.3053 246.4387 143.0703 234.6537 143.0703 234.6537 183.7513 240.6377 183.7513 258.1667 166.4033 258.1667 195.1193 258.1667 202.9163 240.6377 185.5673 234.6537 185.5673 234.6537 226.2493 246.4387 226.2493 273.8847 200.0133 273.8847 228.0643 239.1267 228.0643"></polygon>
12
- <path d="M309.0688,173.4139 C307.0518,175.1089 306.2868,177.8879 306.7718,181.7599 C307.2538,185.6279 308.5838,189.8909 310.7598,194.5439 C312.9368,199.1979 315.5648,203.5609 318.6508,207.6299 C321.7328,211.7019 324.8658,214.7849 328.0478,216.8809 C331.2318,218.9769 334.0528,219.3979 336.5138,218.1509 L309.0688,173.4139 Z M317.8318,141.4349 L348.4228,141.4349 L348.4228,163.5019 L317.7118,143.1899 C316.6248,143.2299 315.6588,143.7259 314.8088,144.6719 C313.9638,145.6179 313.5518,146.7379 313.5718,148.0249 C313.5918,149.3149 314.3478,150.4859 315.8398,151.5319 L335.0028,164.0469 L353.9828,196.1449 L372.9658,172.2679 L372.9658,197.6569 L354.8888,197.6569 L372.9658,228.1849 L342.6788,228.1849 L337.4208,219.6629 C328.8348,225.4639 321.0678,228.3249 314.1138,228.2449 C307.1628,228.1649 301.4598,226.0989 297.0058,222.0499 C292.5518,217.9979 289.7638,212.9019 288.6338,206.7539 C287.5068,200.6089 288.4638,194.3929 291.5068,188.1049 C294.5478,181.8189 300.0818,176.3999 308.0988,171.8429 L304.1708,165.4969 C301.6328,161.1849 300.6728,157.2159 301.2978,153.5889 C301.9238,149.9609 303.7188,147.0389 306.6778,144.8219 C309.6398,142.6049 313.3578,141.4779 317.8318,141.4349 L317.8318,141.4349 Z" id="Fill-8"></path>
13
- </g>
14
- </g>
15
- </svg>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="325" height="181" viewBox="0 0 325 181" xml:space="preserve" enable-background="new 0 0 325 181"><path d="M25.2,16.6L11.9,57.3h26.6L25.2,16.6z M50.5,0.8l28.3,86.8H48.4l-9.3-28.5H11.4l9.3,28.5H0.2l24.1-73.9L20,0.8H50.5z M80.6,87.6V0.8h30.3v85h11.3l29.4-29.4v31.2H80.6z M156.4,87.6V0.8h30.3v85h9.8l29.4-29.4v31.2H156.4z M230.9,87.6V0.8h69.5v28.1 L273,2.6h-11.8v40.7h6L284.7,26v28.7v7.8l-17.5-17.3h-6v40.7H273l27.4-26.2v28.1h-34.8H230.9z M23.7,180.2v-40.1L0,93.4h31.8 l22.4,44.3L67,112l-8.6-18.6h20.3l-23.3,46.7v40.1H23.7z M138.7,180l-56.5-47.1V180h-1.6V93.4h1.6l67.8,56.5v-29.1l-29.8-27.4h31.4 v57.9V180H138.7z M156.4,180.1V93.3h69.5v28.1l-27.4-26.2h-11.8v40.7h6l17.5-17.3v28.7v7.8l-17.5-17.3h-6v40.7h11.8l27.4-26.2v28.1 h-34.8H156.4z M261.1,125.4c-2,1.7-2.8,4.5-2.3,8.3c0.5,3.9,1.8,8.1,4,12.8c2.2,4.7,4.8,9,7.9,13.1c3.1,4.1,6.2,7.2,9.4,9.3 c3.2,2.1,6,2.5,8.5,1.3L261.1,125.4z M269.8,93.4h30.6v22.1l-30.7-20.3c-1.1,0-2.1,0.5-2.9,1.5c-0.8,0.9-1.3,2.1-1.2,3.4 c0,1.3,0.8,2.5,2.3,3.5L287,116l19,32.1l19-23.9v25.4h-18.1l18.1,30.5h-30.3l-5.3-8.5c-8.6,5.8-16.4,8.7-23.3,8.6 c-7-0.1-12.7-2.1-17.1-6.2c-4.5-4.1-7.2-9.1-8.4-15.3c-1.1-6.1-0.2-12.4,2.9-18.6c3-6.3,8.6-11.7,16.6-16.3l-3.9-6.3 c-2.5-4.3-3.5-8.3-2.9-11.9c0.6-3.6,2.4-6.6,5.4-8.8C261.6,94.6,265.4,93.5,269.8,93.4L269.8,93.4z"/></svg>
16
3
  </template>
@@ -1,41 +1,3 @@
1
1
  <template>
2
- <svg width="680px" height="382px" viewBox="0 0 680 382" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="BC_LOGO_FV_BK_RGB" fill="#000000" fill-rule="nonzero">
5
- <g id="XMLID_765_">
6
- <path d="M90.3,111.3 C106.4,107.2 116.9,97 116.9,78.8 C116.9,53.1 99.4,38.1 55.6,38.1 L0.4,38.1 L0.4,197.1 L64.5,197.1 C107.4,197.1 125.6,177.8 125.6,151.4 C125.5,130.1 113.9,115.8 90.3,111.3 Z M30.3,62.9 L57.8,62.9 C76.2,62.9 86,67.9 86,82.2 C86,96.7 75.6,102.4 61.9,102.4 L30.3,102.4 L30.3,62.9 Z M65.5,172.4 L30.3,172.4 L30.3,124.9 L65,124.9 C78.6,124.9 93.8006308,129 93.8006308,149.4 C93.9,165.1 82.1,172.4 65.5,172.4 Z" id="XMLID_770_"></path>
7
- <polygon id="XMLID_769_" points="405.5 152 339.6 38.2 306.2 38.2 306.2 197.2 333.9 197.2 333.9 86.3 399.4 197.2 433.4 197.2 433.4 38.2 405.5 38.2"></polygon>
8
- <polygon id="XMLID_768_" points="458.2 197.2 488.4 197.2 488.4 132.4 553.6 132.4 553.6 107.4 488.4 107.4 488.4 63.6 558.9 63.6 558.9 38.2 458.2 38.2"></polygon>
9
- <polygon id="XMLID_767_" points="679.5 63.6 679.5 38.2 578.9 38.2 578.9 197.2 609.1 197.2 609.1 132.4 674.3 132.4 674.3 107.4 609.1 107.4 609.1 63.6"></polygon>
10
- <polygon id="XMLID_766_" points="125.1 197.2 159.5 197.2 208.9 76 258.3 197.2 292.7 197.2 208.9 0.8"></polygon>
11
- </g>
12
- <path d="M129.1,233.7 L119.9,236.1 C118,231.4 115,228.9 110,228.9 C103.1,228.9 98.7,234.2 98.7,243.6 C98.7,252.9 102.6,258.6 110.1,258.6 C115.8,258.6 119,255.7 120.9,250.4 L129.9,253.2 C126.5,262.1 118.8,266.5 109.6,266.5 C99.6,266.5 88.9,260.3 88.9,243.6 C88.9,227.4 99.2,220.8 109.9,220.8 C117.8,221 125.5,224.1 129.1,233.7 Z" id="XMLID_763_"></path>
13
- <polygon id="XMLID_761_" points="164.7 229.9 145.1 229.9 145.1 239.6 163.4 239.6 163.4 247.2 145.1 247.2 145.1 257.8 165.3 257.8 165.3 265.6 135.7 265.6 135.7 222 164.8 222 164.8 229.9"></polygon>
14
- <polygon id="XMLID_759_" points="208.9 265.6 198 265.6 181.6 236.6 181.6 265.6 173 265.6 173 222 183.9 222 200.3 251.7 200.3 222 208.9 222"></polygon>
15
- <polygon id="XMLID_757_" points="248.9 229.9 236.6 229.9 236.6 265.5 227.1 265.5 227.1 229.9 214.8 229.9 214.8 222 248.9 222"></polygon>
16
- <path d="M272.2,222 C284.3,222 289.4,228 289.4,235.5 C289.4,241.3 286.4,245.5 280.4,247.6 L291.8,265.6 L280.7,265.6 L271.1,249.1 L265.1,249.1 L265.1,265.6 L255.6,265.6 L255.6,222 L272.2,222 Z M265.1,229.7 L265.1,241.7 L272.6,241.7 C276.6,241.7 279.7,240.3 279.7,235.5 C279.7,231.6 277.2,229.7 272.9,229.7 L265.1,229.7 Z" id="XMLID_754_"></path>
17
- <polygon id="XMLID_751_" points="325.8 229.9 306.2 229.9 306.2 239.6 324.5 239.6 324.5 247.2 306.2 247.2 306.2 257.8 326.4 257.8 326.4 265.6 296.8 265.6 296.8 222 325.9 222 325.9 229.9"></polygon>
18
- <polygon id="XMLID_745_" points="30 286.6 11.1 286.6 11.1 297.4 28.6 297.4 28.6 305.1 11.1 305.1 11.1 322.3 1.6 322.3 1.6 278.8 30 278.8"></polygon>
19
- <path d="M77.2,300.6 C77.2,316.5 66.7,323.4 55.6,323.4 C45.5,323.4 34,317.4 34,300.5 C34,284.3 44.5,277.7 55.6,277.7 C65.8,277.7 77.2,283.4 77.2,300.6 Z M43.8,300.4 C43.8,309.7 47.9,315.5 55.6,315.5 C62.4,315.5 67.4,310.2 67.4,300.7 C67.4,291.5 63.4,285.6 55.6,285.6 C48.5,285.6 43.8,291 43.8,300.4 Z" id="XMLID_738_"></path>
20
- <path d="M99,278.8 C111.1,278.8 116.2,284.8 116.2,292.3 C116.2,298.1 113.2,302.3 107.2,304.4 L118.6,322.4 L107.5,322.4 L97.9,305.9 L91.9,305.9 L91.9,322.4 L82.4,322.4 L82.4,278.9 L99,278.9 L99,278.8 Z M91.9,286.5 L91.9,298.5 L99.4,298.5 C103.4,298.5 106.5,297.1 106.5,292.3 C106.5,288.4 104,286.5 99.7,286.5 L91.9,286.5 Z" id="XMLID_731_"></path>
21
- <path d="M164.5,315.5 L148.1,315.5 L146.1,322.3 L136.4,322.3 L150.5,278.8 L162.4,278.8 L176.5,322.3 L166.4,322.3 L164.5,315.5 Z M150.2,307.9 L162.4,307.9 L156.3,286.1 L150.2,307.9 Z" id="XMLID_727_"></path>
22
- <path d="M198.1,278.8 C210.2,278.8 215.3,284.8 215.3,292.3 C215.3,298.1 212.3,302.3 206.3,304.4 L217.7,322.4 L206.6,322.4 L197,305.9 L191,305.9 L191,322.4 L181.5,322.4 L181.5,278.9 L198.1,278.9 L198.1,278.8 Z M191,286.5 L191,298.5 L198.5,298.5 C202.5,298.5 205.6,297.1 205.6,292.3 C205.6,288.4 203.1,286.5 198.8,286.5 L191,286.5 Z" id="XMLID_719_"></path>
23
- <polygon id="XMLID_711_" points="253 286.7 240.7 286.7 240.7 322.3 231.2 322.3 231.2 286.7 219 286.7 219 278.8 253 278.8"></polygon>
24
- <path d="M254,315.3 L260.2,309.6 C263.7,313.2 267.8,315.4 273.8,315.4 C278.8,315.4 282.3,313.5 282.3,310.2 C282.3,307 280.7,305.3 271.5,303.7 C261.2,301.8 256.3,298.1 256.3,290.4 C256.3,282.6 263.1,277.6 273.3,277.6 C281.9,277.6 287.8,281 291.6,285.3 L285.1,290.5 C282.9,288 279.5,285.4 273.3,285.4 C268.6,285.4 266,287.1 266,290.1 C266,293 267.7,294.3 276.5,295.9 C287.4,297.8 292.2,301.6 292.2,309.5 C292.2,318.1 285.1,323.2 273.7,323.2 C265.6,323.4 258.6,320.6 254,315.3 Z" id="XMLID_707_"></path>
25
- <path d="M337.9,315.5 L321.5,315.5 L319.5,322.3 L309.8,322.3 L323.9,278.8 L335.8,278.8 L349.9,322.3 L339.8,322.3 L337.9,315.5 Z M323.6,307.9 L335.8,307.9 L329.7,286.1 L323.6,307.9 Z" id="XMLID_704_"></path>
26
- <polygon id="XMLID_702_" points="389.9 322.3 379 322.3 362.6 293.3 362.6 322.3 354 322.3 354 278.8 364.9 278.8 381.3 308.5 381.3 278.8 389.9 278.8"></polygon>
27
- <path d="M410.7,278.8 C422.9,278.8 433.7,284.6 433.7,300 C433.7,317.1 422.7,322.4 412.5,322.4 L396.4,322.4 L396.4,278.9 L410.7,278.9 L410.7,278.8 Z M406.1,286.5 L406.1,314.5 L412.6,314.5 C418.1,314.5 424,311.8 424,299.9 C424,291.8 420.3,286.5 411,286.5 L406.1,286.5 Z" id="XMLID_699_"></path>
28
- <path d="M79.7,349.2 L70.5,351.6 C68.6,346.9 65.6,344.4 60.6,344.4 C53.7,344.4 49.3,349.7 49.3,359.1 C49.3,368.4 53.2,374.1 60.7,374.1 C66.4,374.1 69.6,371.2 71.5,365.9 L80.5,368.7 C77.1,377.6 69.4,382 60.2,382 C50.2,382 39.5,375.8 39.5,359.1 C39.5,342.9 49.8,336.3 60.5,336.3 C68.4,336.5 76.1,339.6 79.7,349.2 Z" id="XMLID_697_"></path>
29
- <path d="M101.7,337.5 C113.8,337.5 118.9,343.5 118.9,351 C118.9,356.8 115.9,361 109.9,363.1 L121.3,381.1 L110.2,381.1 L100.6,364.6 L94.6,364.6 L94.6,381.1 L85.1,381.1 L85.1,337.6 L101.7,337.6 L101.7,337.5 Z M94.6,345.2 L94.6,357.2 L102.1,357.2 C106.1,357.2 109.2,355.8 109.2,351 C109.2,347.1 106.7,345.2 102.4,345.2 L94.6,345.2 Z" id="XMLID_694_"></path>
30
- <polygon id="XMLID_692_" points="154.6 345.4 135 345.4 135 355.1 153.3 355.1 153.3 362.7 135 362.7 135 373.3 155.2 373.3 155.2 381.1 125.6 381.1 125.6 337.6 154.7 337.6 154.7 345.4"></polygon>
31
- <path d="M188.5,374.2 L172.1,374.2 L170.1,381 L160.4,381 L174.5,337.5 L186.4,337.5 L200.5,381 L190.4,381 L188.5,374.2 Z M174.2,366.6 L186.4,366.6 L180.3,344.8 L174.2,366.6 Z" id="XMLID_689_"></path>
32
- <polygon id="XMLID_687_" points="230.7 345.4 218.4 345.4 218.4 381 208.9 381 208.9 345.4 196.6 345.4 196.6 337.5 230.7 337.5"></polygon>
33
- <polygon id="XMLID_685_" points="244.9 381.1 235.4 381.1 235.4 337.6 244.9 337.6"></polygon>
34
- <polygon id="XMLID_683_" points="275.7 381.1 263.8 381.1 250.7 337.6 260.8 337.6 269.9 373.4 278.9 337.6 288.8 337.6"></polygon>
35
- <polygon id="XMLID_681_" points="303.9 381.1 294.4 381.1 294.4 337.6 303.9 337.6"></polygon>
36
- <polygon id="XMLID_679_" points="343.7 345.4 331.4 345.4 331.4 381 321.9 381 321.9 345.4 309.6 345.4 309.6 337.5 343.7 337.5"></polygon>
37
- <polygon id="XMLID_677_" points="371.5 363.8 371.5 381.1 362 381.1 362 363.9 347.1 337.5 357.9 337.5 366.9 356.1 376 337.5 386.4 337.5"></polygon>
38
- </g>
39
- </g>
40
- </svg>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="680" height="382" viewBox="0 0 680 382" xml:space="preserve" enable-background="new 0 0 680 382"><path d="M90.3,111.3c16.1-4.1,26.6-14.3,26.6-32.5c0-25.7-17.5-40.7-61.3-40.7H0.4v159h64.1c42.9,0,61.1-19.3,61.1-45.7 C125.5,130.1,113.9,115.8,90.3,111.3z M30.3,62.9h27.5c18.4,0,28.2,5,28.2,19.3c0,14.5-10.4,20.2-24.1,20.2H30.3V62.9z M65.5,172.4 H30.3v-47.5H65c13.6,0,28.8,4.1,28.8,24.5C93.9,165.1,82.1,172.4,65.5,172.4z M405.5,152L339.6,38.2h-33.4v159h27.7V86.3l65.5,110.9 h34v-159h-27.9V152z M458.2,197.2h30.2v-64.8h65.2v-25h-65.2V63.6h70.5V38.2H458.2V197.2z M679.5,63.6V38.2H578.9v159h30.2v-64.8 h65.2v-25h-65.2V63.6H679.5z M125.1,197.2h34.4L208.9,76l49.4,121.2h34.4L208.9,0.8L125.1,197.2z M129.1,233.7l-9.2,2.4 c-1.9-4.7-4.9-7.2-9.9-7.2c-6.9,0-11.3,5.3-11.3,14.7c0,9.3,3.9,15,11.4,15c5.7,0,8.9-2.9,10.8-8.2l9,2.8 c-3.4,8.9-11.1,13.3-20.3,13.3c-10,0-20.7-6.2-20.7-22.9c0-16.2,10.3-22.8,21-22.8C117.8,221,125.5,224.1,129.1,233.7z M164.7,229.9 h-19.6v9.7h18.3v7.6h-18.3v10.6h20.2v7.8h-29.6V222h29.1v7.9H164.7z M208.9,265.6H198l-16.4-29v29H173V222h10.9l16.4,29.7V222h8.6 V265.6z M248.9,229.9h-12.3v35.6h-9.5v-35.6h-12.3V222h34.1V229.9z M272.2,222c12.1,0,17.2,6,17.2,13.5c0,5.8-3,10-9,12.1l11.4,18 h-11.1l-9.6-16.5h-6v16.5h-9.5V222H272.2z M265.1,229.7v12h7.5c4,0,7.1-1.4,7.1-6.2c0-3.9-2.5-5.8-6.8-5.8H265.1z M325.8,229.9 h-19.6v9.7h18.3v7.6h-18.3v10.6h20.2v7.8h-29.6V222h29.1v7.9H325.8z M30,286.6H11.1v10.8h17.5v7.7H11.1v17.2H1.6v-43.5H30V286.6z M77.2,300.6c0,15.9-10.5,22.8-21.6,22.8c-10.1,0-21.6-6-21.6-22.9c0-16.2,10.5-22.8,21.6-22.8C65.8,277.7,77.2,283.4,77.2,300.6z M43.8,300.4c0,9.3,4.1,15.1,11.8,15.1c6.8,0,11.8-5.3,11.8-14.8c0-9.2-4-15.1-11.8-15.1C48.5,285.6,43.8,291,43.8,300.4z M99,278.8 c12.1,0,17.2,6,17.2,13.5c0,5.8-3,10-9,12.1l11.4,18h-11.1l-9.6-16.5h-6v16.5h-9.5v-43.5H99V278.8z M91.9,286.5v12h7.5 c4,0,7.1-1.4,7.1-6.2c0-3.9-2.5-5.8-6.8-5.8H91.9z M164.5,315.5h-16.4l-2,6.8h-9.7l14.1-43.5h11.9l14.1,43.5h-10.1L164.5,315.5z M150.2,307.9h12.2l-6.1-21.8L150.2,307.9z M198.1,278.8c12.1,0,17.2,6,17.2,13.5c0,5.8-3,10-9,12.1l11.4,18h-11.1l-9.6-16.5h-6 v16.5h-9.5v-43.5h16.6V278.8z M191,286.5v12h7.5c4,0,7.1-1.4,7.1-6.2c0-3.9-2.5-5.8-6.8-5.8H191z M253,286.7h-12.3v35.6h-9.5v-35.6 H219v-7.9h34V286.7z M254,315.3l6.2-5.7c3.5,3.6,7.6,5.8,13.6,5.8c5,0,8.5-1.9,8.5-5.2c0-3.2-1.6-4.9-10.8-6.5 c-10.3-1.9-15.2-5.6-15.2-13.3c0-7.8,6.8-12.8,17-12.8c8.6,0,14.5,3.4,18.3,7.7l-6.5,5.2c-2.2-2.5-5.6-5.1-11.8-5.1 c-4.7,0-7.3,1.7-7.3,4.7c0,2.9,1.7,4.2,10.5,5.8c10.9,1.9,15.7,5.7,15.7,13.6c0,8.6-7.1,13.7-18.5,13.7 C265.6,323.4,258.6,320.6,254,315.3z M337.9,315.5h-16.4l-2,6.8h-9.7l14.1-43.5h11.9l14.1,43.5h-10.1L337.9,315.5z M323.6,307.9 h12.2l-6.1-21.8L323.6,307.9z M389.9,322.3H379l-16.4-29v29H354v-43.5h10.9l16.4,29.7v-29.7h8.6V322.3z M410.7,278.8 c12.2,0,23,5.8,23,21.2c0,17.1-11,22.4-21.2,22.4h-16.1v-43.5h14.3V278.8z M406.1,286.5v28h6.5c5.5,0,11.4-2.7,11.4-14.6 c0-8.1-3.7-13.4-13-13.4H406.1z M79.7,349.2l-9.2,2.4c-1.9-4.7-4.9-7.2-9.9-7.2c-6.9,0-11.3,5.3-11.3,14.7c0,9.3,3.9,15,11.4,15 c5.7,0,8.9-2.9,10.8-8.2l9,2.8c-3.4,8.9-11.1,13.3-20.3,13.3c-10,0-20.7-6.2-20.7-22.9c0-16.2,10.3-22.8,21-22.8 C68.4,336.5,76.1,339.6,79.7,349.2z M101.7,337.5c12.1,0,17.2,6,17.2,13.5c0,5.8-3,10-9,12.1l11.4,18h-11.1l-9.6-16.5h-6v16.5h-9.5 v-43.5h16.6V337.5z M94.6,345.2v12h7.5c4,0,7.1-1.4,7.1-6.2c0-3.9-2.5-5.8-6.8-5.8H94.6z M154.6,345.4H135v9.7h18.3v7.6H135v10.6 h20.2v7.8h-29.6v-43.5h29.1L154.6,345.4L154.6,345.4z M188.5,374.2h-16.4l-2,6.8h-9.7l14.1-43.5h11.9l14.1,43.5h-10.1L188.5,374.2z M174.2,366.6h12.2l-6.1-21.8L174.2,366.6z M230.7,345.4h-12.3V381h-9.5v-35.6h-12.3v-7.9h34.1V345.4z M244.9,381.1h-9.5v-43.5h9.5 V381.1z M275.7,381.1h-11.9l-13.1-43.5h10.1l9.1,35.8l9-35.8h9.9L275.7,381.1z M303.9,381.1h-9.5v-43.5h9.5V381.1z M343.7,345.4 h-12.3V381h-9.5v-35.6h-12.3v-7.9h34.1V345.4z M371.5,363.8v17.3H362v-17.2l-14.9-26.4h10.8l9,18.6l9.1-18.6h10.4L371.5,363.8z"/></svg>
41
3
  </template>
@@ -1,48 +1,5 @@
1
1
  <template>
2
- <svg width="246px" height="58px" viewBox="0 0 246 58" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
- <g id="grant_eps_black" transform="translate(-14.000000, -15.000000)" fill="#1A1919">
5
- <path d="M109.204,32.862 L112.85,32.862 L119.179,48.982 L115.6,48.982 L114.213,45.29 L107.679,45.29 L106.27,48.982 L102.92,48.982 L109.204,32.862 Z M110.98,36.098 L110.932,36.098 L108.604,42.748 L113.313,42.748 L110.98,36.098 L110.98,36.098 Z" id="Fill-1"></path>
6
- <path d="M120.862,32.862 L124.351,32.862 C127.814,32.862 131.946,32.747 131.946,37.23 C131.946,39.122 130.677,40.69 128.622,40.97 L128.622,41.012 C129.5,41.082 130.007,41.962 130.332,42.677 L132.918,48.984 L129.314,48.984 L127.376,43.948 C126.91,42.748 126.5,42.285 125.135,42.285 L124.094,42.285 L124.094,48.984 L120.862,48.984 L120.862,32.862 Z M124.094,39.748 L125.16,39.748 C126.751,39.748 128.578,39.514 128.578,37.505 C128.578,35.566 126.775,35.403 125.16,35.403 L124.094,35.403 L124.094,39.748 L124.094,39.748 Z" id="Fill-2"></path>
7
- <polyline id="Fill-3" points="138.113 35.403 133.494 35.403 133.494 32.862 145.966 32.862 145.966 35.403 141.342 35.403 141.342 48.984 138.113 48.984 138.113 35.403"></polyline>
8
- <path d="M156.678,35.819 C155.662,35.38 154.53,35.125 153.4,35.125 C152.291,35.125 150.858,35.612 150.858,37.367 C150.858,40.161 157.927,38.982 157.927,44.386 C157.927,47.92 155.129,49.262 151.876,49.262 C150.121,49.262 149.334,49.033 147.742,48.637 L148.039,45.726 C149.152,46.328 150.42,46.721 151.69,46.721 C152.914,46.721 154.553,46.096 154.553,44.641 C154.553,41.57 147.487,42.84 147.487,37.504 C147.487,33.9 150.279,32.585 153.123,32.585 C154.506,32.585 155.799,32.77 156.978,33.164 L156.678,35.819" id="Fill-4"></path>
9
- <path d="M178.548,48.756 C177.371,49.031 176.099,49.26 174.875,49.26 C169.657,49.26 166.03,46.65 166.03,41.197 C166.03,35.681 169.402,32.585 174.875,32.585 C175.937,32.585 177.347,32.793 178.523,33.257 L178.293,35.981 C177.069,35.287 175.962,35.126 174.806,35.126 C171.48,35.126 169.402,37.666 169.402,40.97 C169.402,44.249 171.432,46.721 174.875,46.721 C176.147,46.721 177.643,46.441 178.408,46.051 L178.548,48.756" id="Fill-5"></path>
10
- <path d="M187.944,32.585 C193.001,32.585 195.844,36.004 195.844,40.876 C195.844,45.748 193.046,49.26 187.944,49.26 C182.773,49.26 180.048,45.818 180.048,40.876 C180.048,35.934 182.817,32.585 187.944,32.585 M187.944,46.721 C191.245,46.721 192.473,43.786 192.473,40.876 C192.473,38.035 191.153,35.126 187.944,35.126 C184.736,35.126 183.419,38.035 183.419,40.876 C183.419,43.786 184.644,46.721 187.944,46.721" id="Fill-6"></path>
11
- <path d="M197.988,32.862 L201.222,32.862 L201.222,42.172 C201.222,44.921 202.098,46.721 204.572,46.721 C207.04,46.721 207.921,44.921 207.921,42.172 L207.921,32.862 L211.152,32.862 L211.152,43.165 C211.152,47.482 208.704,49.262 204.572,49.262 C200.438,49.262 197.988,47.482 197.988,43.165 L197.988,32.862" id="Fill-7"></path>
12
- <polyline id="Fill-8" points="213.576 32.862 217.547 32.862 223.688 44.921 223.736 44.921 223.736 32.862 226.831 32.862 226.831 48.982 222.882 48.982 216.718 36.927 216.671 36.927 216.671 48.982 213.576 48.982 213.576 32.862"></polyline>
13
- <path d="M241.446,48.756 C240.271,49.031 238.999,49.26 237.776,49.26 C232.556,49.26 228.93,46.65 228.93,41.197 C228.93,35.681 232.302,32.585 237.776,32.585 C238.837,32.585 240.245,32.793 241.421,33.257 L241.194,35.981 C239.968,35.287 238.862,35.126 237.708,35.126 C234.383,35.126 232.302,37.666 232.302,40.97 C232.302,44.249 234.332,46.721 237.776,46.721 C239.044,46.721 240.546,46.441 241.308,46.051 L241.446,48.756" id="Fill-9"></path>
14
- <polygon id="Fill-10" points="243.896 48.982 247.128 48.982 247.128 32.862 243.896 32.862"></polygon>
15
- <polyline id="Fill-11" points="249.667 32.862 252.899 32.862 252.899 46.441 259.159 46.441 259.159 48.982 249.667 48.982 249.667 32.862"></polyline>
16
- <polyline id="Fill-12" points="102.968 55.957 112.484 55.957 112.484 58.494 106.2 58.494 106.2 62.469 111.952 62.469 111.952 65.01 106.2 65.01 106.2 69.535 112.529 69.535 112.529 72.076 102.968 72.076 102.968 55.957"></polyline>
17
- <polyline id="Fill-13" points="115.182 55.957 119.157 55.957 125.298 68.01 125.344 68.01 125.344 55.957 128.439 55.957 128.439 72.076 124.492 72.076 118.323 60.021 118.278 60.021 118.278 72.076 115.182 72.076 115.182 55.957"></polyline>
18
- <path d="M144.026,59.074 C142.779,58.496 141.161,58.221 139.864,58.221 C136.102,58.221 134.027,60.76 134.027,64.062 C134.027,67.34 136.057,69.81 139.498,69.81 C140.379,69.81 141.069,69.719 141.623,69.582 L141.623,65.379 L138.204,65.379 L138.204,62.838 L144.715,62.838 L144.715,71.521 C143.008,71.982 141.229,72.353 139.498,72.353 C134.28,72.353 130.654,69.742 130.654,64.293 C130.654,58.773 134.027,55.68 139.498,55.68 C141.369,55.68 142.846,55.932 144.234,56.35 L144.026,59.074" id="Fill-14"></path>
19
- <polyline id="Fill-15" points="147.302 55.957 150.536 55.957 150.536 69.535 156.793 69.535 156.793 72.076 147.302 72.076 147.302 55.957"></polyline>
20
- <path d="M164.505,55.957 L168.155,55.957 L174.484,72.078 L170.905,72.078 L169.517,68.383 L162.983,68.383 L161.576,72.078 L158.225,72.078 L164.505,55.957 Z M166.284,59.187 L166.241,59.187 L163.905,65.84 L168.617,65.84 L166.284,59.187 L166.284,59.187 Z" id="Fill-16"></path>
21
- <polyline id="Fill-17" points="176.051 55.957 180.023 55.957 186.167 68.01 186.211 68.01 186.211 55.957 189.307 55.957 189.307 72.076 185.358 72.076 179.19 60.021 179.145 60.021 179.145 72.076 176.051 72.076 176.051 55.957"></polyline>
22
- <path d="M191.946,55.957 L196.357,55.957 C201.296,55.957 205.663,57.621 205.663,64.018 C205.663,70.41 201.296,72.076 196.357,72.076 L191.946,72.076 L191.946,55.957 Z M195.179,69.535 L196.98,69.535 C199.68,69.535 202.292,67.527 202.292,64.018 C202.292,60.504 199.68,58.496 196.98,58.496 L195.179,58.496 L195.179,69.535 L195.179,69.535 Z" id="Fill-18"></path>
23
- <path d="M103.131,23.473 C103.506,23.635 104.044,23.778 104.735,23.778 C105.833,23.778 107.061,23.209 107.061,21.777 C107.061,19.704 103.81,19.694 103.81,18.272 C103.81,17.357 104.614,17.053 105.346,17.053 C105.823,17.053 106.321,17.144 106.635,17.316 L106.747,16.677 C106.261,16.495 105.701,16.444 105.355,16.444 C104.106,16.444 103.112,17.154 103.112,18.292 C103.112,20.151 106.362,20.324 106.362,21.716 C106.362,22.723 105.64,23.169 104.766,23.169 C104.106,23.169 103.618,23.017 103.202,22.752 L103.131,23.473 Z M112.527,18.476 L111.887,18.476 L111.887,21.34 C111.887,22.204 111.522,23.229 110.353,23.229 C109.469,23.229 109.123,22.601 109.123,21.625 L109.123,18.476 L108.485,18.476 L108.485,21.787 C108.485,22.925 108.971,23.778 110.251,23.778 C111.329,23.778 111.715,23.2 111.928,22.732 L111.949,22.732 L111.949,23.655 L112.567,23.655 C112.527,23.239 112.527,22.833 112.527,22.437 L112.527,18.476 Z M114.209,25.789 L114.848,25.789 L114.848,22.773 L114.868,22.773 C115.184,23.442 115.671,23.778 116.484,23.778 C117.907,23.778 118.616,22.601 118.616,21.066 C118.616,19.491 118.009,18.354 116.484,18.354 C115.386,18.354 114.99,19.135 114.828,19.419 L114.807,19.419 L114.848,18.476 L114.209,18.476 L114.209,25.789 Z M117.917,21.066 C117.917,22.071 117.602,23.229 116.383,23.229 C115.244,23.229 114.848,22.01 114.848,21.066 C114.848,20.12 115.244,18.901 116.383,18.901 C117.602,18.901 117.917,20.06 117.917,21.066 L117.917,21.066 Z M120.041,25.789 L120.679,25.789 L120.679,22.773 L120.7,22.773 C121.015,23.442 121.502,23.778 122.316,23.778 C123.739,23.778 124.449,22.601 124.449,21.066 C124.449,19.491 123.84,18.354 122.316,18.354 C121.218,18.354 120.822,19.135 120.66,19.419 L120.64,19.419 L120.679,18.476 L120.041,18.476 L120.041,25.789 Z M123.749,21.066 C123.749,22.071 123.434,23.229 122.214,23.229 C121.076,23.229 120.679,22.01 120.679,21.066 C120.679,20.12 121.076,18.901 122.214,18.901 C123.434,18.901 123.749,20.06 123.749,21.066 L123.749,21.066 Z M125.576,21.066 C125.576,22.478 126.316,23.778 127.994,23.778 C129.67,23.778 130.411,22.478 130.411,21.066 C130.411,19.653 129.67,18.354 127.994,18.354 C126.316,18.354 125.576,19.653 125.576,21.066 L125.576,21.066 Z M126.276,21.066 C126.276,19.867 126.876,18.901 127.994,18.901 C129.111,18.901 129.711,19.867 129.711,21.066 C129.711,22.265 129.111,23.229 127.994,23.229 C126.876,23.229 126.276,22.265 126.276,21.066 L126.276,21.066 Z M131.793,23.655 L132.432,23.655 L132.432,21.096 C132.432,20.161 132.706,19.023 133.722,19.023 C133.885,19.023 134.057,19.043 134.189,19.084 L134.189,18.415 C134.078,18.384 133.895,18.354 133.743,18.354 C133.081,18.354 132.645,18.891 132.411,19.47 L132.392,19.47 L132.392,18.476 L131.752,18.476 C131.793,18.851 131.793,19.063 131.793,19.633 L131.793,23.655 Z M137.842,18.476 L136.664,18.476 L136.664,17.003 L136.024,17.227 L136.024,18.476 L135.009,18.476 L135.009,19.023 L136.024,19.023 L136.024,22.051 C136.024,22.996 136.065,23.778 137.202,23.778 C137.517,23.778 137.832,23.696 137.984,23.635 L137.944,23.108 C137.761,23.179 137.599,23.229 137.354,23.229 C136.836,23.229 136.664,22.844 136.664,22.376 L136.664,19.023 L137.842,19.023 L137.842,18.476 Z M142.548,22.844 C142.244,23.036 141.563,23.229 141.096,23.229 C139.977,23.229 139.389,22.346 139.389,21.247 L142.933,21.247 L142.933,20.924 C142.933,19.532 142.334,18.354 140.872,18.354 C139.561,18.354 138.688,19.481 138.688,21.066 C138.688,22.62 139.327,23.778 141.045,23.778 C141.522,23.778 142.101,23.676 142.548,23.493 L142.548,22.844 Z M139.389,20.701 C139.389,19.847 139.967,18.901 140.913,18.901 C141.867,18.901 142.233,19.796 142.233,20.701 L139.389,20.701 Z M148.454,16.037 L147.814,16.037 L147.814,19.349 L147.795,19.349 C147.703,19.094 147.195,18.354 146.179,18.354 C144.654,18.354 144.046,19.491 144.046,21.066 C144.046,22.601 144.756,23.778 146.179,23.778 C146.92,23.778 147.449,23.493 147.795,22.834 L147.814,22.834 L147.814,23.655 L148.454,23.655 L148.454,16.037 Z M144.746,21.066 C144.746,20.06 145.061,18.901 146.28,18.901 C147.418,18.901 147.814,20.12 147.814,21.066 C147.814,22.01 147.418,23.229 146.28,23.229 C145.061,23.229 144.746,22.071 144.746,21.066 L144.746,21.066 Z M156.018,18.476 L155.378,18.476 L155.378,21.34 C155.378,22.204 155.012,23.229 153.844,23.229 C152.96,23.229 152.614,22.601 152.614,21.625 L152.614,18.476 L151.976,18.476 L151.976,21.787 C151.976,22.925 152.462,23.778 153.743,23.778 C154.819,23.778 155.205,23.2 155.419,22.732 L155.439,22.732 L155.439,23.655 L156.058,23.655 C156.018,23.239 156.018,22.833 156.018,22.437 L156.018,18.476 Z M157.277,23.534 C157.733,23.717 158.231,23.778 158.729,23.778 C159.512,23.778 160.537,23.402 160.537,22.306 C160.537,20.609 157.987,20.73 157.987,19.766 C157.987,19.104 158.445,18.901 159.105,18.901 C159.461,18.901 159.918,18.993 160.252,19.145 L160.313,18.587 C159.858,18.415 159.309,18.354 159.034,18.354 C158.18,18.354 157.348,18.739 157.348,19.766 C157.348,21.269 159.837,21.076 159.837,22.306 C159.837,22.894 159.298,23.229 158.688,23.229 C158.19,23.229 157.723,23.098 157.338,22.904 L157.277,23.534 Z M161.808,23.655 L162.446,23.655 L162.446,18.476 L161.808,18.476 L161.808,23.655 Z M161.808,17.094 L162.446,17.094 L162.446,16.242 L161.808,16.242 L161.808,17.094 Z M164.158,23.655 L164.796,23.655 L164.796,20.79 C164.796,19.928 165.163,18.901 166.332,18.901 C167.216,18.901 167.561,19.531 167.561,20.506 L167.561,23.655 L168.2,23.655 L168.2,20.344 C168.2,19.206 167.713,18.354 166.433,18.354 C165.355,18.354 164.97,18.932 164.755,19.399 L164.736,19.399 L164.736,18.476 L164.118,18.476 C164.158,18.893 164.158,19.299 164.158,19.695 L164.158,23.655 Z M170.329,21.066 C170.329,20.06 170.645,18.901 171.863,18.901 C173.033,18.901 173.398,19.816 173.398,21.066 C173.398,22.01 172.982,23.108 171.823,23.108 C170.736,23.108 170.329,22.082 170.329,21.066 L170.329,21.066 Z M174.037,18.476 L173.398,18.476 L173.398,19.064 L173.378,19.064 C172.9,18.445 172.453,18.354 171.762,18.354 C170.237,18.354 169.629,19.491 169.629,21.066 C169.629,22.214 170.157,23.655 171.813,23.655 C172.474,23.655 173.042,23.391 173.388,22.641 L173.408,22.641 C173.408,24.102 173.266,25.303 171.62,25.303 C171.061,25.303 170.492,25.14 170.095,24.936 L170.045,25.576 C170.31,25.657 170.928,25.85 171.609,25.85 C173.388,25.85 174.037,24.672 174.037,23.229 L174.037,18.476 Z M177.499,25.789 L178.136,25.789 L178.136,22.773 L178.157,22.773 C178.473,23.442 178.96,23.778 179.773,23.778 C181.196,23.778 181.905,22.601 181.905,21.066 C181.905,19.491 181.297,18.354 179.773,18.354 C178.675,18.354 178.278,19.135 178.116,19.419 L178.096,19.419 L178.136,18.476 L177.499,18.476 L177.499,25.789 Z M181.206,21.066 C181.206,22.071 180.891,23.229 179.671,23.229 C178.533,23.229 178.136,22.01 178.136,21.066 C178.136,20.12 178.533,18.901 179.671,18.901 C180.891,18.901 181.206,20.06 181.206,21.066 L181.206,21.066 Z M187.391,18.476 L186.752,18.476 L186.752,21.34 C186.752,22.204 186.387,23.229 185.218,23.229 C184.333,23.229 183.988,22.601 183.988,21.625 L183.988,18.476 L183.349,18.476 L183.349,21.787 C183.349,22.925 183.836,23.778 185.116,23.778 C186.193,23.778 186.579,23.2 186.793,22.732 L186.813,22.732 L186.813,23.655 L187.432,23.655 C187.391,23.239 187.391,22.833 187.391,22.437 L187.391,18.476 Z M189.073,23.655 L189.712,23.655 L189.712,22.834 L189.732,22.834 C190.079,23.493 190.606,23.778 191.348,23.778 C192.771,23.778 193.481,22.601 193.481,21.066 C193.481,19.491 192.872,18.354 191.348,18.354 C190.331,18.354 189.824,19.094 189.732,19.349 L189.712,19.349 L189.712,16.037 L189.073,16.037 L189.073,23.655 Z M192.78,21.066 C192.78,22.071 192.466,23.229 191.246,23.229 C190.108,23.229 189.712,22.01 189.712,21.066 C189.712,20.12 190.079,18.901 191.246,18.901 C192.466,18.901 192.78,20.06 192.78,21.066 L192.78,21.066 Z M194.945,23.655 L195.585,23.655 L195.585,16.037 L194.945,16.037 L194.945,23.655 Z M197.294,23.655 L197.932,23.655 L197.932,18.476 L197.294,18.476 L197.294,23.655 Z M197.294,17.094 L197.933,17.094 L197.933,16.242 L197.294,16.242 L197.294,17.094 Z M203.132,18.556 C202.948,18.495 202.502,18.354 201.881,18.354 C200.349,18.354 199.323,19.47 199.323,21.066 C199.323,22.509 200.134,23.778 201.801,23.778 C202.287,23.778 202.694,23.746 203.132,23.595 L203.07,22.996 C202.685,23.138 202.308,23.229 201.902,23.229 C200.733,23.229 200.022,22.244 200.022,21.066 C200.022,19.806 200.724,18.901 201.972,18.901 C202.318,18.901 202.735,19.013 203.08,19.166 L203.132,18.556 Z M206.633,23.655 L207.271,23.655 L207.271,19.023 L208.439,19.023 L208.439,18.476 L207.271,18.476 L207.271,18.028 C207.271,17.409 207.18,16.463 208.055,16.463 C208.237,16.463 208.43,16.504 208.562,16.576 L208.603,16.018 C208.479,15.946 208.206,15.916 208.003,15.916 C206.673,15.916 206.633,17.012 206.633,18.1 L206.633,18.476 L205.586,18.476 L205.586,19.023 L206.633,19.023 L206.633,23.655 Z M213.712,18.476 L213.072,18.476 L213.072,21.34 C213.072,22.204 212.708,23.229 211.538,23.229 C210.654,23.229 210.31,22.601 210.31,21.625 L210.31,18.476 L209.67,18.476 L209.67,21.787 C209.67,22.925 210.157,23.778 211.437,23.778 C212.515,23.778 212.9,23.2 213.113,22.732 L213.134,22.732 L213.134,23.655 L213.753,23.655 C213.712,23.239 213.712,22.833 213.712,22.437 L213.712,18.476 Z M215.433,23.655 L216.071,23.655 L216.071,20.79 C216.071,19.928 216.437,18.901 217.606,18.901 C218.49,18.901 218.835,19.531 218.835,20.506 L218.835,23.655 L219.475,23.655 L219.475,20.344 C219.475,19.206 218.987,18.354 217.708,18.354 C216.631,18.354 216.244,18.932 216.031,19.399 L216.011,19.399 L216.011,18.476 L215.392,18.476 C215.433,18.893 215.433,19.299 215.433,19.695 L215.433,23.655 Z M225.325,16.037 L224.688,16.037 L224.688,19.349 L224.667,19.349 C224.575,19.094 224.067,18.354 223.051,18.354 C221.526,18.354 220.919,19.491 220.919,21.066 C220.919,22.601 221.629,23.778 223.051,23.778 C223.793,23.778 224.321,23.493 224.667,22.834 L224.688,22.834 L224.688,23.655 L225.325,23.655 L225.325,16.037 Z M221.618,21.066 C221.618,20.06 221.933,18.901 223.152,18.901 C224.29,18.901 224.688,20.12 224.688,21.066 C224.688,22.01 224.29,23.229 223.152,23.229 C221.933,23.229 221.618,22.071 221.618,21.066 L221.618,21.066 Z M227.003,23.655 L227.641,23.655 L227.641,18.476 L227.003,18.476 L227.003,23.655 Z M227.003,17.094 L227.642,17.094 L227.642,16.242 L227.003,16.242 L227.003,17.094 Z M229.353,23.655 L229.993,23.655 L229.993,20.79 C229.993,19.928 230.357,18.901 231.527,18.901 C232.41,18.901 232.758,19.531 232.758,20.506 L232.758,23.655 L233.395,23.655 L233.395,20.344 C233.395,19.206 232.909,18.354 231.629,18.354 C230.551,18.354 230.165,18.932 229.952,19.399 L229.932,19.399 L229.932,18.476 L229.313,18.476 C229.353,18.893 229.353,19.299 229.353,19.695 L229.353,23.655 Z M235.524,21.066 C235.524,20.06 235.841,18.901 237.06,18.901 C238.228,18.901 238.593,19.816 238.593,21.066 C238.593,22.01 238.177,23.108 237.019,23.108 C235.931,23.108 235.524,22.082 235.524,21.066 L235.524,21.066 Z M239.231,18.476 L238.593,18.476 L238.593,19.064 L238.573,19.064 C238.095,18.445 237.647,18.354 236.956,18.354 C235.435,18.354 234.825,19.491 234.825,21.066 C234.825,22.214 235.353,23.655 237.007,23.655 C237.667,23.655 238.237,23.391 238.583,22.641 L238.603,22.641 C238.603,24.102 238.46,25.303 236.815,25.303 C236.255,25.303 235.688,25.14 235.292,24.936 L235.241,25.576 C235.505,25.657 236.126,25.85 236.806,25.85 C238.583,25.85 239.231,24.672 239.231,23.229 L239.231,18.476 Z M242.692,23.655 L243.331,23.655 L243.331,22.834 L243.353,22.834 C243.698,23.493 244.226,23.778 244.968,23.778 C246.392,23.778 247.101,22.601 247.101,21.066 C247.101,19.491 246.491,18.354 244.968,18.354 C243.952,18.354 243.442,19.094 243.353,19.349 L243.331,19.349 L243.331,16.037 L242.692,16.037 L242.692,23.655 Z M246.401,21.066 C246.401,22.071 246.087,23.229 244.866,23.229 C243.728,23.229 243.331,22.01 243.331,21.066 C243.331,20.12 243.698,18.901 244.866,18.901 C246.087,18.901 246.401,20.06 246.401,21.066 L246.401,21.066 Z M248.485,18.476 L247.784,18.476 L249.62,23.718 L249.489,24.175 C249.286,24.845 249.104,25.303 248.554,25.303 C248.321,25.303 248.198,25.262 248.079,25.221 L248.017,25.769 C248.229,25.819 248.474,25.85 248.708,25.85 C249.429,25.85 249.794,25.14 250.038,24.429 L252.108,18.476 L251.438,18.476 L249.946,22.793 L249.937,22.793 L248.485,18.476 L248.485,18.476 Z" id="Fill-19"></path>
24
- <path d="M19.226,44.145 L19.281,45.797 L16.249,45.022 L16.245,45.006 L19.226,44.145 Z M22.031,43.274 L21.971,41.539 L14.826,44.102 L14.898,45.977 L22.202,48.13 L22.141,46.488 L20.515,46.036 L20.432,43.783 L22.031,43.274 L22.031,43.274 Z" id="Fill-20"></path>
25
- <path d="M17.146,36.136 L17.306,35.64 C17.585,34.778 18.197,34.877 18.481,34.967 C18.978,35.124 19.287,35.586 19.088,36.207 L18.917,36.706 L17.146,36.136 Z M22.356,39.545 L22.88,37.926 L20.103,37.025 C20.291,36.435 20.363,36.22 21.389,36.258 L23.403,36.322 L23.95,34.628 L21.479,34.61 C20.57,34.603 20.236,34.71 20.013,35.186 L19.992,35.182 C20.158,33.766 19.036,33.364 18.751,33.269 C17.478,32.858 16.674,33.657 16.305,34.795 L15.479,37.307 L22.356,39.545 L22.356,39.545 Z" id="Fill-21"></path>
26
- <polyline id="Fill-22" points="25.354 32.414 26.331 31.024 21.481 27.625 22.379 26.343 21.31 25.596 18.529 29.561 19.598 30.31 20.503 29.019 25.354 32.414"></polyline>
27
- <path d="M26.757,20.668 C26.195,20.967 25.8,21.144 25.297,21.571 C23.443,23.124 24.558,24.592 24.705,24.758 C26.357,26.74 28.1,24.383 29.002,25.45 C29.379,25.902 29.156,26.444 28.743,26.789 C28.257,27.201 27.762,27.294 27.238,27.466 L28.074,28.608 C28.372,28.479 29.091,28.149 29.761,27.584 C30.866,26.658 31.166,25.327 30.283,24.278 C28.636,22.313 26.849,24.611 25.999,23.603 C25.656,23.191 25.81,22.732 26.234,22.383 C26.581,22.087 27.127,21.85 27.565,21.748 L26.757,20.668" id="Fill-23"></path>
28
- <path d="M39.835,15.499 C39.54,15.445 38.955,15.338 37.903,15.585 C36.472,15.917 34.973,17.342 35.572,19.924 C36.089,22.157 37.771,23.285 39.7,22.84 C40.597,22.631 41.143,22.334 41.402,22.18 L41.001,20.718 C40.857,20.829 40.455,21.243 39.648,21.427 C38.597,21.672 37.588,20.924 37.271,19.555 C36.938,18.136 37.44,17.069 38.542,16.813 C39.303,16.638 39.792,16.805 40.077,16.885 L39.835,15.499" id="Fill-24"></path>
29
- <path d="M45.371,18.741 C45.546,17.367 46.023,16.285 46.994,16.403 C47.974,16.524 48.185,17.686 48.016,19.061 C47.845,20.439 47.358,21.519 46.386,21.396 C45.408,21.279 45.204,20.117 45.371,18.741 M43.645,18.525 C43.388,20.634 44.169,22.356 46.234,22.61 C48.299,22.866 49.48,21.387 49.74,19.277 C50.001,17.168 49.214,15.443 47.142,15.194 C45.08,14.933 43.905,16.416 43.645,18.525" id="Fill-25"></path>
30
- <path d="M52.158,21.051 C51.349,22.644 51.83,23.956 53.275,24.699 C54.73,25.433 56.072,25.055 56.883,23.456 L58.977,19.353 L57.468,18.581 L55.243,22.923 C54.919,23.572 54.479,23.845 53.875,23.536 C53.262,23.224 53.224,22.705 53.557,22.056 L55.764,17.713 L54.261,16.943 L52.158,21.051" id="Fill-26"></path>
31
- <polyline id="Fill-27" points="57.417 26.961 58.444 28.034 62.219 24.404 62.233 24.42 59.911 29.543 61.311 30.988 66.507 25.972 65.462 24.895 61.868 28.379 61.853 28.363 63.991 23.373 62.619 21.937 57.417 26.961"></polyline>
32
- <path d="M70.773,34.018 C70.756,33.71 70.731,33.112 70.252,32.146 C69.607,30.825 67.877,29.686 65.494,30.85 C63.434,31.851 62.716,33.743 63.578,35.525 C63.985,36.351 64.398,36.821 64.611,37.039 L65.936,36.323 C65.799,36.21 65.315,35.905 64.954,35.155 C64.478,34.193 64.977,33.034 66.231,32.416 C67.547,31.776 68.694,32.034 69.194,33.051 C69.537,33.748 69.484,34.26 69.465,34.557 L70.773,34.018" id="Fill-28"></path>
33
- <polyline id="Fill-29" points="64.955 39.485 65.252 41.153 72.361 39.902 72.068 38.238 64.955 39.485"></polyline>
34
- <polyline id="Fill-30" points="65.453 43.764 65.174 47.837 66.479 47.937 66.643 45.554 72.55 45.967 72.669 44.257 65.453 43.764"></polyline>
35
- <polyline id="Fill-31" points="21.3 60.634 23.345 63.062 23.803 62.661 22.169 60.738 24.361 58.894 25.847 60.678 26.303 60.279 24.82 58.499 26.791 56.84 28.346 58.711 28.809 58.315 26.837 55.97 21.3 60.634"></polyline>
36
- <polyline id="Fill-32" points="26.434 66.003 26.933 66.329 30.497 61.032 30.515 61.044 29.467 68.03 30.15 68.507 34.191 62.501 33.692 62.173 30.1 67.51 30.083 67.498 31.159 60.474 30.474 59.997 26.434 66.003"></polyline>
37
- <path d="M37.624,67.864 L38.864,68.223 L38.171,70.659 C37.809,70.735 37.513,70.691 37.155,70.601 C35.321,70.09 35.229,68.205 35.593,66.936 C36.225,64.749 37.773,64.362 38.762,64.656 C39.293,64.811 39.893,65.206 40.099,65.503 L40.329,64.84 C40.151,64.668 39.523,64.24 38.961,64.074 C37.016,63.522 35.466,64.909 34.955,66.684 C34.579,68.007 34.518,70.474 36.954,71.175 C37.528,71.34 38.088,71.392 38.669,71.256 L39.648,67.821 L37.789,67.3 L37.624,67.864" id="Fill-33"></path>
38
- <polyline id="Fill-34" points="42.869 71.916 45.862 71.916 45.86 71.325 43.509 71.325 43.509 64.697 42.869 64.697 42.869 71.916"></polyline>
39
- <path d="M49.618,64.552 L49.637,64.549 L51.91,67.992 L49.509,68.705 L49.618,64.552 Z M48.801,71.601 L49.413,71.422 L49.493,69.309 L52.265,68.533 L53.419,70.272 L54.073,70.087 L49.77,63.781 L49.115,63.975 L48.801,71.601 L48.801,71.601 Z" id="Fill-35"></path>
40
- <polyline id="Fill-36" points="57.162 68.533 57.665 68.193 54.198 62.845 54.214 62.836 60.236 66.526 60.926 66.099 56.992 60.015 56.484 60.357 59.979 65.741 59.958 65.75 53.93 62.021 53.23 62.452 57.162 68.533"></polyline>
41
- <path d="M59.69,58.112 L60.025,57.699 C61.508,55.772 63.105,56.781 64.002,57.5 C65.426,58.609 65.826,60.044 64.838,61.309 L64.43,61.844 L59.69,58.112 Z M64.511,62.699 L65.201,61.835 C66.629,59.985 65.989,58.176 64.333,56.881 C62.496,55.44 60.873,55.615 59.398,57.515 L58.811,58.249 L64.511,62.699 L64.511,62.699 Z" id="Fill-37"></path>
42
- <polygon id="Fill-38" points="87.42 72.076 88.168 72.076 88.168 15.089 87.42 15.089"></polygon>
43
- </g>
44
- </g>
45
- </svg>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="246" height="58" viewBox="0 0 246 58" xml:space="preserve" enable-background="new 0 0 246 58"><path d="M95.2,17.9h3.6l6.3,16.1h-3.6l-1.4-3.7h-6.5L92.3,34H89L95.2,17.9z M97,21.1L97,21.1l-2.4,6.7h4.7L97,21.1L97,21.1z M106.9,17.9h3.5c3.5,0,7.6-0.1,7.6,4.4c0,1.9-1.3,3.5-3.3,3.7l0,0c0.9,0.1,1.4,1,1.7,1.7L119,34h-3.6l-1.9-5 c-0.5-1.2-0.9-1.7-2.2-1.7h-1V34h-3.2V17.9H106.9z M110.1,24.7h1.1c1.6,0,3.4-0.2,3.4-2.2c0-1.9-1.8-2.1-3.4-2.1h-1.1V24.7 L110.1,24.7z M124.1,20.4h-4.6v-2.5H132v2.5h-4.6V34h-3.2V20.4 M142.7,20.8c-1-0.4-2.1-0.7-3.3-0.7c-1.1,0-2.5,0.5-2.5,2.2 c0,2.8,7.1,1.6,7.1,7c0,3.5-2.8,4.9-6.1,4.9c-1.8,0-2.5-0.2-4.1-0.6l0.3-2.9c1.1,0.6,2.4,1,3.7,1c1.2,0,2.9-0.6,2.9-2.1 c0-3.1-7.1-1.8-7.1-7.1c0-3.6,2.8-4.9,5.6-4.9c1.4,0,2.7,0.2,3.9,0.6L142.7,20.8 M164.5,33.8c-1.2,0.3-2.4,0.5-3.7,0.5 c-5.2,0-8.8-2.6-8.8-8.1s3.4-8.6,8.8-8.6c1.1,0,2.5,0.2,3.6,0.7l-0.2,2.7c-1.2-0.7-2.3-0.9-3.5-0.9c-3.3,0-5.4,2.5-5.4,5.8 s2,5.8,5.5,5.8c1.3,0,2.8-0.3,3.5-0.7L164.5,33.8 M173.9,17.6c5.1,0,7.9,3.4,7.9,8.3s-2.8,8.4-7.9,8.4c-5.2,0-7.9-3.4-7.9-8.4 S168.8,17.6,173.9,17.6 M173.9,31.7c3.3,0,4.5-2.9,4.5-5.8c0-2.8-1.3-5.8-4.5-5.8s-4.5,2.9-4.5,5.8S170.6,31.7,173.9,31.7 M184,17.9 h3.2v9.3c0,2.7,0.9,4.5,3.4,4.5s3.3-1.8,3.3-4.5v-9.3h3.2v10.3c0,4.3-2.4,6.1-6.6,6.1c-4.1,0-6.6-1.8-6.6-6.1V17.9 M199.6,17.9h4 l6.1,12.1l0,0V17.9h3.1V34h-3.9l-6.2-12.1l0,0V34h-3.1L199.6,17.9 M227.4,33.8c-1.2,0.3-2.4,0.5-3.7,0.5c-5.2,0-8.8-2.6-8.8-8.1 s3.4-8.6,8.8-8.6c1.1,0,2.5,0.2,3.6,0.7l-0.2,2.7c-1.2-0.7-2.3-0.9-3.5-0.9c-3.3,0-5.4,2.5-5.4,5.8s2,5.8,5.5,5.8 c1.3,0,2.8-0.3,3.5-0.7L227.4,33.8 M229.9,34h3.2V17.9h-3.2V34z M235.7,17.9h3.2v13.6h6.3V34h-9.5V17.9 M89,41h9.5v2.5h-6.3v4H98V50 h-5.8v4.5h6.3V57H89V41 M101.2,41h4l6.1,12.1l0,0V41h3.1v16.1h-3.9L104.3,45l0,0v12.1h-3.1L101.2,41 M130,44.1 c-1.2-0.6-2.9-0.9-4.2-0.9c-3.8,0-5.8,2.5-5.8,5.8s2,5.7,5.5,5.7c0.9,0,1.6-0.1,2.1-0.2v-4.2h-3.4v-2.5h6.5v8.7 c-1.7,0.5-3.5,0.8-5.2,0.8c-5.2,0-8.8-2.6-8.8-8.1s3.4-8.6,8.8-8.6c1.9,0,3.3,0.3,4.7,0.7L130,44.1 M133.3,41h3.2v13.6h6.3v2.5h-9.5 V41 M150.5,41h3.6l6.3,16.1h-3.6l-1.4-3.7H149l-1.4,3.7h-3.4L150.5,41z M152.3,44.2L152.3,44.2l-2.4,6.7h4.7L152.3,44.2L152.3,44.2z M162.1,41h4l6.1,12.1l0,0V41h3.1v16.1h-3.9L165.2,45l0,0v12.1h-3.1L162.1,41 M177.9,41h4.4c4.9,0,9.3,1.7,9.3,8.1s-4.4,8.1-9.3,8.1 h-4.4V41z M181.2,54.5h1.8c2.7,0,5.3-2,5.3-5.5s-2.6-5.5-5.3-5.5h-1.8V54.5L181.2,54.5z M89.1,8.5c0.4,0.2,0.9,0.3,1.6,0.3 c1.1,0,2.3-0.6,2.3-2c0-2.1-3.3-2.1-3.3-3.5c0-0.9,0.8-1.2,1.5-1.2c0.5,0,1,0.1,1.3,0.3l0.1-0.6c-0.5-0.2-1-0.2-1.4-0.2 C90,1.6,89,2.3,89,3.4c0,1.9,3.2,2,3.2,3.4c0,1-0.7,1.5-1.6,1.5c-0.7,0-1.1-0.2-1.6-0.4L89.1,8.5z M98.5,3.5h-0.6v2.9 c0,0.9-0.4,1.9-1.5,1.9c-0.9,0-1.2-0.6-1.2-1.6V3.5h-0.6v3.3c0,1.1,0.5,2,1.8,2c1.1,0,1.5-0.6,1.7-1l0,0v0.9h0.6c0-0.4,0-0.8,0-1.2 v-4H98.5z M100.2,10.8h0.6v-3l0,0c0.3,0.7,0.8,1,1.6,1c1.4,0,2.1-1.2,2.1-2.7c0-1.6-0.6-2.7-2.1-2.7c-1.1,0-1.5,0.8-1.7,1.1l0,0V3.6 h-0.6L100.2,10.8L100.2,10.8z M103.9,6.1c0,1-0.3,2.2-1.5,2.2c-1.1,0-1.5-1.2-1.5-2.2c0-0.9,0.4-2.2,1.5-2.2 C103.6,3.9,103.9,5.1,103.9,6.1L103.9,6.1z M106,10.8h0.6v-3l0,0c0.3,0.7,0.8,1,1.6,1c1.4,0,2.1-1.2,2.1-2.7c0-1.6-0.6-2.7-2.1-2.7 c-1.1,0-1.5,0.8-1.7,1.1l0,0V3.6H106V10.8z M109.7,6.1c0,1-0.3,2.2-1.5,2.2c-1.1,0-1.5-1.2-1.5-2.2c0-0.9,0.4-2.2,1.5-2.2 C109.4,3.9,109.7,5.1,109.7,6.1L109.7,6.1z M111.6,6.1c0,1.4,0.7,2.7,2.4,2.7c1.7,0,2.4-1.3,2.4-2.7s-0.7-2.7-2.4-2.7 C112.3,3.4,111.6,4.7,111.6,6.1L111.6,6.1z M112.3,6.1c0-1.2,0.6-2.2,1.7-2.2s1.7,1,1.7,2.2s-0.6,2.2-1.7,2.2 C112.9,8.2,112.3,7.3,112.3,6.1L112.3,6.1z M117.8,8.7h0.6V6.1c0-0.9,0.3-2.1,1.3-2.1c0.2,0,0.3,0,0.5,0.1V3.4 c-0.1,0-0.3-0.1-0.4-0.1c-0.7,0-1.1,0.5-1.3,1.1l0,0v-1h-0.6c0,0.4,0,0.6,0,1.2L117.8,8.7L117.8,8.7z M123.8,3.5h-1.2V2L122,2.2v1.2 h-1V4h1v3c0,0.9,0,1.7,1.2,1.7c0.3,0,0.6-0.1,0.8-0.1V8.1c-0.2,0.1-0.3,0.1-0.6,0.1c-0.5,0-0.7-0.4-0.7-0.9V4h1.2L123.8,3.5 L123.8,3.5z M128.5,7.8c-0.3,0.2-1,0.4-1.5,0.4c-1.1,0-1.7-0.9-1.7-2h3.5V5.9c0-1.4-0.6-2.6-2.1-2.6c-1.3,0-2.2,1.1-2.2,2.7 s0.6,2.7,2.4,2.7c0.5,0,1.1-0.1,1.5-0.3L128.5,7.8L128.5,7.8z M125.4,5.7c0-0.9,0.6-1.8,1.5-1.8c1,0,1.3,0.9,1.3,1.8H125.4z M134.5,1h-0.6v3.3l0,0c-0.1-0.3-0.6-1-1.6-1c-1.5,0-2.1,1.1-2.1,2.7c0,1.5,0.7,2.7,2.1,2.7c0.7,0,1.3-0.3,1.6-0.9l0,0v0.8h0.6V1z M130.7,6.1c0-1,0.3-2.2,1.5-2.2c1.1,0,1.5,1.2,1.5,2.2c0,0.9-0.4,2.2-1.5,2.2C131.1,8.2,130.7,7.1,130.7,6.1L130.7,6.1z M142,3.5 h-0.6v2.9c0,0.9-0.4,1.9-1.5,1.9c-0.9,0-1.2-0.6-1.2-1.6V3.5H138v3.3c0,1.1,0.5,2,1.8,2c1.1,0,1.5-0.6,1.7-1l0,0v0.9h0.6 c0-0.4,0-0.8,0-1.2v-4H142z M143.3,8.5c0.5,0.2,1,0.2,1.5,0.2c0.8,0,1.8-0.4,1.8-1.5c0-1.7-2.6-1.6-2.6-2.5c0-0.7,0.5-0.9,1.1-0.9 c0.4,0,0.8,0.1,1.1,0.2l0.1-0.6c-0.5-0.2-1-0.2-1.3-0.2c-0.9,0-1.7,0.4-1.7,1.4c0,1.5,2.5,1.3,2.5,2.5c0,0.6-0.5,0.9-1.1,0.9 c-0.5,0-1-0.1-1.4-0.3L143.3,8.5z M147.8,8.7h0.6V3.5h-0.6V8.7z M147.8,2.1h0.6V1.2h-0.6V2.1z M150.2,8.7h0.6V5.8 c0-0.9,0.4-1.9,1.5-1.9c0.9,0,1.2,0.6,1.2,1.6v3.1h0.6V5.3c0-1.1-0.5-2-1.8-2c-1.1,0-1.5,0.6-1.7,1l0,0V3.5H150c0,0.4,0,0.8,0,1.2v4 H150.2z M156.3,6.1c0-1,0.3-2.2,1.5-2.2s1.5,0.9,1.5,2.2c0,0.9-0.4,2-1.6,2C156.7,8.1,156.3,7.1,156.3,6.1L156.3,6.1z M160,3.5h-0.6 v0.6l0,0c-0.5-0.6-0.9-0.7-1.6-0.7c-1.5,0-2.1,1.1-2.1,2.7c0,1.1,0.5,2.6,2.2,2.6c0.7,0,1.2-0.3,1.6-1l0,0c0,1.5-0.1,2.7-1.8,2.7 c-0.6,0-1.1-0.2-1.5-0.4l-0.1,0.6c0.3,0.1,0.9,0.3,1.6,0.3c1.8,0,2.4-1.2,2.4-2.6L160,3.5L160,3.5z M163.5,10.8h0.6v-3l0,0 c0.3,0.7,0.8,1,1.6,1c1.4,0,2.1-1.2,2.1-2.7c0-1.6-0.6-2.7-2.1-2.7c-1.1,0-1.5,0.8-1.7,1.1l0,0V3.6h-0.6L163.5,10.8L163.5,10.8z M167.2,6.1c0,1-0.3,2.2-1.5,2.2c-1.1,0-1.5-1.2-1.5-2.2c0-0.9,0.4-2.2,1.5-2.2C166.9,3.9,167.2,5.1,167.2,6.1L167.2,6.1z M173.4,3.5h-0.6v2.9c0,0.9-0.4,1.9-1.5,1.9c-0.9,0-1.2-0.6-1.2-1.6V3.5h-0.6v3.3c0,1.1,0.5,2,1.8,2c1.1,0,1.5-0.6,1.7-1l0,0v0.9 h0.6c0-0.4,0-0.8,0-1.2v-4H173.4z M175.1,8.7h0.6V7.8l0,0c0.3,0.7,0.9,0.9,1.6,0.9c1.4,0,2.1-1.2,2.1-2.7c0-1.6-0.6-2.7-2.1-2.7 c-1,0-1.5,0.7-1.6,1l0,0V1h-0.6V8.7z M178.8,6.1c0,1-0.3,2.2-1.5,2.2c-1.1,0-1.5-1.2-1.5-2.2c0-0.9,0.4-2.2,1.5-2.2 C178.5,3.9,178.8,5.1,178.8,6.1L178.8,6.1z M180.9,8.7h0.6V1h-0.6V8.7z M183.3,8.7h0.6V3.5h-0.6V8.7z M183.3,2.1h0.6V1.2h-0.6V2.1z M189.1,3.6c-0.2-0.1-0.6-0.2-1.3-0.2c-1.5,0-2.6,1.1-2.6,2.7c0,1.4,0.8,2.7,2.5,2.7c0.5,0,0.9,0,1.3-0.2l0.1-0.6 c-0.4,0.1-0.8,0.2-1.2,0.2c-1.2,0-1.9-1-1.9-2.2c0-1.3,0.7-2.2,1.9-2.2c0.3,0,0.8,0.1,1.1,0.3L189.1,3.6z M192.6,8.7h0.6V4h1.2V3.5 h-1.2V3c0-0.6-0.1-1.6,0.8-1.6c0.2,0,0.4,0,0.5,0.1V0.9c-0.1-0.1-0.4-0.1-0.6-0.1c-1.3,0-1.4,1.1-1.4,2.2v0.4h-1V4h1L192.6,8.7 L192.6,8.7z M199.7,3.5h-0.6v2.9c0,0.9-0.4,1.9-1.5,1.9c-0.9,0-1.2-0.6-1.2-1.6V3.5h-0.6v3.3c0,1.1,0.5,2,1.8,2c1.1,0,1.5-0.6,1.7-1 l0,0v0.9h0.6c0-0.4,0-0.8,0-1.2v-4H199.7z M201.4,8.7h0.6V5.8c0-0.9,0.4-1.9,1.5-1.9c0.9,0,1.2,0.6,1.2,1.6v3.1h0.6V5.3 c0-1.1-0.5-2-1.8-2c-1.1,0-1.5,0.6-1.7,1l0,0V3.5h-0.6c0,0.4,0,0.8,0,1.2v4H201.4z M211.3,1h-0.6v3.3l0,0c-0.1-0.3-0.6-1-1.6-1 c-1.5,0-2.1,1.1-2.1,2.7c0,1.5,0.7,2.7,2.1,2.7c0.7,0,1.3-0.3,1.6-0.9l0,0v0.8h0.6V1z M207.6,6.1c0-1,0.3-2.2,1.5-2.2 c1.1,0,1.5,1.2,1.5,2.2c0,0.9-0.4,2.2-1.5,2.2C207.9,8.2,207.6,7.1,207.6,6.1L207.6,6.1z M213,8.7h0.6V3.5H213V8.7z M213,2.1h0.6 V1.2H213V2.1z M215.4,8.7h0.6V5.8c0-0.9,0.4-1.9,1.5-1.9c0.9,0,1.2,0.6,1.2,1.6v3.1h0.6V5.3c0-1.1-0.5-2-1.8-2c-1.1,0-1.5,0.6-1.7,1 l0,0V3.5h-0.6c0,0.4,0,0.8,0,1.2v4H215.4z M221.5,6.1c0-1,0.3-2.2,1.5-2.2s1.5,0.9,1.5,2.2c0,0.9-0.4,2-1.6,2 C221.9,8.1,221.5,7.1,221.5,6.1L221.5,6.1z M225.2,3.5h-0.6v0.6l0,0c-0.5-0.6-0.9-0.7-1.6-0.7c-1.5,0-2.1,1.1-2.1,2.7 c0,1.1,0.5,2.6,2.2,2.6c0.7,0,1.2-0.3,1.6-1l0,0c0,1.5-0.1,2.7-1.8,2.7c-0.6,0-1.1-0.2-1.5-0.4l-0.1,0.6c0.3,0.1,0.9,0.3,1.6,0.3 c1.8,0,2.4-1.2,2.4-2.6L225.2,3.5L225.2,3.5z M228.7,8.7h0.6V7.8l0,0c0.3,0.7,0.9,0.9,1.6,0.9c1.4,0,2.1-1.2,2.1-2.7 c0-1.6-0.6-2.7-2.1-2.7c-1,0-1.5,0.7-1.6,1l0,0V1h-0.6V8.7z M232.4,6.1c0,1-0.3,2.2-1.5,2.2c-1.1,0-1.5-1.2-1.5-2.2 c0-0.9,0.4-2.2,1.5-2.2C232.1,3.9,232.4,5.1,232.4,6.1L232.4,6.1z M234.5,3.5h-0.7l1.8,5.2l-0.1,0.5c-0.2,0.7-0.4,1.1-0.9,1.1 c-0.2,0-0.4,0-0.5-0.1l-0.1,0.5c0.2,0.1,0.5,0.1,0.7,0.1c0.7,0,1.1-0.7,1.3-1.4l2.1-6h-0.7l-1.5,4.3l0,0L234.5,3.5L234.5,3.5z M5.2,29.1l0.1,1.7l-3-0.8l0,0L5.2,29.1z M8,28.3v-1.8l-7.1,2.6l0,1.9l7.3,2.2l-0.1-1.6L6.5,31l-0.1-2.3L8,28.3L8,28.3z M3.1,21.1 l0.2-0.5c0.3-0.9,0.9-0.8,1.2-0.7c0.5,0.2,0.8,0.6,0.6,1.2l-0.2,0.5L3.1,21.1z M8.4,24.5l0.5-1.6L6.1,22c0.2-0.6,0.3-0.8,1.3-0.8 l2,0.1l0.5-1.7H7.4c-0.9,0-1.2,0.1-1.5,0.6l0,0c0.2-1.4-1-1.8-1.2-1.9c-1.3-0.4-2.1,0.4-2.4,1.5l-0.8,2.5L8.4,24.5L8.4,24.5z M11.4,17.4l1-1.4l-4.8-3.4l0.9-1.3l-1.1-0.7l-2.8,4l1.1,0.7L6.5,14L11.4,17.4 M12.8,5.7c-0.6,0.3-1,0.5-1.5,0.9 c-1.9,1.6-0.7,3-0.6,3.2c1.7,2,3.4-0.4,4.3,0.7c0.4,0.5,0.2,1-0.3,1.3c-0.5,0.4-1,0.5-1.5,0.7l0.8,1.1c0.3-0.1,1-0.5,1.7-1 c1.1-0.9,1.4-2.3,0.5-3.3c-1.6-2-3.4,0.3-4.3-0.7c-0.3-0.4-0.2-0.9,0.2-1.2c0.3-0.3,0.9-0.5,1.3-0.6L12.8,5.7 M25.8,0.5 c-0.3-0.1-0.9-0.2-1.9,0.1c-1.4,0.3-2.9,1.8-2.3,4.3c0.5,2.2,2.2,3.4,4.1,2.9c0.9-0.2,1.4-0.5,1.7-0.7L27,5.7 c-0.1,0.1-0.5,0.5-1.4,0.7c-1.1,0.2-2.1-0.5-2.4-1.9s0.2-2.5,1.3-2.7c0.8-0.2,1.2,0,1.5,0.1L25.8,0.5 M31.4,3.7 C31.5,2.4,32,1.3,33,1.4s1.2,1.3,1,2.7s-0.7,2.5-1.6,2.3C31.4,6.3,31.2,5.1,31.4,3.7 M29.6,3.5c-0.3,2.1,0.5,3.8,2.6,4.1 c2.1,0.3,3.2-1.2,3.5-3.3s-0.5-3.8-2.6-4.1C31.1-0.1,29.9,1.4,29.6,3.5 M38.2,6.1c-0.8,1.6-0.3,2.9,1.1,3.6c1.5,0.7,2.8,0.4,3.6-1.2 L45,4.4l-1.5-0.8l-2.2,4.3c-0.3,0.6-0.8,0.9-1.4,0.6c-0.6-0.3-0.7-0.8-0.3-1.5l2.2-4.3l-1.5-0.8L38.2,6.1 M43.4,12l1,1.1l3.8-3.6 l0,0l-2.3,5.1l1.4,1.4l5.2-5l-1-1.1l-3.6,3.5l0,0l2.1-5L48.6,7L43.4,12 M56.8,19c0-0.3,0-0.9-0.5-1.9c-0.6-1.3-2.4-2.5-4.8-1.3 c-2.1,1-2.8,2.9-1.9,4.7c0.4,0.8,0.8,1.3,1,1.5l1.3-0.7c-0.1-0.1-0.6-0.4-1-1.2c-0.5-1,0-2.1,1.3-2.7s2.5-0.4,3,0.6 c0.3,0.7,0.3,1.2,0.3,1.5L56.8,19 M51,24.5l0.3,1.7l7.1-1.3l-0.3-1.7L51,24.5 M51.5,28.8l-0.3,4.1l1.3,0.1l0.2-2.4l5.9,0.4l0.1-1.7 L51.5,28.8 M7.3,45.6l2,2.4l0.5-0.4l-1.6-1.9l2.2-1.8l1.5,1.8l0.5-0.4l-1.5-1.8l2-1.7l1.6,1.9l0.5-0.4L13,41L7.3,45.6 M12.4,51 l0.5,0.3l3.6-5.3l0,0l-1,7l0.7,0.5l4-6l-0.5-0.3l-3.6,5.3l0,0l1.1-7L16.5,45L12.4,51 M23.6,52.9l1.2,0.4l-0.7,2.4 c-0.4,0.1-0.7,0-1-0.1c-1.8-0.5-1.9-2.4-1.6-3.7c0.6-2.2,2.2-2.6,3.2-2.3c0.5,0.2,1.1,0.6,1.3,0.8l0.2-0.7c-0.2-0.2-0.8-0.6-1.4-0.8 c-1.9-0.6-3.5,0.8-4,2.6c-0.4,1.3-0.4,3.8,2,4.5c0.6,0.2,1.1,0.2,1.7,0.1l1-3.4l-1.9-0.5L23.6,52.9 M28.9,56.9h3v-0.6h-2.4v-6.6 h-0.6V56.9 M35.6,49.6L35.6,49.6l2.3,3.4l-2.4,0.7L35.6,49.6z M34.8,56.6l0.6-0.2l0.1-2.1l2.8-0.8l1.2,1.7l0.7-0.2l-4.3-6.3L35.1,49 L34.8,56.6L34.8,56.6z M43.2,53.5l0.5-0.3l-3.5-5.3l0,0l6,3.7l0.7-0.4L43,45l-0.5,0.3l3.5,5.4l0,0L40,47l-0.7,0.4L43.2,53.5 M45.7,43.1l0.3-0.4c1.5-1.9,3.1-0.9,4-0.2c1.4,1.1,1.8,2.5,0.8,3.8l-0.4,0.5L45.7,43.1z M50.5,47.7l0.7-0.9c1.4-1.8,0.8-3.7-0.9-5 c-1.8-1.4-3.5-1.3-4.9,0.6l-0.6,0.7L50.5,47.7L50.5,47.7z M73.4,57.1h0.7v-57h-0.7V57.1z"/></svg>
46
3
  </template>
47
4
 
48
5
  <script>
package/index.js CHANGED
@@ -18,6 +18,8 @@ import CardDeck from './components/card_deck'
18
18
  import FormSection from './components/form_section'
19
19
  import FormUpdate from './components/form_update'
20
20
  import FormGroup from './components/form_group'
21
+ import FooterUpper from './components/footer_upper'
22
+ import FooterLower from './components/footer_lower'
21
23
 
22
24
  export {
23
25
  LoadingAnimation,
@@ -38,5 +40,7 @@ export {
38
40
  TableRow,
39
41
  Block,
40
42
  EventSummary,
41
- CardDeck
43
+ CardDeck,
44
+ FooterUpper,
45
+ FooterLower
42
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barbican-reset",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "A collection of useful scss imports and js scripts, that provide consistent styling and functionality across barbican projects.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/index.scss CHANGED
@@ -39,6 +39,6 @@ a, a:hover {
39
39
  color: inherit;
40
40
  }
41
41
 
42
- p:last-of-type {
42
+ p:last-of-type:not([class^=margin]) {
43
43
  margin-bottom: 0;
44
44
  }
@@ -0,0 +1,66 @@
1
+ table.details {
2
+
3
+ $mq: md;
4
+
5
+ thead {
6
+ background-color: $c-grey-alpine;
7
+ font-weight: 700;
8
+ display: block;
9
+
10
+ @include media-breakpoint-down($mq) {
11
+ display: none;
12
+ }
13
+ }
14
+
15
+ thead tr {
16
+ border: 1px solid $c-grey-pearl;
17
+ }
18
+
19
+ tr {
20
+ display: grid;
21
+
22
+ @include media-breakpoint-up($mq) {
23
+ grid-template-columns: auto 10rem 8rem;
24
+ }
25
+
26
+ @include media-breakpoint-down($mq) {
27
+ border-radius: $border-radius-lg;
28
+ }
29
+ }
30
+
31
+ tbody tr {
32
+ border-bottom: 1px solid $c-grey-pearl;
33
+ border-right: 1px solid $c-grey-pearl;
34
+ border-left: 1px solid $c-grey-pearl;
35
+
36
+ @include media-breakpoint-down($mq) {
37
+ border-top: 1px solid $c-grey-pearl;
38
+
39
+ &:not(:last-of-type) {
40
+ margin-bottom: 1rem;
41
+ }
42
+ }
43
+ }
44
+
45
+ th, td {
46
+ padding: 0.75rem;
47
+
48
+ @include media-breakpoint-up($mq) {
49
+ &:not(:last-of-type) {
50
+ border-right: 1px solid $c-grey-pearl;
51
+ }
52
+
53
+ &:last-of-type {
54
+ text-align: right;
55
+ }
56
+ }
57
+ }
58
+
59
+ label {
60
+ font-size: $font-size-lg;
61
+
62
+ @include media-breakpoint-up($mq) {
63
+ display: none;
64
+ }
65
+ }
66
+ }
@@ -1,12 +1,14 @@
1
1
  table.orders {
2
2
 
3
+ $mq: md;
4
+
3
5
  thead {
4
6
  background-color: $c-grey-alpine;
5
7
  margin-bottom: 1rem;
6
8
  font-weight: 700;
7
9
  display: block;
8
10
 
9
- @include media-breakpoint-down(md) {
11
+ @include media-breakpoint-down($mq) {
10
12
  display: none;
11
13
  }
12
14
  }
@@ -15,11 +17,11 @@ table.orders {
15
17
  border: 1px solid $c-grey-pearl;
16
18
  display: grid;
17
19
 
18
- @include media-breakpoint-up(md) {
20
+ @include media-breakpoint-up($mq) {
19
21
  grid-template-columns: 9rem 8rem auto 7rem;
20
22
  }
21
23
 
22
- @include media-breakpoint-down(md) {
24
+ @include media-breakpoint-down($mq) {
23
25
  border-radius: $border-radius-lg;
24
26
  }
25
27
  }
@@ -27,7 +29,7 @@ table.orders {
27
29
  th, td {
28
30
  padding: 0.75rem;
29
31
 
30
- @include media-breakpoint-up(md) {
32
+ @include media-breakpoint-up($mq) {
31
33
  &:not(:last-of-type) {
32
34
  border-right: 1px solid $c-grey-pearl;
33
35
  }
@@ -41,7 +43,7 @@ table.orders {
41
43
  label {
42
44
  font-size: $font-size-lg;
43
45
 
44
- @include media-breakpoint-up(md) {
46
+ @include media-breakpoint-up($mq) {
45
47
  display: none;
46
48
  }
47
49
  }
@@ -1,11 +1,13 @@
1
1
  table.tickets {
2
2
 
3
+ $mq: sm;
4
+
3
5
  th {
4
6
  font-weight: 700;
5
7
  }
6
8
 
7
9
  tr {
8
- @include media-breakpoint-up(sm) {
10
+ @include media-breakpoint-up($mq) {
9
11
  @include table-row;
10
12
  grid-template-columns: 2fr 5fr 5fr 2fr;
11
13
  display: grid;
@@ -16,7 +18,7 @@ table.tickets {
16
18
  }
17
19
  }
18
20
 
19
- @include media-breakpoint-down(sm) {
21
+ @include media-breakpoint-down($mq) {
20
22
  border-radius: $border-radius-lg;
21
23
  border: 1px solid $c-grey-pearl;
22
24
  display: block;
@@ -51,7 +53,7 @@ table.tickets {
51
53
  }
52
54
 
53
55
  .ticket-name {
54
- @include media-breakpoint-down(sm) {
56
+ @include media-breakpoint-down($mq) {
55
57
  display: none;
56
58
  }
57
59
  }
@@ -3,6 +3,7 @@
3
3
  @import "basket.scss";
4
4
  @import "section.scss";
5
5
  @import "orders.scss";
6
+ @import "details.scss";
6
7
 
7
8
  table {
8
9
  border-spacing: 0;