picasso 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTg1NzRhMTI5YTYxMDJjNzE3ZjRkNjljOTRiNjM2YzJjMzIwZTYyYg==
4
+ MDIyOTMzMjM2NWEzMmY3YjZkYmM1NGEzOTYyY2I2MDg2MTU1MzAzMw==
5
5
  data.tar.gz: !binary |-
6
- YTRmNWNkNzgzMzU3MDY5YjI1YTE0YTIxMGU0NGE2ODU3YWY1YjQwNw==
6
+ OTFiMmRjNWU3MTI3OTZkNGI0ODUzNGQyMzA0MzE0NGEwNzRmOGQyZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDRjNTY2NDhlZGM5MzM3Mzc4M2NhYzZmMTRjNGI0ZTRmMzIyZTg2NDQ5YjI5
10
- MjZiODM3MTJlYTEwMTNkZmM3NTQ0YzE2MzA4NjYyZWM5YmI1ZTYzMjQ4MTdj
11
- ZjVhN2Q0ZWE4MjQ4YjVkNTg3YzcwYjNmYjUxMmE5ZDg2ZTAzNTQ=
9
+ ZTQyNTFmOThiYjRmNTA0MDljYWU5ODBhYWNmMjMxZWFkNDU3Njc4ZjcwYTM1
10
+ Njc3YjdjZDM1OTMyMmQ3Mjk5YmNlN2MxYjBkNTFlMDNhZmFjMzk1OTFmZGI1
11
+ ZDY5ZWNkNTcyYjE2N2FhYjA3ZDlhNTBhOTAxMGVkNmYwNzUyNWY=
12
12
  data.tar.gz: !binary |-
13
- MmQxMGUxYWEyYzRlZGYzZTBmNTU5ZDk4NmUxYTI4NDg4NmIzZmQ4MGUzNTA1
14
- NDY0M2UxNjA3NGZiOWZhNWM5MDRkNjdmMzg3MGIwYjE5MjdiMDlmMTNkN2Iz
15
- NGRlODUwZmFlOWM4NWFjMDJmNWMyYTY3NmI5OTM5Yjk3MjQxMjg=
13
+ YTM0ZTFhZDc2YzZiMzU2MmFiZjU5MjkyNDFmZjg2YzE4ODVkNjE3ODY2OWQ4
14
+ ZWFmNzVjMWExZDMxOTI2OTdjYjJiMTBhZGJiZjc3ZmI0NzlhZjQ1ZmViNmNh
15
+ MWYwMGQ3ZTdiYzg0NWZhOGNkMzhiMTdhOTY2ZTBiNWU2NDQ5YjA=
data/README.md CHANGED
@@ -21,10 +21,10 @@ En el `config.rb` agregar:
21
21
 
22
22
  ```ruby
23
23
  require 'picasso'
24
- gem 'picasso', '~> 0.6.2'
24
+ gem 'picasso', '~> 0.6.3'
25
25
  ```
26
26
 
27
- Para versiones anteriores a 0.6.2, también se debe agregar como dependencia en el `config.rb`:
27
+ Para versiones anteriores a 0.6.3, también se debe agregar como dependencia en el `config.rb`:
28
28
 
29
29
  ```ruby
30
30
  require 'magick'
@@ -72,6 +72,9 @@ $ (sudo) apt-get install ruby-oily-png
72
72
 
73
73
  # Changelog
74
74
 
75
+ ## 0.6.3
76
+ * Bug fix en grillas: Al combinar diferentes columnas con offset, los estilos no predominaban por sobre el resto.
77
+
75
78
  ## 0.6.2
76
79
  * El alto por default para el componente `input` ahora es `auto`.
77
80
  * Se setea el margen izquierdo de las columnas en cada clase particular `col-<size>` para poder pisar las propiedades cuando un elemento posee la clase `first-<size>`.
@@ -1902,18 +1902,6 @@ body {
1902
1902
  .ie7 .row-col .col1 {
1903
1903
  width: 6.24858%;
1904
1904
  }
1905
- .row-col .offset1,
1906
- .row-col .offset1:first-child {
1907
- margin-left: 6.34058%;
1908
- }
1909
- .row-col .push1,
1910
- .row-col .push1:first-child {
1911
- left: 8.51449%;
1912
- }
1913
- .row-col .pull1,
1914
- .row-col .pull1:first-child {
1915
- left: -8.51449%;
1916
- }
1917
1905
  .row-col .col2 {
1918
1906
  width: 14.85507%;
1919
1907
  margin-left: 2.17391%;
@@ -1921,18 +1909,6 @@ body {
1921
1909
  .ie7 .row-col .col2 {
1922
1910
  width: 14.76307%;
1923
1911
  }
1924
- .row-col .offset2,
1925
- .row-col .offset2:first-child {
1926
- margin-left: 14.85507%;
1927
- }
1928
- .row-col .push2,
1929
- .row-col .push2:first-child {
1930
- left: 17.02899%;
1931
- }
1932
- .row-col .pull2,
1933
- .row-col .pull2:first-child {
1934
- left: -17.02899%;
1935
- }
1936
1912
  .row-col .col3 {
1937
1913
  width: 23.36957%;
1938
1914
  margin-left: 2.17391%;
@@ -1940,18 +1916,6 @@ body {
1940
1916
  .ie7 .row-col .col3 {
1941
1917
  width: 23.27757%;
1942
1918
  }
1943
- .row-col .offset3,
1944
- .row-col .offset3:first-child {
1945
- margin-left: 23.36957%;
1946
- }
1947
- .row-col .push3,
1948
- .row-col .push3:first-child {
1949
- left: 25.54348%;
1950
- }
1951
- .row-col .pull3,
1952
- .row-col .pull3:first-child {
1953
- left: -25.54348%;
1954
- }
1955
1919
  .row-col .col4 {
1956
1920
  width: 31.88406%;
1957
1921
  margin-left: 2.17391%;
@@ -1959,18 +1923,6 @@ body {
1959
1923
  .ie7 .row-col .col4 {
1960
1924
  width: 31.79206%;
1961
1925
  }
1962
- .row-col .offset4,
1963
- .row-col .offset4:first-child {
1964
- margin-left: 31.88406%;
1965
- }
1966
- .row-col .push4,
1967
- .row-col .push4:first-child {
1968
- left: 34.05797%;
1969
- }
1970
- .row-col .pull4,
1971
- .row-col .pull4:first-child {
1972
- left: -34.05797%;
1973
- }
1974
1926
  .row-col .col5 {
1975
1927
  width: 40.39855%;
1976
1928
  margin-left: 2.17391%;
@@ -1978,18 +1930,6 @@ body {
1978
1930
  .ie7 .row-col .col5 {
1979
1931
  width: 40.30655%;
1980
1932
  }
1981
- .row-col .offset5,
1982
- .row-col .offset5:first-child {
1983
- margin-left: 40.39855%;
1984
- }
1985
- .row-col .push5,
1986
- .row-col .push5:first-child {
1987
- left: 42.57246%;
1988
- }
1989
- .row-col .pull5,
1990
- .row-col .pull5:first-child {
1991
- left: -42.57246%;
1992
- }
1993
1933
  .row-col .col6 {
1994
1934
  width: 48.91304%;
1995
1935
  margin-left: 2.17391%;
@@ -1997,18 +1937,6 @@ body {
1997
1937
  .ie7 .row-col .col6 {
1998
1938
  width: 48.82104%;
1999
1939
  }
2000
- .row-col .offset6,
2001
- .row-col .offset6:first-child {
2002
- margin-left: 48.91304%;
2003
- }
2004
- .row-col .push6,
2005
- .row-col .push6:first-child {
2006
- left: 51.08696%;
2007
- }
2008
- .row-col .pull6,
2009
- .row-col .pull6:first-child {
2010
- left: -51.08696%;
2011
- }
2012
1940
  .row-col .col7 {
2013
1941
  width: 57.42754%;
2014
1942
  margin-left: 2.17391%;
@@ -2016,18 +1944,6 @@ body {
2016
1944
  .ie7 .row-col .col7 {
2017
1945
  width: 57.33554%;
2018
1946
  }
2019
- .row-col .offset7,
2020
- .row-col .offset7:first-child {
2021
- margin-left: 57.42754%;
2022
- }
2023
- .row-col .push7,
2024
- .row-col .push7:first-child {
2025
- left: 59.60145%;
2026
- }
2027
- .row-col .pull7,
2028
- .row-col .pull7:first-child {
2029
- left: -59.60145%;
2030
- }
2031
1947
  .row-col .col8 {
2032
1948
  width: 65.94203%;
2033
1949
  margin-left: 2.17391%;
@@ -2035,18 +1951,6 @@ body {
2035
1951
  .ie7 .row-col .col8 {
2036
1952
  width: 65.85003%;
2037
1953
  }
2038
- .row-col .offset8,
2039
- .row-col .offset8:first-child {
2040
- margin-left: 65.94203%;
2041
- }
2042
- .row-col .push8,
2043
- .row-col .push8:first-child {
2044
- left: 68.11594%;
2045
- }
2046
- .row-col .pull8,
2047
- .row-col .pull8:first-child {
2048
- left: -68.11594%;
2049
- }
2050
1954
  .row-col .col9 {
2051
1955
  width: 74.45652%;
2052
1956
  margin-left: 2.17391%;
@@ -2054,18 +1958,6 @@ body {
2054
1958
  .ie7 .row-col .col9 {
2055
1959
  width: 74.36452%;
2056
1960
  }
2057
- .row-col .offset9,
2058
- .row-col .offset9:first-child {
2059
- margin-left: 74.45652%;
2060
- }
2061
- .row-col .push9,
2062
- .row-col .push9:first-child {
2063
- left: 76.63043%;
2064
- }
2065
- .row-col .pull9,
2066
- .row-col .pull9:first-child {
2067
- left: -76.63043%;
2068
- }
2069
1961
  .row-col .col10 {
2070
1962
  width: 82.97101%;
2071
1963
  margin-left: 2.17391%;
@@ -2073,18 +1965,6 @@ body {
2073
1965
  .ie7 .row-col .col10 {
2074
1966
  width: 82.87901%;
2075
1967
  }
2076
- .row-col .offset10,
2077
- .row-col .offset10:first-child {
2078
- margin-left: 82.97101%;
2079
- }
2080
- .row-col .push10,
2081
- .row-col .push10:first-child {
2082
- left: 85.14493%;
2083
- }
2084
- .row-col .pull10,
2085
- .row-col .pull10:first-child {
2086
- left: -85.14493%;
2087
- }
2088
1968
  .row-col .col11 {
2089
1969
  width: 91.48551%;
2090
1970
  margin-left: 2.17391%;
@@ -2092,57 +1972,177 @@ body {
2092
1972
  .ie7 .row-col .col11 {
2093
1973
  width: 91.39351%;
2094
1974
  }
2095
- .row-col .offset11,
2096
- .row-col .offset11:first-child {
2097
- margin-left: 91.48551%;
1975
+ .row-col .col12 {
1976
+ width: 100%;
2098
1977
  }
2099
- .row-col .push11,
2100
- .row-col .push11:first-child {
2101
- left: 93.65942%;
1978
+ .row-col .offset1,
1979
+ .row-col .offset1:first-child {
1980
+ margin-left: 6.34058%;
2102
1981
  }
2103
- .row-col .pull11,
2104
- .row-col .pull11:first-child {
2105
- left: -93.65942%;
1982
+ .row-col .offset2,
1983
+ .row-col .offset2:first-child {
1984
+ margin-left: 14.85507%;
2106
1985
  }
2107
- .row-col .col12 {
2108
- width: 100%;
1986
+ .row-col .offset3,
1987
+ .row-col .offset3:first-child {
1988
+ margin-left: 23.36957%;
1989
+ }
1990
+ .row-col .offset4,
1991
+ .row-col .offset4:first-child {
1992
+ margin-left: 31.88406%;
1993
+ }
1994
+ .row-col .offset5,
1995
+ .row-col .offset5:first-child {
1996
+ margin-left: 40.39855%;
1997
+ }
1998
+ .row-col .offset6,
1999
+ .row-col .offset6:first-child {
2000
+ margin-left: 48.91304%;
2001
+ }
2002
+ .row-col .offset7,
2003
+ .row-col .offset7:first-child {
2004
+ margin-left: 57.42754%;
2005
+ }
2006
+ .row-col .offset8,
2007
+ .row-col .offset8:first-child {
2008
+ margin-left: 65.94203%;
2009
+ }
2010
+ .row-col .offset9,
2011
+ .row-col .offset9:first-child {
2012
+ margin-left: 74.45652%;
2013
+ }
2014
+ .row-col .offset10,
2015
+ .row-col .offset10:first-child {
2016
+ margin-left: 82.97101%;
2017
+ }
2018
+ .row-col .offset11,
2019
+ .row-col .offset11:first-child {
2020
+ margin-left: 91.48551%;
2109
2021
  }
2110
2022
  .row-col .offset12,
2111
2023
  .row-col .offset12:first-child {
2112
2024
  margin-left: 100%;
2113
2025
  }
2026
+ .row-col .push1,
2027
+ .row-col .push1:first-child {
2028
+ left: 8.51449%;
2029
+ }
2030
+ .row-col .push2,
2031
+ .row-col .push2:first-child {
2032
+ left: 17.02899%;
2033
+ }
2034
+ .row-col .push3,
2035
+ .row-col .push3:first-child {
2036
+ left: 25.54348%;
2037
+ }
2038
+ .row-col .push4,
2039
+ .row-col .push4:first-child {
2040
+ left: 34.05797%;
2041
+ }
2042
+ .row-col .push5,
2043
+ .row-col .push5:first-child {
2044
+ left: 42.57246%;
2045
+ }
2046
+ .row-col .push6,
2047
+ .row-col .push6:first-child {
2048
+ left: 51.08696%;
2049
+ }
2050
+ .row-col .push7,
2051
+ .row-col .push7:first-child {
2052
+ left: 59.60145%;
2053
+ }
2054
+ .row-col .push8,
2055
+ .row-col .push8:first-child {
2056
+ left: 68.11594%;
2057
+ }
2058
+ .row-col .push9,
2059
+ .row-col .push9:first-child {
2060
+ left: 76.63043%;
2061
+ }
2062
+ .row-col .push10,
2063
+ .row-col .push10:first-child {
2064
+ left: 85.14493%;
2065
+ }
2066
+ .row-col .push11,
2067
+ .row-col .push11:first-child {
2068
+ left: 93.65942%;
2069
+ }
2114
2070
  .row-col .push12,
2115
2071
  .row-col .push12:first-child {
2116
2072
  left: 102.17391%;
2117
2073
  }
2118
- .row-col .pull12,
2119
- .row-col .pull12:first-child {
2120
- left: -102.17391%;
2074
+ .row-col .pull1,
2075
+ .row-col .pull1:first-child {
2076
+ left: -8.51449%;
2121
2077
  }
2122
- .row-col .first {
2123
- margin-left: 0;
2078
+ .row-col .pull2,
2079
+ .row-col .pull2:first-child {
2080
+ left: -17.02899%;
2124
2081
  }
2125
- .row-col .col0 {
2126
- display: none;
2082
+ .row-col .pull3,
2083
+ .row-col .pull3:first-child {
2084
+ left: -25.54348%;
2127
2085
  }
2128
- .row-col .push0,
2129
- .row-col .push0:first-child,
2130
- .row-col .pull0,
2131
- .row-col .pull0:first-child {
2132
- left: 0;
2086
+ .row-col .pull4,
2087
+ .row-col .pull4:first-child {
2088
+ left: -34.05797%;
2133
2089
  }
2134
- .row-col .centered,
2135
- .row-col .centered:first-child {
2136
- margin-left: auto;
2137
- margin-right: auto;
2138
- float: none;
2090
+ .row-col .pull5,
2091
+ .row-col .pull5:first-child {
2092
+ left: -42.57246%;
2139
2093
  }
2140
- @media (max-width: 480px) {
2141
- .row-col [class^="col-small"] {
2142
- width: 100%;
2143
- display: block;
2144
- float: left;
2145
- -webkit-box-sizing: border-box;
2094
+ .row-col .pull6,
2095
+ .row-col .pull6:first-child {
2096
+ left: -51.08696%;
2097
+ }
2098
+ .row-col .pull7,
2099
+ .row-col .pull7:first-child {
2100
+ left: -59.60145%;
2101
+ }
2102
+ .row-col .pull8,
2103
+ .row-col .pull8:first-child {
2104
+ left: -68.11594%;
2105
+ }
2106
+ .row-col .pull9,
2107
+ .row-col .pull9:first-child {
2108
+ left: -76.63043%;
2109
+ }
2110
+ .row-col .pull10,
2111
+ .row-col .pull10:first-child {
2112
+ left: -85.14493%;
2113
+ }
2114
+ .row-col .pull11,
2115
+ .row-col .pull11:first-child {
2116
+ left: -93.65942%;
2117
+ }
2118
+ .row-col .pull12,
2119
+ .row-col .pull12:first-child {
2120
+ left: -102.17391%;
2121
+ }
2122
+ .row-col .first {
2123
+ margin-left: 0;
2124
+ }
2125
+ .row-col .col0 {
2126
+ display: none;
2127
+ }
2128
+ .row-col .push0,
2129
+ .row-col .push0:first-child,
2130
+ .row-col .pull0,
2131
+ .row-col .pull0:first-child {
2132
+ left: 0;
2133
+ }
2134
+ .row-col .centered,
2135
+ .row-col .centered:first-child {
2136
+ margin-left: auto;
2137
+ margin-right: auto;
2138
+ float: none;
2139
+ }
2140
+ @media (max-width: 480px) {
2141
+ .row-col [class^="col-small"] {
2142
+ width: 100%;
2143
+ display: block;
2144
+ float: left;
2145
+ -webkit-box-sizing: border-box;
2146
2146
  -moz-box-sizing: border-box;
2147
2147
  box-sizing: border-box;
2148
2148
  }
@@ -2156,209 +2156,209 @@ body {
2156
2156
  width: 6.34058%;
2157
2157
  margin-left: 2.17391%;
2158
2158
  }
2159
- .row-col .offset1-small,
2160
- .row-col .offset1-small:first-child {
2161
- margin-left: 6.34058%;
2162
- }
2163
- .row-col .push1-small,
2164
- .row-col .push1-small:first-child {
2165
- left: 8.51449%;
2166
- }
2167
- .row-col .pull1-small,
2168
- .row-col .pull1-small:first-child {
2169
- left: -8.51449%;
2170
- }
2171
2159
  .row-col .col2-small {
2172
2160
  width: 14.85507%;
2173
2161
  margin-left: 2.17391%;
2174
2162
  }
2175
- .row-col .offset2-small,
2176
- .row-col .offset2-small:first-child {
2177
- margin-left: 14.85507%;
2178
- }
2179
- .row-col .push2-small,
2180
- .row-col .push2-small:first-child {
2181
- left: 17.02899%;
2182
- }
2183
- .row-col .pull2-small,
2184
- .row-col .pull2-small:first-child {
2185
- left: -17.02899%;
2186
- }
2187
2163
  .row-col .col3-small {
2188
2164
  width: 23.36957%;
2189
2165
  margin-left: 2.17391%;
2190
2166
  }
2191
- .row-col .offset3-small,
2192
- .row-col .offset3-small:first-child {
2193
- margin-left: 23.36957%;
2167
+ .row-col .col4-small {
2168
+ width: 31.88406%;
2169
+ margin-left: 2.17391%;
2194
2170
  }
2195
- .row-col .push3-small,
2196
- .row-col .push3-small:first-child {
2197
- left: 25.54348%;
2171
+ .row-col .col5-small {
2172
+ width: 40.39855%;
2173
+ margin-left: 2.17391%;
2198
2174
  }
2199
- .row-col .pull3-small,
2200
- .row-col .pull3-small:first-child {
2201
- left: -25.54348%;
2175
+ .row-col .col6-small {
2176
+ width: 48.91304%;
2177
+ margin-left: 2.17391%;
2202
2178
  }
2203
- .row-col .col4-small {
2204
- width: 31.88406%;
2179
+ .row-col .col7-small {
2180
+ width: 57.42754%;
2205
2181
  margin-left: 2.17391%;
2206
2182
  }
2207
- .row-col .offset4-small,
2208
- .row-col .offset4-small:first-child {
2209
- margin-left: 31.88406%;
2183
+ .row-col .col8-small {
2184
+ width: 65.94203%;
2185
+ margin-left: 2.17391%;
2210
2186
  }
2211
- .row-col .push4-small,
2212
- .row-col .push4-small:first-child {
2213
- left: 34.05797%;
2187
+ .row-col .col9-small {
2188
+ width: 74.45652%;
2189
+ margin-left: 2.17391%;
2214
2190
  }
2215
- .row-col .pull4-small,
2216
- .row-col .pull4-small:first-child {
2217
- left: -34.05797%;
2191
+ .row-col .col10-small {
2192
+ width: 82.97101%;
2193
+ margin-left: 2.17391%;
2218
2194
  }
2219
- .row-col .col5-small {
2220
- width: 40.39855%;
2195
+ .row-col .col11-small {
2196
+ width: 91.48551%;
2221
2197
  margin-left: 2.17391%;
2222
2198
  }
2223
- .row-col .offset5-small,
2224
- .row-col .offset5-small:first-child {
2225
- margin-left: 40.39855%;
2199
+ .row-col .col12-small {
2200
+ width: 100%;
2226
2201
  }
2227
- .row-col .push5-small,
2228
- .row-col .push5-small:first-child {
2229
- left: 42.57246%;
2202
+ .row-col .offset1-small,
2203
+ .row-col .offset1-small:first-child {
2204
+ margin-left: 6.34058%;
2230
2205
  }
2231
- .row-col .pull5-small,
2232
- .row-col .pull5-small:first-child {
2233
- left: -42.57246%;
2206
+ .row-col .offset2-small,
2207
+ .row-col .offset2-small:first-child {
2208
+ margin-left: 14.85507%;
2234
2209
  }
2235
- .row-col .col6-small {
2236
- width: 48.91304%;
2237
- margin-left: 2.17391%;
2210
+ .row-col .offset3-small,
2211
+ .row-col .offset3-small:first-child {
2212
+ margin-left: 23.36957%;
2213
+ }
2214
+ .row-col .offset4-small,
2215
+ .row-col .offset4-small:first-child {
2216
+ margin-left: 31.88406%;
2217
+ }
2218
+ .row-col .offset5-small,
2219
+ .row-col .offset5-small:first-child {
2220
+ margin-left: 40.39855%;
2238
2221
  }
2239
2222
  .row-col .offset6-small,
2240
2223
  .row-col .offset6-small:first-child {
2241
2224
  margin-left: 48.91304%;
2242
2225
  }
2243
- .row-col .push6-small,
2244
- .row-col .push6-small:first-child {
2245
- left: 51.08696%;
2246
- }
2247
- .row-col .pull6-small,
2248
- .row-col .pull6-small:first-child {
2249
- left: -51.08696%;
2250
- }
2251
- .row-col .col7-small {
2252
- width: 57.42754%;
2253
- margin-left: 2.17391%;
2254
- }
2255
2226
  .row-col .offset7-small,
2256
2227
  .row-col .offset7-small:first-child {
2257
2228
  margin-left: 57.42754%;
2258
2229
  }
2259
- .row-col .push7-small,
2260
- .row-col .push7-small:first-child {
2261
- left: 59.60145%;
2262
- }
2263
- .row-col .pull7-small,
2264
- .row-col .pull7-small:first-child {
2265
- left: -59.60145%;
2266
- }
2267
- .row-col .col8-small {
2268
- width: 65.94203%;
2269
- margin-left: 2.17391%;
2270
- }
2271
2230
  .row-col .offset8-small,
2272
2231
  .row-col .offset8-small:first-child {
2273
2232
  margin-left: 65.94203%;
2274
2233
  }
2275
- .row-col .push8-small,
2276
- .row-col .push8-small:first-child {
2277
- left: 68.11594%;
2278
- }
2279
- .row-col .pull8-small,
2280
- .row-col .pull8-small:first-child {
2281
- left: -68.11594%;
2282
- }
2283
- .row-col .col9-small {
2284
- width: 74.45652%;
2285
- margin-left: 2.17391%;
2286
- }
2287
2234
  .row-col .offset9-small,
2288
2235
  .row-col .offset9-small:first-child {
2289
2236
  margin-left: 74.45652%;
2290
2237
  }
2291
- .row-col .push9-small,
2292
- .row-col .push9-small:first-child {
2293
- left: 76.63043%;
2294
- }
2295
- .row-col .pull9-small,
2296
- .row-col .pull9-small:first-child {
2297
- left: -76.63043%;
2298
- }
2299
- .row-col .col10-small {
2300
- width: 82.97101%;
2301
- margin-left: 2.17391%;
2302
- }
2303
2238
  .row-col .offset10-small,
2304
2239
  .row-col .offset10-small:first-child {
2305
2240
  margin-left: 82.97101%;
2306
2241
  }
2307
- .row-col .push10-small,
2308
- .row-col .push10-small:first-child {
2309
- left: 85.14493%;
2310
- }
2311
- .row-col .pull10-small,
2312
- .row-col .pull10-small:first-child {
2313
- left: -85.14493%;
2314
- }
2315
- .row-col .col11-small {
2316
- width: 91.48551%;
2317
- margin-left: 2.17391%;
2318
- }
2319
2242
  .row-col .offset11-small,
2320
2243
  .row-col .offset11-small:first-child {
2321
2244
  margin-left: 91.48551%;
2322
2245
  }
2323
- .row-col .push11-small,
2324
- .row-col .push11-small:first-child {
2325
- left: 93.65942%;
2326
- }
2327
- .row-col .pull11-small,
2328
- .row-col .pull11-small:first-child {
2329
- left: -93.65942%;
2330
- }
2331
- .row-col .col12-small {
2332
- width: 100%;
2333
- }
2334
2246
  .row-col .offset12-small,
2335
2247
  .row-col .offset12-small:first-child {
2336
2248
  margin-left: 100%;
2337
2249
  }
2338
- .row-col .push12-small,
2339
- .row-col .push12-small:first-child {
2340
- left: 102.17391%;
2250
+ .row-col .push1-small,
2251
+ .row-col .push1-small:first-child {
2252
+ left: 8.51449%;
2341
2253
  }
2342
- .row-col .pull12-small,
2343
- .row-col .pull12-small:first-child {
2344
- left: -102.17391%;
2254
+ .row-col .push2-small,
2255
+ .row-col .push2-small:first-child {
2256
+ left: 17.02899%;
2345
2257
  }
2346
- .row-col .first-small {
2347
- margin-left: 0;
2258
+ .row-col .push3-small,
2259
+ .row-col .push3-small:first-child {
2260
+ left: 25.54348%;
2348
2261
  }
2349
- .row-col .col0-small {
2350
- display: none;
2262
+ .row-col .push4-small,
2263
+ .row-col .push4-small:first-child {
2264
+ left: 34.05797%;
2351
2265
  }
2352
- .row-col .push0-small,
2353
- .row-col .push0-small:first-child,
2354
- .row-col .pull0-small,
2355
- .row-col .pull0-small:first-child {
2356
- left: 0;
2266
+ .row-col .push5-small,
2267
+ .row-col .push5-small:first-child {
2268
+ left: 42.57246%;
2357
2269
  }
2358
- .row-col .centered-small,
2359
- .row-col .centered-small:first-child {
2360
- margin-left: auto;
2361
- margin-right: auto;
2270
+ .row-col .push6-small,
2271
+ .row-col .push6-small:first-child {
2272
+ left: 51.08696%;
2273
+ }
2274
+ .row-col .push7-small,
2275
+ .row-col .push7-small:first-child {
2276
+ left: 59.60145%;
2277
+ }
2278
+ .row-col .push8-small,
2279
+ .row-col .push8-small:first-child {
2280
+ left: 68.11594%;
2281
+ }
2282
+ .row-col .push9-small,
2283
+ .row-col .push9-small:first-child {
2284
+ left: 76.63043%;
2285
+ }
2286
+ .row-col .push10-small,
2287
+ .row-col .push10-small:first-child {
2288
+ left: 85.14493%;
2289
+ }
2290
+ .row-col .push11-small,
2291
+ .row-col .push11-small:first-child {
2292
+ left: 93.65942%;
2293
+ }
2294
+ .row-col .push12-small,
2295
+ .row-col .push12-small:first-child {
2296
+ left: 102.17391%;
2297
+ }
2298
+ .row-col .pull1-small,
2299
+ .row-col .pull1-small:first-child {
2300
+ left: -8.51449%;
2301
+ }
2302
+ .row-col .pull2-small,
2303
+ .row-col .pull2-small:first-child {
2304
+ left: -17.02899%;
2305
+ }
2306
+ .row-col .pull3-small,
2307
+ .row-col .pull3-small:first-child {
2308
+ left: -25.54348%;
2309
+ }
2310
+ .row-col .pull4-small,
2311
+ .row-col .pull4-small:first-child {
2312
+ left: -34.05797%;
2313
+ }
2314
+ .row-col .pull5-small,
2315
+ .row-col .pull5-small:first-child {
2316
+ left: -42.57246%;
2317
+ }
2318
+ .row-col .pull6-small,
2319
+ .row-col .pull6-small:first-child {
2320
+ left: -51.08696%;
2321
+ }
2322
+ .row-col .pull7-small,
2323
+ .row-col .pull7-small:first-child {
2324
+ left: -59.60145%;
2325
+ }
2326
+ .row-col .pull8-small,
2327
+ .row-col .pull8-small:first-child {
2328
+ left: -68.11594%;
2329
+ }
2330
+ .row-col .pull9-small,
2331
+ .row-col .pull9-small:first-child {
2332
+ left: -76.63043%;
2333
+ }
2334
+ .row-col .pull10-small,
2335
+ .row-col .pull10-small:first-child {
2336
+ left: -85.14493%;
2337
+ }
2338
+ .row-col .pull11-small,
2339
+ .row-col .pull11-small:first-child {
2340
+ left: -93.65942%;
2341
+ }
2342
+ .row-col .pull12-small,
2343
+ .row-col .pull12-small:first-child {
2344
+ left: -102.17391%;
2345
+ }
2346
+ .row-col .first-small {
2347
+ margin-left: 0;
2348
+ }
2349
+ .row-col .col0-small {
2350
+ display: none;
2351
+ }
2352
+ .row-col .push0-small,
2353
+ .row-col .push0-small:first-child,
2354
+ .row-col .pull0-small,
2355
+ .row-col .pull0-small:first-child {
2356
+ left: 0;
2357
+ }
2358
+ .row-col .centered-small,
2359
+ .row-col .centered-small:first-child {
2360
+ margin-left: auto;
2361
+ margin-right: auto;
2362
2362
  float: none;
2363
2363
  }
2364
2364
  }
@@ -2381,203 +2381,203 @@ body {
2381
2381
  width: 6.34058%;
2382
2382
  margin-left: 2.17391%;
2383
2383
  }
2384
- .row-col .offset1-medium,
2385
- .row-col .offset1-medium:first-child {
2386
- margin-left: 6.34058%;
2387
- }
2388
- .row-col .push1-medium,
2389
- .row-col .push1-medium:first-child {
2390
- left: 8.51449%;
2391
- }
2392
- .row-col .pull1-medium,
2393
- .row-col .pull1-medium:first-child {
2394
- left: -8.51449%;
2395
- }
2396
2384
  .row-col .col2-medium {
2397
2385
  width: 14.85507%;
2398
2386
  margin-left: 2.17391%;
2399
2387
  }
2400
- .row-col .offset2-medium,
2401
- .row-col .offset2-medium:first-child {
2402
- margin-left: 14.85507%;
2403
- }
2404
- .row-col .push2-medium,
2405
- .row-col .push2-medium:first-child {
2406
- left: 17.02899%;
2407
- }
2408
- .row-col .pull2-medium,
2409
- .row-col .pull2-medium:first-child {
2410
- left: -17.02899%;
2411
- }
2412
2388
  .row-col .col3-medium {
2413
2389
  width: 23.36957%;
2414
2390
  margin-left: 2.17391%;
2415
2391
  }
2416
- .row-col .offset3-medium,
2417
- .row-col .offset3-medium:first-child {
2418
- margin-left: 23.36957%;
2419
- }
2420
- .row-col .push3-medium,
2421
- .row-col .push3-medium:first-child {
2422
- left: 25.54348%;
2423
- }
2424
- .row-col .pull3-medium,
2425
- .row-col .pull3-medium:first-child {
2426
- left: -25.54348%;
2427
- }
2428
2392
  .row-col .col4-medium {
2429
2393
  width: 31.88406%;
2430
2394
  margin-left: 2.17391%;
2431
2395
  }
2432
- .row-col .offset4-medium,
2433
- .row-col .offset4-medium:first-child {
2434
- margin-left: 31.88406%;
2435
- }
2436
- .row-col .push4-medium,
2437
- .row-col .push4-medium:first-child {
2438
- left: 34.05797%;
2439
- }
2440
- .row-col .pull4-medium,
2441
- .row-col .pull4-medium:first-child {
2442
- left: -34.05797%;
2443
- }
2444
2396
  .row-col .col5-medium {
2445
2397
  width: 40.39855%;
2446
2398
  margin-left: 2.17391%;
2447
2399
  }
2448
- .row-col .offset5-medium,
2449
- .row-col .offset5-medium:first-child {
2450
- margin-left: 40.39855%;
2451
- }
2452
- .row-col .push5-medium,
2453
- .row-col .push5-medium:first-child {
2454
- left: 42.57246%;
2455
- }
2456
- .row-col .pull5-medium,
2457
- .row-col .pull5-medium:first-child {
2458
- left: -42.57246%;
2459
- }
2460
2400
  .row-col .col6-medium {
2461
2401
  width: 48.91304%;
2462
2402
  margin-left: 2.17391%;
2463
2403
  }
2464
- .row-col .offset6-medium,
2465
- .row-col .offset6-medium:first-child {
2466
- margin-left: 48.91304%;
2467
- }
2468
- .row-col .push6-medium,
2469
- .row-col .push6-medium:first-child {
2470
- left: 51.08696%;
2471
- }
2472
- .row-col .pull6-medium,
2473
- .row-col .pull6-medium:first-child {
2474
- left: -51.08696%;
2475
- }
2476
2404
  .row-col .col7-medium {
2477
2405
  width: 57.42754%;
2478
2406
  margin-left: 2.17391%;
2479
2407
  }
2480
- .row-col .offset7-medium,
2481
- .row-col .offset7-medium:first-child {
2482
- margin-left: 57.42754%;
2483
- }
2484
- .row-col .push7-medium,
2485
- .row-col .push7-medium:first-child {
2486
- left: 59.60145%;
2487
- }
2488
- .row-col .pull7-medium,
2489
- .row-col .pull7-medium:first-child {
2490
- left: -59.60145%;
2491
- }
2492
2408
  .row-col .col8-medium {
2493
2409
  width: 65.94203%;
2494
2410
  margin-left: 2.17391%;
2495
2411
  }
2496
- .row-col .offset8-medium,
2497
- .row-col .offset8-medium:first-child {
2498
- margin-left: 65.94203%;
2499
- }
2500
- .row-col .push8-medium,
2501
- .row-col .push8-medium:first-child {
2502
- left: 68.11594%;
2503
- }
2504
- .row-col .pull8-medium,
2505
- .row-col .pull8-medium:first-child {
2506
- left: -68.11594%;
2507
- }
2508
2412
  .row-col .col9-medium {
2509
2413
  width: 74.45652%;
2510
2414
  margin-left: 2.17391%;
2511
2415
  }
2512
- .row-col .offset9-medium,
2513
- .row-col .offset9-medium:first-child {
2514
- margin-left: 74.45652%;
2515
- }
2516
- .row-col .push9-medium,
2517
- .row-col .push9-medium:first-child {
2518
- left: 76.63043%;
2519
- }
2520
- .row-col .pull9-medium,
2521
- .row-col .pull9-medium:first-child {
2522
- left: -76.63043%;
2523
- }
2524
2416
  .row-col .col10-medium {
2525
2417
  width: 82.97101%;
2526
2418
  margin-left: 2.17391%;
2527
2419
  }
2528
- .row-col .offset10-medium,
2529
- .row-col .offset10-medium:first-child {
2530
- margin-left: 82.97101%;
2531
- }
2532
- .row-col .push10-medium,
2533
- .row-col .push10-medium:first-child {
2534
- left: 85.14493%;
2535
- }
2536
- .row-col .pull10-medium,
2537
- .row-col .pull10-medium:first-child {
2538
- left: -85.14493%;
2539
- }
2540
2420
  .row-col .col11-medium {
2541
2421
  width: 91.48551%;
2542
2422
  margin-left: 2.17391%;
2543
2423
  }
2544
- .row-col .offset11-medium,
2545
- .row-col .offset11-medium:first-child {
2546
- margin-left: 91.48551%;
2547
- }
2548
- .row-col .push11-medium,
2549
- .row-col .push11-medium:first-child {
2550
- left: 93.65942%;
2551
- }
2552
- .row-col .pull11-medium,
2553
- .row-col .pull11-medium:first-child {
2554
- left: -93.65942%;
2555
- }
2556
2424
  .row-col .col12-medium {
2557
2425
  width: 100%;
2558
2426
  }
2559
- .row-col .offset12-medium,
2560
- .row-col .offset12-medium:first-child {
2561
- margin-left: 100%;
2427
+ .row-col .offset1-medium,
2428
+ .row-col .offset1-medium:first-child {
2429
+ margin-left: 6.34058%;
2562
2430
  }
2563
- .row-col .push12-medium,
2564
- .row-col .push12-medium:first-child {
2565
- left: 102.17391%;
2431
+ .row-col .offset2-medium,
2432
+ .row-col .offset2-medium:first-child {
2433
+ margin-left: 14.85507%;
2566
2434
  }
2567
- .row-col .pull12-medium,
2568
- .row-col .pull12-medium:first-child {
2569
- left: -102.17391%;
2435
+ .row-col .offset3-medium,
2436
+ .row-col .offset3-medium:first-child {
2437
+ margin-left: 23.36957%;
2570
2438
  }
2571
- .row-col .first-medium {
2572
- margin-left: 0;
2439
+ .row-col .offset4-medium,
2440
+ .row-col .offset4-medium:first-child {
2441
+ margin-left: 31.88406%;
2573
2442
  }
2574
- .row-col .col0-medium {
2575
- display: none;
2443
+ .row-col .offset5-medium,
2444
+ .row-col .offset5-medium:first-child {
2445
+ margin-left: 40.39855%;
2576
2446
  }
2577
- .row-col .push0-medium,
2578
- .row-col .push0-medium:first-child,
2579
- .row-col .pull0-medium,
2580
- .row-col .pull0-medium:first-child {
2447
+ .row-col .offset6-medium,
2448
+ .row-col .offset6-medium:first-child {
2449
+ margin-left: 48.91304%;
2450
+ }
2451
+ .row-col .offset7-medium,
2452
+ .row-col .offset7-medium:first-child {
2453
+ margin-left: 57.42754%;
2454
+ }
2455
+ .row-col .offset8-medium,
2456
+ .row-col .offset8-medium:first-child {
2457
+ margin-left: 65.94203%;
2458
+ }
2459
+ .row-col .offset9-medium,
2460
+ .row-col .offset9-medium:first-child {
2461
+ margin-left: 74.45652%;
2462
+ }
2463
+ .row-col .offset10-medium,
2464
+ .row-col .offset10-medium:first-child {
2465
+ margin-left: 82.97101%;
2466
+ }
2467
+ .row-col .offset11-medium,
2468
+ .row-col .offset11-medium:first-child {
2469
+ margin-left: 91.48551%;
2470
+ }
2471
+ .row-col .offset12-medium,
2472
+ .row-col .offset12-medium:first-child {
2473
+ margin-left: 100%;
2474
+ }
2475
+ .row-col .push1-medium,
2476
+ .row-col .push1-medium:first-child {
2477
+ left: 8.51449%;
2478
+ }
2479
+ .row-col .push2-medium,
2480
+ .row-col .push2-medium:first-child {
2481
+ left: 17.02899%;
2482
+ }
2483
+ .row-col .push3-medium,
2484
+ .row-col .push3-medium:first-child {
2485
+ left: 25.54348%;
2486
+ }
2487
+ .row-col .push4-medium,
2488
+ .row-col .push4-medium:first-child {
2489
+ left: 34.05797%;
2490
+ }
2491
+ .row-col .push5-medium,
2492
+ .row-col .push5-medium:first-child {
2493
+ left: 42.57246%;
2494
+ }
2495
+ .row-col .push6-medium,
2496
+ .row-col .push6-medium:first-child {
2497
+ left: 51.08696%;
2498
+ }
2499
+ .row-col .push7-medium,
2500
+ .row-col .push7-medium:first-child {
2501
+ left: 59.60145%;
2502
+ }
2503
+ .row-col .push8-medium,
2504
+ .row-col .push8-medium:first-child {
2505
+ left: 68.11594%;
2506
+ }
2507
+ .row-col .push9-medium,
2508
+ .row-col .push9-medium:first-child {
2509
+ left: 76.63043%;
2510
+ }
2511
+ .row-col .push10-medium,
2512
+ .row-col .push10-medium:first-child {
2513
+ left: 85.14493%;
2514
+ }
2515
+ .row-col .push11-medium,
2516
+ .row-col .push11-medium:first-child {
2517
+ left: 93.65942%;
2518
+ }
2519
+ .row-col .push12-medium,
2520
+ .row-col .push12-medium:first-child {
2521
+ left: 102.17391%;
2522
+ }
2523
+ .row-col .pull1-medium,
2524
+ .row-col .pull1-medium:first-child {
2525
+ left: -8.51449%;
2526
+ }
2527
+ .row-col .pull2-medium,
2528
+ .row-col .pull2-medium:first-child {
2529
+ left: -17.02899%;
2530
+ }
2531
+ .row-col .pull3-medium,
2532
+ .row-col .pull3-medium:first-child {
2533
+ left: -25.54348%;
2534
+ }
2535
+ .row-col .pull4-medium,
2536
+ .row-col .pull4-medium:first-child {
2537
+ left: -34.05797%;
2538
+ }
2539
+ .row-col .pull5-medium,
2540
+ .row-col .pull5-medium:first-child {
2541
+ left: -42.57246%;
2542
+ }
2543
+ .row-col .pull6-medium,
2544
+ .row-col .pull6-medium:first-child {
2545
+ left: -51.08696%;
2546
+ }
2547
+ .row-col .pull7-medium,
2548
+ .row-col .pull7-medium:first-child {
2549
+ left: -59.60145%;
2550
+ }
2551
+ .row-col .pull8-medium,
2552
+ .row-col .pull8-medium:first-child {
2553
+ left: -68.11594%;
2554
+ }
2555
+ .row-col .pull9-medium,
2556
+ .row-col .pull9-medium:first-child {
2557
+ left: -76.63043%;
2558
+ }
2559
+ .row-col .pull10-medium,
2560
+ .row-col .pull10-medium:first-child {
2561
+ left: -85.14493%;
2562
+ }
2563
+ .row-col .pull11-medium,
2564
+ .row-col .pull11-medium:first-child {
2565
+ left: -93.65942%;
2566
+ }
2567
+ .row-col .pull12-medium,
2568
+ .row-col .pull12-medium:first-child {
2569
+ left: -102.17391%;
2570
+ }
2571
+ .row-col .first-medium {
2572
+ margin-left: 0;
2573
+ }
2574
+ .row-col .col0-medium {
2575
+ display: none;
2576
+ }
2577
+ .row-col .push0-medium,
2578
+ .row-col .push0-medium:first-child,
2579
+ .row-col .pull0-medium,
2580
+ .row-col .pull0-medium:first-child {
2581
2581
  left: 0;
2582
2582
  }
2583
2583
  .row-col .centered-medium,
@@ -2606,189 +2606,189 @@ body {
2606
2606
  width: 6.34058%;
2607
2607
  margin-left: 2.17391%;
2608
2608
  }
2609
- .row-col .offset1-large,
2610
- .row-col .offset1-large:first-child {
2611
- margin-left: 6.34058%;
2612
- }
2613
- .row-col .push1-large,
2614
- .row-col .push1-large:first-child {
2615
- left: 8.51449%;
2616
- }
2617
- .row-col .pull1-large,
2618
- .row-col .pull1-large:first-child {
2619
- left: -8.51449%;
2620
- }
2621
2609
  .row-col .col2-large {
2622
2610
  width: 14.85507%;
2623
2611
  margin-left: 2.17391%;
2624
2612
  }
2625
- .row-col .offset2-large,
2626
- .row-col .offset2-large:first-child {
2627
- margin-left: 14.85507%;
2628
- }
2629
- .row-col .push2-large,
2630
- .row-col .push2-large:first-child {
2631
- left: 17.02899%;
2632
- }
2633
- .row-col .pull2-large,
2634
- .row-col .pull2-large:first-child {
2635
- left: -17.02899%;
2636
- }
2637
2613
  .row-col .col3-large {
2638
2614
  width: 23.36957%;
2639
2615
  margin-left: 2.17391%;
2640
2616
  }
2641
- .row-col .offset3-large,
2642
- .row-col .offset3-large:first-child {
2643
- margin-left: 23.36957%;
2617
+ .row-col .col4-large {
2618
+ width: 31.88406%;
2619
+ margin-left: 2.17391%;
2644
2620
  }
2645
- .row-col .push3-large,
2646
- .row-col .push3-large:first-child {
2647
- left: 25.54348%;
2621
+ .row-col .col5-large {
2622
+ width: 40.39855%;
2623
+ margin-left: 2.17391%;
2648
2624
  }
2649
- .row-col .pull3-large,
2650
- .row-col .pull3-large:first-child {
2651
- left: -25.54348%;
2625
+ .row-col .col6-large {
2626
+ width: 48.91304%;
2627
+ margin-left: 2.17391%;
2652
2628
  }
2653
- .row-col .col4-large {
2654
- width: 31.88406%;
2629
+ .row-col .col7-large {
2630
+ width: 57.42754%;
2655
2631
  margin-left: 2.17391%;
2656
2632
  }
2657
- .row-col .offset4-large,
2658
- .row-col .offset4-large:first-child {
2659
- margin-left: 31.88406%;
2633
+ .row-col .col8-large {
2634
+ width: 65.94203%;
2635
+ margin-left: 2.17391%;
2660
2636
  }
2661
- .row-col .push4-large,
2662
- .row-col .push4-large:first-child {
2663
- left: 34.05797%;
2637
+ .row-col .col9-large {
2638
+ width: 74.45652%;
2639
+ margin-left: 2.17391%;
2664
2640
  }
2665
- .row-col .pull4-large,
2666
- .row-col .pull4-large:first-child {
2667
- left: -34.05797%;
2641
+ .row-col .col10-large {
2642
+ width: 82.97101%;
2643
+ margin-left: 2.17391%;
2668
2644
  }
2669
- .row-col .col5-large {
2670
- width: 40.39855%;
2645
+ .row-col .col11-large {
2646
+ width: 91.48551%;
2671
2647
  margin-left: 2.17391%;
2672
2648
  }
2673
- .row-col .offset5-large,
2674
- .row-col .offset5-large:first-child {
2675
- margin-left: 40.39855%;
2649
+ .row-col .col12-large {
2650
+ width: 100%;
2676
2651
  }
2677
- .row-col .push5-large,
2678
- .row-col .push5-large:first-child {
2679
- left: 42.57246%;
2652
+ .row-col .offset1-large,
2653
+ .row-col .offset1-large:first-child {
2654
+ margin-left: 6.34058%;
2680
2655
  }
2681
- .row-col .pull5-large,
2682
- .row-col .pull5-large:first-child {
2683
- left: -42.57246%;
2656
+ .row-col .offset2-large,
2657
+ .row-col .offset2-large:first-child {
2658
+ margin-left: 14.85507%;
2684
2659
  }
2685
- .row-col .col6-large {
2686
- width: 48.91304%;
2687
- margin-left: 2.17391%;
2660
+ .row-col .offset3-large,
2661
+ .row-col .offset3-large:first-child {
2662
+ margin-left: 23.36957%;
2663
+ }
2664
+ .row-col .offset4-large,
2665
+ .row-col .offset4-large:first-child {
2666
+ margin-left: 31.88406%;
2667
+ }
2668
+ .row-col .offset5-large,
2669
+ .row-col .offset5-large:first-child {
2670
+ margin-left: 40.39855%;
2688
2671
  }
2689
2672
  .row-col .offset6-large,
2690
2673
  .row-col .offset6-large:first-child {
2691
2674
  margin-left: 48.91304%;
2692
2675
  }
2693
- .row-col .push6-large,
2694
- .row-col .push6-large:first-child {
2695
- left: 51.08696%;
2696
- }
2697
- .row-col .pull6-large,
2698
- .row-col .pull6-large:first-child {
2699
- left: -51.08696%;
2700
- }
2701
- .row-col .col7-large {
2702
- width: 57.42754%;
2703
- margin-left: 2.17391%;
2704
- }
2705
2676
  .row-col .offset7-large,
2706
2677
  .row-col .offset7-large:first-child {
2707
2678
  margin-left: 57.42754%;
2708
2679
  }
2709
- .row-col .push7-large,
2710
- .row-col .push7-large:first-child {
2711
- left: 59.60145%;
2712
- }
2713
- .row-col .pull7-large,
2714
- .row-col .pull7-large:first-child {
2715
- left: -59.60145%;
2716
- }
2717
- .row-col .col8-large {
2718
- width: 65.94203%;
2719
- margin-left: 2.17391%;
2720
- }
2721
2680
  .row-col .offset8-large,
2722
2681
  .row-col .offset8-large:first-child {
2723
2682
  margin-left: 65.94203%;
2724
2683
  }
2725
- .row-col .push8-large,
2726
- .row-col .push8-large:first-child {
2727
- left: 68.11594%;
2728
- }
2729
- .row-col .pull8-large,
2730
- .row-col .pull8-large:first-child {
2731
- left: -68.11594%;
2732
- }
2733
- .row-col .col9-large {
2734
- width: 74.45652%;
2735
- margin-left: 2.17391%;
2736
- }
2737
2684
  .row-col .offset9-large,
2738
2685
  .row-col .offset9-large:first-child {
2739
2686
  margin-left: 74.45652%;
2740
2687
  }
2741
- .row-col .push9-large,
2742
- .row-col .push9-large:first-child {
2743
- left: 76.63043%;
2744
- }
2745
- .row-col .pull9-large,
2746
- .row-col .pull9-large:first-child {
2747
- left: -76.63043%;
2748
- }
2749
- .row-col .col10-large {
2750
- width: 82.97101%;
2751
- margin-left: 2.17391%;
2752
- }
2753
2688
  .row-col .offset10-large,
2754
2689
  .row-col .offset10-large:first-child {
2755
2690
  margin-left: 82.97101%;
2756
2691
  }
2757
- .row-col .push10-large,
2758
- .row-col .push10-large:first-child {
2759
- left: 85.14493%;
2760
- }
2761
- .row-col .pull10-large,
2762
- .row-col .pull10-large:first-child {
2763
- left: -85.14493%;
2764
- }
2765
- .row-col .col11-large {
2766
- width: 91.48551%;
2767
- margin-left: 2.17391%;
2768
- }
2769
2692
  .row-col .offset11-large,
2770
2693
  .row-col .offset11-large:first-child {
2771
2694
  margin-left: 91.48551%;
2772
2695
  }
2773
- .row-col .push11-large,
2774
- .row-col .push11-large:first-child {
2775
- left: 93.65942%;
2776
- }
2777
- .row-col .pull11-large,
2778
- .row-col .pull11-large:first-child {
2779
- left: -93.65942%;
2780
- }
2781
- .row-col .col12-large {
2782
- width: 100%;
2783
- }
2784
2696
  .row-col .offset12-large,
2785
2697
  .row-col .offset12-large:first-child {
2786
2698
  margin-left: 100%;
2787
2699
  }
2700
+ .row-col .push1-large,
2701
+ .row-col .push1-large:first-child {
2702
+ left: 8.51449%;
2703
+ }
2704
+ .row-col .push2-large,
2705
+ .row-col .push2-large:first-child {
2706
+ left: 17.02899%;
2707
+ }
2708
+ .row-col .push3-large,
2709
+ .row-col .push3-large:first-child {
2710
+ left: 25.54348%;
2711
+ }
2712
+ .row-col .push4-large,
2713
+ .row-col .push4-large:first-child {
2714
+ left: 34.05797%;
2715
+ }
2716
+ .row-col .push5-large,
2717
+ .row-col .push5-large:first-child {
2718
+ left: 42.57246%;
2719
+ }
2720
+ .row-col .push6-large,
2721
+ .row-col .push6-large:first-child {
2722
+ left: 51.08696%;
2723
+ }
2724
+ .row-col .push7-large,
2725
+ .row-col .push7-large:first-child {
2726
+ left: 59.60145%;
2727
+ }
2728
+ .row-col .push8-large,
2729
+ .row-col .push8-large:first-child {
2730
+ left: 68.11594%;
2731
+ }
2732
+ .row-col .push9-large,
2733
+ .row-col .push9-large:first-child {
2734
+ left: 76.63043%;
2735
+ }
2736
+ .row-col .push10-large,
2737
+ .row-col .push10-large:first-child {
2738
+ left: 85.14493%;
2739
+ }
2740
+ .row-col .push11-large,
2741
+ .row-col .push11-large:first-child {
2742
+ left: 93.65942%;
2743
+ }
2788
2744
  .row-col .push12-large,
2789
2745
  .row-col .push12-large:first-child {
2790
2746
  left: 102.17391%;
2791
2747
  }
2748
+ .row-col .pull1-large,
2749
+ .row-col .pull1-large:first-child {
2750
+ left: -8.51449%;
2751
+ }
2752
+ .row-col .pull2-large,
2753
+ .row-col .pull2-large:first-child {
2754
+ left: -17.02899%;
2755
+ }
2756
+ .row-col .pull3-large,
2757
+ .row-col .pull3-large:first-child {
2758
+ left: -25.54348%;
2759
+ }
2760
+ .row-col .pull4-large,
2761
+ .row-col .pull4-large:first-child {
2762
+ left: -34.05797%;
2763
+ }
2764
+ .row-col .pull5-large,
2765
+ .row-col .pull5-large:first-child {
2766
+ left: -42.57246%;
2767
+ }
2768
+ .row-col .pull6-large,
2769
+ .row-col .pull6-large:first-child {
2770
+ left: -51.08696%;
2771
+ }
2772
+ .row-col .pull7-large,
2773
+ .row-col .pull7-large:first-child {
2774
+ left: -59.60145%;
2775
+ }
2776
+ .row-col .pull8-large,
2777
+ .row-col .pull8-large:first-child {
2778
+ left: -68.11594%;
2779
+ }
2780
+ .row-col .pull9-large,
2781
+ .row-col .pull9-large:first-child {
2782
+ left: -76.63043%;
2783
+ }
2784
+ .row-col .pull10-large,
2785
+ .row-col .pull10-large:first-child {
2786
+ left: -85.14493%;
2787
+ }
2788
+ .row-col .pull11-large,
2789
+ .row-col .pull11-large:first-child {
2790
+ left: -93.65942%;
2791
+ }
2792
2792
  .row-col .pull12-large,
2793
2793
  .row-col .pull12-large:first-child {
2794
2794
  left: -102.17391%;