Advertisement
Guest User

Untitled

a guest
Dec 6th, 2017
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 458.45 KB | None | 0 0
  1. @charset "UTF-8";
  2. /*!
  3. * Vanilla Website - New theme for vanilla website
  4. *
  5. * @author Francis Bolap <francis.b@vanillaforums.com>
  6. * @copyright 2015 (c) Francis Bolap
  7. * @license Proprietary
  8. */
  9. @-webkit-keyframes bounce {
  10. 0%, 20%, 50%, 80%, 100% {
  11. -webkit-transform: translateY(0);
  12. -ms-transform: translateY(0);
  13. transform: translateY(0); }
  14. 40% {
  15. -webkit-transform: translateY(-30px);
  16. -ms-transform: translateY(-30px);
  17. transform: translateY(-30px); }
  18. 60% {
  19. -webkit-transform: translateY(-15px);
  20. -ms-transform: translateY(-15px);
  21. transform: translateY(-15px); } }
  22.  
  23. @-ms-keyframes bounce {
  24. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_bounce.scss */
  25. 0%, 20%, 50%, 80%, 100% {
  26. -webkit-transform: translateY(0);
  27. -ms-transform: translateY(0);
  28. transform: translateY(0); }
  29. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_bounce.scss */
  30. 40% {
  31. -webkit-transform: translateY(-30px);
  32. -ms-transform: translateY(-30px);
  33. transform: translateY(-30px); }
  34. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_bounce.scss */
  35. 60% {
  36. -webkit-transform: translateY(-15px);
  37. -ms-transform: translateY(-15px);
  38. transform: translateY(-15px); } }
  39.  
  40. @keyframes bounce {
  41. 0%, 20%, 50%, 80%, 100% {
  42. -webkit-transform: translateY(0);
  43. -ms-transform: translateY(0);
  44. transform: translateY(0); }
  45. 40% {
  46. -webkit-transform: translateY(-30px);
  47. -ms-transform: translateY(-30px);
  48. transform: translateY(-30px); }
  49. 60% {
  50. -webkit-transform: translateY(-15px);
  51. -ms-transform: translateY(-15px);
  52. transform: translateY(-15px); } }
  53.  
  54. @-webkit-keyframes flash {
  55. 0%, 50%, 100% {
  56. opacity: 1; }
  57. 25%, 75% {
  58. opacity: 0; } }
  59.  
  60. @-ms-keyframes flash {
  61. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_flash.scss */
  62. 0%, 50%, 100% {
  63. opacity: 1; }
  64. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_flash.scss */
  65. 25%, 75% {
  66. opacity: 0; } }
  67.  
  68. @keyframes flash {
  69. 0%, 50%, 100% {
  70. opacity: 1; }
  71. 25%, 75% {
  72. opacity: 0; } }
  73.  
  74. @-webkit-keyframes jello {
  75. 11.1% {
  76. -webkit-transform: none;
  77. -ms-transform: none;
  78. transform: none; }
  79. 22.2% {
  80. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  81. -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
  82. transform: skewX(-12.5deg) skewY(-12.5deg); }
  83. 33.3% {
  84. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  85. -ms-transform: skewX(6.25deg) skewY(6.25deg);
  86. transform: skewX(6.25deg) skewY(6.25deg); }
  87. 44.4% {
  88. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  89. -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
  90. transform: skewX(-3.125deg) skewY(-3.125deg); }
  91. 55.5% {
  92. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  93. -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
  94. transform: skewX(1.5625deg) skewY(1.5625deg); }
  95. 66.6% {
  96. -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  97. -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  98. transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  99. 77.7% {
  100. -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  101. -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
  102. transform: skewX(0.390625deg) skewY(0.390625deg); }
  103. 88.8% {
  104. -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  105. -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  106. transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  107. 100% {
  108. -webkit-transform: none;
  109. -ms-transform: none;
  110. transform: none; } }
  111.  
  112. @-ms-keyframes jello {
  113. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  114. 11.1% {
  115. -webkit-transform: none;
  116. -ms-transform: none;
  117. transform: none; }
  118. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  119. 22.2% {
  120. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  121. -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
  122. transform: skewX(-12.5deg) skewY(-12.5deg); }
  123. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  124. 33.3% {
  125. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  126. -ms-transform: skewX(6.25deg) skewY(6.25deg);
  127. transform: skewX(6.25deg) skewY(6.25deg); }
  128. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  129. 44.4% {
  130. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  131. -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
  132. transform: skewX(-3.125deg) skewY(-3.125deg); }
  133. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  134. 55.5% {
  135. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  136. -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
  137. transform: skewX(1.5625deg) skewY(1.5625deg); }
  138. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  139. 66.6% {
  140. -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  141. -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  142. transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  143. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  144. 77.7% {
  145. -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  146. -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
  147. transform: skewX(0.390625deg) skewY(0.390625deg); }
  148. /* line 11, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  149. 88.8% {
  150. -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  151. -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  152. transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  153. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_jello.scss */
  154. 100% {
  155. -webkit-transform: none;
  156. -ms-transform: none;
  157. transform: none; } }
  158.  
  159. @keyframes jello {
  160. 11.1% {
  161. -webkit-transform: none;
  162. -ms-transform: none;
  163. transform: none; }
  164. 22.2% {
  165. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  166. -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
  167. transform: skewX(-12.5deg) skewY(-12.5deg); }
  168. 33.3% {
  169. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  170. -ms-transform: skewX(6.25deg) skewY(6.25deg);
  171. transform: skewX(6.25deg) skewY(6.25deg); }
  172. 44.4% {
  173. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  174. -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
  175. transform: skewX(-3.125deg) skewY(-3.125deg); }
  176. 55.5% {
  177. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  178. -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
  179. transform: skewX(1.5625deg) skewY(1.5625deg); }
  180. 66.6% {
  181. -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  182. -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  183. transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  184. 77.7% {
  185. -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  186. -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
  187. transform: skewX(0.390625deg) skewY(0.390625deg); }
  188. 88.8% {
  189. -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  190. -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  191. transform: skewX(-0.1953125deg) skewY(-0.1953125deg); }
  192. 100% {
  193. -webkit-transform: none;
  194. -ms-transform: none;
  195. transform: none; } }
  196.  
  197. @-webkit-keyframes pulse {
  198. 0% {
  199. -webkit-transform: scale(1);
  200. -ms-transform: scale(1);
  201. transform: scale(1); }
  202. 50% {
  203. -webkit-transform: scale(1.1);
  204. -ms-transform: scale(1.1);
  205. transform: scale(1.1); }
  206. 100% {
  207. -webkit-transform: scale(1);
  208. -ms-transform: scale(1);
  209. transform: scale(1); } }
  210.  
  211. @-ms-keyframes pulse {
  212. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_pulse.scss */
  213. 0% {
  214. -webkit-transform: scale(1);
  215. -ms-transform: scale(1);
  216. transform: scale(1); }
  217. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_pulse.scss */
  218. 50% {
  219. -webkit-transform: scale(1.1);
  220. -ms-transform: scale(1.1);
  221. transform: scale(1.1); }
  222. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_pulse.scss */
  223. 100% {
  224. -webkit-transform: scale(1);
  225. -ms-transform: scale(1);
  226. transform: scale(1); } }
  227.  
  228. @keyframes pulse {
  229. 0% {
  230. -webkit-transform: scale(1);
  231. -ms-transform: scale(1);
  232. transform: scale(1); }
  233. 50% {
  234. -webkit-transform: scale(1.1);
  235. -ms-transform: scale(1.1);
  236. transform: scale(1.1); }
  237. 100% {
  238. -webkit-transform: scale(1);
  239. -ms-transform: scale(1);
  240. transform: scale(1); } }
  241.  
  242. @-webkit-keyframes rubberBand {
  243. 0% {
  244. -webkit-transform: scale3d(1, 1, 1);
  245. -ms-transform: scale3d(1, 1, 1);
  246. transform: scale3d(1, 1, 1); }
  247. 30% {
  248. -webkit-transform: scale3d(1.25, 0.75, 1);
  249. -ms-transform: scale3d(1.25, 0.75, 1);
  250. transform: scale3d(1.25, 0.75, 1); }
  251. 40% {
  252. -webkit-transform: scale3d(0.75, 1.25, 1);
  253. -ms-transform: scale3d(0.75, 1.25, 1);
  254. transform: scale3d(0.75, 1.25, 1); }
  255. 50% {
  256. -webkit-transform: scale3d(1.15, 0.85, 1);
  257. -ms-transform: scale3d(1.15, 0.85, 1);
  258. transform: scale3d(1.15, 0.85, 1); }
  259. 65% {
  260. -webkit-transform: scale3d(0.95, 1.05, 1);
  261. -ms-transform: scale3d(0.95, 1.05, 1);
  262. transform: scale3d(0.95, 1.05, 1); }
  263. 75% {
  264. -webkit-transform: scale3d(1.05, 0.95, 1);
  265. -ms-transform: scale3d(1.05, 0.95, 1);
  266. transform: scale3d(1.05, 0.95, 1); }
  267. 100% {
  268. -webkit-transform: scale3d(1, 1, 1);
  269. -ms-transform: scale3d(1, 1, 1);
  270. transform: scale3d(1, 1, 1); } }
  271.  
  272. @-ms-keyframes rubberBand {
  273. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  274. 0% {
  275. -webkit-transform: scale3d(1, 1, 1);
  276. -ms-transform: scale3d(1, 1, 1);
  277. transform: scale3d(1, 1, 1); }
  278. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  279. 30% {
  280. -webkit-transform: scale3d(1.25, 0.75, 1);
  281. -ms-transform: scale3d(1.25, 0.75, 1);
  282. transform: scale3d(1.25, 0.75, 1); }
  283. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  284. 40% {
  285. -webkit-transform: scale3d(0.75, 1.25, 1);
  286. -ms-transform: scale3d(0.75, 1.25, 1);
  287. transform: scale3d(0.75, 1.25, 1); }
  288. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  289. 50% {
  290. -webkit-transform: scale3d(1.15, 0.85, 1);
  291. -ms-transform: scale3d(1.15, 0.85, 1);
  292. transform: scale3d(1.15, 0.85, 1); }
  293. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  294. 65% {
  295. -webkit-transform: scale3d(0.95, 1.05, 1);
  296. -ms-transform: scale3d(0.95, 1.05, 1);
  297. transform: scale3d(0.95, 1.05, 1); }
  298. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  299. 75% {
  300. -webkit-transform: scale3d(1.05, 0.95, 1);
  301. -ms-transform: scale3d(1.05, 0.95, 1);
  302. transform: scale3d(1.05, 0.95, 1); }
  303. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_rubberBand.scss */
  304. 100% {
  305. -webkit-transform: scale3d(1, 1, 1);
  306. -ms-transform: scale3d(1, 1, 1);
  307. transform: scale3d(1, 1, 1); } }
  308.  
  309. @keyframes rubberBand {
  310. 0% {
  311. -webkit-transform: scale3d(1, 1, 1);
  312. -ms-transform: scale3d(1, 1, 1);
  313. transform: scale3d(1, 1, 1); }
  314. 30% {
  315. -webkit-transform: scale3d(1.25, 0.75, 1);
  316. -ms-transform: scale3d(1.25, 0.75, 1);
  317. transform: scale3d(1.25, 0.75, 1); }
  318. 40% {
  319. -webkit-transform: scale3d(0.75, 1.25, 1);
  320. -ms-transform: scale3d(0.75, 1.25, 1);
  321. transform: scale3d(0.75, 1.25, 1); }
  322. 50% {
  323. -webkit-transform: scale3d(1.15, 0.85, 1);
  324. -ms-transform: scale3d(1.15, 0.85, 1);
  325. transform: scale3d(1.15, 0.85, 1); }
  326. 65% {
  327. -webkit-transform: scale3d(0.95, 1.05, 1);
  328. -ms-transform: scale3d(0.95, 1.05, 1);
  329. transform: scale3d(0.95, 1.05, 1); }
  330. 75% {
  331. -webkit-transform: scale3d(1.05, 0.95, 1);
  332. -ms-transform: scale3d(1.05, 0.95, 1);
  333. transform: scale3d(1.05, 0.95, 1); }
  334. 100% {
  335. -webkit-transform: scale3d(1, 1, 1);
  336. -ms-transform: scale3d(1, 1, 1);
  337. transform: scale3d(1, 1, 1); } }
  338.  
  339. @-webkit-keyframes shake {
  340. 0%, 100% {
  341. -webkit-transform: translateX(0);
  342. -ms-transform: translateX(0);
  343. transform: translateX(0); }
  344. 10%, 30%, 50%, 70%, 90% {
  345. -webkit-transform: translateX(-10px);
  346. -ms-transform: translateX(-10px);
  347. transform: translateX(-10px); }
  348. 20%, 40%, 60%, 80% {
  349. -webkit-transform: translateX(10px);
  350. -ms-transform: translateX(10px);
  351. transform: translateX(10px); } }
  352.  
  353. @-ms-keyframes shake {
  354. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_shake.scss */
  355. 0%, 100% {
  356. -webkit-transform: translateX(0);
  357. -ms-transform: translateX(0);
  358. transform: translateX(0); }
  359. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_shake.scss */
  360. 10%, 30%, 50%, 70%, 90% {
  361. -webkit-transform: translateX(-10px);
  362. -ms-transform: translateX(-10px);
  363. transform: translateX(-10px); }
  364. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_shake.scss */
  365. 20%, 40%, 60%, 80% {
  366. -webkit-transform: translateX(10px);
  367. -ms-transform: translateX(10px);
  368. transform: translateX(10px); } }
  369.  
  370. @keyframes shake {
  371. 0%, 100% {
  372. -webkit-transform: translateX(0);
  373. -ms-transform: translateX(0);
  374. transform: translateX(0); }
  375. 10%, 30%, 50%, 70%, 90% {
  376. -webkit-transform: translateX(-10px);
  377. -ms-transform: translateX(-10px);
  378. transform: translateX(-10px); }
  379. 20%, 40%, 60%, 80% {
  380. -webkit-transform: translateX(10px);
  381. -ms-transform: translateX(10px);
  382. transform: translateX(10px); } }
  383.  
  384. @-webkit-keyframes swing {
  385. 20%, 40%, 60%, 80%, 100% {
  386. -webkit-transform-origin: top center;
  387. -ms-transform-origin: top center;
  388. transform-origin: top center; }
  389. 20% {
  390. -webkit-transform: rotate(15deg);
  391. -ms-transform: rotate(15deg);
  392. transform: rotate(15deg); }
  393. 40% {
  394. -webkit-transform: rotate(-10deg);
  395. -ms-transform: rotate(-10deg);
  396. transform: rotate(-10deg); }
  397. 60% {
  398. -webkit-transform: rotate(5deg);
  399. -ms-transform: rotate(5deg);
  400. transform: rotate(5deg); }
  401. 80% {
  402. -webkit-transform: rotate(-5deg);
  403. -ms-transform: rotate(-5deg);
  404. transform: rotate(-5deg); }
  405. 100% {
  406. -webkit-transform: rotate(0deg);
  407. -ms-transform: rotate(0deg);
  408. transform: rotate(0deg); } }
  409.  
  410. @-ms-keyframes swing {
  411. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  412. 20%, 40%, 60%, 80%, 100% {
  413. -webkit-transform-origin: top center;
  414. -ms-transform-origin: top center;
  415. transform-origin: top center; }
  416. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  417. 20% {
  418. -webkit-transform: rotate(15deg);
  419. -ms-transform: rotate(15deg);
  420. transform: rotate(15deg); }
  421. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  422. 40% {
  423. -webkit-transform: rotate(-10deg);
  424. -ms-transform: rotate(-10deg);
  425. transform: rotate(-10deg); }
  426. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  427. 60% {
  428. -webkit-transform: rotate(5deg);
  429. -ms-transform: rotate(5deg);
  430. transform: rotate(5deg); }
  431. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  432. 80% {
  433. -webkit-transform: rotate(-5deg);
  434. -ms-transform: rotate(-5deg);
  435. transform: rotate(-5deg); }
  436. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_swing.scss */
  437. 100% {
  438. -webkit-transform: rotate(0deg);
  439. -ms-transform: rotate(0deg);
  440. transform: rotate(0deg); } }
  441.  
  442. @keyframes swing {
  443. 20%, 40%, 60%, 80%, 100% {
  444. -webkit-transform-origin: top center;
  445. -ms-transform-origin: top center;
  446. transform-origin: top center; }
  447. 20% {
  448. -webkit-transform: rotate(15deg);
  449. -ms-transform: rotate(15deg);
  450. transform: rotate(15deg); }
  451. 40% {
  452. -webkit-transform: rotate(-10deg);
  453. -ms-transform: rotate(-10deg);
  454. transform: rotate(-10deg); }
  455. 60% {
  456. -webkit-transform: rotate(5deg);
  457. -ms-transform: rotate(5deg);
  458. transform: rotate(5deg); }
  459. 80% {
  460. -webkit-transform: rotate(-5deg);
  461. -ms-transform: rotate(-5deg);
  462. transform: rotate(-5deg); }
  463. 100% {
  464. -webkit-transform: rotate(0deg);
  465. -ms-transform: rotate(0deg);
  466. transform: rotate(0deg); } }
  467.  
  468. @-webkit-keyframes tada {
  469. 0% {
  470. -webkit-transform: scale(1);
  471. -ms-transform: scale(1);
  472. transform: scale(1); }
  473. 10%, 20% {
  474. -webkit-transform: scale(0.9) rotate(-3deg);
  475. -ms-transform: scale(0.9) rotate(-3deg);
  476. transform: scale(0.9) rotate(-3deg); }
  477. 30%, 50%, 70%, 90% {
  478. -webkit-transform: scale(1.1) rotate(3deg);
  479. -ms-transform: scale(1.1) rotate(3deg);
  480. transform: scale(1.1) rotate(3deg); }
  481. 40%, 60%, 80% {
  482. -webkit-transform: scale(1.1) rotate(-3deg);
  483. -ms-transform: scale(1.1) rotate(-3deg);
  484. transform: scale(1.1) rotate(-3deg); }
  485. 100% {
  486. -webkit-transform: scale(1) rotate(0);
  487. -ms-transform: scale(1) rotate(0);
  488. transform: scale(1) rotate(0); } }
  489.  
  490. @-ms-keyframes tada {
  491. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_tada.scss */
  492. 0% {
  493. -webkit-transform: scale(1);
  494. -ms-transform: scale(1);
  495. transform: scale(1); }
  496. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_tada.scss */
  497. 10%, 20% {
  498. -webkit-transform: scale(0.9) rotate(-3deg);
  499. -ms-transform: scale(0.9) rotate(-3deg);
  500. transform: scale(0.9) rotate(-3deg); }
  501. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_tada.scss */
  502. 30%, 50%, 70%, 90% {
  503. -webkit-transform: scale(1.1) rotate(3deg);
  504. -ms-transform: scale(1.1) rotate(3deg);
  505. transform: scale(1.1) rotate(3deg); }
  506. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_tada.scss */
  507. 40%, 60%, 80% {
  508. -webkit-transform: scale(1.1) rotate(-3deg);
  509. -ms-transform: scale(1.1) rotate(-3deg);
  510. transform: scale(1.1) rotate(-3deg); }
  511. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_tada.scss */
  512. 100% {
  513. -webkit-transform: scale(1) rotate(0);
  514. -ms-transform: scale(1) rotate(0);
  515. transform: scale(1) rotate(0); } }
  516.  
  517. @keyframes tada {
  518. 0% {
  519. -webkit-transform: scale(1);
  520. -ms-transform: scale(1);
  521. transform: scale(1); }
  522. 10%, 20% {
  523. -webkit-transform: scale(0.9) rotate(-3deg);
  524. -ms-transform: scale(0.9) rotate(-3deg);
  525. transform: scale(0.9) rotate(-3deg); }
  526. 30%, 50%, 70%, 90% {
  527. -webkit-transform: scale(1.1) rotate(3deg);
  528. -ms-transform: scale(1.1) rotate(3deg);
  529. transform: scale(1.1) rotate(3deg); }
  530. 40%, 60%, 80% {
  531. -webkit-transform: scale(1.1) rotate(-3deg);
  532. -ms-transform: scale(1.1) rotate(-3deg);
  533. transform: scale(1.1) rotate(-3deg); }
  534. 100% {
  535. -webkit-transform: scale(1) rotate(0);
  536. -ms-transform: scale(1) rotate(0);
  537. transform: scale(1) rotate(0); } }
  538.  
  539. @-webkit-keyframes wobble {
  540. 0% {
  541. -webkit-transform: translateX(0%);
  542. -ms-transform: translateX(0%);
  543. transform: translateX(0%); }
  544. 15% {
  545. -webkit-transform: translateX(-25%) rotate(-5deg);
  546. -ms-transform: translateX(-25%) rotate(-5deg);
  547. transform: translateX(-25%) rotate(-5deg); }
  548. 30% {
  549. -webkit-transform: translateX(20%) rotate(3deg);
  550. -ms-transform: translateX(20%) rotate(3deg);
  551. transform: translateX(20%) rotate(3deg); }
  552. 45% {
  553. -webkit-transform: translateX(-15%) rotate(-3deg);
  554. -ms-transform: translateX(-15%) rotate(-3deg);
  555. transform: translateX(-15%) rotate(-3deg); }
  556. 60% {
  557. -webkit-transform: translateX(10%) rotate(2deg);
  558. -ms-transform: translateX(10%) rotate(2deg);
  559. transform: translateX(10%) rotate(2deg); }
  560. 75% {
  561. -webkit-transform: translateX(-5%) rotate(-1deg);
  562. -ms-transform: translateX(-5%) rotate(-1deg);
  563. transform: translateX(-5%) rotate(-1deg); }
  564. 100% {
  565. -webkit-transform: translateX(0%);
  566. -ms-transform: translateX(0%);
  567. transform: translateX(0%); } }
  568.  
  569. @-ms-keyframes wobble {
  570. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  571. 0% {
  572. -webkit-transform: translateX(0%);
  573. -ms-transform: translateX(0%);
  574. transform: translateX(0%); }
  575. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  576. 15% {
  577. -webkit-transform: translateX(-25%) rotate(-5deg);
  578. -ms-transform: translateX(-25%) rotate(-5deg);
  579. transform: translateX(-25%) rotate(-5deg); }
  580. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  581. 30% {
  582. -webkit-transform: translateX(20%) rotate(3deg);
  583. -ms-transform: translateX(20%) rotate(3deg);
  584. transform: translateX(20%) rotate(3deg); }
  585. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  586. 45% {
  587. -webkit-transform: translateX(-15%) rotate(-3deg);
  588. -ms-transform: translateX(-15%) rotate(-3deg);
  589. transform: translateX(-15%) rotate(-3deg); }
  590. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  591. 60% {
  592. -webkit-transform: translateX(10%) rotate(2deg);
  593. -ms-transform: translateX(10%) rotate(2deg);
  594. transform: translateX(10%) rotate(2deg); }
  595. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  596. 75% {
  597. -webkit-transform: translateX(-5%) rotate(-1deg);
  598. -ms-transform: translateX(-5%) rotate(-1deg);
  599. transform: translateX(-5%) rotate(-1deg); }
  600. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_attention-seekers/_wobble.scss */
  601. 100% {
  602. -webkit-transform: translateX(0%);
  603. -ms-transform: translateX(0%);
  604. transform: translateX(0%); } }
  605.  
  606. @keyframes wobble {
  607. 0% {
  608. -webkit-transform: translateX(0%);
  609. -ms-transform: translateX(0%);
  610. transform: translateX(0%); }
  611. 15% {
  612. -webkit-transform: translateX(-25%) rotate(-5deg);
  613. -ms-transform: translateX(-25%) rotate(-5deg);
  614. transform: translateX(-25%) rotate(-5deg); }
  615. 30% {
  616. -webkit-transform: translateX(20%) rotate(3deg);
  617. -ms-transform: translateX(20%) rotate(3deg);
  618. transform: translateX(20%) rotate(3deg); }
  619. 45% {
  620. -webkit-transform: translateX(-15%) rotate(-3deg);
  621. -ms-transform: translateX(-15%) rotate(-3deg);
  622. transform: translateX(-15%) rotate(-3deg); }
  623. 60% {
  624. -webkit-transform: translateX(10%) rotate(2deg);
  625. -ms-transform: translateX(10%) rotate(2deg);
  626. transform: translateX(10%) rotate(2deg); }
  627. 75% {
  628. -webkit-transform: translateX(-5%) rotate(-1deg);
  629. -ms-transform: translateX(-5%) rotate(-1deg);
  630. transform: translateX(-5%) rotate(-1deg); }
  631. 100% {
  632. -webkit-transform: translateX(0%);
  633. -ms-transform: translateX(0%);
  634. transform: translateX(0%); } }
  635.  
  636. @-webkit-keyframes bounceIn {
  637. 0% {
  638. opacity: 0;
  639. -webkit-transform: scale(0.3);
  640. -ms-transform: scale(0.3);
  641. transform: scale(0.3); }
  642. 50% {
  643. opacity: 1;
  644. -webkit-transform: scale(1.05);
  645. -ms-transform: scale(1.05);
  646. transform: scale(1.05); }
  647. 70% {
  648. -webkit-transform: scale(0.9);
  649. -ms-transform: scale(0.9);
  650. transform: scale(0.9); }
  651. 100% {
  652. -webkit-transform: scale(1);
  653. -ms-transform: scale(1);
  654. transform: scale(1); } }
  655.  
  656. @-ms-keyframes bounceIn {
  657. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceIn.scss */
  658. 0% {
  659. opacity: 0;
  660. -webkit-transform: scale(0.3);
  661. -ms-transform: scale(0.3);
  662. transform: scale(0.3); }
  663. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceIn.scss */
  664. 50% {
  665. opacity: 1;
  666. -webkit-transform: scale(1.05);
  667. -ms-transform: scale(1.05);
  668. transform: scale(1.05); }
  669. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceIn.scss */
  670. 70% {
  671. -webkit-transform: scale(0.9);
  672. -ms-transform: scale(0.9);
  673. transform: scale(0.9); }
  674. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceIn.scss */
  675. 100% {
  676. -webkit-transform: scale(1);
  677. -ms-transform: scale(1);
  678. transform: scale(1); } }
  679.  
  680. @keyframes bounceIn {
  681. 0% {
  682. opacity: 0;
  683. -webkit-transform: scale(0.3);
  684. -ms-transform: scale(0.3);
  685. transform: scale(0.3); }
  686. 50% {
  687. opacity: 1;
  688. -webkit-transform: scale(1.05);
  689. -ms-transform: scale(1.05);
  690. transform: scale(1.05); }
  691. 70% {
  692. -webkit-transform: scale(0.9);
  693. -ms-transform: scale(0.9);
  694. transform: scale(0.9); }
  695. 100% {
  696. -webkit-transform: scale(1);
  697. -ms-transform: scale(1);
  698. transform: scale(1); } }
  699.  
  700. @-webkit-keyframes bounceInDown {
  701. 0% {
  702. opacity: 0;
  703. -webkit-transform: translateY(-2000px);
  704. -ms-transform: translateY(-2000px);
  705. transform: translateY(-2000px); }
  706. 60% {
  707. opacity: 1;
  708. -webkit-transform: translateY(30px);
  709. -ms-transform: translateY(30px);
  710. transform: translateY(30px); }
  711. 80% {
  712. -webkit-transform: translateY(-10px);
  713. -ms-transform: translateY(-10px);
  714. transform: translateY(-10px); }
  715. 100% {
  716. -webkit-transform: translateY(0);
  717. -ms-transform: translateY(0);
  718. transform: translateY(0); } }
  719.  
  720. @-ms-keyframes bounceInDown {
  721. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInDown.scss */
  722. 0% {
  723. opacity: 0;
  724. -webkit-transform: translateY(-2000px);
  725. -ms-transform: translateY(-2000px);
  726. transform: translateY(-2000px); }
  727. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInDown.scss */
  728. 60% {
  729. opacity: 1;
  730. -webkit-transform: translateY(30px);
  731. -ms-transform: translateY(30px);
  732. transform: translateY(30px); }
  733. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInDown.scss */
  734. 80% {
  735. -webkit-transform: translateY(-10px);
  736. -ms-transform: translateY(-10px);
  737. transform: translateY(-10px); }
  738. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInDown.scss */
  739. 100% {
  740. -webkit-transform: translateY(0);
  741. -ms-transform: translateY(0);
  742. transform: translateY(0); } }
  743.  
  744. @keyframes bounceInDown {
  745. 0% {
  746. opacity: 0;
  747. -webkit-transform: translateY(-2000px);
  748. -ms-transform: translateY(-2000px);
  749. transform: translateY(-2000px); }
  750. 60% {
  751. opacity: 1;
  752. -webkit-transform: translateY(30px);
  753. -ms-transform: translateY(30px);
  754. transform: translateY(30px); }
  755. 80% {
  756. -webkit-transform: translateY(-10px);
  757. -ms-transform: translateY(-10px);
  758. transform: translateY(-10px); }
  759. 100% {
  760. -webkit-transform: translateY(0);
  761. -ms-transform: translateY(0);
  762. transform: translateY(0); } }
  763.  
  764. @-webkit-keyframes bounceInLeft {
  765. 0% {
  766. opacity: 0;
  767. -webkit-transform: translateX(-2000px);
  768. -ms-transform: translateX(-2000px);
  769. transform: translateX(-2000px); }
  770. 60% {
  771. opacity: 1;
  772. -webkit-transform: translateX(30px);
  773. -ms-transform: translateX(30px);
  774. transform: translateX(30px); }
  775. 80% {
  776. -webkit-transform: translateX(-10px);
  777. -ms-transform: translateX(-10px);
  778. transform: translateX(-10px); }
  779. 100% {
  780. -webkit-transform: translateX(0);
  781. -ms-transform: translateX(0);
  782. transform: translateX(0); } }
  783.  
  784. @-ms-keyframes bounceInLeft {
  785. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInLeft.scss */
  786. 0% {
  787. opacity: 0;
  788. -webkit-transform: translateX(-2000px);
  789. -ms-transform: translateX(-2000px);
  790. transform: translateX(-2000px); }
  791. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInLeft.scss */
  792. 60% {
  793. opacity: 1;
  794. -webkit-transform: translateX(30px);
  795. -ms-transform: translateX(30px);
  796. transform: translateX(30px); }
  797. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInLeft.scss */
  798. 80% {
  799. -webkit-transform: translateX(-10px);
  800. -ms-transform: translateX(-10px);
  801. transform: translateX(-10px); }
  802. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInLeft.scss */
  803. 100% {
  804. -webkit-transform: translateX(0);
  805. -ms-transform: translateX(0);
  806. transform: translateX(0); } }
  807.  
  808. @keyframes bounceInLeft {
  809. 0% {
  810. opacity: 0;
  811. -webkit-transform: translateX(-2000px);
  812. -ms-transform: translateX(-2000px);
  813. transform: translateX(-2000px); }
  814. 60% {
  815. opacity: 1;
  816. -webkit-transform: translateX(30px);
  817. -ms-transform: translateX(30px);
  818. transform: translateX(30px); }
  819. 80% {
  820. -webkit-transform: translateX(-10px);
  821. -ms-transform: translateX(-10px);
  822. transform: translateX(-10px); }
  823. 100% {
  824. -webkit-transform: translateX(0);
  825. -ms-transform: translateX(0);
  826. transform: translateX(0); } }
  827.  
  828. @-webkit-keyframes bounceInRight {
  829. 0% {
  830. opacity: 0;
  831. -webkit-transform: translateX(2000px);
  832. -ms-transform: translateX(2000px);
  833. transform: translateX(2000px); }
  834. 60% {
  835. opacity: 1;
  836. -webkit-transform: translateX(-30px);
  837. -ms-transform: translateX(-30px);
  838. transform: translateX(-30px); }
  839. 80% {
  840. -webkit-transform: translateX(10px);
  841. -ms-transform: translateX(10px);
  842. transform: translateX(10px); }
  843. 100% {
  844. -webkit-transform: translateX(0);
  845. -ms-transform: translateX(0);
  846. transform: translateX(0); } }
  847.  
  848. @-ms-keyframes bounceInRight {
  849. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInRight.scss */
  850. 0% {
  851. opacity: 0;
  852. -webkit-transform: translateX(2000px);
  853. -ms-transform: translateX(2000px);
  854. transform: translateX(2000px); }
  855. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInRight.scss */
  856. 60% {
  857. opacity: 1;
  858. -webkit-transform: translateX(-30px);
  859. -ms-transform: translateX(-30px);
  860. transform: translateX(-30px); }
  861. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInRight.scss */
  862. 80% {
  863. -webkit-transform: translateX(10px);
  864. -ms-transform: translateX(10px);
  865. transform: translateX(10px); }
  866. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInRight.scss */
  867. 100% {
  868. -webkit-transform: translateX(0);
  869. -ms-transform: translateX(0);
  870. transform: translateX(0); } }
  871.  
  872. @keyframes bounceInRight {
  873. 0% {
  874. opacity: 0;
  875. -webkit-transform: translateX(2000px);
  876. -ms-transform: translateX(2000px);
  877. transform: translateX(2000px); }
  878. 60% {
  879. opacity: 1;
  880. -webkit-transform: translateX(-30px);
  881. -ms-transform: translateX(-30px);
  882. transform: translateX(-30px); }
  883. 80% {
  884. -webkit-transform: translateX(10px);
  885. -ms-transform: translateX(10px);
  886. transform: translateX(10px); }
  887. 100% {
  888. -webkit-transform: translateX(0);
  889. -ms-transform: translateX(0);
  890. transform: translateX(0); } }
  891.  
  892. @-webkit-keyframes bounceInUp {
  893. 0% {
  894. opacity: 0;
  895. -webkit-transform: translateY(2000px);
  896. -ms-transform: translateY(2000px);
  897. transform: translateY(2000px); }
  898. 60% {
  899. opacity: 1;
  900. -webkit-transform: translateY(-30px);
  901. -ms-transform: translateY(-30px);
  902. transform: translateY(-30px); }
  903. 80% {
  904. -webkit-transform: translateY(10px);
  905. -ms-transform: translateY(10px);
  906. transform: translateY(10px); }
  907. 100% {
  908. -webkit-transform: translateY(0);
  909. -ms-transform: translateY(0);
  910. transform: translateY(0); } }
  911.  
  912. @-ms-keyframes bounceInUp {
  913. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInUp.scss */
  914. 0% {
  915. opacity: 0;
  916. -webkit-transform: translateY(2000px);
  917. -ms-transform: translateY(2000px);
  918. transform: translateY(2000px); }
  919. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInUp.scss */
  920. 60% {
  921. opacity: 1;
  922. -webkit-transform: translateY(-30px);
  923. -ms-transform: translateY(-30px);
  924. transform: translateY(-30px); }
  925. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInUp.scss */
  926. 80% {
  927. -webkit-transform: translateY(10px);
  928. -ms-transform: translateY(10px);
  929. transform: translateY(10px); }
  930. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-entrances/_bounceInUp.scss */
  931. 100% {
  932. -webkit-transform: translateY(0);
  933. -ms-transform: translateY(0);
  934. transform: translateY(0); } }
  935.  
  936. @keyframes bounceInUp {
  937. 0% {
  938. opacity: 0;
  939. -webkit-transform: translateY(2000px);
  940. -ms-transform: translateY(2000px);
  941. transform: translateY(2000px); }
  942. 60% {
  943. opacity: 1;
  944. -webkit-transform: translateY(-30px);
  945. -ms-transform: translateY(-30px);
  946. transform: translateY(-30px); }
  947. 80% {
  948. -webkit-transform: translateY(10px);
  949. -ms-transform: translateY(10px);
  950. transform: translateY(10px); }
  951. 100% {
  952. -webkit-transform: translateY(0);
  953. -ms-transform: translateY(0);
  954. transform: translateY(0); } }
  955.  
  956. @-webkit-keyframes bounceOut {
  957. 0% {
  958. -webkit-transform: scale(1);
  959. -ms-transform: scale(1);
  960. transform: scale(1); }
  961. 25% {
  962. -webkit-transform: scale(0.95);
  963. -ms-transform: scale(0.95);
  964. transform: scale(0.95); }
  965. 50% {
  966. opacity: 1;
  967. -webkit-transform: scale(1.1);
  968. -ms-transform: scale(1.1);
  969. transform: scale(1.1); }
  970. 100% {
  971. opacity: 0;
  972. -webkit-transform: scale(0.3);
  973. -ms-transform: scale(0.3);
  974. transform: scale(0.3); } }
  975.  
  976. @-ms-keyframes bounceOut {
  977. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOut.scss */
  978. 0% {
  979. -webkit-transform: scale(1);
  980. -ms-transform: scale(1);
  981. transform: scale(1); }
  982. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOut.scss */
  983. 25% {
  984. -webkit-transform: scale(0.95);
  985. -ms-transform: scale(0.95);
  986. transform: scale(0.95); }
  987. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOut.scss */
  988. 50% {
  989. opacity: 1;
  990. -webkit-transform: scale(1.1);
  991. -ms-transform: scale(1.1);
  992. transform: scale(1.1); }
  993. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOut.scss */
  994. 100% {
  995. opacity: 0;
  996. -webkit-transform: scale(0.3);
  997. -ms-transform: scale(0.3);
  998. transform: scale(0.3); } }
  999.  
  1000. @keyframes bounceOut {
  1001. 0% {
  1002. -webkit-transform: scale(1);
  1003. -ms-transform: scale(1);
  1004. transform: scale(1); }
  1005. 25% {
  1006. -webkit-transform: scale(0.95);
  1007. -ms-transform: scale(0.95);
  1008. transform: scale(0.95); }
  1009. 50% {
  1010. opacity: 1;
  1011. -webkit-transform: scale(1.1);
  1012. -ms-transform: scale(1.1);
  1013. transform: scale(1.1); }
  1014. 100% {
  1015. opacity: 0;
  1016. -webkit-transform: scale(0.3);
  1017. -ms-transform: scale(0.3);
  1018. transform: scale(0.3); } }
  1019.  
  1020. @-webkit-keyframes bounceOutDown {
  1021. 0% {
  1022. -webkit-transform: translateY(0);
  1023. -ms-transform: translateY(0);
  1024. transform: translateY(0); }
  1025. 20% {
  1026. opacity: 1;
  1027. -webkit-transform: translateY(-20px);
  1028. -ms-transform: translateY(-20px);
  1029. transform: translateY(-20px); }
  1030. 100% {
  1031. opacity: 0;
  1032. -webkit-transform: translateY(2000px);
  1033. -ms-transform: translateY(2000px);
  1034. transform: translateY(2000px); } }
  1035.  
  1036. @-ms-keyframes bounceOutDown {
  1037. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutDown.scss */
  1038. 0% {
  1039. -webkit-transform: translateY(0);
  1040. -ms-transform: translateY(0);
  1041. transform: translateY(0); }
  1042. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutDown.scss */
  1043. 20% {
  1044. opacity: 1;
  1045. -webkit-transform: translateY(-20px);
  1046. -ms-transform: translateY(-20px);
  1047. transform: translateY(-20px); }
  1048. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutDown.scss */
  1049. 100% {
  1050. opacity: 0;
  1051. -webkit-transform: translateY(2000px);
  1052. -ms-transform: translateY(2000px);
  1053. transform: translateY(2000px); } }
  1054.  
  1055. @keyframes bounceOutDown {
  1056. 0% {
  1057. -webkit-transform: translateY(0);
  1058. -ms-transform: translateY(0);
  1059. transform: translateY(0); }
  1060. 20% {
  1061. opacity: 1;
  1062. -webkit-transform: translateY(-20px);
  1063. -ms-transform: translateY(-20px);
  1064. transform: translateY(-20px); }
  1065. 100% {
  1066. opacity: 0;
  1067. -webkit-transform: translateY(2000px);
  1068. -ms-transform: translateY(2000px);
  1069. transform: translateY(2000px); } }
  1070.  
  1071. @-webkit-keyframes bounceOutLeft {
  1072. 0% {
  1073. -webkit-transform: translateX(0);
  1074. -ms-transform: translateX(0);
  1075. transform: translateX(0); }
  1076. 20% {
  1077. opacity: 1;
  1078. -webkit-transform: translateX(20px);
  1079. -ms-transform: translateX(20px);
  1080. transform: translateX(20px); }
  1081. 100% {
  1082. opacity: 0;
  1083. -webkit-transform: translateX(-2000px);
  1084. -ms-transform: translateX(-2000px);
  1085. transform: translateX(-2000px); } }
  1086.  
  1087. @-ms-keyframes bounceOutLeft {
  1088. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutLeft.scss */
  1089. 0% {
  1090. -webkit-transform: translateX(0);
  1091. -ms-transform: translateX(0);
  1092. transform: translateX(0); }
  1093. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutLeft.scss */
  1094. 20% {
  1095. opacity: 1;
  1096. -webkit-transform: translateX(20px);
  1097. -ms-transform: translateX(20px);
  1098. transform: translateX(20px); }
  1099. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutLeft.scss */
  1100. 100% {
  1101. opacity: 0;
  1102. -webkit-transform: translateX(-2000px);
  1103. -ms-transform: translateX(-2000px);
  1104. transform: translateX(-2000px); } }
  1105.  
  1106. @keyframes bounceOutLeft {
  1107. 0% {
  1108. -webkit-transform: translateX(0);
  1109. -ms-transform: translateX(0);
  1110. transform: translateX(0); }
  1111. 20% {
  1112. opacity: 1;
  1113. -webkit-transform: translateX(20px);
  1114. -ms-transform: translateX(20px);
  1115. transform: translateX(20px); }
  1116. 100% {
  1117. opacity: 0;
  1118. -webkit-transform: translateX(-2000px);
  1119. -ms-transform: translateX(-2000px);
  1120. transform: translateX(-2000px); } }
  1121.  
  1122. @-webkit-keyframes bounceOutRight {
  1123. 0% {
  1124. -webkit-transform: translateX(0);
  1125. -ms-transform: translateX(0);
  1126. transform: translateX(0); }
  1127. 20% {
  1128. opacity: 1;
  1129. -webkit-transform: translateX(-20px);
  1130. -ms-transform: translateX(-20px);
  1131. transform: translateX(-20px); }
  1132. 100% {
  1133. opacity: 0;
  1134. -webkit-transform: translateX(2000px);
  1135. -ms-transform: translateX(2000px);
  1136. transform: translateX(2000px); } }
  1137.  
  1138. @-ms-keyframes bounceOutRight {
  1139. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutRight.scss */
  1140. 0% {
  1141. -webkit-transform: translateX(0);
  1142. -ms-transform: translateX(0);
  1143. transform: translateX(0); }
  1144. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutRight.scss */
  1145. 20% {
  1146. opacity: 1;
  1147. -webkit-transform: translateX(-20px);
  1148. -ms-transform: translateX(-20px);
  1149. transform: translateX(-20px); }
  1150. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutRight.scss */
  1151. 100% {
  1152. opacity: 0;
  1153. -webkit-transform: translateX(2000px);
  1154. -ms-transform: translateX(2000px);
  1155. transform: translateX(2000px); } }
  1156.  
  1157. @keyframes bounceOutRight {
  1158. 0% {
  1159. -webkit-transform: translateX(0);
  1160. -ms-transform: translateX(0);
  1161. transform: translateX(0); }
  1162. 20% {
  1163. opacity: 1;
  1164. -webkit-transform: translateX(-20px);
  1165. -ms-transform: translateX(-20px);
  1166. transform: translateX(-20px); }
  1167. 100% {
  1168. opacity: 0;
  1169. -webkit-transform: translateX(2000px);
  1170. -ms-transform: translateX(2000px);
  1171. transform: translateX(2000px); } }
  1172.  
  1173. @-webkit-keyframes bounceOutUp {
  1174. 0% {
  1175. -webkit-transform: translateY(0);
  1176. -ms-transform: translateY(0);
  1177. transform: translateY(0); }
  1178. 20% {
  1179. opacity: 1;
  1180. -webkit-transform: translateY(20px);
  1181. -ms-transform: translateY(20px);
  1182. transform: translateY(20px); }
  1183. 100% {
  1184. opacity: 0;
  1185. -webkit-transform: translateY(-2000px);
  1186. -ms-transform: translateY(-2000px);
  1187. transform: translateY(-2000px); } }
  1188.  
  1189. @-ms-keyframes bounceOutUp {
  1190. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutUp.scss */
  1191. 0% {
  1192. -webkit-transform: translateY(0);
  1193. -ms-transform: translateY(0);
  1194. transform: translateY(0); }
  1195. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutUp.scss */
  1196. 20% {
  1197. opacity: 1;
  1198. -webkit-transform: translateY(20px);
  1199. -ms-transform: translateY(20px);
  1200. transform: translateY(20px); }
  1201. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_bouncing-exits/_bounceOutUp.scss */
  1202. 100% {
  1203. opacity: 0;
  1204. -webkit-transform: translateY(-2000px);
  1205. -ms-transform: translateY(-2000px);
  1206. transform: translateY(-2000px); } }
  1207.  
  1208. @keyframes bounceOutUp {
  1209. 0% {
  1210. -webkit-transform: translateY(0);
  1211. -ms-transform: translateY(0);
  1212. transform: translateY(0); }
  1213. 20% {
  1214. opacity: 1;
  1215. -webkit-transform: translateY(20px);
  1216. -ms-transform: translateY(20px);
  1217. transform: translateY(20px); }
  1218. 100% {
  1219. opacity: 0;
  1220. -webkit-transform: translateY(-2000px);
  1221. -ms-transform: translateY(-2000px);
  1222. transform: translateY(-2000px); } }
  1223.  
  1224. @-webkit-keyframes fadeIn {
  1225. 0% {
  1226. opacity: 0; }
  1227. 100% {
  1228. opacity: 1; } }
  1229.  
  1230. @-ms-keyframes fadeIn {
  1231. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeIn.scss */
  1232. 0% {
  1233. opacity: 0; }
  1234. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeIn.scss */
  1235. 100% {
  1236. opacity: 1; } }
  1237.  
  1238. @keyframes fadeIn {
  1239. 0% {
  1240. opacity: 0; }
  1241. 100% {
  1242. opacity: 1; } }
  1243.  
  1244. @-webkit-keyframes fadeInDown {
  1245. 0% {
  1246. opacity: 0;
  1247. -webkit-transform: translateY(-20px);
  1248. -ms-transform: translateY(-20px);
  1249. transform: translateY(-20px); }
  1250. 100% {
  1251. opacity: 1;
  1252. -webkit-transform: translateY(0);
  1253. -ms-transform: translateY(0);
  1254. transform: translateY(0); } }
  1255.  
  1256. @-ms-keyframes fadeInDown {
  1257. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInDown.scss */
  1258. 0% {
  1259. opacity: 0;
  1260. -webkit-transform: translateY(-20px);
  1261. -ms-transform: translateY(-20px);
  1262. transform: translateY(-20px); }
  1263. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInDown.scss */
  1264. 100% {
  1265. opacity: 1;
  1266. -webkit-transform: translateY(0);
  1267. -ms-transform: translateY(0);
  1268. transform: translateY(0); } }
  1269.  
  1270. @keyframes fadeInDown {
  1271. 0% {
  1272. opacity: 0;
  1273. -webkit-transform: translateY(-20px);
  1274. -ms-transform: translateY(-20px);
  1275. transform: translateY(-20px); }
  1276. 100% {
  1277. opacity: 1;
  1278. -webkit-transform: translateY(0);
  1279. -ms-transform: translateY(0);
  1280. transform: translateY(0); } }
  1281.  
  1282. @-webkit-keyframes fadeInDownBig {
  1283. 0% {
  1284. opacity: 0;
  1285. -webkit-transform: translateY(-2000px);
  1286. -ms-transform: translateY(-2000px);
  1287. transform: translateY(-2000px); }
  1288. 100% {
  1289. opacity: 1;
  1290. -webkit-transform: translateY(0);
  1291. -ms-transform: translateY(0);
  1292. transform: translateY(0); } }
  1293.  
  1294. @-ms-keyframes fadeInDownBig {
  1295. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInDownBig.scss */
  1296. 0% {
  1297. opacity: 0;
  1298. -webkit-transform: translateY(-2000px);
  1299. -ms-transform: translateY(-2000px);
  1300. transform: translateY(-2000px); }
  1301. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInDownBig.scss */
  1302. 100% {
  1303. opacity: 1;
  1304. -webkit-transform: translateY(0);
  1305. -ms-transform: translateY(0);
  1306. transform: translateY(0); } }
  1307.  
  1308. @keyframes fadeInDownBig {
  1309. 0% {
  1310. opacity: 0;
  1311. -webkit-transform: translateY(-2000px);
  1312. -ms-transform: translateY(-2000px);
  1313. transform: translateY(-2000px); }
  1314. 100% {
  1315. opacity: 1;
  1316. -webkit-transform: translateY(0);
  1317. -ms-transform: translateY(0);
  1318. transform: translateY(0); } }
  1319.  
  1320. @-webkit-keyframes fadeInLeft {
  1321. 0% {
  1322. opacity: 0;
  1323. -webkit-transform: translateX(-20px);
  1324. -ms-transform: translateX(-20px);
  1325. transform: translateX(-20px); }
  1326. 100% {
  1327. opacity: 1;
  1328. -webkit-transform: translateX(0);
  1329. -ms-transform: translateX(0);
  1330. transform: translateX(0); } }
  1331.  
  1332. @-ms-keyframes fadeInLeft {
  1333. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInLeft.scss */
  1334. 0% {
  1335. opacity: 0;
  1336. -webkit-transform: translateX(-20px);
  1337. -ms-transform: translateX(-20px);
  1338. transform: translateX(-20px); }
  1339. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInLeft.scss */
  1340. 100% {
  1341. opacity: 1;
  1342. -webkit-transform: translateX(0);
  1343. -ms-transform: translateX(0);
  1344. transform: translateX(0); } }
  1345.  
  1346. @keyframes fadeInLeft {
  1347. 0% {
  1348. opacity: 0;
  1349. -webkit-transform: translateX(-20px);
  1350. -ms-transform: translateX(-20px);
  1351. transform: translateX(-20px); }
  1352. 100% {
  1353. opacity: 1;
  1354. -webkit-transform: translateX(0);
  1355. -ms-transform: translateX(0);
  1356. transform: translateX(0); } }
  1357.  
  1358. @-webkit-keyframes fadeInLeftBig {
  1359. 0% {
  1360. opacity: 0;
  1361. -webkit-transform: translateX(-2000px);
  1362. -ms-transform: translateX(-2000px);
  1363. transform: translateX(-2000px); }
  1364. 100% {
  1365. opacity: 1;
  1366. -webkit-transform: translateX(0);
  1367. -ms-transform: translateX(0);
  1368. transform: translateX(0); } }
  1369.  
  1370. @-ms-keyframes fadeInLeftBig {
  1371. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInLeftBig.scss */
  1372. 0% {
  1373. opacity: 0;
  1374. -webkit-transform: translateX(-2000px);
  1375. -ms-transform: translateX(-2000px);
  1376. transform: translateX(-2000px); }
  1377. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInLeftBig.scss */
  1378. 100% {
  1379. opacity: 1;
  1380. -webkit-transform: translateX(0);
  1381. -ms-transform: translateX(0);
  1382. transform: translateX(0); } }
  1383.  
  1384. @keyframes fadeInLeftBig {
  1385. 0% {
  1386. opacity: 0;
  1387. -webkit-transform: translateX(-2000px);
  1388. -ms-transform: translateX(-2000px);
  1389. transform: translateX(-2000px); }
  1390. 100% {
  1391. opacity: 1;
  1392. -webkit-transform: translateX(0);
  1393. -ms-transform: translateX(0);
  1394. transform: translateX(0); } }
  1395.  
  1396. @-webkit-keyframes fadeInRight {
  1397. 0% {
  1398. opacity: 0;
  1399. -webkit-transform: translateX(20px);
  1400. -ms-transform: translateX(20px);
  1401. transform: translateX(20px); }
  1402. 100% {
  1403. opacity: 1;
  1404. -webkit-transform: translateX(0);
  1405. -ms-transform: translateX(0);
  1406. transform: translateX(0); } }
  1407.  
  1408. @-ms-keyframes fadeInRight {
  1409. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInRight.scss */
  1410. 0% {
  1411. opacity: 0;
  1412. -webkit-transform: translateX(20px);
  1413. -ms-transform: translateX(20px);
  1414. transform: translateX(20px); }
  1415. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInRight.scss */
  1416. 100% {
  1417. opacity: 1;
  1418. -webkit-transform: translateX(0);
  1419. -ms-transform: translateX(0);
  1420. transform: translateX(0); } }
  1421.  
  1422. @keyframes fadeInRight {
  1423. 0% {
  1424. opacity: 0;
  1425. -webkit-transform: translateX(20px);
  1426. -ms-transform: translateX(20px);
  1427. transform: translateX(20px); }
  1428. 100% {
  1429. opacity: 1;
  1430. -webkit-transform: translateX(0);
  1431. -ms-transform: translateX(0);
  1432. transform: translateX(0); } }
  1433.  
  1434. @-webkit-keyframes fadeInRightBig {
  1435. 0% {
  1436. opacity: 0;
  1437. -webkit-transform: translateX(2000px);
  1438. -ms-transform: translateX(2000px);
  1439. transform: translateX(2000px); }
  1440. 100% {
  1441. opacity: 1;
  1442. -webkit-transform: translateX(0);
  1443. -ms-transform: translateX(0);
  1444. transform: translateX(0); } }
  1445.  
  1446. @-ms-keyframes fadeInRightBig {
  1447. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInRightBig.scss */
  1448. 0% {
  1449. opacity: 0;
  1450. -webkit-transform: translateX(2000px);
  1451. -ms-transform: translateX(2000px);
  1452. transform: translateX(2000px); }
  1453. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInRightBig.scss */
  1454. 100% {
  1455. opacity: 1;
  1456. -webkit-transform: translateX(0);
  1457. -ms-transform: translateX(0);
  1458. transform: translateX(0); } }
  1459.  
  1460. @keyframes fadeInRightBig {
  1461. 0% {
  1462. opacity: 0;
  1463. -webkit-transform: translateX(2000px);
  1464. -ms-transform: translateX(2000px);
  1465. transform: translateX(2000px); }
  1466. 100% {
  1467. opacity: 1;
  1468. -webkit-transform: translateX(0);
  1469. -ms-transform: translateX(0);
  1470. transform: translateX(0); } }
  1471.  
  1472. @-webkit-keyframes fadeInUp {
  1473. 0% {
  1474. opacity: 0;
  1475. -webkit-transform: translateY(20px);
  1476. -ms-transform: translateY(20px);
  1477. transform: translateY(20px); }
  1478. 100% {
  1479. opacity: 1;
  1480. -webkit-transform: translateY(0);
  1481. -ms-transform: translateY(0);
  1482. transform: translateY(0); } }
  1483.  
  1484. @-ms-keyframes fadeInUp {
  1485. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInUp.scss */
  1486. 0% {
  1487. opacity: 0;
  1488. -webkit-transform: translateY(20px);
  1489. -ms-transform: translateY(20px);
  1490. transform: translateY(20px); }
  1491. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInUp.scss */
  1492. 100% {
  1493. opacity: 1;
  1494. -webkit-transform: translateY(0);
  1495. -ms-transform: translateY(0);
  1496. transform: translateY(0); } }
  1497.  
  1498. @keyframes fadeInUp {
  1499. 0% {
  1500. opacity: 0;
  1501. -webkit-transform: translateY(20px);
  1502. -ms-transform: translateY(20px);
  1503. transform: translateY(20px); }
  1504. 100% {
  1505. opacity: 1;
  1506. -webkit-transform: translateY(0);
  1507. -ms-transform: translateY(0);
  1508. transform: translateY(0); } }
  1509.  
  1510. @-webkit-keyframes fadeInUpBig {
  1511. 0% {
  1512. opacity: 0;
  1513. -webkit-transform: translateY(2000px);
  1514. -ms-transform: translateY(2000px);
  1515. transform: translateY(2000px); }
  1516. 100% {
  1517. opacity: 1;
  1518. -webkit-transform: translateY(0);
  1519. -ms-transform: translateY(0);
  1520. transform: translateY(0); } }
  1521.  
  1522. @-ms-keyframes fadeInUpBig {
  1523. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInUpBig.scss */
  1524. 0% {
  1525. opacity: 0;
  1526. -webkit-transform: translateY(2000px);
  1527. -ms-transform: translateY(2000px);
  1528. transform: translateY(2000px); }
  1529. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-entrances/_fadeInUpBig.scss */
  1530. 100% {
  1531. opacity: 1;
  1532. -webkit-transform: translateY(0);
  1533. -ms-transform: translateY(0);
  1534. transform: translateY(0); } }
  1535.  
  1536. @keyframes fadeInUpBig {
  1537. 0% {
  1538. opacity: 0;
  1539. -webkit-transform: translateY(2000px);
  1540. -ms-transform: translateY(2000px);
  1541. transform: translateY(2000px); }
  1542. 100% {
  1543. opacity: 1;
  1544. -webkit-transform: translateY(0);
  1545. -ms-transform: translateY(0);
  1546. transform: translateY(0); } }
  1547.  
  1548. @-webkit-keyframes fadeOut {
  1549. 0% {
  1550. opacity: 1; }
  1551. 100% {
  1552. opacity: 0; } }
  1553.  
  1554. @-ms-keyframes fadeOut {
  1555. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOut.scss */
  1556. 0% {
  1557. opacity: 1; }
  1558. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOut.scss */
  1559. 100% {
  1560. opacity: 0; } }
  1561.  
  1562. @keyframes fadeOut {
  1563. 0% {
  1564. opacity: 1; }
  1565. 100% {
  1566. opacity: 0; } }
  1567.  
  1568. @-webkit-keyframes fadeOutDown {
  1569. 0% {
  1570. opacity: 1;
  1571. -webkit-transform: translateY(0);
  1572. -ms-transform: translateY(0);
  1573. transform: translateY(0); }
  1574. 100% {
  1575. opacity: 0;
  1576. -webkit-transform: translateY(20px);
  1577. -ms-transform: translateY(20px);
  1578. transform: translateY(20px); } }
  1579.  
  1580. @-ms-keyframes fadeOutDown {
  1581. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutDown.scss */
  1582. 0% {
  1583. opacity: 1;
  1584. -webkit-transform: translateY(0);
  1585. -ms-transform: translateY(0);
  1586. transform: translateY(0); }
  1587. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutDown.scss */
  1588. 100% {
  1589. opacity: 0;
  1590. -webkit-transform: translateY(20px);
  1591. -ms-transform: translateY(20px);
  1592. transform: translateY(20px); } }
  1593.  
  1594. @keyframes fadeOutDown {
  1595. 0% {
  1596. opacity: 1;
  1597. -webkit-transform: translateY(0);
  1598. -ms-transform: translateY(0);
  1599. transform: translateY(0); }
  1600. 100% {
  1601. opacity: 0;
  1602. -webkit-transform: translateY(20px);
  1603. -ms-transform: translateY(20px);
  1604. transform: translateY(20px); } }
  1605.  
  1606. @-webkit-keyframes fadeOutDownBig {
  1607. 0% {
  1608. opacity: 1;
  1609. -webkit-transform: translateY(0);
  1610. -ms-transform: translateY(0);
  1611. transform: translateY(0); }
  1612. 100% {
  1613. opacity: 0;
  1614. -webkit-transform: translateY(2000px);
  1615. -ms-transform: translateY(2000px);
  1616. transform: translateY(2000px); } }
  1617.  
  1618. @-ms-keyframes fadeOutDownBig {
  1619. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutDownBig.scss */
  1620. 0% {
  1621. opacity: 1;
  1622. -webkit-transform: translateY(0);
  1623. -ms-transform: translateY(0);
  1624. transform: translateY(0); }
  1625. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutDownBig.scss */
  1626. 100% {
  1627. opacity: 0;
  1628. -webkit-transform: translateY(2000px);
  1629. -ms-transform: translateY(2000px);
  1630. transform: translateY(2000px); } }
  1631.  
  1632. @keyframes fadeOutDownBig {
  1633. 0% {
  1634. opacity: 1;
  1635. -webkit-transform: translateY(0);
  1636. -ms-transform: translateY(0);
  1637. transform: translateY(0); }
  1638. 100% {
  1639. opacity: 0;
  1640. -webkit-transform: translateY(2000px);
  1641. -ms-transform: translateY(2000px);
  1642. transform: translateY(2000px); } }
  1643.  
  1644. @-webkit-keyframes fadeOutLeft {
  1645. 0% {
  1646. opacity: 1;
  1647. -webkit-transform: translateX(0);
  1648. -ms-transform: translateX(0);
  1649. transform: translateX(0); }
  1650. 100% {
  1651. opacity: 0;
  1652. -webkit-transform: translateX(-20px);
  1653. -ms-transform: translateX(-20px);
  1654. transform: translateX(-20px); } }
  1655.  
  1656. @-ms-keyframes fadeOutLeft {
  1657. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutLeft.scss */
  1658. 0% {
  1659. opacity: 1;
  1660. -webkit-transform: translateX(0);
  1661. -ms-transform: translateX(0);
  1662. transform: translateX(0); }
  1663. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutLeft.scss */
  1664. 100% {
  1665. opacity: 0;
  1666. -webkit-transform: translateX(-20px);
  1667. -ms-transform: translateX(-20px);
  1668. transform: translateX(-20px); } }
  1669.  
  1670. @keyframes fadeOutLeft {
  1671. 0% {
  1672. opacity: 1;
  1673. -webkit-transform: translateX(0);
  1674. -ms-transform: translateX(0);
  1675. transform: translateX(0); }
  1676. 100% {
  1677. opacity: 0;
  1678. -webkit-transform: translateX(-20px);
  1679. -ms-transform: translateX(-20px);
  1680. transform: translateX(-20px); } }
  1681.  
  1682. @-webkit-keyframes fadeOutLeftBig {
  1683. 0% {
  1684. opacity: 1;
  1685. -webkit-transform: translateX(0);
  1686. -ms-transform: translateX(0);
  1687. transform: translateX(0); }
  1688. 100% {
  1689. opacity: 0;
  1690. -webkit-transform: translateX(-2000px);
  1691. -ms-transform: translateX(-2000px);
  1692. transform: translateX(-2000px); } }
  1693.  
  1694. @-ms-keyframes fadeOutLeftBig {
  1695. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutLeftBig.scss */
  1696. 0% {
  1697. opacity: 1;
  1698. -webkit-transform: translateX(0);
  1699. -ms-transform: translateX(0);
  1700. transform: translateX(0); }
  1701. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutLeftBig.scss */
  1702. 100% {
  1703. opacity: 0;
  1704. -webkit-transform: translateX(-2000px);
  1705. -ms-transform: translateX(-2000px);
  1706. transform: translateX(-2000px); } }
  1707.  
  1708. @keyframes fadeOutLeftBig {
  1709. 0% {
  1710. opacity: 1;
  1711. -webkit-transform: translateX(0);
  1712. -ms-transform: translateX(0);
  1713. transform: translateX(0); }
  1714. 100% {
  1715. opacity: 0;
  1716. -webkit-transform: translateX(-2000px);
  1717. -ms-transform: translateX(-2000px);
  1718. transform: translateX(-2000px); } }
  1719.  
  1720. @-webkit-keyframes fadeOutRight {
  1721. 0% {
  1722. opacity: 1;
  1723. -webkit-transform: translateX(0);
  1724. -ms-transform: translateX(0);
  1725. transform: translateX(0); }
  1726. 100% {
  1727. opacity: 0;
  1728. -webkit-transform: translateX(20px);
  1729. -ms-transform: translateX(20px);
  1730. transform: translateX(20px); } }
  1731.  
  1732. @-ms-keyframes fadeOutRight {
  1733. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutRight.scss */
  1734. 0% {
  1735. opacity: 1;
  1736. -webkit-transform: translateX(0);
  1737. -ms-transform: translateX(0);
  1738. transform: translateX(0); }
  1739. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutRight.scss */
  1740. 100% {
  1741. opacity: 0;
  1742. -webkit-transform: translateX(20px);
  1743. -ms-transform: translateX(20px);
  1744. transform: translateX(20px); } }
  1745.  
  1746. @keyframes fadeOutRight {
  1747. 0% {
  1748. opacity: 1;
  1749. -webkit-transform: translateX(0);
  1750. -ms-transform: translateX(0);
  1751. transform: translateX(0); }
  1752. 100% {
  1753. opacity: 0;
  1754. -webkit-transform: translateX(20px);
  1755. -ms-transform: translateX(20px);
  1756. transform: translateX(20px); } }
  1757.  
  1758. @-webkit-keyframes fadeOutRightBig {
  1759. 0% {
  1760. opacity: 1;
  1761. -webkit-transform: translateX(0);
  1762. -ms-transform: translateX(0);
  1763. transform: translateX(0); }
  1764. 100% {
  1765. opacity: 0;
  1766. -webkit-transform: translateX(2000px);
  1767. -ms-transform: translateX(2000px);
  1768. transform: translateX(2000px); } }
  1769.  
  1770. @-ms-keyframes fadeOutRightBig {
  1771. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutRightBig.scss */
  1772. 0% {
  1773. opacity: 1;
  1774. -webkit-transform: translateX(0);
  1775. -ms-transform: translateX(0);
  1776. transform: translateX(0); }
  1777. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutRightBig.scss */
  1778. 100% {
  1779. opacity: 0;
  1780. -webkit-transform: translateX(2000px);
  1781. -ms-transform: translateX(2000px);
  1782. transform: translateX(2000px); } }
  1783.  
  1784. @keyframes fadeOutRightBig {
  1785. 0% {
  1786. opacity: 1;
  1787. -webkit-transform: translateX(0);
  1788. -ms-transform: translateX(0);
  1789. transform: translateX(0); }
  1790. 100% {
  1791. opacity: 0;
  1792. -webkit-transform: translateX(2000px);
  1793. -ms-transform: translateX(2000px);
  1794. transform: translateX(2000px); } }
  1795.  
  1796. @-webkit-keyframes fadeOutUp {
  1797. 0% {
  1798. opacity: 1;
  1799. -webkit-transform: translateY(0);
  1800. -ms-transform: translateY(0);
  1801. transform: translateY(0); }
  1802. 100% {
  1803. opacity: 0;
  1804. -webkit-transform: translateY(-20px);
  1805. -ms-transform: translateY(-20px);
  1806. transform: translateY(-20px); } }
  1807.  
  1808. @-ms-keyframes fadeOutUp {
  1809. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutUp.scss */
  1810. 0% {
  1811. opacity: 1;
  1812. -webkit-transform: translateY(0);
  1813. -ms-transform: translateY(0);
  1814. transform: translateY(0); }
  1815. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutUp.scss */
  1816. 100% {
  1817. opacity: 0;
  1818. -webkit-transform: translateY(-20px);
  1819. -ms-transform: translateY(-20px);
  1820. transform: translateY(-20px); } }
  1821.  
  1822. @keyframes fadeOutUp {
  1823. 0% {
  1824. opacity: 1;
  1825. -webkit-transform: translateY(0);
  1826. -ms-transform: translateY(0);
  1827. transform: translateY(0); }
  1828. 100% {
  1829. opacity: 0;
  1830. -webkit-transform: translateY(-20px);
  1831. -ms-transform: translateY(-20px);
  1832. transform: translateY(-20px); } }
  1833.  
  1834. @-webkit-keyframes fadeOutUpBig {
  1835. 0% {
  1836. opacity: 1;
  1837. -webkit-transform: translateY(0);
  1838. -ms-transform: translateY(0);
  1839. transform: translateY(0); }
  1840. 100% {
  1841. opacity: 0;
  1842. -webkit-transform: translateY(-2000px);
  1843. -ms-transform: translateY(-2000px);
  1844. transform: translateY(-2000px); } }
  1845.  
  1846. @-ms-keyframes fadeOutUpBig {
  1847. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutUpBig.scss */
  1848. 0% {
  1849. opacity: 1;
  1850. -webkit-transform: translateY(0);
  1851. -ms-transform: translateY(0);
  1852. transform: translateY(0); }
  1853. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_fading-exits/_fadeOutUpBig.scss */
  1854. 100% {
  1855. opacity: 0;
  1856. -webkit-transform: translateY(-2000px);
  1857. -ms-transform: translateY(-2000px);
  1858. transform: translateY(-2000px); } }
  1859.  
  1860. @keyframes fadeOutUpBig {
  1861. 0% {
  1862. opacity: 1;
  1863. -webkit-transform: translateY(0);
  1864. -ms-transform: translateY(0);
  1865. transform: translateY(0); }
  1866. 100% {
  1867. opacity: 0;
  1868. -webkit-transform: translateY(-2000px);
  1869. -ms-transform: translateY(-2000px);
  1870. transform: translateY(-2000px); } }
  1871.  
  1872. @-webkit-keyframes flip {
  1873. 0% {
  1874. -webkit-transform: perspective(400px) rotateY(0);
  1875. -ms-transform: perspective(400px) rotateY(0);
  1876. transform: perspective(400px) rotateY(0);
  1877. -webkit-animation-timing-function: ease-out;
  1878. animation-timing-function: ease-out; }
  1879. 40% {
  1880. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1881. -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1882. transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1883. -webkit-animation-timing-function: ease-out;
  1884. animation-timing-function: ease-out; }
  1885. 50% {
  1886. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1887. -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1888. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1889. -webkit-animation-timing-function: ease-in;
  1890. animation-timing-function: ease-in; }
  1891. 80% {
  1892. -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1893. -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1894. transform: perspective(400px) rotateY(360deg) scale(0.95);
  1895. -webkit-animation-timing-function: ease-in;
  1896. animation-timing-function: ease-in; }
  1897. 100% {
  1898. -webkit-transform: perspective(400px) scale(1);
  1899. -ms-transform: perspective(400px) scale(1);
  1900. transform: perspective(400px) scale(1);
  1901. -webkit-animation-timing-function: ease-in;
  1902. animation-timing-function: ease-in; } }
  1903.  
  1904. @-ms-keyframes flip {
  1905. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flip.scss */
  1906. 0% {
  1907. -webkit-transform: perspective(400px) rotateY(0);
  1908. -ms-transform: perspective(400px) rotateY(0);
  1909. transform: perspective(400px) rotateY(0);
  1910. animation-timing-function: ease-out; }
  1911. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flip.scss */
  1912. 40% {
  1913. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1914. -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1915. transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1916. animation-timing-function: ease-out; }
  1917. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flip.scss */
  1918. 50% {
  1919. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1920. -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1921. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1922. animation-timing-function: ease-in; }
  1923. /* line 14, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flip.scss */
  1924. 80% {
  1925. -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1926. -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1927. transform: perspective(400px) rotateY(360deg) scale(0.95);
  1928. animation-timing-function: ease-in; }
  1929. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flip.scss */
  1930. 100% {
  1931. -webkit-transform: perspective(400px) scale(1);
  1932. -ms-transform: perspective(400px) scale(1);
  1933. transform: perspective(400px) scale(1);
  1934. animation-timing-function: ease-in; } }
  1935.  
  1936. @keyframes flip {
  1937. 0% {
  1938. -webkit-transform: perspective(400px) rotateY(0);
  1939. -ms-transform: perspective(400px) rotateY(0);
  1940. transform: perspective(400px) rotateY(0);
  1941. -webkit-animation-timing-function: ease-out;
  1942. animation-timing-function: ease-out; }
  1943. 40% {
  1944. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1945. -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1946. transform: perspective(400px) translateZ(150px) rotateY(170deg);
  1947. -webkit-animation-timing-function: ease-out;
  1948. animation-timing-function: ease-out; }
  1949. 50% {
  1950. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1951. -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1952. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  1953. -webkit-animation-timing-function: ease-in;
  1954. animation-timing-function: ease-in; }
  1955. 80% {
  1956. -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1957. -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
  1958. transform: perspective(400px) rotateY(360deg) scale(0.95);
  1959. -webkit-animation-timing-function: ease-in;
  1960. animation-timing-function: ease-in; }
  1961. 100% {
  1962. -webkit-transform: perspective(400px) scale(1);
  1963. -ms-transform: perspective(400px) scale(1);
  1964. transform: perspective(400px) scale(1);
  1965. -webkit-animation-timing-function: ease-in;
  1966. animation-timing-function: ease-in; } }
  1967.  
  1968. @-webkit-keyframes flipInX {
  1969. 0% {
  1970. opacity: 0;
  1971. -webkit-transform: perspective(400px) rotateX(90deg);
  1972. -ms-transform: perspective(400px) rotateX(90deg);
  1973. transform: perspective(400px) rotateX(90deg); }
  1974. 40% {
  1975. -webkit-transform: perspective(400px) rotateX(-10deg);
  1976. -ms-transform: perspective(400px) rotateX(-10deg);
  1977. transform: perspective(400px) rotateX(-10deg); }
  1978. 70% {
  1979. -webkit-transform: perspective(400px) rotateX(10deg);
  1980. -ms-transform: perspective(400px) rotateX(10deg);
  1981. transform: perspective(400px) rotateX(10deg); }
  1982. 100% {
  1983. opacity: 1;
  1984. -webkit-transform: perspective(400px) rotateX(0deg);
  1985. -ms-transform: perspective(400px) rotateX(0deg);
  1986. transform: perspective(400px) rotateX(0deg); } }
  1987.  
  1988. @-ms-keyframes flipInX {
  1989. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInX.scss */
  1990. 0% {
  1991. opacity: 0;
  1992. -webkit-transform: perspective(400px) rotateX(90deg);
  1993. -ms-transform: perspective(400px) rotateX(90deg);
  1994. transform: perspective(400px) rotateX(90deg); }
  1995. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInX.scss */
  1996. 40% {
  1997. -webkit-transform: perspective(400px) rotateX(-10deg);
  1998. -ms-transform: perspective(400px) rotateX(-10deg);
  1999. transform: perspective(400px) rotateX(-10deg); }
  2000. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInX.scss */
  2001. 70% {
  2002. -webkit-transform: perspective(400px) rotateX(10deg);
  2003. -ms-transform: perspective(400px) rotateX(10deg);
  2004. transform: perspective(400px) rotateX(10deg); }
  2005. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInX.scss */
  2006. 100% {
  2007. opacity: 1;
  2008. -webkit-transform: perspective(400px) rotateX(0deg);
  2009. -ms-transform: perspective(400px) rotateX(0deg);
  2010. transform: perspective(400px) rotateX(0deg); } }
  2011.  
  2012. @keyframes flipInX {
  2013. 0% {
  2014. opacity: 0;
  2015. -webkit-transform: perspective(400px) rotateX(90deg);
  2016. -ms-transform: perspective(400px) rotateX(90deg);
  2017. transform: perspective(400px) rotateX(90deg); }
  2018. 40% {
  2019. -webkit-transform: perspective(400px) rotateX(-10deg);
  2020. -ms-transform: perspective(400px) rotateX(-10deg);
  2021. transform: perspective(400px) rotateX(-10deg); }
  2022. 70% {
  2023. -webkit-transform: perspective(400px) rotateX(10deg);
  2024. -ms-transform: perspective(400px) rotateX(10deg);
  2025. transform: perspective(400px) rotateX(10deg); }
  2026. 100% {
  2027. opacity: 1;
  2028. -webkit-transform: perspective(400px) rotateX(0deg);
  2029. -ms-transform: perspective(400px) rotateX(0deg);
  2030. transform: perspective(400px) rotateX(0deg); } }
  2031.  
  2032. @-webkit-keyframes flipInY {
  2033. 0% {
  2034. opacity: 0;
  2035. -webkit-transform: perspective(400px) rotateY(90deg);
  2036. -ms-transform: perspective(400px) rotateY(90deg);
  2037. transform: perspective(400px) rotateY(90deg); }
  2038. 40% {
  2039. -webkit-transform: perspective(400px) rotateY(-10deg);
  2040. -ms-transform: perspective(400px) rotateY(-10deg);
  2041. transform: perspective(400px) rotateY(-10deg); }
  2042. 70% {
  2043. -webkit-transform: perspective(400px) rotateY(10deg);
  2044. -ms-transform: perspective(400px) rotateY(10deg);
  2045. transform: perspective(400px) rotateY(10deg); }
  2046. 100% {
  2047. opacity: 1;
  2048. -webkit-transform: perspective(400px) rotateY(0deg);
  2049. -ms-transform: perspective(400px) rotateY(0deg);
  2050. transform: perspective(400px) rotateY(0deg); } }
  2051.  
  2052. @-ms-keyframes flipInY {
  2053. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInY.scss */
  2054. 0% {
  2055. opacity: 0;
  2056. -webkit-transform: perspective(400px) rotateY(90deg);
  2057. -ms-transform: perspective(400px) rotateY(90deg);
  2058. transform: perspective(400px) rotateY(90deg); }
  2059. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInY.scss */
  2060. 40% {
  2061. -webkit-transform: perspective(400px) rotateY(-10deg);
  2062. -ms-transform: perspective(400px) rotateY(-10deg);
  2063. transform: perspective(400px) rotateY(-10deg); }
  2064. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInY.scss */
  2065. 70% {
  2066. -webkit-transform: perspective(400px) rotateY(10deg);
  2067. -ms-transform: perspective(400px) rotateY(10deg);
  2068. transform: perspective(400px) rotateY(10deg); }
  2069. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipInY.scss */
  2070. 100% {
  2071. opacity: 1;
  2072. -webkit-transform: perspective(400px) rotateY(0deg);
  2073. -ms-transform: perspective(400px) rotateY(0deg);
  2074. transform: perspective(400px) rotateY(0deg); } }
  2075.  
  2076. @keyframes flipInY {
  2077. 0% {
  2078. opacity: 0;
  2079. -webkit-transform: perspective(400px) rotateY(90deg);
  2080. -ms-transform: perspective(400px) rotateY(90deg);
  2081. transform: perspective(400px) rotateY(90deg); }
  2082. 40% {
  2083. -webkit-transform: perspective(400px) rotateY(-10deg);
  2084. -ms-transform: perspective(400px) rotateY(-10deg);
  2085. transform: perspective(400px) rotateY(-10deg); }
  2086. 70% {
  2087. -webkit-transform: perspective(400px) rotateY(10deg);
  2088. -ms-transform: perspective(400px) rotateY(10deg);
  2089. transform: perspective(400px) rotateY(10deg); }
  2090. 100% {
  2091. opacity: 1;
  2092. -webkit-transform: perspective(400px) rotateY(0deg);
  2093. -ms-transform: perspective(400px) rotateY(0deg);
  2094. transform: perspective(400px) rotateY(0deg); } }
  2095.  
  2096. @-webkit-keyframes flipOutX {
  2097. 0% {
  2098. opacity: 1;
  2099. -webkit-transform: perspective(400px) rotateX(0deg);
  2100. -ms-transform: perspective(400px) rotateX(0deg);
  2101. transform: perspective(400px) rotateX(0deg); }
  2102. 100% {
  2103. opacity: 0;
  2104. -webkit-transform: perspective(400px) rotateX(90deg);
  2105. -ms-transform: perspective(400px) rotateX(90deg);
  2106. transform: perspective(400px) rotateX(90deg); } }
  2107.  
  2108. @-ms-keyframes flipOutX {
  2109. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipOutX.scss */
  2110. 0% {
  2111. opacity: 1;
  2112. -webkit-transform: perspective(400px) rotateX(0deg);
  2113. -ms-transform: perspective(400px) rotateX(0deg);
  2114. transform: perspective(400px) rotateX(0deg); }
  2115. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipOutX.scss */
  2116. 100% {
  2117. opacity: 0;
  2118. -webkit-transform: perspective(400px) rotateX(90deg);
  2119. -ms-transform: perspective(400px) rotateX(90deg);
  2120. transform: perspective(400px) rotateX(90deg); } }
  2121.  
  2122. @keyframes flipOutX {
  2123. 0% {
  2124. opacity: 1;
  2125. -webkit-transform: perspective(400px) rotateX(0deg);
  2126. -ms-transform: perspective(400px) rotateX(0deg);
  2127. transform: perspective(400px) rotateX(0deg); }
  2128. 100% {
  2129. opacity: 0;
  2130. -webkit-transform: perspective(400px) rotateX(90deg);
  2131. -ms-transform: perspective(400px) rotateX(90deg);
  2132. transform: perspective(400px) rotateX(90deg); } }
  2133.  
  2134. @-webkit-keyframes flipOutY {
  2135. 0% {
  2136. opacity: 1;
  2137. -webkit-transform: perspective(400px) rotateY(0deg);
  2138. -ms-transform: perspective(400px) rotateY(0deg);
  2139. transform: perspective(400px) rotateY(0deg); }
  2140. 100% {
  2141. opacity: 0;
  2142. -webkit-transform: perspective(400px) rotateY(90deg);
  2143. -ms-transform: perspective(400px) rotateY(90deg);
  2144. transform: perspective(400px) rotateY(90deg); } }
  2145.  
  2146. @-ms-keyframes flipOutY {
  2147. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipOutY.scss */
  2148. 0% {
  2149. opacity: 1;
  2150. -webkit-transform: perspective(400px) rotateY(0deg);
  2151. -ms-transform: perspective(400px) rotateY(0deg);
  2152. transform: perspective(400px) rotateY(0deg); }
  2153. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_flippers/_flipOutY.scss */
  2154. 100% {
  2155. opacity: 0;
  2156. -webkit-transform: perspective(400px) rotateY(90deg);
  2157. -ms-transform: perspective(400px) rotateY(90deg);
  2158. transform: perspective(400px) rotateY(90deg); } }
  2159.  
  2160. @keyframes flipOutY {
  2161. 0% {
  2162. opacity: 1;
  2163. -webkit-transform: perspective(400px) rotateY(0deg);
  2164. -ms-transform: perspective(400px) rotateY(0deg);
  2165. transform: perspective(400px) rotateY(0deg); }
  2166. 100% {
  2167. opacity: 0;
  2168. -webkit-transform: perspective(400px) rotateY(90deg);
  2169. -ms-transform: perspective(400px) rotateY(90deg);
  2170. transform: perspective(400px) rotateY(90deg); } }
  2171.  
  2172. @-webkit-keyframes lightSpeedIn {
  2173. 0% {
  2174. opacity: 0;
  2175. -webkit-transform: translateX(100%) skewX(-30deg);
  2176. -ms-transform: translateX(100%) skewX(-30deg);
  2177. transform: translateX(100%) skewX(-30deg); }
  2178. 60% {
  2179. opacity: 1;
  2180. -webkit-transform: translateX(-20%) skewX(30deg);
  2181. -ms-transform: translateX(-20%) skewX(30deg);
  2182. transform: translateX(-20%) skewX(30deg); }
  2183. 80% {
  2184. opacity: 1;
  2185. -webkit-transform: translateX(0%) skewX(-15deg);
  2186. -ms-transform: translateX(0%) skewX(-15deg);
  2187. transform: translateX(0%) skewX(-15deg); }
  2188. 100% {
  2189. opacity: 1;
  2190. -webkit-transform: translateX(0%) skewX(0deg);
  2191. -ms-transform: translateX(0%) skewX(0deg);
  2192. transform: translateX(0%) skewX(0deg); } }
  2193.  
  2194. @-ms-keyframes lightSpeedIn {
  2195. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedIn.scss */
  2196. 0% {
  2197. opacity: 0;
  2198. -webkit-transform: translateX(100%) skewX(-30deg);
  2199. -ms-transform: translateX(100%) skewX(-30deg);
  2200. transform: translateX(100%) skewX(-30deg); }
  2201. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedIn.scss */
  2202. 60% {
  2203. opacity: 1;
  2204. -webkit-transform: translateX(-20%) skewX(30deg);
  2205. -ms-transform: translateX(-20%) skewX(30deg);
  2206. transform: translateX(-20%) skewX(30deg); }
  2207. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedIn.scss */
  2208. 80% {
  2209. opacity: 1;
  2210. -webkit-transform: translateX(0%) skewX(-15deg);
  2211. -ms-transform: translateX(0%) skewX(-15deg);
  2212. transform: translateX(0%) skewX(-15deg); }
  2213. /* line 14, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedIn.scss */
  2214. 100% {
  2215. opacity: 1;
  2216. -webkit-transform: translateX(0%) skewX(0deg);
  2217. -ms-transform: translateX(0%) skewX(0deg);
  2218. transform: translateX(0%) skewX(0deg); } }
  2219.  
  2220. @keyframes lightSpeedIn {
  2221. 0% {
  2222. opacity: 0;
  2223. -webkit-transform: translateX(100%) skewX(-30deg);
  2224. -ms-transform: translateX(100%) skewX(-30deg);
  2225. transform: translateX(100%) skewX(-30deg); }
  2226. 60% {
  2227. opacity: 1;
  2228. -webkit-transform: translateX(-20%) skewX(30deg);
  2229. -ms-transform: translateX(-20%) skewX(30deg);
  2230. transform: translateX(-20%) skewX(30deg); }
  2231. 80% {
  2232. opacity: 1;
  2233. -webkit-transform: translateX(0%) skewX(-15deg);
  2234. -ms-transform: translateX(0%) skewX(-15deg);
  2235. transform: translateX(0%) skewX(-15deg); }
  2236. 100% {
  2237. opacity: 1;
  2238. -webkit-transform: translateX(0%) skewX(0deg);
  2239. -ms-transform: translateX(0%) skewX(0deg);
  2240. transform: translateX(0%) skewX(0deg); } }
  2241.  
  2242. @-webkit-keyframes lightSpeedOut {
  2243. 0% {
  2244. opacity: 1;
  2245. -webkit-transform: translateX(0%) skewX(0deg);
  2246. -ms-transform: translateX(0%) skewX(0deg);
  2247. transform: translateX(0%) skewX(0deg); }
  2248. 100% {
  2249. opacity: 0;
  2250. -webkit-transform: translateX(100%) skewX(-30deg);
  2251. -ms-transform: translateX(100%) skewX(-30deg);
  2252. transform: translateX(100%) skewX(-30deg); } }
  2253.  
  2254. @-ms-keyframes lightSpeedOut {
  2255. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedOut.scss */
  2256. 0% {
  2257. opacity: 1;
  2258. -webkit-transform: translateX(0%) skewX(0deg);
  2259. -ms-transform: translateX(0%) skewX(0deg);
  2260. transform: translateX(0%) skewX(0deg); }
  2261. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_lightspeed/_lightSpeedOut.scss */
  2262. 100% {
  2263. opacity: 0;
  2264. -webkit-transform: translateX(100%) skewX(-30deg);
  2265. -ms-transform: translateX(100%) skewX(-30deg);
  2266. transform: translateX(100%) skewX(-30deg); } }
  2267.  
  2268. @keyframes lightSpeedOut {
  2269. 0% {
  2270. opacity: 1;
  2271. -webkit-transform: translateX(0%) skewX(0deg);
  2272. -ms-transform: translateX(0%) skewX(0deg);
  2273. transform: translateX(0%) skewX(0deg); }
  2274. 100% {
  2275. opacity: 0;
  2276. -webkit-transform: translateX(100%) skewX(-30deg);
  2277. -ms-transform: translateX(100%) skewX(-30deg);
  2278. transform: translateX(100%) skewX(-30deg); } }
  2279.  
  2280. @-webkit-keyframes rotateIn {
  2281. 0% {
  2282. opacity: 0;
  2283. -webkit-transform: rotate(-200deg);
  2284. -ms-transform: rotate(-200deg);
  2285. transform: rotate(-200deg);
  2286. -webkit-transform-origin: center center;
  2287. -ms-transform-origin: center center;
  2288. transform-origin: center center; }
  2289. 100% {
  2290. opacity: 1;
  2291. -webkit-transform: rotate(0);
  2292. -ms-transform: rotate(0);
  2293. transform: rotate(0);
  2294. -webkit-transform-origin: center center;
  2295. -ms-transform-origin: center center;
  2296. transform-origin: center center; } }
  2297.  
  2298. @-ms-keyframes rotateIn {
  2299. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateIn.scss */
  2300. 0% {
  2301. opacity: 0;
  2302. -webkit-transform: rotate(-200deg);
  2303. -ms-transform: rotate(-200deg);
  2304. transform: rotate(-200deg);
  2305. -webkit-transform-origin: center center;
  2306. -ms-transform-origin: center center;
  2307. transform-origin: center center; }
  2308. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateIn.scss */
  2309. 100% {
  2310. opacity: 1;
  2311. -webkit-transform: rotate(0);
  2312. -ms-transform: rotate(0);
  2313. transform: rotate(0);
  2314. -webkit-transform-origin: center center;
  2315. -ms-transform-origin: center center;
  2316. transform-origin: center center; } }
  2317.  
  2318. @keyframes rotateIn {
  2319. 0% {
  2320. opacity: 0;
  2321. -webkit-transform: rotate(-200deg);
  2322. -ms-transform: rotate(-200deg);
  2323. transform: rotate(-200deg);
  2324. -webkit-transform-origin: center center;
  2325. -ms-transform-origin: center center;
  2326. transform-origin: center center; }
  2327. 100% {
  2328. opacity: 1;
  2329. -webkit-transform: rotate(0);
  2330. -ms-transform: rotate(0);
  2331. transform: rotate(0);
  2332. -webkit-transform-origin: center center;
  2333. -ms-transform-origin: center center;
  2334. transform-origin: center center; } }
  2335.  
  2336. @-webkit-keyframes rotateInDownLeft {
  2337. 0% {
  2338. opacity: 0;
  2339. -webkit-transform: rotate(-90deg);
  2340. -ms-transform: rotate(-90deg);
  2341. transform: rotate(-90deg);
  2342. -webkit-transform-origin: left bottom;
  2343. -ms-transform-origin: left bottom;
  2344. transform-origin: left bottom; }
  2345. 100% {
  2346. opacity: 1;
  2347. -webkit-transform: rotate(0);
  2348. -ms-transform: rotate(0);
  2349. transform: rotate(0);
  2350. -webkit-transform-origin: left bottom;
  2351. -ms-transform-origin: left bottom;
  2352. transform-origin: left bottom; } }
  2353.  
  2354. @-ms-keyframes rotateInDownLeft {
  2355. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInDownLeft.scss */
  2356. 0% {
  2357. opacity: 0;
  2358. -webkit-transform: rotate(-90deg);
  2359. -ms-transform: rotate(-90deg);
  2360. transform: rotate(-90deg);
  2361. -webkit-transform-origin: left bottom;
  2362. -ms-transform-origin: left bottom;
  2363. transform-origin: left bottom; }
  2364. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInDownLeft.scss */
  2365. 100% {
  2366. opacity: 1;
  2367. -webkit-transform: rotate(0);
  2368. -ms-transform: rotate(0);
  2369. transform: rotate(0);
  2370. -webkit-transform-origin: left bottom;
  2371. -ms-transform-origin: left bottom;
  2372. transform-origin: left bottom; } }
  2373.  
  2374. @keyframes rotateInDownLeft {
  2375. 0% {
  2376. opacity: 0;
  2377. -webkit-transform: rotate(-90deg);
  2378. -ms-transform: rotate(-90deg);
  2379. transform: rotate(-90deg);
  2380. -webkit-transform-origin: left bottom;
  2381. -ms-transform-origin: left bottom;
  2382. transform-origin: left bottom; }
  2383. 100% {
  2384. opacity: 1;
  2385. -webkit-transform: rotate(0);
  2386. -ms-transform: rotate(0);
  2387. transform: rotate(0);
  2388. -webkit-transform-origin: left bottom;
  2389. -ms-transform-origin: left bottom;
  2390. transform-origin: left bottom; } }
  2391.  
  2392. @-webkit-keyframes rotateInDownRight {
  2393. 0% {
  2394. opacity: 0;
  2395. -webkit-transform: rotate(90deg);
  2396. -ms-transform: rotate(90deg);
  2397. transform: rotate(90deg);
  2398. -webkit-transform-origin: right bottom;
  2399. -ms-transform-origin: right bottom;
  2400. transform-origin: right bottom; }
  2401. 100% {
  2402. opacity: 1;
  2403. -webkit-transform: rotate(0);
  2404. -ms-transform: rotate(0);
  2405. transform: rotate(0);
  2406. -webkit-transform-origin: right bottom;
  2407. -ms-transform-origin: right bottom;
  2408. transform-origin: right bottom; } }
  2409.  
  2410. @-ms-keyframes rotateInDownRight {
  2411. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInDownRight.scss */
  2412. 0% {
  2413. opacity: 0;
  2414. -webkit-transform: rotate(90deg);
  2415. -ms-transform: rotate(90deg);
  2416. transform: rotate(90deg);
  2417. -webkit-transform-origin: right bottom;
  2418. -ms-transform-origin: right bottom;
  2419. transform-origin: right bottom; }
  2420. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInDownRight.scss */
  2421. 100% {
  2422. opacity: 1;
  2423. -webkit-transform: rotate(0);
  2424. -ms-transform: rotate(0);
  2425. transform: rotate(0);
  2426. -webkit-transform-origin: right bottom;
  2427. -ms-transform-origin: right bottom;
  2428. transform-origin: right bottom; } }
  2429.  
  2430. @keyframes rotateInDownRight {
  2431. 0% {
  2432. opacity: 0;
  2433. -webkit-transform: rotate(90deg);
  2434. -ms-transform: rotate(90deg);
  2435. transform: rotate(90deg);
  2436. -webkit-transform-origin: right bottom;
  2437. -ms-transform-origin: right bottom;
  2438. transform-origin: right bottom; }
  2439. 100% {
  2440. opacity: 1;
  2441. -webkit-transform: rotate(0);
  2442. -ms-transform: rotate(0);
  2443. transform: rotate(0);
  2444. -webkit-transform-origin: right bottom;
  2445. -ms-transform-origin: right bottom;
  2446. transform-origin: right bottom; } }
  2447.  
  2448. @-webkit-keyframes rotateInUpLeft {
  2449. 0% {
  2450. opacity: 0;
  2451. -webkit-transform: rotate(90deg);
  2452. -ms-transform: rotate(90deg);
  2453. transform: rotate(90deg);
  2454. -webkit-transform-origin: left bottom;
  2455. -ms-transform-origin: left bottom;
  2456. transform-origin: left bottom; }
  2457. 100% {
  2458. opacity: 1;
  2459. -webkit-transform: rotate(0);
  2460. -ms-transform: rotate(0);
  2461. transform: rotate(0);
  2462. -webkit-transform-origin: left bottom;
  2463. -ms-transform-origin: left bottom;
  2464. transform-origin: left bottom; } }
  2465.  
  2466. @-ms-keyframes rotateInUpLeft {
  2467. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInUpLeft.scss */
  2468. 0% {
  2469. opacity: 0;
  2470. -webkit-transform: rotate(90deg);
  2471. -ms-transform: rotate(90deg);
  2472. transform: rotate(90deg);
  2473. -webkit-transform-origin: left bottom;
  2474. -ms-transform-origin: left bottom;
  2475. transform-origin: left bottom; }
  2476. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInUpLeft.scss */
  2477. 100% {
  2478. opacity: 1;
  2479. -webkit-transform: rotate(0);
  2480. -ms-transform: rotate(0);
  2481. transform: rotate(0);
  2482. -webkit-transform-origin: left bottom;
  2483. -ms-transform-origin: left bottom;
  2484. transform-origin: left bottom; } }
  2485.  
  2486. @keyframes rotateInUpLeft {
  2487. 0% {
  2488. opacity: 0;
  2489. -webkit-transform: rotate(90deg);
  2490. -ms-transform: rotate(90deg);
  2491. transform: rotate(90deg);
  2492. -webkit-transform-origin: left bottom;
  2493. -ms-transform-origin: left bottom;
  2494. transform-origin: left bottom; }
  2495. 100% {
  2496. opacity: 1;
  2497. -webkit-transform: rotate(0);
  2498. -ms-transform: rotate(0);
  2499. transform: rotate(0);
  2500. -webkit-transform-origin: left bottom;
  2501. -ms-transform-origin: left bottom;
  2502. transform-origin: left bottom; } }
  2503.  
  2504. @-webkit-keyframes rotateInUpRight {
  2505. 0% {
  2506. opacity: 0;
  2507. -webkit-transform: rotate(-90deg);
  2508. -ms-transform: rotate(-90deg);
  2509. transform: rotate(-90deg);
  2510. -webkit-transform-origin: right bottom;
  2511. -ms-transform-origin: right bottom;
  2512. transform-origin: right bottom; }
  2513. 100% {
  2514. opacity: 1;
  2515. -webkit-transform: rotate(0);
  2516. -ms-transform: rotate(0);
  2517. transform: rotate(0);
  2518. -webkit-transform-origin: right bottom;
  2519. -ms-transform-origin: right bottom;
  2520. transform-origin: right bottom; } }
  2521.  
  2522. @-ms-keyframes rotateInUpRight {
  2523. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInUpRight.scss */
  2524. 0% {
  2525. opacity: 0;
  2526. -webkit-transform: rotate(-90deg);
  2527. -ms-transform: rotate(-90deg);
  2528. transform: rotate(-90deg);
  2529. -webkit-transform-origin: right bottom;
  2530. -ms-transform-origin: right bottom;
  2531. transform-origin: right bottom; }
  2532. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-entrances/_rotateInUpRight.scss */
  2533. 100% {
  2534. opacity: 1;
  2535. -webkit-transform: rotate(0);
  2536. -ms-transform: rotate(0);
  2537. transform: rotate(0);
  2538. -webkit-transform-origin: right bottom;
  2539. -ms-transform-origin: right bottom;
  2540. transform-origin: right bottom; } }
  2541.  
  2542. @keyframes rotateInUpRight {
  2543. 0% {
  2544. opacity: 0;
  2545. -webkit-transform: rotate(-90deg);
  2546. -ms-transform: rotate(-90deg);
  2547. transform: rotate(-90deg);
  2548. -webkit-transform-origin: right bottom;
  2549. -ms-transform-origin: right bottom;
  2550. transform-origin: right bottom; }
  2551. 100% {
  2552. opacity: 1;
  2553. -webkit-transform: rotate(0);
  2554. -ms-transform: rotate(0);
  2555. transform: rotate(0);
  2556. -webkit-transform-origin: right bottom;
  2557. -ms-transform-origin: right bottom;
  2558. transform-origin: right bottom; } }
  2559.  
  2560. @-webkit-keyframes rotateOut {
  2561. 0% {
  2562. opacity: 1;
  2563. -webkit-transform: rotate(0);
  2564. -ms-transform: rotate(0);
  2565. transform: rotate(0);
  2566. -webkit-transform-origin: center center;
  2567. -ms-transform-origin: center center;
  2568. transform-origin: center center; }
  2569. 100% {
  2570. opacity: 0;
  2571. -webkit-transform: rotate(200deg);
  2572. -ms-transform: rotate(200deg);
  2573. transform: rotate(200deg);
  2574. -webkit-transform-origin: center center;
  2575. -ms-transform-origin: center center;
  2576. transform-origin: center center; } }
  2577.  
  2578. @-ms-keyframes rotateOut {
  2579. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOut.scss */
  2580. 0% {
  2581. opacity: 1;
  2582. -webkit-transform: rotate(0);
  2583. -ms-transform: rotate(0);
  2584. transform: rotate(0);
  2585. -webkit-transform-origin: center center;
  2586. -ms-transform-origin: center center;
  2587. transform-origin: center center; }
  2588. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOut.scss */
  2589. 100% {
  2590. opacity: 0;
  2591. -webkit-transform: rotate(200deg);
  2592. -ms-transform: rotate(200deg);
  2593. transform: rotate(200deg);
  2594. -webkit-transform-origin: center center;
  2595. -ms-transform-origin: center center;
  2596. transform-origin: center center; } }
  2597.  
  2598. @keyframes rotateOut {
  2599. 0% {
  2600. opacity: 1;
  2601. -webkit-transform: rotate(0);
  2602. -ms-transform: rotate(0);
  2603. transform: rotate(0);
  2604. -webkit-transform-origin: center center;
  2605. -ms-transform-origin: center center;
  2606. transform-origin: center center; }
  2607. 100% {
  2608. opacity: 0;
  2609. -webkit-transform: rotate(200deg);
  2610. -ms-transform: rotate(200deg);
  2611. transform: rotate(200deg);
  2612. -webkit-transform-origin: center center;
  2613. -ms-transform-origin: center center;
  2614. transform-origin: center center; } }
  2615.  
  2616. @-webkit-keyframes rotateOutDownLeft {
  2617. 0% {
  2618. opacity: 1;
  2619. -webkit-transform: rotate(0);
  2620. -ms-transform: rotate(0);
  2621. transform: rotate(0);
  2622. -webkit-transform-origin: left bottom;
  2623. -ms-transform-origin: left bottom;
  2624. transform-origin: left bottom; }
  2625. 100% {
  2626. opacity: 0;
  2627. -webkit-transform: rotate(90deg);
  2628. -ms-transform: rotate(90deg);
  2629. transform: rotate(90deg);
  2630. -webkit-transform-origin: left bottom;
  2631. -ms-transform-origin: left bottom;
  2632. transform-origin: left bottom; } }
  2633.  
  2634. @-ms-keyframes rotateOutDownLeft {
  2635. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutDownLeft.scss */
  2636. 0% {
  2637. opacity: 1;
  2638. -webkit-transform: rotate(0);
  2639. -ms-transform: rotate(0);
  2640. transform: rotate(0);
  2641. -webkit-transform-origin: left bottom;
  2642. -ms-transform-origin: left bottom;
  2643. transform-origin: left bottom; }
  2644. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutDownLeft.scss */
  2645. 100% {
  2646. opacity: 0;
  2647. -webkit-transform: rotate(90deg);
  2648. -ms-transform: rotate(90deg);
  2649. transform: rotate(90deg);
  2650. -webkit-transform-origin: left bottom;
  2651. -ms-transform-origin: left bottom;
  2652. transform-origin: left bottom; } }
  2653.  
  2654. @keyframes rotateOutDownLeft {
  2655. 0% {
  2656. opacity: 1;
  2657. -webkit-transform: rotate(0);
  2658. -ms-transform: rotate(0);
  2659. transform: rotate(0);
  2660. -webkit-transform-origin: left bottom;
  2661. -ms-transform-origin: left bottom;
  2662. transform-origin: left bottom; }
  2663. 100% {
  2664. opacity: 0;
  2665. -webkit-transform: rotate(90deg);
  2666. -ms-transform: rotate(90deg);
  2667. transform: rotate(90deg);
  2668. -webkit-transform-origin: left bottom;
  2669. -ms-transform-origin: left bottom;
  2670. transform-origin: left bottom; } }
  2671.  
  2672. @-webkit-keyframes rotateOutDownRight {
  2673. 0% {
  2674. opacity: 1;
  2675. -webkit-transform: rotate(0);
  2676. -ms-transform: rotate(0);
  2677. transform: rotate(0);
  2678. -webkit-transform-origin: right bottom;
  2679. -ms-transform-origin: right bottom;
  2680. transform-origin: right bottom; }
  2681. 100% {
  2682. opacity: 0;
  2683. -webkit-transform: rotate(-90deg);
  2684. -ms-transform: rotate(-90deg);
  2685. transform: rotate(-90deg);
  2686. -webkit-transform-origin: right bottom;
  2687. -ms-transform-origin: right bottom;
  2688. transform-origin: right bottom; } }
  2689.  
  2690. @-ms-keyframes rotateOutDownRight {
  2691. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutDownRight.scss */
  2692. 0% {
  2693. opacity: 1;
  2694. -webkit-transform: rotate(0);
  2695. -ms-transform: rotate(0);
  2696. transform: rotate(0);
  2697. -webkit-transform-origin: right bottom;
  2698. -ms-transform-origin: right bottom;
  2699. transform-origin: right bottom; }
  2700. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutDownRight.scss */
  2701. 100% {
  2702. opacity: 0;
  2703. -webkit-transform: rotate(-90deg);
  2704. -ms-transform: rotate(-90deg);
  2705. transform: rotate(-90deg);
  2706. -webkit-transform-origin: right bottom;
  2707. -ms-transform-origin: right bottom;
  2708. transform-origin: right bottom; } }
  2709.  
  2710. @keyframes rotateOutDownRight {
  2711. 0% {
  2712. opacity: 1;
  2713. -webkit-transform: rotate(0);
  2714. -ms-transform: rotate(0);
  2715. transform: rotate(0);
  2716. -webkit-transform-origin: right bottom;
  2717. -ms-transform-origin: right bottom;
  2718. transform-origin: right bottom; }
  2719. 100% {
  2720. opacity: 0;
  2721. -webkit-transform: rotate(-90deg);
  2722. -ms-transform: rotate(-90deg);
  2723. transform: rotate(-90deg);
  2724. -webkit-transform-origin: right bottom;
  2725. -ms-transform-origin: right bottom;
  2726. transform-origin: right bottom; } }
  2727.  
  2728. @-webkit-keyframes rotateOutUpLeft {
  2729. 0% {
  2730. opacity: 1;
  2731. -webkit-transform: rotate(0);
  2732. -ms-transform: rotate(0);
  2733. transform: rotate(0);
  2734. -webkit-transform-origin: left bottom;
  2735. -ms-transform-origin: left bottom;
  2736. transform-origin: left bottom; }
  2737. 100% {
  2738. opacity: 0;
  2739. -webkit-transform: rotate(-90deg);
  2740. -ms-transform: rotate(-90deg);
  2741. transform: rotate(-90deg);
  2742. -webkit-transform-origin: left bottom;
  2743. -ms-transform-origin: left bottom;
  2744. transform-origin: left bottom; } }
  2745.  
  2746. @-ms-keyframes rotateOutUpLeft {
  2747. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutUpLeft.scss */
  2748. 0% {
  2749. opacity: 1;
  2750. -webkit-transform: rotate(0);
  2751. -ms-transform: rotate(0);
  2752. transform: rotate(0);
  2753. -webkit-transform-origin: left bottom;
  2754. -ms-transform-origin: left bottom;
  2755. transform-origin: left bottom; }
  2756. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutUpLeft.scss */
  2757. 100% {
  2758. opacity: 0;
  2759. -webkit-transform: rotate(-90deg);
  2760. -ms-transform: rotate(-90deg);
  2761. transform: rotate(-90deg);
  2762. -webkit-transform-origin: left bottom;
  2763. -ms-transform-origin: left bottom;
  2764. transform-origin: left bottom; } }
  2765.  
  2766. @keyframes rotateOutUpLeft {
  2767. 0% {
  2768. opacity: 1;
  2769. -webkit-transform: rotate(0);
  2770. -ms-transform: rotate(0);
  2771. transform: rotate(0);
  2772. -webkit-transform-origin: left bottom;
  2773. -ms-transform-origin: left bottom;
  2774. transform-origin: left bottom; }
  2775. 100% {
  2776. opacity: 0;
  2777. -webkit-transform: rotate(-90deg);
  2778. -ms-transform: rotate(-90deg);
  2779. transform: rotate(-90deg);
  2780. -webkit-transform-origin: left bottom;
  2781. -ms-transform-origin: left bottom;
  2782. transform-origin: left bottom; } }
  2783.  
  2784. @-webkit-keyframes rotateOutUpRight {
  2785. 0% {
  2786. opacity: 1;
  2787. -webkit-transform: rotate(0);
  2788. -ms-transform: rotate(0);
  2789. transform: rotate(0);
  2790. -webkit-transform-origin: right bottom;
  2791. -ms-transform-origin: right bottom;
  2792. transform-origin: right bottom; }
  2793. 100% {
  2794. opacity: 0;
  2795. -webkit-transform: rotate(90deg);
  2796. -ms-transform: rotate(90deg);
  2797. transform: rotate(90deg);
  2798. -webkit-transform-origin: right bottom;
  2799. -ms-transform-origin: right bottom;
  2800. transform-origin: right bottom; } }
  2801.  
  2802. @-ms-keyframes rotateOutUpRight {
  2803. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutUpRight.scss */
  2804. 0% {
  2805. opacity: 1;
  2806. -webkit-transform: rotate(0);
  2807. -ms-transform: rotate(0);
  2808. transform: rotate(0);
  2809. -webkit-transform-origin: right bottom;
  2810. -ms-transform-origin: right bottom;
  2811. transform-origin: right bottom; }
  2812. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_rotating-exits/_rotateOutUpRight.scss */
  2813. 100% {
  2814. opacity: 0;
  2815. -webkit-transform: rotate(90deg);
  2816. -ms-transform: rotate(90deg);
  2817. transform: rotate(90deg);
  2818. -webkit-transform-origin: right bottom;
  2819. -ms-transform-origin: right bottom;
  2820. transform-origin: right bottom; } }
  2821.  
  2822. @keyframes rotateOutUpRight {
  2823. 0% {
  2824. opacity: 1;
  2825. -webkit-transform: rotate(0);
  2826. -ms-transform: rotate(0);
  2827. transform: rotate(0);
  2828. -webkit-transform-origin: right bottom;
  2829. -ms-transform-origin: right bottom;
  2830. transform-origin: right bottom; }
  2831. 100% {
  2832. opacity: 0;
  2833. -webkit-transform: rotate(90deg);
  2834. -ms-transform: rotate(90deg);
  2835. transform: rotate(90deg);
  2836. -webkit-transform-origin: right bottom;
  2837. -ms-transform-origin: right bottom;
  2838. transform-origin: right bottom; } }
  2839.  
  2840. @-webkit-keyframes slideInDown {
  2841. 0% {
  2842. opacity: 0;
  2843. -webkit-transform: translateY(-2000px);
  2844. -ms-transform: translateY(-2000px);
  2845. transform: translateY(-2000px); }
  2846. 100% {
  2847. opacity: 1;
  2848. -webkit-transform: translateY(0);
  2849. -ms-transform: translateY(0);
  2850. transform: translateY(0); } }
  2851.  
  2852. @-ms-keyframes slideInDown {
  2853. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInDown.scss */
  2854. 0% {
  2855. opacity: 0;
  2856. -webkit-transform: translateY(-2000px);
  2857. -ms-transform: translateY(-2000px);
  2858. transform: translateY(-2000px); }
  2859. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInDown.scss */
  2860. 100% {
  2861. opacity: 1;
  2862. -webkit-transform: translateY(0);
  2863. -ms-transform: translateY(0);
  2864. transform: translateY(0); } }
  2865.  
  2866. @keyframes slideInDown {
  2867. 0% {
  2868. opacity: 0;
  2869. -webkit-transform: translateY(-2000px);
  2870. -ms-transform: translateY(-2000px);
  2871. transform: translateY(-2000px); }
  2872. 100% {
  2873. opacity: 1;
  2874. -webkit-transform: translateY(0);
  2875. -ms-transform: translateY(0);
  2876. transform: translateY(0); } }
  2877.  
  2878. @-webkit-keyframes slideInLeft {
  2879. 0% {
  2880. opacity: 0;
  2881. -webkit-transform: translateX(-2000px);
  2882. -ms-transform: translateX(-2000px);
  2883. transform: translateX(-2000px); }
  2884. 100% {
  2885. opacity: 1;
  2886. -webkit-transform: translateX(0);
  2887. -ms-transform: translateX(0);
  2888. transform: translateX(0); } }
  2889.  
  2890. @-ms-keyframes slideInLeft {
  2891. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInLeft.scss */
  2892. 0% {
  2893. opacity: 0;
  2894. -webkit-transform: translateX(-2000px);
  2895. -ms-transform: translateX(-2000px);
  2896. transform: translateX(-2000px); }
  2897. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInLeft.scss */
  2898. 100% {
  2899. opacity: 1;
  2900. -webkit-transform: translateX(0);
  2901. -ms-transform: translateX(0);
  2902. transform: translateX(0); } }
  2903.  
  2904. @keyframes slideInLeft {
  2905. 0% {
  2906. opacity: 0;
  2907. -webkit-transform: translateX(-2000px);
  2908. -ms-transform: translateX(-2000px);
  2909. transform: translateX(-2000px); }
  2910. 100% {
  2911. opacity: 1;
  2912. -webkit-transform: translateX(0);
  2913. -ms-transform: translateX(0);
  2914. transform: translateX(0); } }
  2915.  
  2916. @-webkit-keyframes slideInRight {
  2917. 0% {
  2918. opacity: 0;
  2919. -webkit-transform: translateX(2000px);
  2920. -ms-transform: translateX(2000px);
  2921. transform: translateX(2000px); }
  2922. 100% {
  2923. opacity: 1;
  2924. -webkit-transform: translateX(0);
  2925. -ms-transform: translateX(0);
  2926. transform: translateX(0); } }
  2927.  
  2928. @-ms-keyframes slideInRight {
  2929. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInRight.scss */
  2930. 0% {
  2931. opacity: 0;
  2932. -webkit-transform: translateX(2000px);
  2933. -ms-transform: translateX(2000px);
  2934. transform: translateX(2000px); }
  2935. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInRight.scss */
  2936. 100% {
  2937. opacity: 1;
  2938. -webkit-transform: translateX(0);
  2939. -ms-transform: translateX(0);
  2940. transform: translateX(0); } }
  2941.  
  2942. @keyframes slideInRight {
  2943. 0% {
  2944. opacity: 0;
  2945. -webkit-transform: translateX(2000px);
  2946. -ms-transform: translateX(2000px);
  2947. transform: translateX(2000px); }
  2948. 100% {
  2949. opacity: 1;
  2950. -webkit-transform: translateX(0);
  2951. -ms-transform: translateX(0);
  2952. transform: translateX(0); } }
  2953.  
  2954. @-webkit-keyframes slideInUp {
  2955. 0% {
  2956. opacity: 0;
  2957. -webkit-transform: translateY(2000px);
  2958. -ms-transform: translateY(2000px);
  2959. transform: translateY(2000px); }
  2960. 100% {
  2961. opacity: 1;
  2962. -webkit-transform: translateY(0);
  2963. -ms-transform: translateY(0);
  2964. transform: translateY(0); } }
  2965.  
  2966. @-ms-keyframes slideInUp {
  2967. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInUp.scss */
  2968. 0% {
  2969. opacity: 0;
  2970. -webkit-transform: translateY(2000px);
  2971. -ms-transform: translateY(2000px);
  2972. transform: translateY(2000px); }
  2973. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-entrances/_slideInUp.scss */
  2974. 100% {
  2975. opacity: 1;
  2976. -webkit-transform: translateY(0);
  2977. -ms-transform: translateY(0);
  2978. transform: translateY(0); } }
  2979.  
  2980. @keyframes slideInUp {
  2981. 0% {
  2982. opacity: 0;
  2983. -webkit-transform: translateY(2000px);
  2984. -ms-transform: translateY(2000px);
  2985. transform: translateY(2000px); }
  2986. 100% {
  2987. opacity: 1;
  2988. -webkit-transform: translateY(0);
  2989. -ms-transform: translateY(0);
  2990. transform: translateY(0); } }
  2991.  
  2992. @-webkit-keyframes slideOutDown {
  2993. 0% {
  2994. -webkit-transform: translateY(0);
  2995. -ms-transform: translateY(0);
  2996. transform: translateY(0); }
  2997. 100% {
  2998. opacity: 0;
  2999. -webkit-transform: translateY(2000px);
  3000. -ms-transform: translateY(2000px);
  3001. transform: translateY(2000px); } }
  3002.  
  3003. @-ms-keyframes slideOutDown {
  3004. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutDown.scss */
  3005. 0% {
  3006. -webkit-transform: translateY(0);
  3007. -ms-transform: translateY(0);
  3008. transform: translateY(0); }
  3009. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutDown.scss */
  3010. 100% {
  3011. opacity: 0;
  3012. -webkit-transform: translateY(2000px);
  3013. -ms-transform: translateY(2000px);
  3014. transform: translateY(2000px); } }
  3015.  
  3016. @keyframes slideOutDown {
  3017. 0% {
  3018. -webkit-transform: translateY(0);
  3019. -ms-transform: translateY(0);
  3020. transform: translateY(0); }
  3021. 100% {
  3022. opacity: 0;
  3023. -webkit-transform: translateY(2000px);
  3024. -ms-transform: translateY(2000px);
  3025. transform: translateY(2000px); } }
  3026.  
  3027. @-webkit-keyframes slideOutLeft {
  3028. 0% {
  3029. -webkit-transform: translateX(0);
  3030. -ms-transform: translateX(0);
  3031. transform: translateX(0); }
  3032. 100% {
  3033. opacity: 0;
  3034. -webkit-transform: translateX(-2000px);
  3035. -ms-transform: translateX(-2000px);
  3036. transform: translateX(-2000px); } }
  3037.  
  3038. @-ms-keyframes slideOutLeft {
  3039. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutLeft.scss */
  3040. 0% {
  3041. -webkit-transform: translateX(0);
  3042. -ms-transform: translateX(0);
  3043. transform: translateX(0); }
  3044. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutLeft.scss */
  3045. 100% {
  3046. opacity: 0;
  3047. -webkit-transform: translateX(-2000px);
  3048. -ms-transform: translateX(-2000px);
  3049. transform: translateX(-2000px); } }
  3050.  
  3051. @keyframes slideOutLeft {
  3052. 0% {
  3053. -webkit-transform: translateX(0);
  3054. -ms-transform: translateX(0);
  3055. transform: translateX(0); }
  3056. 100% {
  3057. opacity: 0;
  3058. -webkit-transform: translateX(-2000px);
  3059. -ms-transform: translateX(-2000px);
  3060. transform: translateX(-2000px); } }
  3061.  
  3062. @-webkit-keyframes slideOutRight {
  3063. 0% {
  3064. -webkit-transform: translateX(0);
  3065. -ms-transform: translateX(0);
  3066. transform: translateX(0); }
  3067. 100% {
  3068. opacity: 0;
  3069. -webkit-transform: translateX(2000px);
  3070. -ms-transform: translateX(2000px);
  3071. transform: translateX(2000px); } }
  3072.  
  3073. @-ms-keyframes slideOutRight {
  3074. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutRight.scss */
  3075. 0% {
  3076. -webkit-transform: translateX(0);
  3077. -ms-transform: translateX(0);
  3078. transform: translateX(0); }
  3079. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutRight.scss */
  3080. 100% {
  3081. opacity: 0;
  3082. -webkit-transform: translateX(2000px);
  3083. -ms-transform: translateX(2000px);
  3084. transform: translateX(2000px); } }
  3085.  
  3086. @keyframes slideOutRight {
  3087. 0% {
  3088. -webkit-transform: translateX(0);
  3089. -ms-transform: translateX(0);
  3090. transform: translateX(0); }
  3091. 100% {
  3092. opacity: 0;
  3093. -webkit-transform: translateX(2000px);
  3094. -ms-transform: translateX(2000px);
  3095. transform: translateX(2000px); } }
  3096.  
  3097. @-webkit-keyframes slideOutUp {
  3098. 0% {
  3099. -webkit-transform: translateY(0);
  3100. -ms-transform: translateY(0);
  3101. transform: translateY(0); }
  3102. 100% {
  3103. opacity: 0;
  3104. -webkit-transform: translateY(-2000px);
  3105. -ms-transform: translateY(-2000px);
  3106. transform: translateY(-2000px); } }
  3107.  
  3108. @-ms-keyframes slideOutUp {
  3109. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutUp.scss */
  3110. 0% {
  3111. -webkit-transform: translateY(0);
  3112. -ms-transform: translateY(0);
  3113. transform: translateY(0); }
  3114. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_sliding-exits/_slideOutUp.scss */
  3115. 100% {
  3116. opacity: 0;
  3117. -webkit-transform: translateY(-2000px);
  3118. -ms-transform: translateY(-2000px);
  3119. transform: translateY(-2000px); } }
  3120.  
  3121. @keyframes slideOutUp {
  3122. 0% {
  3123. -webkit-transform: translateY(0);
  3124. -ms-transform: translateY(0);
  3125. transform: translateY(0); }
  3126. 100% {
  3127. opacity: 0;
  3128. -webkit-transform: translateY(-2000px);
  3129. -ms-transform: translateY(-2000px);
  3130. transform: translateY(-2000px); } }
  3131.  
  3132. @-webkit-keyframes hinge {
  3133. 0% {
  3134. -webkit-animation-timing-function: ease-in-out;
  3135. animation-timing-function: ease-in-out;
  3136. -webkit-transform: rotate(0);
  3137. -ms-transform: rotate(0);
  3138. transform: rotate(0);
  3139. -webkit-transform-origin: top left;
  3140. -ms-transform-origin: top left;
  3141. transform-origin: top left; }
  3142. 20%, 60% {
  3143. -webkit-animation-timing-function: ease-in-out;
  3144. animation-timing-function: ease-in-out;
  3145. -webkit-transform: rotate(80deg);
  3146. -ms-transform: rotate(80deg);
  3147. transform: rotate(80deg);
  3148. -webkit-transform-origin: top left;
  3149. -ms-transform-origin: top left;
  3150. transform-origin: top left; }
  3151. 40% {
  3152. -webkit-animation-timing-function: ease-in-out;
  3153. animation-timing-function: ease-in-out;
  3154. -webkit-transform: rotate(60deg);
  3155. -ms-transform: rotate(60deg);
  3156. transform: rotate(60deg);
  3157. -webkit-transform-origin: top left;
  3158. -ms-transform-origin: top left;
  3159. transform-origin: top left; }
  3160. 80% {
  3161. opacity: 1;
  3162. -webkit-animation-timing-function: ease-in-out;
  3163. animation-timing-function: ease-in-out;
  3164. -webkit-transform: rotate(60deg) translateY(0);
  3165. -ms-transform: rotate(60deg) translateY(0);
  3166. transform: rotate(60deg) translateY(0);
  3167. -webkit-transform-origin: top left;
  3168. -ms-transform-origin: top left;
  3169. transform-origin: top left; }
  3170. 100% {
  3171. opacity: 0;
  3172. -webkit-transform: translateY(700px);
  3173. -ms-transform: translateY(700px);
  3174. transform: translateY(700px); } }
  3175.  
  3176. @-ms-keyframes hinge {
  3177. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_hinge.scss */
  3178. 0% {
  3179. animation-timing-function: ease-in-out;
  3180. -webkit-transform: rotate(0);
  3181. -ms-transform: rotate(0);
  3182. transform: rotate(0);
  3183. -webkit-transform-origin: top left;
  3184. -ms-transform-origin: top left;
  3185. transform-origin: top left; }
  3186. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_hinge.scss */
  3187. 20%, 60% {
  3188. animation-timing-function: ease-in-out;
  3189. -webkit-transform: rotate(80deg);
  3190. -ms-transform: rotate(80deg);
  3191. transform: rotate(80deg);
  3192. -webkit-transform-origin: top left;
  3193. -ms-transform-origin: top left;
  3194. transform-origin: top left; }
  3195. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_hinge.scss */
  3196. 40% {
  3197. animation-timing-function: ease-in-out;
  3198. -webkit-transform: rotate(60deg);
  3199. -ms-transform: rotate(60deg);
  3200. transform: rotate(60deg);
  3201. -webkit-transform-origin: top left;
  3202. -ms-transform-origin: top left;
  3203. transform-origin: top left; }
  3204. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_hinge.scss */
  3205. 80% {
  3206. opacity: 1;
  3207. animation-timing-function: ease-in-out;
  3208. -webkit-transform: rotate(60deg) translateY(0);
  3209. -ms-transform: rotate(60deg) translateY(0);
  3210. transform: rotate(60deg) translateY(0);
  3211. -webkit-transform-origin: top left;
  3212. -ms-transform-origin: top left;
  3213. transform-origin: top left; }
  3214. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_hinge.scss */
  3215. 100% {
  3216. opacity: 0;
  3217. -webkit-transform: translateY(700px);
  3218. -ms-transform: translateY(700px);
  3219. transform: translateY(700px); } }
  3220.  
  3221. @keyframes hinge {
  3222. 0% {
  3223. -webkit-animation-timing-function: ease-in-out;
  3224. animation-timing-function: ease-in-out;
  3225. -webkit-transform: rotate(0);
  3226. -ms-transform: rotate(0);
  3227. transform: rotate(0);
  3228. -webkit-transform-origin: top left;
  3229. -ms-transform-origin: top left;
  3230. transform-origin: top left; }
  3231. 20%, 60% {
  3232. -webkit-animation-timing-function: ease-in-out;
  3233. animation-timing-function: ease-in-out;
  3234. -webkit-transform: rotate(80deg);
  3235. -ms-transform: rotate(80deg);
  3236. transform: rotate(80deg);
  3237. -webkit-transform-origin: top left;
  3238. -ms-transform-origin: top left;
  3239. transform-origin: top left; }
  3240. 40% {
  3241. -webkit-animation-timing-function: ease-in-out;
  3242. animation-timing-function: ease-in-out;
  3243. -webkit-transform: rotate(60deg);
  3244. -ms-transform: rotate(60deg);
  3245. transform: rotate(60deg);
  3246. -webkit-transform-origin: top left;
  3247. -ms-transform-origin: top left;
  3248. transform-origin: top left; }
  3249. 80% {
  3250. opacity: 1;
  3251. -webkit-animation-timing-function: ease-in-out;
  3252. animation-timing-function: ease-in-out;
  3253. -webkit-transform: rotate(60deg) translateY(0);
  3254. -ms-transform: rotate(60deg) translateY(0);
  3255. transform: rotate(60deg) translateY(0);
  3256. -webkit-transform-origin: top left;
  3257. -ms-transform-origin: top left;
  3258. transform-origin: top left; }
  3259. 100% {
  3260. opacity: 0;
  3261. -webkit-transform: translateY(700px);
  3262. -ms-transform: translateY(700px);
  3263. transform: translateY(700px); } }
  3264.  
  3265. @-webkit-keyframes rollIn {
  3266. 0% {
  3267. opacity: 0;
  3268. -webkit-transform: translateX(-100%) rotate(-120deg);
  3269. -ms-transform: translateX(-100%) rotate(-120deg);
  3270. transform: translateX(-100%) rotate(-120deg); }
  3271. 100% {
  3272. opacity: 1;
  3273. -webkit-transform: translateX(0px) rotate(0deg);
  3274. -ms-transform: translateX(0px) rotate(0deg);
  3275. transform: translateX(0px) rotate(0deg); } }
  3276.  
  3277. @-ms-keyframes rollIn {
  3278. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_rollIn.scss */
  3279. 0% {
  3280. opacity: 0;
  3281. -webkit-transform: translateX(-100%) rotate(-120deg);
  3282. -ms-transform: translateX(-100%) rotate(-120deg);
  3283. transform: translateX(-100%) rotate(-120deg); }
  3284. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_rollIn.scss */
  3285. 100% {
  3286. opacity: 1;
  3287. -webkit-transform: translateX(0px) rotate(0deg);
  3288. -ms-transform: translateX(0px) rotate(0deg);
  3289. transform: translateX(0px) rotate(0deg); } }
  3290.  
  3291. @keyframes rollIn {
  3292. 0% {
  3293. opacity: 0;
  3294. -webkit-transform: translateX(-100%) rotate(-120deg);
  3295. -ms-transform: translateX(-100%) rotate(-120deg);
  3296. transform: translateX(-100%) rotate(-120deg); }
  3297. 100% {
  3298. opacity: 1;
  3299. -webkit-transform: translateX(0px) rotate(0deg);
  3300. -ms-transform: translateX(0px) rotate(0deg);
  3301. transform: translateX(0px) rotate(0deg); } }
  3302.  
  3303. @-webkit-keyframes rollOut {
  3304. 0% {
  3305. opacity: 1;
  3306. -webkit-transform: translateX(0px) rotate(0deg);
  3307. -ms-transform: translateX(0px) rotate(0deg);
  3308. transform: translateX(0px) rotate(0deg); }
  3309. 100% {
  3310. opacity: 0;
  3311. -webkit-transform: translateX(100%) rotate(120deg);
  3312. -ms-transform: translateX(100%) rotate(120deg);
  3313. transform: translateX(100%) rotate(120deg); } }
  3314.  
  3315. @-ms-keyframes rollOut {
  3316. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_rollOut.scss */
  3317. 0% {
  3318. opacity: 1;
  3319. -webkit-transform: translateX(0px) rotate(0deg);
  3320. -ms-transform: translateX(0px) rotate(0deg);
  3321. transform: translateX(0px) rotate(0deg); }
  3322. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_specials/_rollOut.scss */
  3323. 100% {
  3324. opacity: 0;
  3325. -webkit-transform: translateX(100%) rotate(120deg);
  3326. -ms-transform: translateX(100%) rotate(120deg);
  3327. transform: translateX(100%) rotate(120deg); } }
  3328.  
  3329. @keyframes rollOut {
  3330. 0% {
  3331. opacity: 1;
  3332. -webkit-transform: translateX(0px) rotate(0deg);
  3333. -ms-transform: translateX(0px) rotate(0deg);
  3334. transform: translateX(0px) rotate(0deg); }
  3335. 100% {
  3336. opacity: 0;
  3337. -webkit-transform: translateX(100%) rotate(120deg);
  3338. -ms-transform: translateX(100%) rotate(120deg);
  3339. transform: translateX(100%) rotate(120deg); } }
  3340.  
  3341. @-webkit-keyframes zoomIn {
  3342. 0% {
  3343. opacity: 0;
  3344. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3345. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3346. transform: scale3d(0.3, 0.3, 0.3); }
  3347. 50% {
  3348. opacity: 1; } }
  3349.  
  3350. @-ms-keyframes zoomIn {
  3351. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomIn.scss */
  3352. 0% {
  3353. opacity: 0;
  3354. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3355. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3356. transform: scale3d(0.3, 0.3, 0.3); }
  3357. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomIn.scss */
  3358. 50% {
  3359. opacity: 1; } }
  3360.  
  3361. @keyframes zoomIn {
  3362. 0% {
  3363. opacity: 0;
  3364. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3365. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3366. transform: scale3d(0.3, 0.3, 0.3); }
  3367. 50% {
  3368. opacity: 1; } }
  3369.  
  3370. @-webkit-keyframes zoomInDown {
  3371. 0% {
  3372. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3373. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3374. opacity: 0;
  3375. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3376. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3377. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  3378. 60% {
  3379. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3380. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3381. opacity: 1;
  3382. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3383. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3384. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }
  3385.  
  3386. @-ms-keyframes zoomInDown {
  3387. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInDown.scss */
  3388. 0% {
  3389. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3390. opacity: 0;
  3391. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3392. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3393. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  3394. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInDown.scss */
  3395. 60% {
  3396. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3397. opacity: 1;
  3398. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3399. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3400. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }
  3401.  
  3402. @keyframes zoomInDown {
  3403. 0% {
  3404. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3405. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3406. opacity: 0;
  3407. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3408. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  3409. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  3410. 60% {
  3411. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3412. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3413. opacity: 1;
  3414. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3415. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3416. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }
  3417.  
  3418. @-webkit-keyframes zoomInLeft {
  3419. 0% {
  3420. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3421. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3422. opacity: 0;
  3423. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3424. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3425. transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  3426. 60% {
  3427. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3428. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3429. opacity: 1;
  3430. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3431. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3432. transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }
  3433.  
  3434. @-ms-keyframes zoomInLeft {
  3435. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInLeft.scss */
  3436. 0% {
  3437. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3438. opacity: 0;
  3439. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3440. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3441. transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  3442. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInLeft.scss */
  3443. 60% {
  3444. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3445. opacity: 1;
  3446. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3447. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3448. transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }
  3449.  
  3450. @keyframes zoomInLeft {
  3451. 0% {
  3452. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3453. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3454. opacity: 0;
  3455. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3456. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  3457. transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  3458. 60% {
  3459. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3460. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3461. opacity: 1;
  3462. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3463. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  3464. transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }
  3465.  
  3466. @-webkit-keyframes zoomInRight {
  3467. 0% {
  3468. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3469. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3470. opacity: 0;
  3471. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3472. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3473. transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  3474. 60% {
  3475. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3476. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3477. opacity: 1;
  3478. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3479. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3480. transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }
  3481.  
  3482. @-ms-keyframes zoomInRight {
  3483. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInRight.scss */
  3484. 0% {
  3485. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3486. opacity: 0;
  3487. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3488. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3489. transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  3490. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInRight.scss */
  3491. 60% {
  3492. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3493. opacity: 1;
  3494. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3495. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3496. transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }
  3497.  
  3498. @keyframes zoomInRight {
  3499. 0% {
  3500. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3501. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3502. opacity: 0;
  3503. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3504. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  3505. transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  3506. 60% {
  3507. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3508. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3509. opacity: 1;
  3510. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3511. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  3512. transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }
  3513.  
  3514. @-webkit-keyframes zoomInUp {
  3515. 0% {
  3516. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3517. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3518. opacity: 0;
  3519. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3520. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3521. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  3522. 60% {
  3523. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3524. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3525. opacity: 1;
  3526. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3527. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3528. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }
  3529.  
  3530. @-ms-keyframes zoomInUp {
  3531. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInUp.scss */
  3532. 0% {
  3533. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3534. opacity: 0;
  3535. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3536. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3537. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  3538. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-entrances/_zoomInUp.scss */
  3539. 60% {
  3540. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3541. opacity: 1;
  3542. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3543. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3544. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }
  3545.  
  3546. @keyframes zoomInUp {
  3547. 0% {
  3548. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3549. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3550. opacity: 0;
  3551. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3552. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  3553. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  3554. 60% {
  3555. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3556. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3557. opacity: 1;
  3558. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3559. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3560. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }
  3561.  
  3562. @-webkit-keyframes zoomOut {
  3563. 0% {
  3564. opacity: 1; }
  3565. 50% {
  3566. opacity: 0;
  3567. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3568. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3569. transform: scale3d(0.3, 0.3, 0.3); }
  3570. 100% {
  3571. opacity: 0; } }
  3572.  
  3573. @-ms-keyframes zoomOut {
  3574. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOut.scss */
  3575. 0% {
  3576. opacity: 1; }
  3577. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOut.scss */
  3578. 50% {
  3579. opacity: 0;
  3580. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3581. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3582. transform: scale3d(0.3, 0.3, 0.3); }
  3583. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOut.scss */
  3584. 100% {
  3585. opacity: 0; } }
  3586.  
  3587. @keyframes zoomOut {
  3588. 0% {
  3589. opacity: 1; }
  3590. 50% {
  3591. opacity: 0;
  3592. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  3593. -ms-transform: scale3d(0.3, 0.3, 0.3);
  3594. transform: scale3d(0.3, 0.3, 0.3); }
  3595. 100% {
  3596. opacity: 0; } }
  3597.  
  3598. @-webkit-keyframes zoomOutDown {
  3599. 40% {
  3600. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3601. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3602. opacity: 1;
  3603. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3604. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3605. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  3606. 100% {
  3607. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3608. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3609. opacity: 0;
  3610. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3611. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3612. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3613. -webkit-transform-origin: center bottom;
  3614. -ms-transform-origin: center bottom;
  3615. transform-origin: center bottom; } }
  3616.  
  3617. @-ms-keyframes zoomOutDown {
  3618. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutDown.scss */
  3619. 40% {
  3620. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3621. opacity: 1;
  3622. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3623. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3624. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  3625. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutDown.scss */
  3626. 100% {
  3627. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3628. opacity: 0;
  3629. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3630. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3631. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3632. -webkit-transform-origin: center bottom;
  3633. -ms-transform-origin: center bottom;
  3634. transform-origin: center bottom; } }
  3635.  
  3636. @keyframes zoomOutDown {
  3637. 40% {
  3638. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3639. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3640. opacity: 1;
  3641. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3642. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  3643. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  3644. 100% {
  3645. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3646. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3647. opacity: 0;
  3648. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3649. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3650. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  3651. -webkit-transform-origin: center bottom;
  3652. -ms-transform-origin: center bottom;
  3653. transform-origin: center bottom; } }
  3654.  
  3655. @-webkit-keyframes zoomOutLeft {
  3656. 40% {
  3657. opacity: 1;
  3658. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3659. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3660. transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  3661. 100% {
  3662. opacity: 0;
  3663. -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3664. -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3665. transform: scale(0.1) translate3d(-2000px, 0, 0);
  3666. -webkit-transform-origin: left center;
  3667. -ms-transform-origin: left center;
  3668. transform-origin: left center; } }
  3669.  
  3670. @-ms-keyframes zoomOutLeft {
  3671. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutLeft.scss */
  3672. 40% {
  3673. opacity: 1;
  3674. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3675. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3676. transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  3677. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutLeft.scss */
  3678. 100% {
  3679. opacity: 0;
  3680. -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3681. -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3682. transform: scale(0.1) translate3d(-2000px, 0, 0);
  3683. -webkit-transform-origin: left center;
  3684. -ms-transform-origin: left center;
  3685. transform-origin: left center; } }
  3686.  
  3687. @keyframes zoomOutLeft {
  3688. 40% {
  3689. opacity: 1;
  3690. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3691. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  3692. transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  3693. 100% {
  3694. opacity: 0;
  3695. -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3696. -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
  3697. transform: scale(0.1) translate3d(-2000px, 0, 0);
  3698. -webkit-transform-origin: left center;
  3699. -ms-transform-origin: left center;
  3700. transform-origin: left center; } }
  3701.  
  3702. @-webkit-keyframes zoomOutRight {
  3703. 40% {
  3704. opacity: 1;
  3705. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3706. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3707. transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  3708. 100% {
  3709. opacity: 0;
  3710. -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
  3711. -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
  3712. transform: scale(0.1) translate3d(2000px, 0, 0);
  3713. -webkit-transform-origin: right center;
  3714. -ms-transform-origin: right center;
  3715. transform-origin: right center; } }
  3716.  
  3717. @-ms-keyframes zoomOutRight {
  3718. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutRight.scss */
  3719. 40% {
  3720. opacity: 1;
  3721. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3722. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3723. transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  3724. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutRight.scss */
  3725. 100% {
  3726. opacity: 0;
  3727. -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
  3728. -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
  3729. transform: scale(0.1) translate3d(2000px, 0, 0);
  3730. -webkit-transform-origin: right center;
  3731. -ms-transform-origin: right center;
  3732. transform-origin: right center; } }
  3733.  
  3734. @keyframes zoomOutRight {
  3735. 40% {
  3736. opacity: 1;
  3737. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3738. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  3739. transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  3740. 100% {
  3741. opacity: 0;
  3742. -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
  3743. -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
  3744. transform: scale(0.1) translate3d(2000px, 0, 0);
  3745. -webkit-transform-origin: right center;
  3746. -ms-transform-origin: right center;
  3747. transform-origin: right center; } }
  3748.  
  3749. @-webkit-keyframes zoomOutUp {
  3750. 40% {
  3751. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3752. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3753. opacity: 1;
  3754. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3755. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3756. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  3757. 100% {
  3758. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3759. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3760. opacity: 0;
  3761. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3762. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3763. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3764. -webkit-transform-origin: center bottom;
  3765. -ms-transform-origin: center bottom;
  3766. transform-origin: center bottom; } }
  3767.  
  3768. @-ms-keyframes zoomOutUp {
  3769. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutUp.scss */
  3770. 40% {
  3771. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3772. opacity: 1;
  3773. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3774. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3775. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  3776. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/bower_components/animatewithsass/_zooming-exits/_zoomOutUp.scss */
  3777. 100% {
  3778. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3779. opacity: 0;
  3780. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3781. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3782. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3783. -webkit-transform-origin: center bottom;
  3784. -ms-transform-origin: center bottom;
  3785. transform-origin: center bottom; } }
  3786.  
  3787. @keyframes zoomOutUp {
  3788. 40% {
  3789. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3790. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  3791. opacity: 1;
  3792. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3793. -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  3794. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  3795. 100% {
  3796. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3797. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  3798. opacity: 0;
  3799. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3800. -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3801. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  3802. -webkit-transform-origin: center bottom;
  3803. -ms-transform-origin: center bottom;
  3804. transform-origin: center bottom; } }
  3805.  
  3806. /*
  3807. * A partial implementation of the Ruby list functions from Compass:
  3808. * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
  3809. */
  3810. /*
  3811. * A partial implementation of the Ruby constants functions from Compass:
  3812. * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
  3813. */
  3814. /*
  3815. * A partial implementation of the Ruby display functions from Compass:
  3816. * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
  3817. */
  3818. /* line 437, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3819. *,
  3820. *:before,
  3821. *:after {
  3822. -moz-box-sizing: border-box;
  3823. box-sizing: border-box; }
  3824.  
  3825. /* line 447, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3826. html {
  3827. min-width: 320px;
  3828. font-size: 62.5%; }
  3829.  
  3830. /* line 452, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3831. body {
  3832. color: #4F5861;
  3833. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3834. font-weight: normal;
  3835. font-size: 16px;
  3836. font-style: normal;
  3837. line-height: 1.5;
  3838. text-rendering: optimizeLegibility;
  3839. -webkit-font-smoothing: antialiased; }
  3840.  
  3841. /* line 468, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3842. html.embed,
  3843. body.embed {
  3844. height: auto !important; }
  3845.  
  3846. /* line 473, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3847. a {
  3848. transition: color 150ms, opacity 150ms, text-shadow 150ms, background-color 250ms;
  3849. color: #0291DB;
  3850. outline: none !important;
  3851. text-decoration: none; }
  3852. /* line 482, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3853. a:hover {
  3854. color: #F52C6E; }
  3855.  
  3856. /* line 489, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3857. h1, h2, h3, h4, h5, h6 {
  3858. margin-top: 0;
  3859. margin-bottom: 24px;
  3860. color: #4F5861;
  3861. font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  3862. font-weight: bold;
  3863. font-style: normal;
  3864. line-height: 1.2; }
  3865. /* line 502, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3866. h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  3867. font-size: 60%;
  3868. color: #BDC3C7; }
  3869. /* line 507, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3870. h1 .Pink, h1.Pink, h2 .Pink, h2.Pink, h3 .Pink, h3.Pink, h4 .Pink, h4.Pink, h5 .Pink, h5.Pink, h6 .Pink, h6.Pink {
  3871. color: #F52C6E; }
  3872. /* line 508, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3873. h1 .Blue, h1.Blue, h2 .Blue, h2.Blue, h3 .Blue, h3.Blue, h4 .Blue, h4.Blue, h5 .Blue, h5.Blue, h6 .Blue, h6.Blue {
  3874. color: #0291DB; }
  3875. /* line 509, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3876. h1 .White, h1.White, h2 .White, h2.White, h3 .White, h3.White, h4 .White, h4.White, h5 .White, h5.White, h6 .White, h6.White {
  3877. color: #FFFFFF; }
  3878.  
  3879. /* line 512, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3880. h1 {
  3881. font-size: 32px; }
  3882.  
  3883. /* line 516, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3884. h2 {
  3885. font-size: 25px; }
  3886.  
  3887. /* line 520, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3888. h3 {
  3889. font-size: 22px; }
  3890.  
  3891. /* line 524, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3892. h4 {
  3893. color: #006195;
  3894. font-size: 16px; }
  3895.  
  3896. /* line 529, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3897. h5 {
  3898. color: #BDC3C7;
  3899. font-size: 16px;
  3900. text-transform: uppercase; }
  3901.  
  3902. /* line 535, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3903. h6 {
  3904. color: #0291DB;
  3905. font-size: 16px; }
  3906.  
  3907. @media only screen and (min-width: 768px) {
  3908. /* line 541, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3909. h1 {
  3910. font-size: 42px; }
  3911. /* line 542, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3912. h2 {
  3913. font-size: 35px; }
  3914. /* line 543, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3915. h3 {
  3916. font-size: 27px; }
  3917. /* line 544, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3918. h4 {
  3919. font-size: 18px; }
  3920. /* line 545, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3921. h5 {
  3922. font-size: 18px; }
  3923. /* line 546, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3924. h6 {
  3925. font-size: 18px; } }
  3926.  
  3927. /* line 551, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3928. p {
  3929. margin-top: 0;
  3930. margin-bottom: 24px;
  3931. font-family: inherit;
  3932. font-weight: normal;
  3933. font-size: 16px;
  3934. line-height: 1.5; }
  3935. /* line 565, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3936. p aside {
  3937. font-size: 16px;
  3938. line-height: 1.5;
  3939. font-style: italic; }
  3940. /* line 571, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3941. p.First {
  3942. color: #0291DB;
  3943. font-size: 18px;
  3944. line-height: 1.4; }
  3945. /* line 577, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3946. p.Lead {
  3947. font-weight: 300;
  3948. font-size: 21px; }
  3949. /* line 584, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3950. p.Small {
  3951. font-size: 14px; }
  3952.  
  3953. @media only screen and (min-width: 768px) {
  3954. /* line 591, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3955. p.First {
  3956. font-size: 27px; } }
  3957.  
  3958. /* line 596, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3959. img {
  3960. max-width: 100%; }
  3961.  
  3962. /* line 602, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3963. ul, ol {
  3964. padding-left: 0;
  3965. font-family: inherit;
  3966. font-weight: normal;
  3967. font-size: 16px;
  3968. line-height: 1.5; }
  3969. /* line 613, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3970. ul.Decimal, ol.Decimal {
  3971. list-style: decimal; }
  3972. /* line 614, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3973. ul.Disc, ol.Disc {
  3974. list-style: disc; }
  3975. /* line 615, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3976. ul.Circle, ol.Circle {
  3977. list-style: circle; }
  3978. /* line 616, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3979. ul.Square, ol.Square {
  3980. list-style: square; }
  3981. /* line 617, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3982. ul.Decimal, ul.Disc, ul.Circle, ul.Square, ol.Decimal, ol.Disc, ol.Circle, ol.Square {
  3983. margin-bottom: 24px;
  3984. padding-left: 40px; }
  3985.  
  3986. /* line 628, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3987. hr {
  3988. background: none;
  3989. border-color: #F1F4F9;
  3990. border-width: 2px 0 0;
  3991. border-style: solid; }
  3992.  
  3993. /* line 641, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3994. .Left {
  3995. float: left !important; }
  3996.  
  3997. /* line 642, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  3998. .Right {
  3999. float: right !important; }
  4000.  
  4001. /* line 643, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4002. .Left,
  4003. .Right {
  4004. text-align: left; }
  4005.  
  4006. /* line 646, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4007. .TextLeft {
  4008. text-align: left !important; }
  4009.  
  4010. /* line 647, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4011. .TextRight {
  4012. text-align: right !important; }
  4013.  
  4014. /* line 648, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4015. .TextCenter {
  4016. text-align: center !important; }
  4017.  
  4018. /* line 649, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4019. .TextJustify {
  4020. text-align: justify !important; }
  4021.  
  4022. /* line 651, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4023. .Hide {
  4024. display: none; }
  4025.  
  4026. /* line 653, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4027. .Spacing {
  4028. height: 40px; }
  4029. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  4030. .Spacing:after {
  4031. content: "";
  4032. display: table;
  4033. clear: both; }
  4034. /* line 657, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4035. .Spacing.Small {
  4036. height: 20px; }
  4037. /* line 658, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4038. .Spacing.Medium {
  4039. height: 80px; }
  4040. /* line 659, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4041. .Spacing.Large {
  4042. margin: 120px; }
  4043.  
  4044. /* line 669, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4045. .Row {
  4046. width: 100%;
  4047. margin-left: auto;
  4048. margin-right: auto;
  4049. margin-top: 0;
  4050. margin-bottom: 0;
  4051. max-width: 1170px; }
  4052. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  4053. .Row:after {
  4054. content: "";
  4055. display: table;
  4056. clear: both; }
  4057. /* line 673, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4058. .Row.Collapse .Column,
  4059. .Row.Collapse .Columns {
  4060. position: relative;
  4061. padding-left: 0;
  4062. padding-right: 0;
  4063. float: left; }
  4064. /* line 677, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4065. .Row .Row {
  4066. width: auto;
  4067. margin-left: -15px;
  4068. margin-right: -15px;
  4069. margin-top: 0;
  4070. margin-bottom: 0;
  4071. max-width: none; }
  4072. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  4073. .Row .Row:after {
  4074. content: "";
  4075. display: table;
  4076. clear: both; }
  4077. /* line 678, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4078. .Row .Row.Collapse {
  4079. width: auto;
  4080. margin: 0;
  4081. max-width: none; }
  4082. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  4083. .Row .Row.Collapse:after {
  4084. content: "";
  4085. display: table;
  4086. clear: both; }
  4087.  
  4088. /* line 682, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4089. .Column,
  4090. .Columns {
  4091. position: relative;
  4092. padding-left: 15px;
  4093. padding-right: 15px;
  4094. width: 100%;
  4095. float: left; }
  4096.  
  4097. @media only screen {
  4098. /* line 686, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4099. .Column,
  4100. .Columns {
  4101. position: relative;
  4102. padding-left: 15px;
  4103. padding-right: 15px;
  4104. float: left; }
  4105. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4106. .Small-1 {
  4107. position: relative;
  4108. width: 8.3333333333%; }
  4109. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4110. .Small-2 {
  4111. position: relative;
  4112. width: 16.6666666667%; }
  4113. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4114. .Small-3 {
  4115. position: relative;
  4116. width: 25%; }
  4117. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4118. .Small-4 {
  4119. position: relative;
  4120. width: 33.3333333333%; }
  4121. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4122. .Small-5 {
  4123. position: relative;
  4124. width: 41.6666666667%; }
  4125. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4126. .Small-6 {
  4127. position: relative;
  4128. width: 50%; }
  4129. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4130. .Small-7 {
  4131. position: relative;
  4132. width: 58.3333333333%; }
  4133. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4134. .Small-8 {
  4135. position: relative;
  4136. width: 66.6666666667%; }
  4137. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4138. .Small-9 {
  4139. position: relative;
  4140. width: 75%; }
  4141. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4142. .Small-10 {
  4143. position: relative;
  4144. width: 83.3333333333%; }
  4145. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4146. .Small-11 {
  4147. position: relative;
  4148. width: 91.6666666667%; }
  4149. /* line 690, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4150. .Small-12 {
  4151. position: relative;
  4152. width: 100%; }
  4153. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4154. .SmallOffset-0 {
  4155. position: relative;
  4156. margin-left: 0%; }
  4157. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4158. .SmallOffset-1 {
  4159. position: relative;
  4160. margin-left: 8.3333333333%; }
  4161. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4162. .SmallOffset-2 {
  4163. position: relative;
  4164. margin-left: 16.6666666667%; }
  4165. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4166. .SmallOffset-3 {
  4167. position: relative;
  4168. margin-left: 25%; }
  4169. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4170. .SmallOffset-4 {
  4171. position: relative;
  4172. margin-left: 33.3333333333%; }
  4173. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4174. .SmallOffset-5 {
  4175. position: relative;
  4176. margin-left: 41.6666666667%; }
  4177. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4178. .SmallOffset-6 {
  4179. position: relative;
  4180. margin-left: 50%; }
  4181. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4182. .SmallOffset-7 {
  4183. position: relative;
  4184. margin-left: 58.3333333333%; }
  4185. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4186. .SmallOffset-8 {
  4187. position: relative;
  4188. margin-left: 66.6666666667%; }
  4189. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4190. .SmallOffset-9 {
  4191. position: relative;
  4192. margin-left: 75%; }
  4193. /* line 694, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4194. .SmallOffset-10 {
  4195. position: relative;
  4196. margin-left: 83.3333333333%; }
  4197. /* line 697, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4198. [class*="Column"] + [class*="Column"]:last-child {
  4199. float: right; }
  4200. /* line 698, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4201. [class*="Column"] + [class*="Column"].End {
  4202. float: left; }
  4203. /* line 700, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4204. .Column.SmallCentered,
  4205. .Columns.SmallCentered {
  4206. position: relative;
  4207. margin-left: auto;
  4208. margin-right: auto;
  4209. float: none !important; } }
  4210.  
  4211. @media only screen and (max-width: 767px) {
  4212. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4213. .Mobile-1 {
  4214. position: relative;
  4215. width: 8.3333333333%; }
  4216. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4217. .Mobile-2 {
  4218. position: relative;
  4219. width: 16.6666666667%; }
  4220. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4221. .Mobile-3 {
  4222. position: relative;
  4223. width: 25%; }
  4224. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4225. .Mobile-4 {
  4226. position: relative;
  4227. width: 33.3333333333%; }
  4228. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4229. .Mobile-5 {
  4230. position: relative;
  4231. width: 41.6666666667%; }
  4232. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4233. .Mobile-6 {
  4234. position: relative;
  4235. width: 50%; }
  4236. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4237. .Mobile-7 {
  4238. position: relative;
  4239. width: 58.3333333333%; }
  4240. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4241. .Mobile-8 {
  4242. position: relative;
  4243. width: 66.6666666667%; }
  4244. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4245. .Mobile-9 {
  4246. position: relative;
  4247. width: 75%; }
  4248. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4249. .Mobile-10 {
  4250. position: relative;
  4251. width: 83.3333333333%; }
  4252. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4253. .Mobile-11 {
  4254. position: relative;
  4255. width: 91.6666666667%; }
  4256. /* line 707, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4257. .Mobile-12 {
  4258. position: relative;
  4259. width: 100%; }
  4260. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4261. .Row .MobileOffset-0 {
  4262. position: relative;
  4263. margin-left: 0%; }
  4264. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4265. .Row .MobileOffset-1 {
  4266. position: relative;
  4267. margin-left: 8.3333333333%; }
  4268. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4269. .Row .MobileOffset-2 {
  4270. position: relative;
  4271. margin-left: 16.6666666667%; }
  4272. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4273. .Row .MobileOffset-3 {
  4274. position: relative;
  4275. margin-left: 25%; }
  4276. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4277. .Row .MobileOffset-4 {
  4278. position: relative;
  4279. margin-left: 33.3333333333%; }
  4280. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4281. .Row .MobileOffset-5 {
  4282. position: relative;
  4283. margin-left: 41.6666666667%; }
  4284. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4285. .Row .MobileOffset-6 {
  4286. position: relative;
  4287. margin-left: 50%; }
  4288. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4289. .Row .MobileOffset-7 {
  4290. position: relative;
  4291. margin-left: 58.3333333333%; }
  4292. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4293. .Row .MobileOffset-8 {
  4294. position: relative;
  4295. margin-left: 66.6666666667%; }
  4296. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4297. .Row .MobileOffset-9 {
  4298. position: relative;
  4299. margin-left: 75%; }
  4300. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4301. .Row .MobileOffset-10 {
  4302. position: relative;
  4303. margin-left: 83.3333333333%; }
  4304. /* line 711, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4305. .Row .MobileOffset-11 {
  4306. position: relative;
  4307. margin-left: 91.6666666667%; }
  4308. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4309. .Push-1 {
  4310. position: relative;
  4311. left: 8.3333333333%;
  4312. right: auto; }
  4313. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4314. .Pull-1 {
  4315. position: relative;
  4316. right: 8.3333333333%;
  4317. left: auto; }
  4318. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4319. .Push-2 {
  4320. position: relative;
  4321. left: 16.6666666667%;
  4322. right: auto; }
  4323. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4324. .Pull-2 {
  4325. position: relative;
  4326. right: 16.6666666667%;
  4327. left: auto; }
  4328. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4329. .Push-3 {
  4330. position: relative;
  4331. left: 25%;
  4332. right: auto; }
  4333. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4334. .Pull-3 {
  4335. position: relative;
  4336. right: 25%;
  4337. left: auto; }
  4338. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4339. .Push-4 {
  4340. position: relative;
  4341. left: 33.3333333333%;
  4342. right: auto; }
  4343. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4344. .Pull-4 {
  4345. position: relative;
  4346. right: 33.3333333333%;
  4347. left: auto; }
  4348. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4349. .Push-5 {
  4350. position: relative;
  4351. left: 41.6666666667%;
  4352. right: auto; }
  4353. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4354. .Pull-5 {
  4355. position: relative;
  4356. right: 41.6666666667%;
  4357. left: auto; }
  4358. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4359. .Push-6 {
  4360. position: relative;
  4361. left: 50%;
  4362. right: auto; }
  4363. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4364. .Pull-6 {
  4365. position: relative;
  4366. right: 50%;
  4367. left: auto; }
  4368. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4369. .Push-7 {
  4370. position: relative;
  4371. left: 58.3333333333%;
  4372. right: auto; }
  4373. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4374. .Pull-7 {
  4375. position: relative;
  4376. right: 58.3333333333%;
  4377. left: auto; }
  4378. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4379. .Push-8 {
  4380. position: relative;
  4381. left: 66.6666666667%;
  4382. right: auto; }
  4383. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4384. .Pull-8 {
  4385. position: relative;
  4386. right: 66.6666666667%;
  4387. left: auto; }
  4388. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4389. .Push-9 {
  4390. position: relative;
  4391. left: 75%;
  4392. right: auto; }
  4393. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4394. .Pull-9 {
  4395. position: relative;
  4396. right: 75%;
  4397. left: auto; }
  4398. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4399. .Push-10 {
  4400. position: relative;
  4401. left: 83.3333333333%;
  4402. right: auto; }
  4403. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4404. .Pull-10 {
  4405. position: relative;
  4406. right: 83.3333333333%;
  4407. left: auto; }
  4408. /* line 715, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4409. .Push-11 {
  4410. position: relative;
  4411. left: 91.6666666667%;
  4412. right: auto; }
  4413. /* line 716, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4414. .Pull-11 {
  4415. position: relative;
  4416. right: 91.6666666667%;
  4417. left: auto; }
  4418. /* line 719, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4419. .Column.MobileCentered,
  4420. .Columns.MobileCentered {
  4421. position: relative;
  4422. margin-left: auto;
  4423. margin-right: auto;
  4424. float: none !important; }
  4425. /* line 722, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4426. .Column.MobileUncentered,
  4427. .Columns.MobileUncentered {
  4428. margin-left: 0;
  4429. margin-right: 0;
  4430. float: left !important; }
  4431. /* line 729, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4432. .Column.MobileUncentered.Opposite,
  4433. .Columns.MobileUncentered.Opposite {
  4434. float: right !important; }
  4435. /* line 734, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4436. .Column.MobileTextCentered,
  4437. .Columns.MobileTextCentered {
  4438. text-align: center !important; } }
  4439.  
  4440. @media only screen and (min-width: 768px) and (max-width: 1279px) {
  4441. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4442. .Medium-1 {
  4443. position: relative;
  4444. width: 8.3333333333%; }
  4445. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4446. .Medium-2 {
  4447. position: relative;
  4448. width: 16.6666666667%; }
  4449. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4450. .Medium-3 {
  4451. position: relative;
  4452. width: 25%; }
  4453. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4454. .Medium-4 {
  4455. position: relative;
  4456. width: 33.3333333333%; }
  4457. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4458. .Medium-5 {
  4459. position: relative;
  4460. width: 41.6666666667%; }
  4461. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4462. .Medium-6 {
  4463. position: relative;
  4464. width: 50%; }
  4465. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4466. .Medium-7 {
  4467. position: relative;
  4468. width: 58.3333333333%; }
  4469. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4470. .Medium-8 {
  4471. position: relative;
  4472. width: 66.6666666667%; }
  4473. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4474. .Medium-9 {
  4475. position: relative;
  4476. width: 75%; }
  4477. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4478. .Medium-10 {
  4479. position: relative;
  4480. width: 83.3333333333%; }
  4481. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4482. .Medium-11 {
  4483. position: relative;
  4484. width: 91.6666666667%; }
  4485. /* line 741, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4486. .Medium-12 {
  4487. position: relative;
  4488. width: 100%; }
  4489. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4490. .Row .MediumOffset-0 {
  4491. position: relative;
  4492. margin-left: 0%; }
  4493. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4494. .Row .MediumOffset-1 {
  4495. position: relative;
  4496. margin-left: 8.3333333333%; }
  4497. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4498. .Row .MediumOffset-2 {
  4499. position: relative;
  4500. margin-left: 16.6666666667%; }
  4501. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4502. .Row .MediumOffset-3 {
  4503. position: relative;
  4504. margin-left: 25%; }
  4505. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4506. .Row .MediumOffset-4 {
  4507. position: relative;
  4508. margin-left: 33.3333333333%; }
  4509. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4510. .Row .MediumOffset-5 {
  4511. position: relative;
  4512. margin-left: 41.6666666667%; }
  4513. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4514. .Row .MediumOffset-6 {
  4515. position: relative;
  4516. margin-left: 50%; }
  4517. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4518. .Row .MediumOffset-7 {
  4519. position: relative;
  4520. margin-left: 58.3333333333%; }
  4521. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4522. .Row .MediumOffset-8 {
  4523. position: relative;
  4524. margin-left: 66.6666666667%; }
  4525. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4526. .Row .MediumOffset-9 {
  4527. position: relative;
  4528. margin-left: 75%; }
  4529. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4530. .Row .MediumOffset-10 {
  4531. position: relative;
  4532. margin-left: 83.3333333333%; }
  4533. /* line 745, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4534. .Row .MediumOffset-11 {
  4535. position: relative;
  4536. margin-left: 91.6666666667%; }
  4537. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4538. .Push-1 {
  4539. position: relative;
  4540. left: 8.3333333333%;
  4541. right: auto; }
  4542. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4543. .Pull-1 {
  4544. position: relative;
  4545. right: 8.3333333333%;
  4546. left: auto; }
  4547. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4548. .Push-2 {
  4549. position: relative;
  4550. left: 16.6666666667%;
  4551. right: auto; }
  4552. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4553. .Pull-2 {
  4554. position: relative;
  4555. right: 16.6666666667%;
  4556. left: auto; }
  4557. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4558. .Push-3 {
  4559. position: relative;
  4560. left: 25%;
  4561. right: auto; }
  4562. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4563. .Pull-3 {
  4564. position: relative;
  4565. right: 25%;
  4566. left: auto; }
  4567. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4568. .Push-4 {
  4569. position: relative;
  4570. left: 33.3333333333%;
  4571. right: auto; }
  4572. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4573. .Pull-4 {
  4574. position: relative;
  4575. right: 33.3333333333%;
  4576. left: auto; }
  4577. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4578. .Push-5 {
  4579. position: relative;
  4580. left: 41.6666666667%;
  4581. right: auto; }
  4582. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4583. .Pull-5 {
  4584. position: relative;
  4585. right: 41.6666666667%;
  4586. left: auto; }
  4587. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4588. .Push-6 {
  4589. position: relative;
  4590. left: 50%;
  4591. right: auto; }
  4592. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4593. .Pull-6 {
  4594. position: relative;
  4595. right: 50%;
  4596. left: auto; }
  4597. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4598. .Push-7 {
  4599. position: relative;
  4600. left: 58.3333333333%;
  4601. right: auto; }
  4602. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4603. .Pull-7 {
  4604. position: relative;
  4605. right: 58.3333333333%;
  4606. left: auto; }
  4607. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4608. .Push-8 {
  4609. position: relative;
  4610. left: 66.6666666667%;
  4611. right: auto; }
  4612. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4613. .Pull-8 {
  4614. position: relative;
  4615. right: 66.6666666667%;
  4616. left: auto; }
  4617. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4618. .Push-9 {
  4619. position: relative;
  4620. left: 75%;
  4621. right: auto; }
  4622. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4623. .Pull-9 {
  4624. position: relative;
  4625. right: 75%;
  4626. left: auto; }
  4627. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4628. .Push-10 {
  4629. position: relative;
  4630. left: 83.3333333333%;
  4631. right: auto; }
  4632. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4633. .Pull-10 {
  4634. position: relative;
  4635. right: 83.3333333333%;
  4636. left: auto; }
  4637. /* line 749, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4638. .Push-11 {
  4639. position: relative;
  4640. left: 91.6666666667%;
  4641. right: auto; }
  4642. /* line 750, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4643. .Pull-11 {
  4644. position: relative;
  4645. right: 91.6666666667%;
  4646. left: auto; }
  4647. /* line 753, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4648. .Column.MediumCentered,
  4649. .Columns.MediumCentered {
  4650. position: relative;
  4651. margin-left: auto;
  4652. margin-right: auto;
  4653. float: none !important; }
  4654. /* line 756, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4655. .Column.MediumUncentered,
  4656. .Columns.MediumUncentered {
  4657. margin-left: 0;
  4658. margin-right: 0;
  4659. float: left !important; }
  4660. /* line 763, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4661. .Column.MediumUncentered.Opposite,
  4662. .Columns.MediumUncentered.Opposite {
  4663. float: right !important; }
  4664. /* line 768, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4665. .Column.MediumTextCentered,
  4666. .Columns.MediumTextCentered {
  4667. text-align: center !important; } }
  4668.  
  4669. @media only screen and (min-width: 1280px) {
  4670. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4671. .Large-1 {
  4672. position: relative;
  4673. width: 8.3333333333%; }
  4674. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4675. .Large-2 {
  4676. position: relative;
  4677. width: 16.6666666667%; }
  4678. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4679. .Large-3 {
  4680. position: relative;
  4681. width: 25%; }
  4682. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4683. .Large-4 {
  4684. position: relative;
  4685. width: 33.3333333333%; }
  4686. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4687. .Large-5 {
  4688. position: relative;
  4689. width: 41.6666666667%; }
  4690. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4691. .Large-6 {
  4692. position: relative;
  4693. width: 50%; }
  4694. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4695. .Large-7 {
  4696. position: relative;
  4697. width: 58.3333333333%; }
  4698. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4699. .Large-8 {
  4700. position: relative;
  4701. width: 66.6666666667%; }
  4702. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4703. .Large-9 {
  4704. position: relative;
  4705. width: 75%; }
  4706. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4707. .Large-10 {
  4708. position: relative;
  4709. width: 83.3333333333%; }
  4710. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4711. .Large-11 {
  4712. position: relative;
  4713. width: 91.6666666667%; }
  4714. /* line 775, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4715. .Large-12 {
  4716. position: relative;
  4717. width: 100%; }
  4718. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4719. .Row .LargeOffset-0 {
  4720. position: relative;
  4721. margin-left: 0%; }
  4722. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4723. .Row .LargeOffset-1 {
  4724. position: relative;
  4725. margin-left: 8.3333333333%; }
  4726. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4727. .Row .LargeOffset-2 {
  4728. position: relative;
  4729. margin-left: 16.6666666667%; }
  4730. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4731. .Row .LargeOffset-3 {
  4732. position: relative;
  4733. margin-left: 25%; }
  4734. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4735. .Row .LargeOffset-4 {
  4736. position: relative;
  4737. margin-left: 33.3333333333%; }
  4738. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4739. .Row .LargeOffset-5 {
  4740. position: relative;
  4741. margin-left: 41.6666666667%; }
  4742. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4743. .Row .LargeOffset-6 {
  4744. position: relative;
  4745. margin-left: 50%; }
  4746. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4747. .Row .LargeOffset-7 {
  4748. position: relative;
  4749. margin-left: 58.3333333333%; }
  4750. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4751. .Row .LargeOffset-8 {
  4752. position: relative;
  4753. margin-left: 66.6666666667%; }
  4754. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4755. .Row .LargeOffset-9 {
  4756. position: relative;
  4757. margin-left: 75%; }
  4758. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4759. .Row .LargeOffset-10 {
  4760. position: relative;
  4761. margin-left: 83.3333333333%; }
  4762. /* line 779, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4763. .Row .LargeOffset-11 {
  4764. position: relative;
  4765. margin-left: 91.6666666667%; }
  4766. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4767. .Push-1 {
  4768. position: relative;
  4769. left: 8.3333333333%;
  4770. right: auto; }
  4771. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4772. .Pull-1 {
  4773. position: relative;
  4774. right: 8.3333333333%;
  4775. left: auto; }
  4776. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4777. .Push-2 {
  4778. position: relative;
  4779. left: 16.6666666667%;
  4780. right: auto; }
  4781. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4782. .Pull-2 {
  4783. position: relative;
  4784. right: 16.6666666667%;
  4785. left: auto; }
  4786. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4787. .Push-3 {
  4788. position: relative;
  4789. left: 25%;
  4790. right: auto; }
  4791. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4792. .Pull-3 {
  4793. position: relative;
  4794. right: 25%;
  4795. left: auto; }
  4796. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4797. .Push-4 {
  4798. position: relative;
  4799. left: 33.3333333333%;
  4800. right: auto; }
  4801. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4802. .Pull-4 {
  4803. position: relative;
  4804. right: 33.3333333333%;
  4805. left: auto; }
  4806. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4807. .Push-5 {
  4808. position: relative;
  4809. left: 41.6666666667%;
  4810. right: auto; }
  4811. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4812. .Pull-5 {
  4813. position: relative;
  4814. right: 41.6666666667%;
  4815. left: auto; }
  4816. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4817. .Push-6 {
  4818. position: relative;
  4819. left: 50%;
  4820. right: auto; }
  4821. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4822. .Pull-6 {
  4823. position: relative;
  4824. right: 50%;
  4825. left: auto; }
  4826. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4827. .Push-7 {
  4828. position: relative;
  4829. left: 58.3333333333%;
  4830. right: auto; }
  4831. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4832. .Pull-7 {
  4833. position: relative;
  4834. right: 58.3333333333%;
  4835. left: auto; }
  4836. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4837. .Push-8 {
  4838. position: relative;
  4839. left: 66.6666666667%;
  4840. right: auto; }
  4841. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4842. .Pull-8 {
  4843. position: relative;
  4844. right: 66.6666666667%;
  4845. left: auto; }
  4846. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4847. .Push-9 {
  4848. position: relative;
  4849. left: 75%;
  4850. right: auto; }
  4851. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4852. .Pull-9 {
  4853. position: relative;
  4854. right: 75%;
  4855. left: auto; }
  4856. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4857. .Push-10 {
  4858. position: relative;
  4859. left: 83.3333333333%;
  4860. right: auto; }
  4861. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4862. .Pull-10 {
  4863. position: relative;
  4864. right: 83.3333333333%;
  4865. left: auto; }
  4866. /* line 783, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4867. .Push-11 {
  4868. position: relative;
  4869. left: 91.6666666667%;
  4870. right: auto; }
  4871. /* line 784, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4872. .Pull-11 {
  4873. position: relative;
  4874. right: 91.6666666667%;
  4875. left: auto; }
  4876. /* line 787, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4877. .Column.LargeCentered,
  4878. .Columns.LargeCentered {
  4879. position: relative;
  4880. margin-left: auto;
  4881. margin-right: auto;
  4882. float: none !important; }
  4883. /* line 790, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4884. .Column.LargeUncentered,
  4885. .Columns.LargeUncentered {
  4886. margin-left: 0;
  4887. margin-right: 0;
  4888. float: left !important; }
  4889. /* line 797, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4890. .Column.LargeUncentered.Opposite,
  4891. .Columns.LargeUncentered.Opposite {
  4892. float: right !important; } }
  4893.  
  4894. @media only screen {
  4895. /* line 805, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4896. [class*="BlockGrid-"] {
  4897. display: block;
  4898. padding: 0;
  4899. margin: 0 -10px; }
  4900. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  4901. [class*="BlockGrid-"]:after {
  4902. content: "";
  4903. display: table;
  4904. clear: both; }
  4905. /* line 379, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4906. [class*="BlockGrid-"] > li {
  4907. float: left;
  4908. padding: 0 10px 20px; }
  4909. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4910. .SmallBlockGrid-1 > li {
  4911. width: 100%;
  4912. padding: 0 10px 20px; }
  4913. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4914. .SmallBlockGrid-1 > li:nth-of-type(n) {
  4915. clear: none; }
  4916. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4917. .SmallBlockGrid-1 > li:nth-of-type(1n+1) {
  4918. clear: both; }
  4919. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4920. .SmallBlockGrid-2 > li {
  4921. width: 50%;
  4922. padding: 0 10px 20px; }
  4923. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4924. .SmallBlockGrid-2 > li:nth-of-type(n) {
  4925. clear: none; }
  4926. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4927. .SmallBlockGrid-2 > li:nth-of-type(2n+1) {
  4928. clear: both; }
  4929. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4930. .SmallBlockGrid-3 > li {
  4931. width: 33.3333333333%;
  4932. padding: 0 10px 20px; }
  4933. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4934. .SmallBlockGrid-3 > li:nth-of-type(n) {
  4935. clear: none; }
  4936. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4937. .SmallBlockGrid-3 > li:nth-of-type(3n+1) {
  4938. clear: both; }
  4939. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4940. .SmallBlockGrid-4 > li {
  4941. width: 25%;
  4942. padding: 0 10px 20px; }
  4943. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4944. .SmallBlockGrid-4 > li:nth-of-type(n) {
  4945. clear: none; }
  4946. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4947. .SmallBlockGrid-4 > li:nth-of-type(4n+1) {
  4948. clear: both; }
  4949. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4950. .SmallBlockGrid-5 > li {
  4951. width: 20%;
  4952. padding: 0 10px 20px; }
  4953. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4954. .SmallBlockGrid-5 > li:nth-of-type(n) {
  4955. clear: none; }
  4956. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4957. .SmallBlockGrid-5 > li:nth-of-type(5n+1) {
  4958. clear: both; }
  4959. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4960. .SmallBlockGrid-6 > li {
  4961. width: 16.6666666667%;
  4962. padding: 0 10px 20px; }
  4963. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4964. .SmallBlockGrid-6 > li:nth-of-type(n) {
  4965. clear: none; }
  4966. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4967. .SmallBlockGrid-6 > li:nth-of-type(6n+1) {
  4968. clear: both; }
  4969. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4970. .SmallBlockGrid-7 > li {
  4971. width: 14.2857142857%;
  4972. padding: 0 10px 20px; }
  4973. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4974. .SmallBlockGrid-7 > li:nth-of-type(n) {
  4975. clear: none; }
  4976. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4977. .SmallBlockGrid-7 > li:nth-of-type(7n+1) {
  4978. clear: both; }
  4979. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4980. .SmallBlockGrid-8 > li {
  4981. width: 12.5%;
  4982. padding: 0 10px 20px; }
  4983. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4984. .SmallBlockGrid-8 > li:nth-of-type(n) {
  4985. clear: none; }
  4986. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4987. .SmallBlockGrid-8 > li:nth-of-type(8n+1) {
  4988. clear: both; }
  4989. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4990. .SmallBlockGrid-9 > li {
  4991. width: 11.1111111111%;
  4992. padding: 0 10px 20px; }
  4993. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4994. .SmallBlockGrid-9 > li:nth-of-type(n) {
  4995. clear: none; }
  4996. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  4997. .SmallBlockGrid-9 > li:nth-of-type(9n+1) {
  4998. clear: both; }
  4999. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5000. .SmallBlockGrid-10 > li {
  5001. width: 10%;
  5002. padding: 0 10px 20px; }
  5003. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5004. .SmallBlockGrid-10 > li:nth-of-type(n) {
  5005. clear: none; }
  5006. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5007. .SmallBlockGrid-10 > li:nth-of-type(10n+1) {
  5008. clear: both; }
  5009. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5010. .SmallBlockGrid-11 > li {
  5011. width: 9.0909090909%;
  5012. padding: 0 10px 20px; }
  5013. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5014. .SmallBlockGrid-11 > li:nth-of-type(n) {
  5015. clear: none; }
  5016. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5017. .SmallBlockGrid-11 > li:nth-of-type(11n+1) {
  5018. clear: both; }
  5019. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5020. .SmallBlockGrid-12 > li {
  5021. width: 8.3333333333%;
  5022. padding: 0 10px 20px; }
  5023. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5024. .SmallBlockGrid-12 > li:nth-of-type(n) {
  5025. clear: none; }
  5026. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5027. .SmallBlockGrid-12 > li:nth-of-type(12n+1) {
  5028. clear: both; } }
  5029.  
  5030. @media only screen and (min-width: 768px) {
  5031. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5032. .SmallBlockGrid-1 > li:nth-of-type(1n+1) {
  5033. clear: none; }
  5034. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5035. .SmallBlockGrid-2 > li:nth-of-type(2n+1) {
  5036. clear: none; }
  5037. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5038. .SmallBlockGrid-3 > li:nth-of-type(3n+1) {
  5039. clear: none; }
  5040. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5041. .SmallBlockGrid-4 > li:nth-of-type(4n+1) {
  5042. clear: none; }
  5043. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5044. .SmallBlockGrid-5 > li:nth-of-type(5n+1) {
  5045. clear: none; }
  5046. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5047. .SmallBlockGrid-6 > li:nth-of-type(6n+1) {
  5048. clear: none; }
  5049. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5050. .SmallBlockGrid-7 > li:nth-of-type(7n+1) {
  5051. clear: none; }
  5052. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5053. .SmallBlockGrid-8 > li:nth-of-type(8n+1) {
  5054. clear: none; }
  5055. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5056. .SmallBlockGrid-9 > li:nth-of-type(9n+1) {
  5057. clear: none; }
  5058. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5059. .SmallBlockGrid-10 > li:nth-of-type(10n+1) {
  5060. clear: none; }
  5061. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5062. .SmallBlockGrid-11 > li:nth-of-type(11n+1) {
  5063. clear: none; }
  5064. /* line 818, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5065. .SmallBlockGrid-12 > li:nth-of-type(12n+1) {
  5066. clear: none; }
  5067. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5068. .LargeBlockGrid-1 > li {
  5069. width: 100%;
  5070. padding: 0 10px 20px; }
  5071. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5072. .LargeBlockGrid-1 > li:nth-of-type(n) {
  5073. clear: none; }
  5074. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5075. .LargeBlockGrid-1 > li:nth-of-type(1n+1) {
  5076. clear: both; }
  5077. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5078. .LargeBlockGrid-2 > li {
  5079. width: 50%;
  5080. padding: 0 10px 20px; }
  5081. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5082. .LargeBlockGrid-2 > li:nth-of-type(n) {
  5083. clear: none; }
  5084. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5085. .LargeBlockGrid-2 > li:nth-of-type(2n+1) {
  5086. clear: both; }
  5087. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5088. .LargeBlockGrid-3 > li {
  5089. width: 33.3333333333%;
  5090. padding: 0 10px 20px; }
  5091. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5092. .LargeBlockGrid-3 > li:nth-of-type(n) {
  5093. clear: none; }
  5094. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5095. .LargeBlockGrid-3 > li:nth-of-type(3n+1) {
  5096. clear: both; }
  5097. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5098. .LargeBlockGrid-4 > li {
  5099. width: 25%;
  5100. padding: 0 10px 20px; }
  5101. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5102. .LargeBlockGrid-4 > li:nth-of-type(n) {
  5103. clear: none; }
  5104. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5105. .LargeBlockGrid-4 > li:nth-of-type(4n+1) {
  5106. clear: both; }
  5107. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5108. .LargeBlockGrid-5 > li {
  5109. width: 20%;
  5110. padding: 0 10px 20px; }
  5111. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5112. .LargeBlockGrid-5 > li:nth-of-type(n) {
  5113. clear: none; }
  5114. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5115. .LargeBlockGrid-5 > li:nth-of-type(5n+1) {
  5116. clear: both; }
  5117. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5118. .LargeBlockGrid-6 > li {
  5119. width: 16.6666666667%;
  5120. padding: 0 10px 20px; }
  5121. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5122. .LargeBlockGrid-6 > li:nth-of-type(n) {
  5123. clear: none; }
  5124. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5125. .LargeBlockGrid-6 > li:nth-of-type(6n+1) {
  5126. clear: both; }
  5127. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5128. .LargeBlockGrid-7 > li {
  5129. width: 14.2857142857%;
  5130. padding: 0 10px 20px; }
  5131. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5132. .LargeBlockGrid-7 > li:nth-of-type(n) {
  5133. clear: none; }
  5134. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5135. .LargeBlockGrid-7 > li:nth-of-type(7n+1) {
  5136. clear: both; }
  5137. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5138. .LargeBlockGrid-8 > li {
  5139. width: 12.5%;
  5140. padding: 0 10px 20px; }
  5141. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5142. .LargeBlockGrid-8 > li:nth-of-type(n) {
  5143. clear: none; }
  5144. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5145. .LargeBlockGrid-8 > li:nth-of-type(8n+1) {
  5146. clear: both; }
  5147. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5148. .LargeBlockGrid-9 > li {
  5149. width: 11.1111111111%;
  5150. padding: 0 10px 20px; }
  5151. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5152. .LargeBlockGrid-9 > li:nth-of-type(n) {
  5153. clear: none; }
  5154. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5155. .LargeBlockGrid-9 > li:nth-of-type(9n+1) {
  5156. clear: both; }
  5157. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5158. .LargeBlockGrid-10 > li {
  5159. width: 10%;
  5160. padding: 0 10px 20px; }
  5161. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5162. .LargeBlockGrid-10 > li:nth-of-type(n) {
  5163. clear: none; }
  5164. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5165. .LargeBlockGrid-10 > li:nth-of-type(10n+1) {
  5166. clear: both; }
  5167. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5168. .LargeBlockGrid-11 > li {
  5169. width: 9.0909090909%;
  5170. padding: 0 10px 20px; }
  5171. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5172. .LargeBlockGrid-11 > li:nth-of-type(n) {
  5173. clear: none; }
  5174. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5175. .LargeBlockGrid-11 > li:nth-of-type(11n+1) {
  5176. clear: both; }
  5177. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5178. .LargeBlockGrid-12 > li {
  5179. width: 8.3333333333%;
  5180. padding: 0 10px 20px; }
  5181. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5182. .LargeBlockGrid-12 > li:nth-of-type(n) {
  5183. clear: none; }
  5184. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  5185. .LargeBlockGrid-12 > li:nth-of-type(12n+1) {
  5186. clear: both; } }
  5187.  
  5188. @font-face {
  5189. font-family: "FontAwesome";
  5190. src: url("fonts/fontawesome-webfont.eot");
  5191. src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); }
  5192.  
  5193. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5194. [class^="icon-"],
  5195. [class*=" icon-"] {
  5196. font-family: FontAwesome;
  5197. font-weight: normal;
  5198. font-style: normal;
  5199. text-decoration: inherit;
  5200. -webkit-font-smoothing: antialiased; }
  5201.  
  5202. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5203. [class^="icon-"]:before,
  5204. [class*=" icon-"]:before {
  5205. text-decoration: inherit;
  5206. display: inline-block;
  5207. cursor: default;
  5208. speak: none; }
  5209.  
  5210. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5211. .icon-large:before {
  5212. vertical-align: -10%;
  5213. font-size: 1.3333333333em; }
  5214.  
  5215. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5216. a [class^="icon-"],
  5217. a [class*=" icon-"] {
  5218. display: inline; }
  5219.  
  5220. /* line 34, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5221. [class^="icon-"].icon-fixed-width,
  5222. [class*=" icon-"].icon-fixed-width {
  5223. display: inline-block;
  5224. width: 1.1428571429em;
  5225. text-align: right;
  5226. padding-right: 0.2857142857em; }
  5227. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5228. [class^="icon-"].icon-fixed-width.icon-large,
  5229. [class*=" icon-"].icon-fixed-width.icon-large {
  5230. width: 1.4285714286em; }
  5231.  
  5232. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5233. .icons-ul {
  5234. margin-left: 2.1428571429em;
  5235. list-style-type: none; }
  5236. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5237. .icons-ul > li {
  5238. position: relative; }
  5239. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5240. .icons-ul .icon-li {
  5241. position: absolute;
  5242. left: -2.1428571429em;
  5243. width: 2.1428571429em;
  5244. text-align: center;
  5245. line-height: inherit; }
  5246.  
  5247. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5248. [class^="icon-"].hide,
  5249. [class*=" icon-"].hide {
  5250. display: none; }
  5251.  
  5252. /* line 68, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5253. .icon-muted {
  5254. color: #eeeeee; }
  5255.  
  5256. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5257. .icon-light {
  5258. color: white; }
  5259.  
  5260. /* line 70, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5261. .icon-dark {
  5262. color: #333333; }
  5263.  
  5264. /* line 75, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5265. .icon-border {
  5266. border: solid 1px #eeeeee;
  5267. padding: .2em .25em .15em;
  5268. border-radius: 3px; }
  5269.  
  5270. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5271. .icon-2x {
  5272. font-size: 2em; }
  5273. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5274. .icon-2x.icon-border {
  5275. border-width: 2px;
  5276. border-radius: 4px; }
  5277.  
  5278. /* line 91, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5279. .icon-3x {
  5280. font-size: 3em; }
  5281. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5282. .icon-3x.icon-border {
  5283. border-width: 3px;
  5284. border-radius: 5px; }
  5285.  
  5286. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5287. .icon-4x {
  5288. font-size: 4em; }
  5289. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5290. .icon-4x.icon-border {
  5291. border-width: 4px;
  5292. border-radius: 6px; }
  5293.  
  5294. /* line 106, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5295. .icon-5x {
  5296. font-size: 5em; }
  5297. /* line 108, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5298. .icon-5x.icon-border {
  5299. border-width: 5px;
  5300. border-radius: 7px; }
  5301.  
  5302. /* line 119, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5303. .pull-right {
  5304. float: right; }
  5305.  
  5306. /* line 120, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5307. .pull-left {
  5308. float: left; }
  5309.  
  5310. /* line 124, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5311. [class^="icon-"].pull-left,
  5312. [class*=" icon-"].pull-left {
  5313. margin-right: .3em; }
  5314.  
  5315. /* line 127, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_core.scss */
  5316. [class^="icon-"].pull-right,
  5317. [class*=" icon-"].pull-right {
  5318. margin-left: .3em; }
  5319.  
  5320. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_mixins.scss */
  5321. .icon-stack {
  5322. position: relative;
  5323. display: inline-block;
  5324. width: 2em;
  5325. height: 2em;
  5326. line-height: 2em;
  5327. vertical-align: -35%; }
  5328. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_mixins.scss */
  5329. .icon-stack [class^="icon-"],
  5330. .icon-stack [class*=" icon-"] {
  5331. display: block;
  5332. text-align: center;
  5333. position: absolute;
  5334. width: 100%;
  5335. height: 100%;
  5336. font-size: 1em;
  5337. line-height: inherit; }
  5338. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_mixins.scss */
  5339. .icon-stack .icon-stack-base {
  5340. font-size: 2em; }
  5341.  
  5342. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5343. .icon-spin {
  5344. display: inline-block;
  5345. -webkit-animation: spin 2s infinite linear;
  5346. animation: spin 2s infinite linear; }
  5347.  
  5348. /* line 15, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5349. a .icon-spin {
  5350. display: inline-block;
  5351. text-decoration: none; }
  5352.  
  5353. @-webkit-keyframes spin {
  5354. 0% {
  5355. -webkit-transform: rotate(0deg);
  5356. transform: rotate(0deg); }
  5357. 100% {
  5358. -webkit-transform: rotate(359deg);
  5359. transform: rotate(359deg); } }
  5360.  
  5361. @keyframes spin {
  5362. 0% {
  5363. -webkit-transform: rotate(0deg);
  5364. transform: rotate(0deg); }
  5365. 100% {
  5366. -webkit-transform: rotate(359deg);
  5367. transform: rotate(359deg); } }
  5368.  
  5369. /* line 42, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5370. .icon-rotate-90:before {
  5371. -webkit-transform: rotate(90deg);
  5372. -ms-transform: rotate(90deg);
  5373. transform: rotate(90deg);
  5374. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
  5375.  
  5376. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5377. .icon-rotate-180:before {
  5378. -webkit-transform: rotate(180deg);
  5379. -ms-transform: rotate(180deg);
  5380. transform: rotate(180deg);
  5381. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  5382.  
  5383. /* line 60, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5384. .icon-rotate-270:before {
  5385. -webkit-transform: rotate(270deg);
  5386. -ms-transform: rotate(270deg);
  5387. transform: rotate(270deg);
  5388. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  5389.  
  5390. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5391. .icon-flip-horizontal:before {
  5392. -webkit-transform: scale(-1, 1);
  5393. -ms-transform: scale(-1, 1);
  5394. transform: scale(-1, 1); }
  5395.  
  5396. /* line 77, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5397. .icon-flip-vertical:before {
  5398. -webkit-transform: scale(1, -1);
  5399. -ms-transform: scale(1, -1);
  5400. transform: scale(1, -1); }
  5401.  
  5402. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_extras.scss */
  5403. a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  5404. display: inline-block; }
  5405.  
  5406. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  5407. * readers do not read off random characters that represent icons */
  5408. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5409. .icon-glass:before {
  5410. content: ""; }
  5411.  
  5412. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5413. .icon-music:before {
  5414. content: ""; }
  5415.  
  5416. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5417. .icon-search:before {
  5418. content: ""; }
  5419.  
  5420. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5421. .icon-envelope-alt:before {
  5422. content: ""; }
  5423.  
  5424. /* line 8, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5425. .icon-heart:before {
  5426. content: ""; }
  5427.  
  5428. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5429. .icon-star:before {
  5430. content: ""; }
  5431.  
  5432. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5433. .icon-star-empty:before {
  5434. content: ""; }
  5435.  
  5436. /* line 11, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5437. .icon-user:before {
  5438. content: ""; }
  5439.  
  5440. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5441. .icon-film:before {
  5442. content: ""; }
  5443.  
  5444. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5445. .icon-th-large:before {
  5446. content: ""; }
  5447.  
  5448. /* line 14, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5449. .icon-th:before {
  5450. content: ""; }
  5451.  
  5452. /* line 15, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5453. .icon-th-list:before {
  5454. content: ""; }
  5455.  
  5456. /* line 16, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5457. .icon-ok:before {
  5458. content: ""; }
  5459.  
  5460. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5461. .icon-remove:before {
  5462. content: ""; }
  5463.  
  5464. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5465. .icon-zoom-in:before {
  5466. content: ""; }
  5467.  
  5468. /* line 19, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5469. .icon-zoom-out:before {
  5470. content: ""; }
  5471.  
  5472. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5473. .icon-power-off:before,
  5474. .icon-off:before {
  5475. content: ""; }
  5476.  
  5477. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5478. .icon-signal:before {
  5479. content: ""; }
  5480.  
  5481. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5482. .icon-cog:before {
  5483. content: ""; }
  5484.  
  5485. /* line 24, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5486. .icon-trash:before {
  5487. content: ""; }
  5488.  
  5489. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5490. .icon-home:before {
  5491. content: ""; }
  5492.  
  5493. /* line 26, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5494. .icon-file-alt:before {
  5495. content: ""; }
  5496.  
  5497. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5498. .icon-time:before {
  5499. content: ""; }
  5500.  
  5501. /* line 28, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5502. .icon-road:before {
  5503. content: ""; }
  5504.  
  5505. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5506. .icon-download-alt:before {
  5507. content: ""; }
  5508.  
  5509. /* line 30, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5510. .icon-download:before {
  5511. content: ""; }
  5512.  
  5513. /* line 31, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5514. .icon-upload:before {
  5515. content: ""; }
  5516.  
  5517. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5518. .icon-inbox:before {
  5519. content: ""; }
  5520.  
  5521. /* line 33, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5522. .icon-play-circle:before {
  5523. content: ""; }
  5524.  
  5525. /* line 34, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5526. .icon-rotate-right:before,
  5527. .icon-repeat:before {
  5528. content: ""; }
  5529.  
  5530. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5531. .icon-refresh:before {
  5532. content: ""; }
  5533.  
  5534. /* line 37, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5535. .icon-list-alt:before {
  5536. content: ""; }
  5537.  
  5538. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5539. .icon-lock:before {
  5540. content: ""; }
  5541.  
  5542. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5543. .icon-flag:before {
  5544. content: ""; }
  5545.  
  5546. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5547. .icon-headphones:before {
  5548. content: ""; }
  5549.  
  5550. /* line 41, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5551. .icon-volume-off:before {
  5552. content: ""; }
  5553.  
  5554. /* line 42, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5555. .icon-volume-down:before {
  5556. content: ""; }
  5557.  
  5558. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5559. .icon-volume-up:before {
  5560. content: ""; }
  5561.  
  5562. /* line 44, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5563. .icon-qrcode:before {
  5564. content: ""; }
  5565.  
  5566. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5567. .icon-barcode:before {
  5568. content: ""; }
  5569.  
  5570. /* line 46, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5571. .icon-tag:before {
  5572. content: ""; }
  5573.  
  5574. /* line 47, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5575. .icon-tags:before {
  5576. content: ""; }
  5577.  
  5578. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5579. .icon-book:before {
  5580. content: ""; }
  5581.  
  5582. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5583. .icon-bookmark:before {
  5584. content: ""; }
  5585.  
  5586. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5587. .icon-print:before {
  5588. content: ""; }
  5589.  
  5590. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5591. .icon-camera:before {
  5592. content: ""; }
  5593.  
  5594. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5595. .icon-font:before {
  5596. content: ""; }
  5597.  
  5598. /* line 53, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5599. .icon-bold:before {
  5600. content: ""; }
  5601.  
  5602. /* line 54, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5603. .icon-italic:before {
  5604. content: ""; }
  5605.  
  5606. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5607. .icon-text-height:before {
  5608. content: ""; }
  5609.  
  5610. /* line 56, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5611. .icon-text-width:before {
  5612. content: ""; }
  5613.  
  5614. /* line 57, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5615. .icon-align-left:before {
  5616. content: ""; }
  5617.  
  5618. /* line 58, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5619. .icon-align-center:before {
  5620. content: ""; }
  5621.  
  5622. /* line 59, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5623. .icon-align-right:before {
  5624. content: ""; }
  5625.  
  5626. /* line 60, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5627. .icon-align-justify:before {
  5628. content: ""; }
  5629.  
  5630. /* line 61, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5631. .icon-list:before {
  5632. content: ""; }
  5633.  
  5634. /* line 62, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5635. .icon-indent-left:before {
  5636. content: ""; }
  5637.  
  5638. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5639. .icon-indent-right:before {
  5640. content: ""; }
  5641.  
  5642. /* line 64, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5643. .icon-facetime-video:before {
  5644. content: ""; }
  5645.  
  5646. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5647. .icon-picture:before {
  5648. content: ""; }
  5649.  
  5650. /* line 66, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5651. .icon-pencil:before {
  5652. content: ""; }
  5653.  
  5654. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5655. .icon-map-marker:before {
  5656. content: ""; }
  5657.  
  5658. /* line 68, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5659. .icon-adjust:before {
  5660. content: ""; }
  5661.  
  5662. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5663. .icon-tint:before {
  5664. content: ""; }
  5665.  
  5666. /* line 70, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5667. .icon-edit:before {
  5668. content: ""; }
  5669.  
  5670. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5671. .icon-share:before {
  5672. content: ""; }
  5673.  
  5674. /* line 72, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5675. .icon-check:before {
  5676. content: ""; }
  5677.  
  5678. /* line 73, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5679. .icon-move:before {
  5680. content: ""; }
  5681.  
  5682. /* line 74, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5683. .icon-step-backward:before {
  5684. content: ""; }
  5685.  
  5686. /* line 75, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5687. .icon-fast-backward:before {
  5688. content: ""; }
  5689.  
  5690. /* line 76, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5691. .icon-backward:before {
  5692. content: ""; }
  5693.  
  5694. /* line 77, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5695. .icon-play:before {
  5696. content: ""; }
  5697.  
  5698. /* line 78, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5699. .icon-pause:before {
  5700. content: ""; }
  5701.  
  5702. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5703. .icon-stop:before {
  5704. content: ""; }
  5705.  
  5706. /* line 80, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5707. .icon-forward:before {
  5708. content: ""; }
  5709.  
  5710. /* line 81, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5711. .icon-fast-forward:before {
  5712. content: ""; }
  5713.  
  5714. /* line 82, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5715. .icon-step-forward:before {
  5716. content: ""; }
  5717.  
  5718. /* line 83, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5719. .icon-eject:before {
  5720. content: ""; }
  5721.  
  5722. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5723. .icon-chevron-left:before {
  5724. content: ""; }
  5725.  
  5726. /* line 85, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5727. .icon-chevron-right:before {
  5728. content: ""; }
  5729.  
  5730. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5731. .icon-plus-sign:before {
  5732. content: ""; }
  5733.  
  5734. /* line 87, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5735. .icon-minus-sign:before {
  5736. content: ""; }
  5737.  
  5738. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5739. .icon-remove-sign:before {
  5740. content: ""; }
  5741.  
  5742. /* line 89, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5743. .icon-ok-sign:before {
  5744. content: ""; }
  5745.  
  5746. /* line 90, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5747. .icon-question-sign:before {
  5748. content: ""; }
  5749.  
  5750. /* line 91, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5751. .icon-info-sign:before {
  5752. content: ""; }
  5753.  
  5754. /* line 92, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5755. .icon-screenshot:before {
  5756. content: ""; }
  5757.  
  5758. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5759. .icon-remove-circle:before {
  5760. content: ""; }
  5761.  
  5762. /* line 94, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5763. .icon-ok-circle:before {
  5764. content: ""; }
  5765.  
  5766. /* line 95, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5767. .icon-ban-circle:before {
  5768. content: ""; }
  5769.  
  5770. /* line 96, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5771. .icon-arrow-left:before {
  5772. content: ""; }
  5773.  
  5774. /* line 97, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5775. .icon-arrow-right:before {
  5776. content: ""; }
  5777.  
  5778. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5779. .icon-arrow-up:before {
  5780. content: ""; }
  5781.  
  5782. /* line 99, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5783. .icon-arrow-down:before {
  5784. content: ""; }
  5785.  
  5786. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5787. .icon-mail-forward:before,
  5788. .icon-share-alt:before {
  5789. content: ""; }
  5790.  
  5791. /* line 102, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5792. .icon-resize-full:before {
  5793. content: ""; }
  5794.  
  5795. /* line 103, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5796. .icon-resize-small:before {
  5797. content: ""; }
  5798.  
  5799. /* line 104, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5800. .icon-plus:before {
  5801. content: ""; }
  5802.  
  5803. /* line 105, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5804. .icon-minus:before {
  5805. content: ""; }
  5806.  
  5807. /* line 106, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5808. .icon-asterisk:before {
  5809. content: ""; }
  5810.  
  5811. /* line 107, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5812. .icon-exclamation-sign:before {
  5813. content: ""; }
  5814.  
  5815. /* line 108, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5816. .icon-gift:before {
  5817. content: ""; }
  5818.  
  5819. /* line 109, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5820. .icon-leaf:before {
  5821. content: ""; }
  5822.  
  5823. /* line 110, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5824. .icon-fire:before {
  5825. content: ""; }
  5826.  
  5827. /* line 111, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5828. .icon-eye-open:before {
  5829. content: ""; }
  5830.  
  5831. /* line 112, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5832. .icon-eye-close:before {
  5833. content: ""; }
  5834.  
  5835. /* line 113, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5836. .icon-warning-sign:before {
  5837. content: ""; }
  5838.  
  5839. /* line 114, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5840. .icon-plane:before {
  5841. content: ""; }
  5842.  
  5843. /* line 115, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5844. .icon-calendar:before {
  5845. content: ""; }
  5846.  
  5847. /* line 116, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5848. .icon-random:before {
  5849. content: ""; }
  5850.  
  5851. /* line 117, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5852. .icon-comment:before {
  5853. content: ""; }
  5854.  
  5855. /* line 118, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5856. .icon-magnet:before {
  5857. content: ""; }
  5858.  
  5859. /* line 119, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5860. .icon-chevron-up:before {
  5861. content: ""; }
  5862.  
  5863. /* line 120, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5864. .icon-chevron-down:before {
  5865. content: ""; }
  5866.  
  5867. /* line 121, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5868. .icon-retweet:before {
  5869. content: ""; }
  5870.  
  5871. /* line 122, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5872. .icon-shopping-cart:before {
  5873. content: ""; }
  5874.  
  5875. /* line 123, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5876. .icon-folder-close:before {
  5877. content: ""; }
  5878.  
  5879. /* line 124, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5880. .icon-folder-open:before {
  5881. content: ""; }
  5882.  
  5883. /* line 125, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5884. .icon-resize-vertical:before {
  5885. content: ""; }
  5886.  
  5887. /* line 126, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5888. .icon-resize-horizontal:before {
  5889. content: ""; }
  5890.  
  5891. /* line 127, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5892. .icon-bar-chart:before {
  5893. content: ""; }
  5894.  
  5895. /* line 128, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5896. .icon-twitter-sign:before {
  5897. content: ""; }
  5898.  
  5899. /* line 129, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5900. .icon-facebook-sign:before {
  5901. content: ""; }
  5902.  
  5903. /* line 130, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5904. .icon-camera-retro:before {
  5905. content: ""; }
  5906.  
  5907. /* line 131, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5908. .icon-key:before {
  5909. content: ""; }
  5910.  
  5911. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5912. .icon-cogs:before {
  5913. content: ""; }
  5914.  
  5915. /* line 133, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5916. .icon-comments:before {
  5917. content: ""; }
  5918.  
  5919. /* line 134, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5920. .icon-thumbs-up-alt:before {
  5921. content: ""; }
  5922.  
  5923. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5924. .icon-thumbs-down-alt:before {
  5925. content: ""; }
  5926.  
  5927. /* line 136, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5928. .icon-star-half:before {
  5929. content: ""; }
  5930.  
  5931. /* line 137, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5932. .icon-heart-empty:before {
  5933. content: ""; }
  5934.  
  5935. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5936. .icon-signout:before {
  5937. content: ""; }
  5938.  
  5939. /* line 139, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5940. .icon-linkedin-sign:before {
  5941. content: ""; }
  5942.  
  5943. /* line 140, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5944. .icon-pushpin:before {
  5945. content: ""; }
  5946.  
  5947. /* line 141, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5948. .icon-external-link:before {
  5949. content: ""; }
  5950.  
  5951. /* line 142, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5952. .icon-signin:before {
  5953. content: ""; }
  5954.  
  5955. /* line 143, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5956. .icon-trophy:before {
  5957. content: ""; }
  5958.  
  5959. /* line 144, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5960. .icon-github-sign:before {
  5961. content: ""; }
  5962.  
  5963. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5964. .icon-upload-alt:before {
  5965. content: ""; }
  5966.  
  5967. /* line 146, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5968. .icon-lemon:before {
  5969. content: ""; }
  5970.  
  5971. /* line 147, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5972. .icon-phone:before {
  5973. content: ""; }
  5974.  
  5975. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5976. .icon-unchecked:before,
  5977. .icon-check-empty:before,
  5978. .CheckBox:before {
  5979. content: ""; }
  5980.  
  5981. /* line 150, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5982. .icon-bookmark-empty:before {
  5983. content: ""; }
  5984.  
  5985. /* line 151, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5986. .icon-phone-sign:before {
  5987. content: ""; }
  5988.  
  5989. /* line 152, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5990. .icon-twitter:before {
  5991. content: ""; }
  5992.  
  5993. /* line 153, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5994. .icon-facebook:before {
  5995. content: ""; }
  5996.  
  5997. /* line 154, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  5998. .icon-github:before {
  5999. content: ""; }
  6000.  
  6001. /* line 155, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6002. .icon-unlock:before {
  6003. content: ""; }
  6004.  
  6005. /* line 156, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6006. .icon-credit-card:before {
  6007. content: ""; }
  6008.  
  6009. /* line 157, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6010. .icon-rss:before {
  6011. content: ""; }
  6012.  
  6013. /* line 158, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6014. .icon-hdd:before {
  6015. content: ""; }
  6016.  
  6017. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6018. .icon-bullhorn:before {
  6019. content: ""; }
  6020.  
  6021. /* line 160, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6022. .icon-bell:before {
  6023. content: ""; }
  6024.  
  6025. /* line 161, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6026. .icon-certificate:before {
  6027. content: ""; }
  6028.  
  6029. /* line 162, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6030. .icon-hand-right:before {
  6031. content: ""; }
  6032.  
  6033. /* line 163, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6034. .icon-hand-left:before {
  6035. content: ""; }
  6036.  
  6037. /* line 164, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6038. .icon-hand-up:before {
  6039. content: ""; }
  6040.  
  6041. /* line 165, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6042. .icon-hand-down:before {
  6043. content: ""; }
  6044.  
  6045. /* line 166, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6046. .icon-circle-arrow-left:before {
  6047. content: ""; }
  6048.  
  6049. /* line 167, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6050. .icon-circle-arrow-right:before {
  6051. content: ""; }
  6052.  
  6053. /* line 168, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6054. .icon-circle-arrow-up:before {
  6055. content: ""; }
  6056.  
  6057. /* line 169, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6058. .icon-circle-arrow-down:before {
  6059. content: ""; }
  6060.  
  6061. /* line 170, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6062. .icon-globe:before {
  6063. content: ""; }
  6064.  
  6065. /* line 171, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6066. .icon-wrench:before {
  6067. content: ""; }
  6068.  
  6069. /* line 172, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6070. .icon-tasks:before {
  6071. content: ""; }
  6072.  
  6073. /* line 173, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6074. .icon-filter:before {
  6075. content: ""; }
  6076.  
  6077. /* line 174, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6078. .icon-briefcase:before {
  6079. content: ""; }
  6080.  
  6081. /* line 175, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6082. .icon-fullscreen:before {
  6083. content: ""; }
  6084.  
  6085. /* line 176, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6086. .icon-group:before {
  6087. content: ""; }
  6088.  
  6089. /* line 177, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6090. .icon-link:before {
  6091. content: ""; }
  6092.  
  6093. /* line 178, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6094. .icon-cloud:before {
  6095. content: ""; }
  6096.  
  6097. /* line 179, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6098. .icon-beaker:before {
  6099. content: ""; }
  6100.  
  6101. /* line 180, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6102. .icon-cut:before {
  6103. content: ""; }
  6104.  
  6105. /* line 181, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6106. .icon-copy:before {
  6107. content: ""; }
  6108.  
  6109. /* line 182, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6110. .icon-paperclip:before,
  6111. .icon-paper-clip:before {
  6112. content: ""; }
  6113.  
  6114. /* line 184, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6115. .icon-save:before {
  6116. content: ""; }
  6117.  
  6118. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6119. .icon-sign-blank:before {
  6120. content: ""; }
  6121.  
  6122. /* line 186, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6123. .icon-reorder:before {
  6124. content: ""; }
  6125.  
  6126. /* line 187, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6127. .icon-list-ul:before {
  6128. content: ""; }
  6129.  
  6130. /* line 188, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6131. .icon-list-ol:before {
  6132. content: ""; }
  6133.  
  6134. /* line 189, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6135. .icon-strikethrough:before {
  6136. content: ""; }
  6137.  
  6138. /* line 190, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6139. .icon-underline:before {
  6140. content: ""; }
  6141.  
  6142. /* line 191, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6143. .icon-table:before {
  6144. content: ""; }
  6145.  
  6146. /* line 192, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6147. .icon-magic:before {
  6148. content: ""; }
  6149.  
  6150. /* line 193, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6151. .icon-truck:before {
  6152. content: ""; }
  6153.  
  6154. /* line 194, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6155. .icon-pinterest:before {
  6156. content: ""; }
  6157.  
  6158. /* line 195, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6159. .icon-pinterest-sign:before {
  6160. content: ""; }
  6161.  
  6162. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6163. .icon-google-plus-sign:before {
  6164. content: ""; }
  6165.  
  6166. /* line 197, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6167. .icon-google-plus:before {
  6168. content: ""; }
  6169.  
  6170. /* line 198, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6171. .icon-money:before {
  6172. content: ""; }
  6173.  
  6174. /* line 199, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6175. .icon-caret-down:before {
  6176. content: ""; }
  6177.  
  6178. /* line 200, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6179. .icon-caret-up:before {
  6180. content: ""; }
  6181.  
  6182. /* line 201, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6183. .icon-caret-left:before {
  6184. content: ""; }
  6185.  
  6186. /* line 202, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6187. .icon-caret-right:before {
  6188. content: ""; }
  6189.  
  6190. /* line 203, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6191. .icon-columns:before {
  6192. content: ""; }
  6193.  
  6194. /* line 204, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6195. .icon-sort:before {
  6196. content: ""; }
  6197.  
  6198. /* line 205, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6199. .icon-sort-down:before {
  6200. content: ""; }
  6201.  
  6202. /* line 206, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6203. .icon-sort-up:before {
  6204. content: ""; }
  6205.  
  6206. /* line 207, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6207. .icon-envelope:before {
  6208. content: ""; }
  6209.  
  6210. /* line 208, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6211. .icon-linkedin:before {
  6212. content: ""; }
  6213.  
  6214. /* line 209, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6215. .icon-rotate-left:before,
  6216. .icon-undo:before {
  6217. content: ""; }
  6218.  
  6219. /* line 211, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6220. .icon-legal:before {
  6221. content: ""; }
  6222.  
  6223. /* line 212, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6224. .icon-dashboard:before {
  6225. content: ""; }
  6226.  
  6227. /* line 213, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6228. .icon-comment-alt:before {
  6229. content: ""; }
  6230.  
  6231. /* line 214, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6232. .icon-comments-alt:before {
  6233. content: ""; }
  6234.  
  6235. /* line 215, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6236. .icon-bolt:before {
  6237. content: ""; }
  6238.  
  6239. /* line 216, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6240. .icon-sitemap:before {
  6241. content: ""; }
  6242.  
  6243. /* line 217, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6244. .icon-umbrella:before {
  6245. content: ""; }
  6246.  
  6247. /* line 218, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6248. .icon-paste:before {
  6249. content: ""; }
  6250.  
  6251. /* line 219, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6252. .icon-lightbulb:before {
  6253. content: ""; }
  6254.  
  6255. /* line 220, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6256. .icon-exchange:before {
  6257. content: ""; }
  6258.  
  6259. /* line 221, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6260. .icon-cloud-download:before {
  6261. content: ""; }
  6262.  
  6263. /* line 222, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6264. .icon-cloud-upload:before {
  6265. content: ""; }
  6266.  
  6267. /* line 223, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6268. .icon-user-md:before {
  6269. content: ""; }
  6270.  
  6271. /* line 224, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6272. .icon-stethoscope:before {
  6273. content: ""; }
  6274.  
  6275. /* line 225, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6276. .icon-suitcase:before {
  6277. content: ""; }
  6278.  
  6279. /* line 226, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6280. .icon-bell-alt:before {
  6281. content: ""; }
  6282.  
  6283. /* line 227, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6284. .icon-coffee:before {
  6285. content: ""; }
  6286.  
  6287. /* line 228, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6288. .icon-food:before {
  6289. content: ""; }
  6290.  
  6291. /* line 229, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6292. .icon-file-text-alt:before {
  6293. content: ""; }
  6294.  
  6295. /* line 230, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6296. .icon-building:before {
  6297. content: ""; }
  6298.  
  6299. /* line 231, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6300. .icon-hospital:before {
  6301. content: ""; }
  6302.  
  6303. /* line 232, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6304. .icon-ambulance:before {
  6305. content: ""; }
  6306.  
  6307. /* line 233, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6308. .icon-medkit:before {
  6309. content: ""; }
  6310.  
  6311. /* line 234, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6312. .icon-fighter-jet:before {
  6313. content: ""; }
  6314.  
  6315. /* line 235, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6316. .icon-beer:before {
  6317. content: ""; }
  6318.  
  6319. /* line 236, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6320. .icon-h-sign:before {
  6321. content: ""; }
  6322.  
  6323. /* line 237, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6324. .icon-plus-sign-alt:before {
  6325. content: ""; }
  6326.  
  6327. /* line 238, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6328. .icon-double-angle-left:before {
  6329. content: ""; }
  6330.  
  6331. /* line 239, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6332. .icon-double-angle-right:before {
  6333. content: ""; }
  6334.  
  6335. /* line 240, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6336. .icon-double-angle-up:before {
  6337. content: ""; }
  6338.  
  6339. /* line 241, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6340. .icon-double-angle-down:before {
  6341. content: ""; }
  6342.  
  6343. /* line 242, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6344. .icon-angle-left:before {
  6345. content: ""; }
  6346.  
  6347. /* line 243, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6348. .icon-angle-right:before {
  6349. content: ""; }
  6350.  
  6351. /* line 244, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6352. .icon-angle-up:before {
  6353. content: ""; }
  6354.  
  6355. /* line 245, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6356. .icon-angle-down:before {
  6357. content: ""; }
  6358.  
  6359. /* line 246, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6360. .icon-desktop:before {
  6361. content: ""; }
  6362.  
  6363. /* line 247, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6364. .icon-laptop:before {
  6365. content: ""; }
  6366.  
  6367. /* line 248, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6368. .icon-tablet:before {
  6369. content: ""; }
  6370.  
  6371. /* line 249, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6372. .icon-mobile-phone:before {
  6373. content: ""; }
  6374.  
  6375. /* line 250, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6376. .icon-circle-blank:before, .Radio:before {
  6377. content: ""; }
  6378.  
  6379. /* line 251, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6380. .icon-quote-left:before {
  6381. content: ""; }
  6382.  
  6383. /* line 252, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6384. .icon-quote-right:before {
  6385. content: ""; }
  6386.  
  6387. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6388. .icon-spinner:before {
  6389. content: ""; }
  6390.  
  6391. /* line 254, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6392. .icon-circle:before, .Radio.Checked:before {
  6393. content: ""; }
  6394.  
  6395. /* line 255, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6396. .icon-mail-reply:before,
  6397. .icon-reply:before {
  6398. content: ""; }
  6399.  
  6400. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6401. .icon-github-alt:before {
  6402. content: ""; }
  6403.  
  6404. /* line 258, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6405. .icon-folder-close-alt:before {
  6406. content: ""; }
  6407.  
  6408. /* line 259, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6409. .icon-folder-open-alt:before {
  6410. content: ""; }
  6411.  
  6412. /* line 260, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6413. .icon-expand-alt:before {
  6414. content: ""; }
  6415.  
  6416. /* line 261, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6417. .icon-collapse-alt:before {
  6418. content: ""; }
  6419.  
  6420. /* line 262, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6421. .icon-smile:before {
  6422. content: ""; }
  6423.  
  6424. /* line 263, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6425. .icon-frown:before {
  6426. content: ""; }
  6427.  
  6428. /* line 264, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6429. .icon-meh:before {
  6430. content: ""; }
  6431.  
  6432. /* line 265, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6433. .icon-gamepad:before {
  6434. content: ""; }
  6435.  
  6436. /* line 266, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6437. .icon-keyboard:before {
  6438. content: ""; }
  6439.  
  6440. /* line 267, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6441. .icon-flag-alt:before {
  6442. content: ""; }
  6443.  
  6444. /* line 268, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6445. .icon-flag-checkered:before {
  6446. content: ""; }
  6447.  
  6448. /* line 269, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6449. .icon-terminal:before {
  6450. content: ""; }
  6451.  
  6452. /* line 270, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6453. .icon-code:before {
  6454. content: ""; }
  6455.  
  6456. /* line 271, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6457. .icon-reply-all:before {
  6458. content: ""; }
  6459.  
  6460. /* line 272, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6461. .icon-mail-reply-all:before {
  6462. content: ""; }
  6463.  
  6464. /* line 273, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6465. .icon-star-half-full:before,
  6466. .icon-star-half-empty:before {
  6467. content: ""; }
  6468.  
  6469. /* line 275, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6470. .icon-location-arrow:before {
  6471. content: ""; }
  6472.  
  6473. /* line 276, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6474. .icon-crop:before {
  6475. content: ""; }
  6476.  
  6477. /* line 277, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6478. .icon-code-fork:before {
  6479. content: ""; }
  6480.  
  6481. /* line 278, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6482. .icon-unlink:before {
  6483. content: ""; }
  6484.  
  6485. /* line 279, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6486. .icon-question:before {
  6487. content: ""; }
  6488.  
  6489. /* line 280, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6490. .icon-info:before {
  6491. content: ""; }
  6492.  
  6493. /* line 281, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6494. .icon-exclamation:before {
  6495. content: ""; }
  6496.  
  6497. /* line 282, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6498. .icon-superscript:before {
  6499. content: ""; }
  6500.  
  6501. /* line 283, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6502. .icon-subscript:before {
  6503. content: ""; }
  6504.  
  6505. /* line 284, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6506. .icon-eraser:before {
  6507. content: ""; }
  6508.  
  6509. /* line 285, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6510. .icon-puzzle-piece:before {
  6511. content: ""; }
  6512.  
  6513. /* line 286, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6514. .icon-microphone:before {
  6515. content: ""; }
  6516.  
  6517. /* line 287, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6518. .icon-microphone-off:before {
  6519. content: ""; }
  6520.  
  6521. /* line 288, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6522. .icon-shield:before {
  6523. content: ""; }
  6524.  
  6525. /* line 289, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6526. .icon-calendar-empty:before {
  6527. content: ""; }
  6528.  
  6529. /* line 290, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6530. .icon-fire-extinguisher:before {
  6531. content: ""; }
  6532.  
  6533. /* line 291, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6534. .icon-rocket:before {
  6535. content: ""; }
  6536.  
  6537. /* line 292, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6538. .icon-maxcdn:before {
  6539. content: ""; }
  6540.  
  6541. /* line 293, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6542. .icon-chevron-sign-left:before {
  6543. content: ""; }
  6544.  
  6545. /* line 294, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6546. .icon-chevron-sign-right:before {
  6547. content: ""; }
  6548.  
  6549. /* line 295, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6550. .icon-chevron-sign-up:before {
  6551. content: ""; }
  6552.  
  6553. /* line 296, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6554. .icon-chevron-sign-down:before {
  6555. content: ""; }
  6556.  
  6557. /* line 297, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6558. .icon-html5:before {
  6559. content: ""; }
  6560.  
  6561. /* line 298, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6562. .icon-css3:before {
  6563. content: ""; }
  6564.  
  6565. /* line 299, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6566. .icon-anchor:before {
  6567. content: ""; }
  6568.  
  6569. /* line 300, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6570. .icon-unlock-alt:before {
  6571. content: ""; }
  6572.  
  6573. /* line 301, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6574. .icon-bullseye:before {
  6575. content: ""; }
  6576.  
  6577. /* line 302, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6578. .icon-ellipsis-horizontal:before {
  6579. content: ""; }
  6580.  
  6581. /* line 303, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6582. .icon-ellipsis-vertical:before {
  6583. content: ""; }
  6584.  
  6585. /* line 304, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6586. .icon-rss-sign:before {
  6587. content: ""; }
  6588.  
  6589. /* line 305, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6590. .icon-play-sign:before {
  6591. content: ""; }
  6592.  
  6593. /* line 306, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6594. .icon-ticket:before {
  6595. content: ""; }
  6596.  
  6597. /* line 307, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6598. .icon-minus-sign-alt:before {
  6599. content: ""; }
  6600.  
  6601. /* line 308, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6602. .icon-check-minus:before {
  6603. content: ""; }
  6604.  
  6605. /* line 309, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6606. .icon-level-up:before {
  6607. content: ""; }
  6608.  
  6609. /* line 310, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6610. .icon-level-down:before {
  6611. content: ""; }
  6612.  
  6613. /* line 311, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6614. .icon-check-sign:before, .CheckBox.Checked:before {
  6615. content: ""; }
  6616.  
  6617. /* line 312, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6618. .icon-edit-sign:before {
  6619. content: ""; }
  6620.  
  6621. /* line 313, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6622. .icon-external-link-sign:before {
  6623. content: ""; }
  6624.  
  6625. /* line 314, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6626. .icon-share-sign:before {
  6627. content: ""; }
  6628.  
  6629. /* line 315, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6630. .icon-compass:before {
  6631. content: ""; }
  6632.  
  6633. /* line 316, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6634. .icon-collapse:before {
  6635. content: ""; }
  6636.  
  6637. /* line 317, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6638. .icon-collapse-top:before {
  6639. content: ""; }
  6640.  
  6641. /* line 318, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6642. .icon-expand:before {
  6643. content: ""; }
  6644.  
  6645. /* line 319, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6646. .icon-euro:before,
  6647. .icon-eur:before {
  6648. content: ""; }
  6649.  
  6650. /* line 321, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6651. .icon-gbp:before {
  6652. content: ""; }
  6653.  
  6654. /* line 322, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6655. .icon-dollar:before,
  6656. .icon-usd:before {
  6657. content: ""; }
  6658.  
  6659. /* line 324, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6660. .icon-rupee:before,
  6661. .icon-inr:before {
  6662. content: ""; }
  6663.  
  6664. /* line 326, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6665. .icon-yen:before,
  6666. .icon-jpy:before {
  6667. content: ""; }
  6668.  
  6669. /* line 328, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6670. .icon-renminbi:before,
  6671. .icon-cny:before {
  6672. content: ""; }
  6673.  
  6674. /* line 330, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6675. .icon-won:before,
  6676. .icon-krw:before {
  6677. content: ""; }
  6678.  
  6679. /* line 332, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6680. .icon-bitcoin:before,
  6681. .icon-btc:before {
  6682. content: ""; }
  6683.  
  6684. /* line 334, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6685. .icon-file:before {
  6686. content: ""; }
  6687.  
  6688. /* line 335, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6689. .icon-file-text:before {
  6690. content: ""; }
  6691.  
  6692. /* line 336, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6693. .icon-sort-by-alphabet:before {
  6694. content: ""; }
  6695.  
  6696. /* line 337, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6697. .icon-sort-by-alphabet-alt:before {
  6698. content: ""; }
  6699.  
  6700. /* line 338, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6701. .icon-sort-by-attributes:before {
  6702. content: ""; }
  6703.  
  6704. /* line 339, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6705. .icon-sort-by-attributes-alt:before {
  6706. content: ""; }
  6707.  
  6708. /* line 340, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6709. .icon-sort-by-order:before {
  6710. content: ""; }
  6711.  
  6712. /* line 341, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6713. .icon-sort-by-order-alt:before {
  6714. content: ""; }
  6715.  
  6716. /* line 342, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6717. .icon-thumbs-up:before {
  6718. content: ""; }
  6719.  
  6720. /* line 343, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6721. .icon-thumbs-down:before {
  6722. content: ""; }
  6723.  
  6724. /* line 344, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6725. .icon-youtube-sign:before {
  6726. content: ""; }
  6727.  
  6728. /* line 345, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6729. .icon-youtube:before {
  6730. content: ""; }
  6731.  
  6732. /* line 346, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6733. .icon-xing:before {
  6734. content: ""; }
  6735.  
  6736. /* line 347, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6737. .icon-xing-sign:before {
  6738. content: ""; }
  6739.  
  6740. /* line 348, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6741. .icon-youtube-play:before {
  6742. content: ""; }
  6743.  
  6744. /* line 349, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6745. .icon-dropbox:before {
  6746. content: ""; }
  6747.  
  6748. /* line 350, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6749. .icon-stackexchange:before {
  6750. content: ""; }
  6751.  
  6752. /* line 351, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6753. .icon-instagram:before {
  6754. content: ""; }
  6755.  
  6756. /* line 352, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6757. .icon-flickr:before {
  6758. content: ""; }
  6759.  
  6760. /* line 353, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6761. .icon-adn:before {
  6762. content: ""; }
  6763.  
  6764. /* line 354, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6765. .icon-bitbucket:before {
  6766. content: ""; }
  6767.  
  6768. /* line 355, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6769. .icon-bitbucket-sign:before {
  6770. content: ""; }
  6771.  
  6772. /* line 356, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6773. .icon-tumblr:before {
  6774. content: ""; }
  6775.  
  6776. /* line 357, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6777. .icon-tumblr-sign:before {
  6778. content: ""; }
  6779.  
  6780. /* line 358, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6781. .icon-long-arrow-down:before {
  6782. content: ""; }
  6783.  
  6784. /* line 359, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6785. .icon-long-arrow-up:before {
  6786. content: ""; }
  6787.  
  6788. /* line 360, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6789. .icon-long-arrow-left:before {
  6790. content: ""; }
  6791.  
  6792. /* line 361, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6793. .icon-long-arrow-right:before {
  6794. content: ""; }
  6795.  
  6796. /* line 362, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6797. .icon-apple:before {
  6798. content: ""; }
  6799.  
  6800. /* line 363, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6801. .icon-windows:before {
  6802. content: ""; }
  6803.  
  6804. /* line 364, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6805. .icon-android:before {
  6806. content: ""; }
  6807.  
  6808. /* line 365, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6809. .icon-linux:before {
  6810. content: ""; }
  6811.  
  6812. /* line 366, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6813. .icon-dribble:before {
  6814. content: ""; }
  6815.  
  6816. /* line 367, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6817. .icon-skype:before {
  6818. content: ""; }
  6819.  
  6820. /* line 368, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6821. .icon-foursquare:before {
  6822. content: ""; }
  6823.  
  6824. /* line 369, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6825. .icon-trello:before {
  6826. content: ""; }
  6827.  
  6828. /* line 370, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6829. .icon-female:before {
  6830. content: ""; }
  6831.  
  6832. /* line 371, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6833. .icon-male:before {
  6834. content: ""; }
  6835.  
  6836. /* line 372, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6837. .icon-gittip:before {
  6838. content: ""; }
  6839.  
  6840. /* line 373, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6841. .icon-sun:before {
  6842. content: ""; }
  6843.  
  6844. /* line 374, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6845. .icon-moon:before {
  6846. content: ""; }
  6847.  
  6848. /* line 375, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6849. .icon-archive:before {
  6850. content: ""; }
  6851.  
  6852. /* line 376, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6853. .icon-bug:before {
  6854. content: ""; }
  6855.  
  6856. /* line 377, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6857. .icon-vk:before {
  6858. content: ""; }
  6859.  
  6860. /* line 378, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6861. .icon-weibo:before {
  6862. content: ""; }
  6863.  
  6864. /* line 379, /private/var/www/vanillawebsite/themes/vfcom/scss/library/vendors/font-awesome/_icons.scss */
  6865. .icon-renren:before {
  6866. content: ""; }
  6867.  
  6868. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_anchor.scss */
  6869. .Anchor {
  6870. visibility: hidden; }
  6871. @media only screen and (min-width: 768px) {
  6872. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_anchor.scss */
  6873. .Anchor:before {
  6874. content: "";
  6875. display: block;
  6876. margin-top: -110px;
  6877. padding-top: 110px; } }
  6878.  
  6879. /* line 26, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_animate.scss */
  6880. .Animation.Intro .Slider {
  6881. -webkit-animation-name: fadeInUp;
  6882. -ms-animation-name: fadeInUp;
  6883. animation-name: fadeInUp;
  6884. -webkit-animation-delay: 0;
  6885. -ms-animation-delay: 0;
  6886. animation-delay: 0; }
  6887.  
  6888. /* line 31, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_animate.scss */
  6889. .Animation.Intro .Slider {
  6890. -webkit-animation-fill-mode: both;
  6891. -ms-animation-fill-mode: both;
  6892. animation-fill-mode: both;
  6893. -webkit-animation-duration: 1000ms;
  6894. -ms-animation-duration: 1000ms;
  6895. animation-duration: 1000ms;
  6896. -webkit-backface-visibility: hidden;
  6897. -ms-backface-visibility: hidden;
  6898. -o-backface-visibility: hidden;
  6899. backface-visibility: hidden; }
  6900.  
  6901. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6902. button, .Button {
  6903. position: relative;
  6904. margin: 0 0 0;
  6905. border-style: solid;
  6906. border-width: 0;
  6907. cursor: pointer;
  6908. outline: none;
  6909. font-family: inherit;
  6910. font-weight: bold;
  6911. line-height: 1;
  6912. text-decoration: none !important;
  6913. text-align: center;
  6914. -webkit-font-smoothing: antialiased;
  6915. display: inline-block;
  6916. -webkit-appearance: none;
  6917. padding-top: 11px;
  6918. padding-right: 27.5px;
  6919. padding-bottom: 11px;
  6920. padding-left: 27.5px;
  6921. font-size: 16px;
  6922. box-shadow: none;
  6923. background-color: #F1F4F9;
  6924. background-image: none;
  6925. border: 1px solid #e8edf5;
  6926. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  6927. border-radius: 2px; }
  6928. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6929. button, button:link, button:visited, .Button, .Button:link, .Button:visited {
  6930. color: #4F5861; }
  6931. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6932. button:hover, button:focus, button.Active, .Button:hover, .Button:focus, .Button.Active {
  6933. color: #4F5861;
  6934. background-color: #fafbfd; }
  6935. /* line 190, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6936. button.Primary, .Button.Primary {
  6937. box-shadow: none;
  6938. background-color: #F52C6E;
  6939. background-image: none;
  6940. border: 1px solid #f42066;
  6941. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  6942. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6943. button.Primary, button.Primary:link, button.Primary:visited, .Button.Primary, .Button.Primary:link, .Button.Primary:visited {
  6944. color: #FFFFFF; }
  6945. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6946. button.Primary:hover, button.Primary:focus, button.Primary.Active, .Button.Primary:hover, .Button.Primary:focus, .Button.Primary.Active {
  6947. color: #FFFFFF;
  6948. background-color: #f6447f; }
  6949. /* line 191, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6950. button.Secondary, .Button.Secondary {
  6951. box-shadow: none;
  6952. background-color: #0291DB;
  6953. background-image: none;
  6954. border: 1px solid #FFFFFF;
  6955. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  6956. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6957. button.Secondary, button.Secondary:link, button.Secondary:visited, .Button.Secondary, .Button.Secondary:link, .Button.Secondary:visited {
  6958. color: #FFFFFF; }
  6959. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6960. button.Secondary:hover, button.Secondary:focus, button.Secondary.Active, .Button.Secondary:hover, .Button.Secondary:focus, .Button.Secondary.Active {
  6961. color: #FFFFFF;
  6962. background-color: #02a2f4; }
  6963. /* line 192, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6964. button.Tertiary, .Button.Tertiary {
  6965. box-shadow: none;
  6966. background-color: #006195;
  6967. background-image: none;
  6968. border: 1px solid #005988;
  6969. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  6970. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6971. button.Tertiary, button.Tertiary:link, button.Tertiary:visited, .Button.Tertiary, .Button.Tertiary:link, .Button.Tertiary:visited {
  6972. color: #FFFFFF; }
  6973. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6974. button.Tertiary:hover, button.Tertiary:focus, button.Tertiary.Active, .Button.Tertiary:hover, .Button.Tertiary:focus, .Button.Tertiary.Active {
  6975. color: #FFFFFF;
  6976. background-color: #0072af; }
  6977. /* line 193, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6978. button.Quarternary, .Button.Quarternary {
  6979. box-shadow: none;
  6980. background-color: #30f942;
  6981. background-image: none;
  6982. border: 1px solid #24f937;
  6983. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  6984. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6985. button.Quarternary, button.Quarternary:link, button.Quarternary:visited, .Button.Quarternary, .Button.Quarternary:link, .Button.Quarternary:visited {
  6986. color: #FFFFFF; }
  6987. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6988. button.Quarternary:hover, button.Quarternary:focus, button.Quarternary.Active, .Button.Quarternary:hover, .Button.Quarternary:focus, .Button.Quarternary.Active {
  6989. color: #FFFFFF;
  6990. background-color: #49fa59; }
  6991. /* line 194, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6992. button.Scary, .Button.Scary {
  6993. box-shadow: none;
  6994. background-color: red;
  6995. background-image: none;
  6996. border: 1px solid #f20000;
  6997. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  6998. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  6999. button.Scary, button.Scary:link, button.Scary:visited, .Button.Scary, .Button.Scary:link, .Button.Scary:visited {
  7000. color: #FFFFFF; }
  7001. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7002. button.Scary:hover, button.Scary:focus, button.Scary.Active, .Button.Scary:hover, .Button.Scary:focus, .Button.Scary.Active {
  7003. color: #FFFFFF;
  7004. background-color: #ff1a1a; }
  7005. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7006. button.SmallMobile, .Button.SmallMobile {
  7007. padding-top: 5px;
  7008. padding-right: 12.5px;
  7009. padding-bottom: 5px;
  7010. padding-left: 12.5px;
  7011. font-size: 14px; }
  7012. /* line 197, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7013. button.Small, .Button.Small {
  7014. padding-top: 8px;
  7015. padding-right: 20px;
  7016. padding-bottom: 8px;
  7017. padding-left: 20px;
  7018. font-size: 14px; }
  7019. /* line 198, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7020. button.Medium, .Button.Medium {
  7021. padding-top: 16px;
  7022. padding-right: 40px;
  7023. padding-bottom: 16px;
  7024. padding-left: 40px;
  7025. font-size: 18px; }
  7026. /* line 199, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7027. button.Large, .Button.Large {
  7028. padding-top: 25px;
  7029. padding-right: 62.5px;
  7030. padding-bottom: 25px;
  7031. padding-left: 62.5px;
  7032. font-size: 21px; }
  7033. /* line 200, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7034. button.Expand, .Button.Expand, .BigButton {
  7035. padding-right: 0;
  7036. padding-left: 0;
  7037. width: 100%; }
  7038. /* line 202, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7039. button.LeftAlign, .Button.LeftAlign {
  7040. text-align: left;
  7041. text-indent: 12px; }
  7042. /* line 203, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7043. button.RightAlign, .Button.RightAlign {
  7044. text-align: right;
  7045. padding-right: 12px; }
  7046. /* line 205, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7047. button.Disabled, button[disabled], .Button.Disabled, .Button[disabled] {
  7048. box-shadow: none;
  7049. background-color: #F1F4F9;
  7050. background-image: none;
  7051. border: 1px solid #e8edf5;
  7052. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  7053. cursor: default;
  7054. opacity: 0.6; }
  7055. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7056. button.Disabled, button.Disabled:link, button.Disabled:visited, button[disabled], button[disabled]:link, button[disabled]:visited, .Button.Disabled, .Button.Disabled:link, .Button.Disabled:visited, .Button[disabled], .Button[disabled]:link, .Button[disabled]:visited {
  7057. color: #4F5861; }
  7058. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7059. button.Disabled:hover, button.Disabled:focus, button.Disabled.Active, button[disabled]:hover, button[disabled]:focus, button[disabled].Active, .Button.Disabled:hover, .Button.Disabled:focus, .Button.Disabled.Active, .Button[disabled]:hover, .Button[disabled]:focus, .Button[disabled].Active {
  7060. color: #4F5861;
  7061. background-color: #fafbfd; }
  7062. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7063. button.Disabled:hover, button.Disabled:focus, button[disabled]:hover, button[disabled]:focus, .Button.Disabled:hover, .Button.Disabled:focus, .Button[disabled]:hover, .Button[disabled]:focus {
  7064. background-color: #F1F4F9; }
  7065. /* line 206, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7066. button.Disabled.Primary, button[disabled].Primary, .Button.Disabled.Primary, .Button[disabled].Primary {
  7067. box-shadow: none;
  7068. background-color: #F52C6E;
  7069. background-image: none;
  7070. border: 1px solid #f42066;
  7071. text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  7072. cursor: default;
  7073. opacity: 0.6; }
  7074. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7075. button.Disabled.Primary, button.Disabled.Primary:link, button.Disabled.Primary:visited, button[disabled].Primary, button[disabled].Primary:link, button[disabled].Primary:visited, .Button.Disabled.Primary, .Button.Disabled.Primary:link, .Button.Disabled.Primary:visited, .Button[disabled].Primary, .Button[disabled].Primary:link, .Button[disabled].Primary:visited {
  7076. color: #FFFFFF; }
  7077. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7078. button.Disabled.Primary:hover, button.Disabled.Primary:focus, button.Disabled.Primary.Active, button[disabled].Primary:hover, button[disabled].Primary:focus, button[disabled].Primary.Active, .Button.Disabled.Primary:hover, .Button.Disabled.Primary:focus, .Button.Disabled.Primary.Active, .Button[disabled].Primary:hover, .Button[disabled].Primary:focus, .Button[disabled].Primary.Active {
  7079. color: #FFFFFF;
  7080. background-color: #f6447f; }
  7081. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7082. button.Disabled.Primary:hover, button.Disabled.Primary:focus, button[disabled].Primary:hover, button[disabled].Primary:focus, .Button.Disabled.Primary:hover, .Button.Disabled.Primary:focus, .Button[disabled].Primary:hover, .Button[disabled].Primary:focus {
  7083. background-color: #F52C6E; }
  7084. /* line 207, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7085. button.Disabled.Secondary, button[disabled].Secondary, .Button.Disabled.Secondary, .Button[disabled].Secondary {
  7086. box-shadow: none;
  7087. background-color: #0291DB;
  7088. background-image: none;
  7089. border: 1px solid #0289ce;
  7090. text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  7091. cursor: default;
  7092. opacity: 0.6; }
  7093. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7094. button.Disabled.Secondary, button.Disabled.Secondary:link, button.Disabled.Secondary:visited, button[disabled].Secondary, button[disabled].Secondary:link, button[disabled].Secondary:visited, .Button.Disabled.Secondary, .Button.Disabled.Secondary:link, .Button.Disabled.Secondary:visited, .Button[disabled].Secondary, .Button[disabled].Secondary:link, .Button[disabled].Secondary:visited {
  7095. color: #FFFFFF; }
  7096. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7097. button.Disabled.Secondary:hover, button.Disabled.Secondary:focus, button.Disabled.Secondary.Active, button[disabled].Secondary:hover, button[disabled].Secondary:focus, button[disabled].Secondary.Active, .Button.Disabled.Secondary:hover, .Button.Disabled.Secondary:focus, .Button.Disabled.Secondary.Active, .Button[disabled].Secondary:hover, .Button[disabled].Secondary:focus, .Button[disabled].Secondary.Active {
  7098. color: #FFFFFF;
  7099. background-color: #02a2f4; }
  7100. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7101. button.Disabled.Secondary:hover, button.Disabled.Secondary:focus, button[disabled].Secondary:hover, button[disabled].Secondary:focus, .Button.Disabled.Secondary:hover, .Button.Disabled.Secondary:focus, .Button[disabled].Secondary:hover, .Button[disabled].Secondary:focus {
  7102. background-color: #0291DB; }
  7103. /* line 208, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7104. button.Disabled.Tertiary, button[disabled].Tertiary, .Button.Disabled.Tertiary, .Button[disabled].Tertiary {
  7105. box-shadow: none;
  7106. background-color: #006195;
  7107. background-image: none;
  7108. border: 1px solid #005988;
  7109. text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  7110. cursor: default;
  7111. opacity: 0.6; }
  7112. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7113. button.Disabled.Tertiary, button.Disabled.Tertiary:link, button.Disabled.Tertiary:visited, button[disabled].Tertiary, button[disabled].Tertiary:link, button[disabled].Tertiary:visited, .Button.Disabled.Tertiary, .Button.Disabled.Tertiary:link, .Button.Disabled.Tertiary:visited, .Button[disabled].Tertiary, .Button[disabled].Tertiary:link, .Button[disabled].Tertiary:visited {
  7114. color: #FFFFFF; }
  7115. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7116. button.Disabled.Tertiary:hover, button.Disabled.Tertiary:focus, button.Disabled.Tertiary.Active, button[disabled].Tertiary:hover, button[disabled].Tertiary:focus, button[disabled].Tertiary.Active, .Button.Disabled.Tertiary:hover, .Button.Disabled.Tertiary:focus, .Button.Disabled.Tertiary.Active, .Button[disabled].Tertiary:hover, .Button[disabled].Tertiary:focus, .Button[disabled].Tertiary.Active {
  7117. color: #FFFFFF;
  7118. background-color: #0072af; }
  7119. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7120. button.Disabled.Tertiary:hover, button.Disabled.Tertiary:focus, button[disabled].Tertiary:hover, button[disabled].Tertiary:focus, .Button.Disabled.Tertiary:hover, .Button.Disabled.Tertiary:focus, .Button[disabled].Tertiary:hover, .Button[disabled].Tertiary:focus {
  7121. background-color: #006195; }
  7122. /* line 209, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7123. button.Disabled.Scary, button[disabled].Scary, .Button.Disabled.Scary, .Button[disabled].Scary {
  7124. box-shadow: none;
  7125. background-color: red;
  7126. background-image: none;
  7127. border: 1px solid #f20000;
  7128. text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  7129. cursor: default;
  7130. opacity: 0.6; }
  7131. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7132. button.Disabled.Scary, button.Disabled.Scary:link, button.Disabled.Scary:visited, button[disabled].Scary, button[disabled].Scary:link, button[disabled].Scary:visited, .Button.Disabled.Scary, .Button.Disabled.Scary:link, .Button.Disabled.Scary:visited, .Button[disabled].Scary, .Button[disabled].Scary:link, .Button[disabled].Scary:visited {
  7133. color: #FFFFFF; }
  7134. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7135. button.Disabled.Scary:hover, button.Disabled.Scary:focus, button.Disabled.Scary.Active, button[disabled].Scary:hover, button[disabled].Scary:focus, button[disabled].Scary.Active, .Button.Disabled.Scary:hover, .Button.Disabled.Scary:focus, .Button.Disabled.Scary.Active, .Button[disabled].Scary:hover, .Button[disabled].Scary:focus, .Button[disabled].Scary.Active {
  7136. color: #FFFFFF;
  7137. background-color: #ff1a1a; }
  7138. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7139. button.Disabled.Scary:hover, button.Disabled.Scary:focus, button[disabled].Scary:hover, button[disabled].Scary:focus, .Button.Disabled.Scary:hover, .Button.Disabled.Scary:focus, .Button[disabled].Scary:hover, .Button[disabled].Scary:focus {
  7140. background-color: red; }
  7141. /* line 213, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7142. button.Outlined, .Button.Outlined {
  7143. background: none;
  7144. border-color: #FFFFFF;
  7145. border-width: 2px;
  7146. border-style: solid;
  7147. color: #FFFFFF;
  7148. text-shadow: none; }
  7149.  
  7150. @media only screen {
  7151. /* line 229, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7152. button, .Button {
  7153. transition: background-color 200ms; } }
  7154.  
  7155. @media only screen and (min-width: 768px) {
  7156. /* line 241, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  7157. button, .Button {
  7158. display: inline-block;
  7159. -webkit-appearance: none; } }
  7160.  
  7161. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7162. .List.Inline .CheckBoxLabel, .List.Inline
  7163. .RadioLabel {
  7164. margin-top: 0;
  7165. margin-bottom: 0; }
  7166.  
  7167. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7168. .CheckBoxLabel .CheckBox,
  7169. .CheckBoxLabel .Radio,
  7170. .RadioLabel .CheckBox,
  7171. .RadioLabel .Radio {
  7172. position: absolute;
  7173. top: 0;
  7174. left: 0;
  7175. display: block; }
  7176.  
  7177. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7178. .PrefCheckBox .CheckBox,
  7179. .PrefCheckBox .Radio {
  7180. display: inline-block;
  7181. vertical-align: top; }
  7182.  
  7183. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7184. .CheckBox,
  7185. .Radio {
  7186. display: inline-block;
  7187. margin: 0;
  7188. padding: 0;
  7189. width: 1em;
  7190. height: 1em; }
  7191.  
  7192. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7193. .CheckBox,
  7194. .Radio {
  7195. border: none;
  7196. color: #D7DCDE;
  7197. cursor: pointer;
  7198. font-family: "FontAwesome";
  7199. font-size: 14px; }
  7200. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7201. .CheckBox.Checked,
  7202. .Radio.Checked {
  7203. color: #0291DB; }
  7204. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_checks.scss */
  7205. .CheckBox.Disabled,
  7206. .Radio.Disabled {
  7207. color: #EAEDEE;
  7208. cursor: default; }
  7209.  
  7210. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7211. footer.Footer {
  7212. padding-top: 40px;
  7213. padding-bottom: 80px;
  7214. background-color: #11151A;
  7215. color: #FFFFFF; }
  7216. /* line 11, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7217. footer.Footer h1, footer.Footer h2, footer.Footer h3, footer.Footer h4, footer.Footer h5, footer.Footer h6 {
  7218. color: #FFFFFF;
  7219. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7220. font-weight: 700; }
  7221. /* line 19, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7222. footer.Footer a {
  7223. color: #BDC3C7; }
  7224. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7225. footer.Footer a:hover {
  7226. color: #FFFFFF; }
  7227. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7228. footer.Footer ul {
  7229. margin: 0; }
  7230. /* line 30, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7231. footer.Footer ul li {
  7232. list-style: none;
  7233. margin-bottom: 5px; }
  7234. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7235. footer.Footer .Vanilla {
  7236. height: 69px;
  7237. width: 170px;
  7238. background-image: url("sprites/logo-vanilla.png");
  7239. background-repeat: no-repeat;
  7240. background-position: center;
  7241. display: block;
  7242. margin-bottom: 25px; }
  7243. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7244. footer.Footer [class^="icon-"], footer.Footer [class*=" icon-"] {
  7245. display: inline-block;
  7246. width: 1em;
  7247. text-align: center; }
  7248.  
  7249. @media only screen and (min-width: 768px) {
  7250. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/layout/_sticky-footer.scss */
  7251. html, body {
  7252. height: 100%; }
  7253. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/layout/_sticky-footer.scss */
  7254. body > .Wrapper {
  7255. clear: both;
  7256. min-height: 100%;
  7257. height: auto !important;
  7258. height: 100%; }
  7259. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/layout/_sticky-footer.scss */
  7260. body > .Wrapper .FooterPush {
  7261. height: 365px; }
  7262. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/layout/_sticky-footer.scss */
  7263. footer.Footer {
  7264. clear: both;
  7265. position: relative;
  7266. height: 365px; }
  7267. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_footer.scss */
  7268. main.Container {
  7269. margin-bottom: 60px; } }
  7270.  
  7271. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_images.scss */
  7272. .Image img {
  7273. border-radius: 2px;
  7274. vertical-align: bottom; }
  7275.  
  7276. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_images.scss */
  7277. .Image, .Image img {
  7278. display: block; }
  7279.  
  7280. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_images.scss */
  7281. .Image.Center img {
  7282. margin: 0 auto; }
  7283.  
  7284. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_images.scss */
  7285. .Image.Shadow img {
  7286. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
  7287.  
  7288. /* line 61, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7289. .TextBoxWrapper {
  7290. padding-right: 0; }
  7291.  
  7292. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7293. input.InputBox {
  7294. line-height: normal; }
  7295.  
  7296. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7297. textarea.TextBox {
  7298. height: 100px;
  7299. min-height: 100px;
  7300. line-height: 24px; }
  7301.  
  7302. /* line 77, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7303. input.InputBox, input.SmallInput, textarea.TextBox {
  7304. transition: border-color 200ms;
  7305. padding: 8px 12px;
  7306. border-color: #ccc;
  7307. border-radius: 2px;
  7308. border-width: 2px;
  7309. border-style: solid;
  7310. outline: none;
  7311. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7312. font-weight: normal;
  7313. font-size: 16px;
  7314. vertical-align: bottom;
  7315. -webkit-font-smoothing: antialiased; }
  7316. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7317. input.InputBox, input.InputBox:hover, input.InputBox:focus, input.SmallInput, input.SmallInput:hover, input.SmallInput:focus, textarea.TextBox, textarea.TextBox:hover, textarea.TextBox:focus {
  7318. background-color: #FFFFFF; }
  7319. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  7320. input.InputBox:focus, input.SmallInput:focus, textarea.TextBox:focus {
  7321. border-color: #0291DB; }
  7322.  
  7323. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7324. .Panel {
  7325. margin-bottom: 0;
  7326. padding: 20px;
  7327. background: #F1F4F9;
  7328. border-radius: 2px; }
  7329. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7330. .Panel > :first-child {
  7331. margin-top: 0; }
  7332. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7333. .Panel > :last-child {
  7334. margin-bottom: 0; }
  7335. /* line 56, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7336. .Panel h1, .Panel h2, .Panel h3, .Panel h4, .Panel h5, .Panel h6, .Panel p {
  7337. color: #4F5861; }
  7338. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7339. .Panel.Callout {
  7340. padding: 25px; }
  7341. /* line 75, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7342. .Panel.CallToAction {
  7343. position: relative;
  7344. text-align: center; }
  7345. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  7346. .Panel.CallToAction:after {
  7347. content: "";
  7348. display: table;
  7349. clear: both; }
  7350. /* line 80, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7351. .Panel.CallToAction:hover .Callout {
  7352. opacity: 1; }
  7353. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7354. .Panel.CallToAction h3 {
  7355. color: #F52C6E; }
  7356. /* line 87, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7357. .Panel.CallToAction h3:first-child, .Panel.CallToAction p:first-child {
  7358. margin-top: 0; }
  7359. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7360. .Panel.CallToAction h3:last-child, .Panel.CallToAction p:last-child {
  7361. margin-bottom: 0; }
  7362. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7363. .Panel.CallToAction .Callout {
  7364. opacity: 0;
  7365. border-radius: 2px;
  7366. transition: opacity 0.15s;
  7367. position: absolute;
  7368. top: 0;
  7369. right: 0;
  7370. bottom: 0;
  7371. left: 0;
  7372. background-color: #F52C6E; }
  7373. /* line 113, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7374. .Panel.CallToAction .Callout a {
  7375. display: table-cell;
  7376. height: 100%;
  7377. vertical-align: middle;
  7378. color: #FFFFFF;
  7379. font-size: 27px;
  7380. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  7381. /* line 122, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7382. .Panel.CallToAction .Callout .CalloutInner {
  7383. display: table;
  7384. width: 100%;
  7385. height: 100%; }
  7386. /* line 130, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7387. .Panel.HeroUnit {
  7388. margin-bottom: 0;
  7389. padding: 15px 5px;
  7390. background: #F1F4F9;
  7391. border-radius: 0; }
  7392. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7393. .Panel.HeroUnit > :first-child {
  7394. margin-top: 0; }
  7395. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7396. .Panel.HeroUnit > :last-child {
  7397. margin-bottom: 0; }
  7398. /* line 134, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7399. .Panel.HeroUnit h1, .Panel.HeroUnit h2, .Panel.HeroUnit h3, .Panel.HeroUnit h4, .Panel.HeroUnit h5, .Panel.HeroUnit h6 {
  7400. color: #F52C6E; }
  7401. /* line 137, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7402. .Panel.HeroUnit h1:last-child, .Panel.HeroUnit h2:last-child, .Panel.HeroUnit h3:last-child, .Panel.HeroUnit h4:last-child, .Panel.HeroUnit h5:last-child, .Panel.HeroUnit h6:last-child {
  7403. margin-bottom: 0; }
  7404. /* line 144, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7405. .Panel.HeroUnit p:last-child {
  7406. margin-bottom: 0; }
  7407. /* line 150, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7408. .Panel.HeroUnit.Primary {
  7409. margin-bottom: 0;
  7410. padding: 20px 5px;
  7411. background: #F52C6E; }
  7412. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7413. .Panel.HeroUnit.Primary > :first-child {
  7414. margin-top: 0; }
  7415. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7416. .Panel.HeroUnit.Primary > :last-child {
  7417. margin-bottom: 0; }
  7418. /* line 154, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7419. .Panel.HeroUnit.Secondary {
  7420. margin-bottom: 0;
  7421. padding: 20px 5px;
  7422. background: #0291DB;
  7423. text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
  7424. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7425. .Panel.HeroUnit.Secondary > :first-child {
  7426. margin-top: 0; }
  7427. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7428. .Panel.HeroUnit.Secondary > :last-child {
  7429. margin-bottom: 0; }
  7430. /* line 160, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7431. .Panel.HeroUnit.Primary h1, .Panel.HeroUnit.Primary h2, .Panel.HeroUnit.Primary h3, .Panel.HeroUnit.Primary h4, .Panel.HeroUnit.Primary h5, .Panel.HeroUnit.Primary h6, .Panel.HeroUnit.Primary p, .Panel.HeroUnit.Secondary h1, .Panel.HeroUnit.Secondary h2, .Panel.HeroUnit.Secondary h3, .Panel.HeroUnit.Secondary h4, .Panel.HeroUnit.Secondary h5, .Panel.HeroUnit.Secondary h6, .Panel.HeroUnit.Secondary p {
  7432. color: #FFFFFF; }
  7433. /* line 165, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7434. .Panel.HeroUnit, .Panel.HeroUnit.Primary, .Panel.HeroUnit.Secondary {
  7435. margin: 0;
  7436. border: none; }
  7437. @media only screen and (min-width: 768px) {
  7438. /* line 165, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7439. .Panel.HeroUnit, .Panel.HeroUnit.Primary, .Panel.HeroUnit.Secondary {
  7440. padding: 40px 0; } }
  7441. /* line 174, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_panels.scss */
  7442. .Panel.HeroUnit .CallToAction:last-child {
  7443. margin-bottom: -60px; }
  7444.  
  7445. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7446. .SubBar {
  7447. background-color: #F1F4F9;
  7448. background-color: rgba(241, 244, 249, 0.95);
  7449. box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  7450. z-index: 98;
  7451. width: 100%; }
  7452. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7453. .SubBar > ul {
  7454. list-style: none; }
  7455.  
  7456. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7457. .SubBarSection {
  7458. max-width: 1170px;
  7459. margin: 0 auto;
  7460. padding: 0 15px; }
  7461. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  7462. .SubBarSection:after {
  7463. content: "";
  7464. display: table;
  7465. clear: both; }
  7466. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7467. .SubBarSection > ul {
  7468. margin: 0; }
  7469. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7470. .SubBarSection > ul > li {
  7471. line-height: 24px; }
  7472. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7473. .SubBarSection > ul > li > a {
  7474. display: block;
  7475. padding: 0 25px;
  7476. color: #4F5861;
  7477. font-size: 16px;
  7478. line-height: 50px;
  7479. white-space: nowrap; }
  7480. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7481. .SubBarSection > ul > li > a:hover {
  7482. color: #F52C6E; }
  7483. /* line 72, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7484. .SubBarSection > ul > li.Active a {
  7485. box-shadow: 0 2px rgba(245, 44, 110, 0.6);
  7486. background-color: #F52C6E;
  7487. color: #FFFFFF; }
  7488.  
  7489. @media only screen and (min-width: 768px) {
  7490. /* line 85, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_sub-bar.scss */
  7491. .SubBarSection > ul > li {
  7492. float: left; } }
  7493.  
  7494. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7495. .Table {
  7496. margin-bottom: 20px;
  7497. background: #FFFFFF;
  7498. border: solid 0 #DDE1E3; }
  7499. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7500. .Table thead,
  7501. .Table tfoot {
  7502. background: #2A3B50;
  7503. font-weight: normal; }
  7504. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7505. .Table thead tr th,
  7506. .Table tfoot tr th {
  7507. padding: 25px 30px;
  7508. font-size: 27px;
  7509. color: #FFFFFF;
  7510. text-align: left; }
  7511. /* line 62, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7512. .Table thead tr td,
  7513. .Table tfoot tr td {
  7514. padding: 15px 10px;
  7515. background: #11151A;
  7516. color: #FFFFFF;
  7517. font-size: 21px;
  7518. font-weight: bold; }
  7519. /* line 73, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7520. .Table tr th,
  7521. .Table tr td {
  7522. padding: 15px 30px;
  7523. font-size: 18px;
  7524. color: #4F5861;
  7525. vertical-align: middle; }
  7526. /* line 81, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7527. .Table tr.even, .Table tr.alt, .Table tr:nth-of-type(even) {
  7528. background: #F3F7F8; }
  7529. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7530. .Table thead tr th,
  7531. .Table tfoot tr th,
  7532. .Table tbody tr td,
  7533. .Table tr td,
  7534. .Table tfoot tr td {
  7535. display: table-cell;
  7536. line-height: 27px; }
  7537.  
  7538. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_tables.scss */
  7539. table, .Table {
  7540. width: 100%; }
  7541.  
  7542. /* line 61, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7543. .TopBar {
  7544. box-shadow: 0 2px rgba(79, 88, 97, 0.2);
  7545. position: relative;
  7546. z-index: 99;
  7547. width: 100%;
  7548. height: 60px;
  7549. background: #11151A;
  7550. line-height: 60px; }
  7551. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7552. .TopBar ul {
  7553. margin-bottom: 0;
  7554. list-style: none; }
  7555. /* line 76, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7556. .TopBar form,
  7557. .TopBar input {
  7558. margin-bottom: 0; }
  7559. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7560. .TopBar input {
  7561. height: 2.45em; }
  7562. /* line 81, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7563. .TopBar .Brand {
  7564. height: 60px;
  7565. width: 100px;
  7566. margin: 0;
  7567. font-size: 17px;
  7568. line-height: 60px; }
  7569. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7570. .TopBar .Brand a {
  7571. font-weight: bold;
  7572. color: #FFFFFF;
  7573. width: 50%;
  7574. display: block;
  7575. padding: 0 20px; }
  7576. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7577. .TopBar .ToggleTopbar {
  7578. position: absolute;
  7579. right: 0;
  7580. top: 0;
  7581. display: block;
  7582. height: 60px;
  7583. padding: 23px 20px;
  7584. color: #FFFFFF; }
  7585. /* line 109, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7586. .TopBar .ToggleTopbar span {
  7587. display: block;
  7588. width: 20px;
  7589. height: 2px;
  7590. background: #fff; }
  7591. /* line 115, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7592. .TopBar .ToggleTopbar span + span {
  7593. margin-top: 4px; }
  7594.  
  7595. /* line 129, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7596. .TopBarSection ul {
  7597. width: 100%;
  7598. height: auto;
  7599. display: block;
  7600. background-color: #161b22;
  7601. font-size: 16px;
  7602. margin: 0; }
  7603. /* line 139, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7604. .TopBarSection ul li {
  7605. float: left; }
  7606.  
  7607. /* line 144, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7608. .TopBarSection .Divider,
  7609. .TopBarSection [role="separator"] {
  7610. border-bottom: solid 1px #252e39;
  7611. border-top: solid 1px black;
  7612. clear: both;
  7613. height: 1px;
  7614. width: 100%; }
  7615.  
  7616. /* line 154, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7617. .TopBarSection ul li > a:not(.Button) {
  7618. display: block;
  7619. width: 100%;
  7620. color: #FFFFFF;
  7621. padding: 12px 0 12px 0;
  7622. padding-left: 20px;
  7623. font-size: 14px;
  7624. font-weight: normal;
  7625. text-transform: uppercase;
  7626. white-space: nowrap; }
  7627.  
  7628. /* line 167, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7629. .TopBarSection ul li:hover > a:not(.Button) {
  7630. background: #0b0e11;
  7631. color: #F52C6E; }
  7632.  
  7633. /* line 173, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7634. .TopBarSection ul li:active > a:not(.Button),
  7635. .TopBarSection ul li.Active > a:not(.Button),
  7636. .TopBarSection ul li a:not(.Button).Selected {
  7637. background: #0b0e11;
  7638. color: #F52C6E; }
  7639.  
  7640. /* line 181, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7641. .TopBarSection .SearchForm {
  7642. line-height: 40px; }
  7643. /* line 184, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7644. .TopBarSection .SearchForm li {
  7645. background-color: #11151A; }
  7646. /* line 188, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7647. .TopBarSection .SearchForm .gsc-input {
  7648. transition: visibility 1s, ease-in-out 800ms;
  7649. width: 0;
  7650. padding: 0 !important;
  7651. visibility: hidden;
  7652. -moz-box-sizing: border-box;
  7653. box-sizing: border-box;
  7654. border-radius: 4px;
  7655. height: 60px; }
  7656. /* line 197, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7657. .TopBarSection .SearchForm .gsc-input .gsc-input-box {
  7658. border: 0 solid transparent;
  7659. background: transparent;
  7660. height: 60px; }
  7661. /* line 202, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7662. .TopBarSection .SearchForm .gsc-input .gsc-input-box input[type="text"] {
  7663. line-height: 1em;
  7664. height: 30px !important;
  7665. padding-left: 5px !important; }
  7666. /* line 210, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7667. .TopBarSection .SearchForm .gsc-control-searchbox-only {
  7668. transition: visibility 1s, ease-in-out 800ms;
  7669. padding: 0;
  7670. margin: 0;
  7671. width: 0;
  7672. visibility: hidden; }
  7673. /* line 218, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7674. .TopBarSection .SearchForm .gsc-search-box {
  7675. padding: 0;
  7676. margin: 0; }
  7677. /* line 223, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7678. .TopBarSection .SearchForm .gsc-search-button {
  7679. display: none; }
  7680. /* line 227, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7681. .TopBarSection .SearchForm .gsib_b {
  7682. display: none; }
  7683.  
  7684. /* line 238, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7685. .TopBarSection .icon-search {
  7686. width: 100%;
  7687. padding: 0 20px;
  7688. font-size: 14px;
  7689. line-height: 60px;
  7690. white-space: nowrap;
  7691. text-shadow: 0 1px 0 #434545;
  7692. color: white;
  7693. cursor: pointer; }
  7694. /* line 248, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7695. .TopBarSection .icon-search:before {
  7696. cursor: pointer; }
  7697.  
  7698. /* line 254, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7699. .TopBarSection .HasForm {
  7700. padding: 20px; }
  7701.  
  7702. /* line 258, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7703. body.Section-DiscussionList .SearchForm {
  7704. display: none; }
  7705.  
  7706. @media only screen and (min-width: 1171px) {
  7707. /* line 265, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7708. .TopBar {
  7709. background: #11151A;
  7710. overflow: hidden;
  7711. overflow: visible; }
  7712. /* line 270, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7713. .TopBar .ToggleTopbar {
  7714. display: none; }
  7715. /* line 272, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7716. .TopBar .Brand {
  7717. float: left; }
  7718. /* line 274, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7719. .TopBar input {
  7720. line-height: 2em;
  7721. font-size: 14px;
  7722. height: 2em;
  7723. padding: 0 10px;
  7724. position: relative;
  7725. top: 8px; }
  7726. /* line 284, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7727. .TopBarSection {
  7728. max-width: 1300px;
  7729. margin: 0 auto; }
  7730. /* line 288, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7731. .TopBarSection ul {
  7732. width: auto;
  7733. height: auto !important;
  7734. display: inline; }
  7735. /* line 293, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7736. .TopBarSection ul ul {
  7737. transition: opacity 200ms, visibility 200ms;
  7738. border-bottom-left-radius: 2px;
  7739. border-bottom-right-radius: 2px;
  7740. box-shadow: 0 2px rgba(79, 88, 97, 0.2);
  7741. position: absolute;
  7742. top: 100%;
  7743. left: auto;
  7744. opacity: 0;
  7745. visibility: hidden;
  7746. overflow: hidden; }
  7747. /* line 304, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7748. .TopBarSection ul ul li {
  7749. float: none; }
  7750. /* line 307, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7751. .TopBarSection ul ul li > a:not(.Button) {
  7752. line-height: 30px;
  7753. white-space: nowrap; }
  7754. /* line 314, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7755. .TopBarSection ul li {
  7756. position: relative;
  7757. float: left; }
  7758. /* line 318, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7759. .TopBarSection ul li > a:not(.Button) {
  7760. padding: 0 20px;
  7761. line-height: 60px;
  7762. background: #11151A; }
  7763. /* line 324, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7764. .TopBarSection ul li:hover ul {
  7765. opacity: 1;
  7766. visibility: visible; }
  7767. /* line 331, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7768. .TopBarSection > ul > .Divider,
  7769. .TopBarSection > ul > [role="separator"] {
  7770. border-bottom: none;
  7771. border-top: none;
  7772. border-right: solid 1px #252e39;
  7773. border-left: solid 1px black;
  7774. clear: none;
  7775. height: 60px;
  7776. width: 0; }
  7777. /* line 342, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7778. .TopBarSection .HasForm {
  7779. background: #11151A;
  7780. padding: 0 20px;
  7781. height: 60px;
  7782. line-height: 60px; } }
  7783.  
  7784. /* line 351, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7785. #Nav {
  7786. clip: rect(0 0 0 0);
  7787. max-height: 0;
  7788. position: absolute;
  7789. display: block;
  7790. overflow: hidden;
  7791. zoom: 1;
  7792. /*
  7793. li {
  7794. float: right;
  7795. }
  7796. */ }
  7797.  
  7798. /* line 366, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7799. #Nav.opened {
  7800. max-height: 9999px; }
  7801.  
  7802. @media only screen and (min-width: 1171px) {
  7803. /* line 371, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7804. #Nav {
  7805. position: relative;
  7806. overflow: visible; }
  7807. /* line 375, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7808. #Nav.Closed {
  7809. max-height: none; }
  7810. /* line 378, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7811. #Toggle {
  7812. display: none; } }
  7813.  
  7814. /* line 385, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7815. .TopBar .Brand {
  7816. background-image: url("sprites/logo-vanilla-small.png");
  7817. background-repeat: no-repeat;
  7818. background-position: center;
  7819. padding-top: 10px;
  7820. padding-right: 15px;
  7821. padding-bottom: 10px;
  7822. padding-left: 15px; }
  7823. /* line 399, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7824. .TopBar .Brand a {
  7825. text-indent: -119988px;
  7826. overflow: hidden;
  7827. text-align: left; }
  7828.  
  7829. @media only screen and (min-width: 1171px) {
  7830. /* line 408, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7831. .TopBarSection > ul > .Divider,
  7832. .TopBarSection > ul > [role="separator"] {
  7833. background-image: -owg(linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%));
  7834. background-image: -webkit(linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%));
  7835. background-image: -moz(linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%));
  7836. background-image: -o(linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%));
  7837. background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  7838. width: 1px;
  7839. background-color: #11151A;
  7840. border: none; } }
  7841.  
  7842. @media only screen and (max-width: 767px) {
  7843. /* line 428, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7844. .TopBarSection ul li {
  7845. float: none !important; } }
  7846.  
  7847. @media only screen and (max-width: 1171px -3) {
  7848. /* line 436, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7849. .TopBarSection ul li {
  7850. float: none !important; } }
  7851.  
  7852. @media only screen and (min-width: 1171px) {
  7853. /* line 443, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7854. .TopBarSection ul {
  7855. text-align: right !important;
  7856. background-color: #0b0e11; }
  7857. /* line 447, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7858. .TopBarSection ul li {
  7859. display: inline-block !important;
  7860. text-align: center !important; }
  7861. /* line 451, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7862. .TopBarSection ul li ul {
  7863. left: 0;
  7864. float: left; }
  7865. /* line 455, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_top-bar.scss */
  7866. .TopBarSection ul li ul li {
  7867. width: 100%;
  7868. float: none;
  7869. text-align: left !important; } }
  7870.  
  7871. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7872. .ShowForSmall,
  7873. .ShowForMediumDown,
  7874. .ShowForLargeDown {
  7875. display: inherit !important; }
  7876.  
  7877. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7878. .ShowForMedium,
  7879. .ShowForMediumUp,
  7880. .ShowForLarge,
  7881. .ShowForLargeUp,
  7882. .ShowForXlarge {
  7883. display: none !important; }
  7884.  
  7885. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7886. .HideForMedium,
  7887. .HideForMediumUp,
  7888. .HideForLarge,
  7889. .HideForLargeUp,
  7890. .HideForXlarge {
  7891. display: inherit !important; }
  7892.  
  7893. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7894. .HideForSmall,
  7895. .HideForMediumDown,
  7896. .HideForLargeDown {
  7897. display: none !important; }
  7898.  
  7899. /* line 35, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7900. table.ShowForSmall, table.ShowForMediumDown, table.ShowForLargeDown, table.HideForMedium, table.HideForMediumUp, table.HideForLarge, table.HideForLargeUp, table.HideForXlarge {
  7901. display: table; }
  7902.  
  7903. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7904. thead.ShowForSmall, thead.ShowForMediumDown, thead.ShowForLargeDown, thead.HideForMedium, thead.HideForMediumUp, thead.HideForLarge, thead.HideForLargeUp, thead.HideForXlarge {
  7905. display: table-header-group !important; }
  7906.  
  7907. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7908. tbody.ShowForSmall, tbody.ShowForMediumDown, tbody.ShowForLargeDown, tbody.HideForMedium, tbody.HideForMediumUp, tbody.HideForLarge, tbody.HideForLargeUp, tbody.HideForXlarge {
  7909. display: table-row-group !important; }
  7910.  
  7911. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7912. tr.ShowForSmall, tr.ShowForMediumDown, tr.ShowForLargeDown, tr.HideForMedium, tr.HideForMediumUp, tr.HideForLarge, tr.HideForLargeUp, tr.HideForXlarge {
  7913. display: table-row !important; }
  7914.  
  7915. /* line 76, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7916. td.ShowForSmall, td.ShowForMediumDown, td.ShowForLargeDown, td.HideForMedium, td.HideForMediumUp, td.HideForLarge, td.HideForLargeUp, td.HideForXlarge,
  7917. th.ShowForSmall,
  7918. th.ShowForMediumDown,
  7919. th.ShowForLargeDown,
  7920. th.HideForMedium,
  7921. th.HideForMediumUp,
  7922. th.HideForLarge,
  7923. th.HideForLargeUp,
  7924. th.HideForXlarge {
  7925. display: table-cell !important; }
  7926.  
  7927. @media only screen and (min-width: 768px) {
  7928. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7929. .ShowForMedium,
  7930. .ShowForMediumUp {
  7931. display: inherit !important; }
  7932. /* line 91, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7933. .ShowForSmall {
  7934. display: none !important; }
  7935. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7936. .HideForSmall {
  7937. display: inherit !important; }
  7938. /* line 95, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7939. .HideForMedium,
  7940. .HideForMediumUp {
  7941. display: none !important; }
  7942. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7943. table.ShowForMedium, table.ShowForMediumUp, table.HideForSmall {
  7944. display: table; }
  7945. /* line 105, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7946. thead.ShowForMedium, thead.ShowForMediumUp, thead.HideForSmall {
  7947. display: table-header-group !important; }
  7948. /* line 110, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7949. tbody.ShowForMedium, tbody.ShowForMediumUp, tbody.HideForSmall {
  7950. display: table-row-group !important; }
  7951. /* line 115, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7952. tr.ShowForMedium, tr.ShowForMediumUp, tr.HideForSmall {
  7953. display: table-row !important; }
  7954. /* line 121, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7955. td.ShowForMedium, td.ShowForMediumUp, td.HideForSmall,
  7956. th.ShowForMedium,
  7957. th.ShowForMediumUp,
  7958. th.HideForSmall {
  7959. display: table-cell !important; } }
  7960.  
  7961. @media only screen and (min-width: 1280px) {
  7962. /* line 129, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7963. .ShowForLarge,
  7964. .ShowForLargeUp {
  7965. display: inherit !important; }
  7966. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7967. .ShowForMedium,
  7968. .ShowForMediumDown {
  7969. display: none !important; }
  7970. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7971. .HideForMedium,
  7972. .HideForMediumDown {
  7973. display: inherit !important; }
  7974. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7975. .HideForLarge,
  7976. .HideForLargeUp {
  7977. display: none !important; }
  7978. /* line 143, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7979. table.ShowForLarge, table.ShowForLargeUp, table.HideForMedium, table.HideForMediumDown {
  7980. display: table; }
  7981. /* line 149, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7982. thead.ShowForLarge, thead.ShowForLargeUp, thead.HideForMedium, thead.HideForMediumDown {
  7983. display: table-header-group !important; }
  7984. /* line 155, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7985. tbody.ShowForLarge, tbody.ShowForLargeUp, tbody.HideForMedium, tbody.HideForMediumDown {
  7986. display: table-row-group !important; }
  7987. /* line 161, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7988. tr.ShowForLarge, tr.ShowForLargeUp, tr.HideForMedium, tr.HideForMediumDown {
  7989. display: table-row !important; }
  7990. /* line 168, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  7991. td.ShowForLarge, td.ShowForLargeUp, td.HideForMedium, td.HideForMediumDown,
  7992. th.ShowForLarge,
  7993. th.ShowForLargeUp,
  7994. th.HideForMedium,
  7995. th.HideForMediumDown {
  7996. display: table-cell !important; } }
  7997.  
  7998. @media only screen and (min-width: 1440px) {
  7999. /* line 177, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8000. .ShowForXlarge {
  8001. display: inherit !important; }
  8002. /* line 179, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8003. .ShowForLarge,
  8004. .ShowForLargeDown {
  8005. display: none !important; }
  8006. /* line 182, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8007. .HideForLarge,
  8008. .HideForLargeDown {
  8009. display: inherit !important; }
  8010. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8011. .HideForXlarge {
  8012. display: none !important; }
  8013. /* line 189, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8014. table.ShowForXlarge, table.HideForLarge, table.HideForLargeDown {
  8015. display: table; }
  8016. /* line 194, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8017. thead.ShowForXlarge, thead.HideForLarge, thead.HideForLargeDown {
  8018. display: table-header-group !important; }
  8019. /* line 199, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8020. tbody.ShowForXlarge, tbody.HideForLarge, tbody.HideForLargeDown {
  8021. display: table-row-group !important; }
  8022. /* line 204, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8023. tr.ShowForXlarge, tr.HideForLarge, tr.HideForLargeDown {
  8024. display: table-row !important; }
  8025. /* line 210, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8026. td.ShowForXlarge, td.HideForLarge, td.HideForLargeDown,
  8027. th.ShowForXlarge,
  8028. th.HideForLarge,
  8029. th.HideForLargeDown {
  8030. display: table-cell !important; } }
  8031.  
  8032. /* line 218, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8033. .ShowForLandscape,
  8034. .HideForPortrait {
  8035. display: inherit !important; }
  8036.  
  8037. /* line 220, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8038. .HideForLandscape,
  8039. .ShowForPortrait {
  8040. display: none !important; }
  8041.  
  8042. /* line 225, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8043. table.HideForLandscape, table.ShowForPortrait {
  8044. display: table; }
  8045.  
  8046. /* line 229, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8047. thead.HideForLandscape, thead.ShowForPortrait {
  8048. display: table-header-group !important; }
  8049.  
  8050. /* line 233, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8051. tbody.HideForLandscape, tbody.ShowForPortrait {
  8052. display: table-row-group !important; }
  8053.  
  8054. /* line 237, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8055. tr.HideForLandscape, tr.ShowForPortrait {
  8056. display: table-row !important; }
  8057.  
  8058. /* line 242, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8059. td.HideForLandscape, td.ShowForPortrait,
  8060. th.HideForLandscape,
  8061. th.ShowForPortrait {
  8062. display: table-cell !important; }
  8063.  
  8064. @media only screen and (orientation: landscape) {
  8065. /* line 247, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8066. .ShowForLandscape,
  8067. .HideForPortrait {
  8068. display: inherit !important; }
  8069. /* line 249, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8070. .HideForLandscape,
  8071. .ShowForPortrait {
  8072. display: none !important; }
  8073. /* line 254, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8074. table.ShowForLandscape, table.HideForPortrait {
  8075. display: table; }
  8076. /* line 258, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8077. thead.ShowForLandscape, thead.HideForPortrait {
  8078. display: table-header-group !important; }
  8079. /* line 262, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8080. tbody.ShowForLandscape, tbody.HideForPortrait {
  8081. display: table-row-group !important; }
  8082. /* line 266, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8083. tr.ShowForLandscape, tr.HideForPortrait {
  8084. display: table-row !important; }
  8085. /* line 271, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8086. td.ShowForLandscape, td.HideForPortrait,
  8087. th.ShowForLandscape,
  8088. th.HideForPortrait {
  8089. display: table-cell !important; } }
  8090.  
  8091. @media only screen and (orientation: portrait) {
  8092. /* line 277, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8093. .ShowForPortrait,
  8094. .HideForLandscape {
  8095. display: inherit !important; }
  8096. /* line 279, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8097. .HideForPortrait,
  8098. .ShowForLandscape {
  8099. display: none !important; }
  8100. /* line 284, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8101. table.ShowForPortrait, table.HideForLandscape {
  8102. display: table; }
  8103. /* line 288, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8104. thead.ShowForPortrait, thead.HideForLandscape {
  8105. display: table-header-group !important; }
  8106. /* line 292, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8107. tbody.ShowForPortrait, tbody.HideForLandscape {
  8108. display: table-row-group !important; }
  8109. /* line 296, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8110. tr.ShowForPortrait, tr.HideForLandscape {
  8111. display: table-row !important; }
  8112. /* line 301, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8113. td.ShowForPortrait, td.HideForLandscape,
  8114. th.ShowForPortrait,
  8115. th.HideForLandscape {
  8116. display: table-cell !important; } }
  8117.  
  8118. /* line 307, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8119. .ShowForTouch {
  8120. display: none !important; }
  8121.  
  8122. /* line 308, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8123. .HideForTouch {
  8124. display: inherit !important; }
  8125.  
  8126. /* line 309, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8127. .touch .ShowForTouch {
  8128. display: inherit !important; }
  8129.  
  8130. /* line 310, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8131. .touch .HideForTouch {
  8132. display: none !important; }
  8133.  
  8134. /* line 313, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8135. table.HideForTouch {
  8136. display: table; }
  8137.  
  8138. /* line 314, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8139. .touch table.ShowForTouch {
  8140. display: table; }
  8141.  
  8142. /* line 315, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8143. thead.HideForTouch {
  8144. display: table-header-group !important; }
  8145.  
  8146. /* line 316, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8147. .touch thead.ShowForTouch {
  8148. display: table-header-group !important; }
  8149.  
  8150. /* line 317, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8151. tbody.HideForTouch {
  8152. display: table-row-group !important; }
  8153.  
  8154. /* line 318, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8155. .touch tbody.ShowForTouch {
  8156. display: table-row-group !important; }
  8157.  
  8158. /* line 319, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8159. tr.HideForTouch {
  8160. display: table-row !important; }
  8161.  
  8162. /* line 320, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8163. .touch tr.ShowForTouch {
  8164. display: table-row !important; }
  8165.  
  8166. /* line 321, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8167. td.HideForTouch {
  8168. display: table-cell !important; }
  8169.  
  8170. /* line 322, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8171. .touch td.ShowForTouch {
  8172. display: table-cell !important; }
  8173.  
  8174. /* line 323, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8175. th.HideForTouch {
  8176. display: table-cell !important; }
  8177.  
  8178. /* line 324, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8179. .touch th.ShowForTouch {
  8180. display: table-cell !important; }
  8181.  
  8182. /* line 326, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_visibility.scss */
  8183. .hidden {
  8184. display: none; }
  8185.  
  8186. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8187. .Rhythm p {
  8188. margin: 0 0 24px;
  8189. font-size: 16px;
  8190. line-height: 24px; }
  8191.  
  8192. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8193. .Rhythm h1 {
  8194. margin: 0 0 24px;
  8195. font-size: 32px;
  8196. line-height: 36px; }
  8197.  
  8198. /* line 46, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8199. .Rhythm h2 {
  8200. margin: 0 0 24px;
  8201. font-size: 25px;
  8202. line-height: 36px; }
  8203.  
  8204. /* line 47, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8205. .Rhythm h3 {
  8206. margin: 0 0 24px;
  8207. font-size: 22px;
  8208. line-height: 36px; }
  8209.  
  8210. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8211. .Rhythm h4 {
  8212. margin: 0 0 24px;
  8213. font-size: 16px;
  8214. line-height: 24px; }
  8215.  
  8216. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8217. .Rhythm h5 {
  8218. margin: 0 0 24px;
  8219. font-size: 16px;
  8220. line-height: 24px; }
  8221.  
  8222. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8223. .Rhythm h6 {
  8224. margin: 0 0 24px;
  8225. font-size: 16px;
  8226. line-height: 24px; }
  8227.  
  8228. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8229. .Rhythm ul {
  8230. list-style: disc; }
  8231.  
  8232. /* line 56, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8233. .Rhythm ol {
  8234. list-style: decimal; }
  8235.  
  8236. /* line 60, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8237. .Rhythm ul, .Rhythm ol {
  8238. margin: 0 0 24px;
  8239. font-size: 16px;
  8240. line-height: 24px;
  8241. padding-left: 40px; }
  8242.  
  8243. @media only screen and (min-width: 768px) {
  8244. /* line 66, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8245. .Rhythm h1 {
  8246. margin: 0 0 24px;
  8247. font-size: 42px;
  8248. line-height: 48px; }
  8249. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8250. .Rhythm h2 {
  8251. margin: 0 0 24px;
  8252. font-size: 35px;
  8253. line-height: 48px; }
  8254. /* line 68, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8255. .Rhythm h3 {
  8256. margin: 0 0 24px;
  8257. font-size: 27px;
  8258. line-height: 36px; }
  8259. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8260. .Rhythm h4 {
  8261. margin: 0 0 24px;
  8262. font-size: 18px;
  8263. line-height: 24px; }
  8264. /* line 70, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8265. .Rhythm h5 {
  8266. margin: 0 0 24px;
  8267. font-size: 18px;
  8268. line-height: 24px; }
  8269. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_rhythm.scss */
  8270. .Rhythm h6 {
  8271. margin: 0 0 24px;
  8272. font-size: 18px;
  8273. line-height: 24px; } }
  8274.  
  8275. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_faqs.scss */
  8276. .FAQAnswer {
  8277. padding: 30px 0;
  8278. border-color: #F1F4F9;
  8279. border-width: 0 0 2px;
  8280. border-style: solid; }
  8281.  
  8282. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_language-popup.scss */
  8283. .LanguagePopUpWrapper {
  8284. transition: all 150ms;
  8285. position: fixed;
  8286. top: 0;
  8287. left: 0;
  8288. z-index: 10000;
  8289. opacity: 0;
  8290. width: 100%;
  8291. height: 100%;
  8292. background-color: rgba(0, 0, 0, 0.5); }
  8293. /* line 16, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_language-popup.scss */
  8294. .LanguagePopUpWrapper .LanguagePopUp {
  8295. position: fixed;
  8296. top: 40%;
  8297. left: 41%;
  8298. width: 280px;
  8299. height: 100px;
  8300. padding: 25px 40px;
  8301. box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  8302. background-color: #FFFFFF;
  8303. border: 3px solid #000000;
  8304. font-weight: bold; }
  8305.  
  8306. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_messages.scss */
  8307. .Section-Account .DismissMessage, .Section-Marketing .DismissMessage {
  8308. display: none !important; }
  8309.  
  8310. /* line 127, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8311. .PricingTable {
  8312. position: relative;
  8313. margin-left: 0;
  8314. margin-bottom: 0;
  8315. border: none;
  8316. background-color: #FFFFFF; }
  8317. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8318. .PricingTable .Title {
  8319. position: relative;
  8320. padding: 15px 20px;
  8321. background-color: #2A3B50;
  8322. color: #FFFFFF;
  8323. font-weight: normal;
  8324. font-size: 27px;
  8325. text-align: center; }
  8326. /* line 133, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8327. .PricingTable .Price {
  8328. padding: 60px 10px 15px;
  8329. background-color: transparent;
  8330. color: #333;
  8331. font-weight: normal;
  8332. font-size: 18px;
  8333. text-align: center; }
  8334. /* line 134, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8335. .PricingTable .Description {
  8336. padding: 15px;
  8337. background-color: transparent;
  8338. border-bottom: dotted 1px #ddd;
  8339. color: #777;
  8340. font-size: 1px;
  8341. font-weight: normal;
  8342. line-height: 1.4;
  8343. text-align: center; }
  8344. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8345. .PricingTable .BulletItem {
  8346. padding: 15px;
  8347. background-color: transparent;
  8348. border-bottom: dotted 1px #ddd;
  8349. color: #333;
  8350. font-size: 14px;
  8351. font-weight: normal;
  8352. text-align: center; }
  8353. /* line 136, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8354. .PricingTable .CTAButton {
  8355. padding: 20px 10px;
  8356. background-color: transparent;
  8357. text-align: center; }
  8358. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8359. .PricingTable .Price {
  8360. display: table;
  8361. width: 100%;
  8362. height: 120px; }
  8363. /* line 143, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8364. .PricingTable .Price em {
  8365. position: absolute;
  8366. top: 100px; }
  8367. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8368. .PricingTable .Price p {
  8369. display: table-cell;
  8370. margin: 0;
  8371. font-size: 18px;
  8372. vertical-align: middle; }
  8373. /* line 155, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8374. .PricingTable .Price b {
  8375. font-size: 35px; }
  8376. /* line 157, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8377. .PricingTable .Price sup {
  8378. font-size: 18px;
  8379. font-weight: bold; }
  8380. /* line 164, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8381. .PricingTable .Price span {
  8382. font-size: 14px; }
  8383. /* line 166, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8384. .PricingTable .Price small {
  8385. display: block;
  8386. color: #7F8B97;
  8387. font-size: 14px;
  8388. line-height: 27px; }
  8389. /* line 173, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8390. .PricingTable .Price b,
  8391. .PricingTable .Price sub,
  8392. .PricingTable .Price span {
  8393. line-height: 35px; }
  8394. /* line 178, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8395. .PricingTable .BulletItem {
  8396. position: relative; }
  8397. /* line 181, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8398. .PricingTable .BulletItem:last-child {
  8399. border-bottom-width: 0; }
  8400. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8401. .PricingTable .BulletItem p {
  8402. margin: 0;
  8403. cursor: help; }
  8404. /* line 189, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8405. .PricingTable .BulletItem p:hover + small {
  8406. -webkit-transform: translateY(4px);
  8407. -ms-transform: translateY(4px);
  8408. transform: translateY(4px);
  8409. visibility: visible;
  8410. opacity: 1; }
  8411. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8412. .PricingTable .BulletItem small {
  8413. border-radius: 2px;
  8414. -webkit-transform: translateY(-4px);
  8415. -ms-transform: translateY(-4px);
  8416. transform: translateY(-4px);
  8417. transition: 150ms;
  8418. position: absolute;
  8419. z-index: 99;
  8420. top: 100%;
  8421. right: 4px;
  8422. left: 4px;
  8423. padding: 4px 10px;
  8424. visibility: hidden;
  8425. opacity: 0;
  8426. background-color: #7F8B97;
  8427. color: #FFFFFF;
  8428. font-size: 12px; }
  8429.  
  8430. /* line 222, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8431. .PricingTable.Large:after {
  8432. content: "";
  8433. position: absolute;
  8434. top: 100%;
  8435. right: 0;
  8436. left: 0;
  8437. display: block;
  8438. height: 14px;
  8439. background-color: white; }
  8440.  
  8441. /* line 235, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8442. .PricingTable.Large .Title {
  8443. font-weight: bold; }
  8444. /* line 238, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8445. .PricingTable.Large .Title:before {
  8446. bottom: 100%; }
  8447. /* line 239, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8448. .PricingTable.Large .Title:after {
  8449. top: 100%; }
  8450. /* line 241, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8451. .PricingTable.Large .Title:before, .PricingTable.Large .Title:after {
  8452. content: "";
  8453. position: absolute;
  8454. right: 0;
  8455. left: 0;
  8456. display: block;
  8457. height: 14px;
  8458. background-color: #2A3B50; }
  8459.  
  8460. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8461. .PricingTable.Primary .Title {
  8462. background-color: #F52C6E; }
  8463. /* line 262, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8464. .PricingTable.Primary .Title:before, .PricingTable.Primary .Title:after {
  8465. background-color: #F52C6E; }
  8466.  
  8467. /* line 276, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8468. .PricingTableGrid > li {
  8469. display: block;
  8470. float: none; }
  8471.  
  8472. @media only screen and (min-width: 768px) {
  8473. /* line 275, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8474. .PricingTableGrid {
  8475. display: table;
  8476. width: 100%;
  8477. height: 100%;
  8478. margin: 0; }
  8479. /* line 287, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8480. .PricingTableGrid > li {
  8481. display: table-cell;
  8482. float: none;
  8483. height: 100%;
  8484. padding: 2px; }
  8485. /* line 294, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_pricing-tables.scss */
  8486. .PricingTableGrid .PricingTable {
  8487. height: 100%; } }
  8488.  
  8489. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8490. .Showcase {
  8491. margin: 30px -15px;
  8492. font-size: 0; }
  8493. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8494. .Showcase img {
  8495. display: block; }
  8496. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8497. .Showcase h4 {
  8498. margin: 0; }
  8499. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8500. .Showcase.Grid > li {
  8501. width: 100%;
  8502. padding: 0 15px 30px; }
  8503. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8504. .Showcase.Grid > li:nth-of-type(n) {
  8505. clear: none; }
  8506. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8507. .Showcase.Grid > li:nth-of-type(1n+1) {
  8508. clear: both; }
  8509. @media only screen and (min-width: 768px) {
  8510. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8511. .Showcase.Grid > li {
  8512. width: 33.3333333333%;
  8513. padding: 0 15px 30px; }
  8514. /* line 391, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8515. .Showcase.Grid > li:nth-of-type(n) {
  8516. clear: none; }
  8517. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  8518. .Showcase.Grid > li:nth-of-type(3n+1) {
  8519. clear: both; } }
  8520. /* line 21, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8521. .Showcase.Grid .Photo:after {
  8522. content: "";
  8523. position: absolute;
  8524. top: 0;
  8525. right: 0;
  8526. bottom: 0;
  8527. left: 0;
  8528. background-color: #000000;
  8529. background-color: rgba(0, 0, 0, 0.5); }
  8530. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8531. .Showcase.Grid .Photo img {
  8532. width: 100%; }
  8533. /* line 37, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8534. .Showcase.Grid .Title {
  8535. position: absolute;
  8536. right: 20px;
  8537. bottom: 20px;
  8538. left: 20px;
  8539. padding: 10px;
  8540. text-align: center; }
  8541. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8542. .Showcase.Grid .Title h4 {
  8543. margin-bottom: 10px;
  8544. color: #FFFFFF;
  8545. text-shadow: 0 1px 4px #000000; }
  8546. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8547. .Showcase.Grid .Photo:after,
  8548. .Showcase.Grid .Title {
  8549. opacity: 0;
  8550. transition: opacity 250ms; }
  8551. /* line 59, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8552. .Showcase.Grid .Wrap:hover .Photo:after,
  8553. .Showcase.Grid .Wrap:hover .Title {
  8554. opacity: 1; }
  8555. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8556. .Showcase.List li {
  8557. width: 100%;
  8558. padding: 0 15px 15px; }
  8559. /* line 72, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8560. .Showcase.List .Photo {
  8561. width: 200px;
  8562. padding-right: 20px; }
  8563. /* line 83, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8564. .Showcase.List .Wrap {
  8565. display: table;
  8566. width: 100%; }
  8567. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8568. .Showcase.List .Photo, .Showcase.List .Title {
  8569. display: table-cell;
  8570. vertical-align: middle; }
  8571. /* line 94, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8572. .Showcase .Mix {
  8573. display: none;
  8574. opacity: 0;
  8575. font-size: 16px; }
  8576. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8577. .Showcase .Wrap {
  8578. position: relative; }
  8579.  
  8580. /* line 106, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8581. .ShowcaseMenu .Toggle {
  8582. cursor: pointer;
  8583. font-size: 28px;
  8584. transition: color 200ms; }
  8585. /* line 111, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8586. .ShowcaseMenu .Toggle:hover {
  8587. color: #0291DB; }
  8588. /* line 115, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_showcase.scss */
  8589. .ShowcaseMenu .Toggle i {
  8590. display: block;
  8591. width: 1em;
  8592. text-align: center; }
  8593.  
  8594. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8595. .Slider {
  8596. position: relative;
  8597. z-index: 1; }
  8598.  
  8599. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8600. .Slider .Tabular {
  8601. overflow: hidden; }
  8602. /* line 35, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8603. .Slider .Tabular nav {
  8604. width: 100%;
  8605. margin-left: auto;
  8606. margin-right: auto;
  8607. margin-top: 0;
  8608. margin-bottom: 0;
  8609. max-width: 1170px;
  8610. position: relative;
  8611. padding-left: 15px;
  8612. padding-right: 15px;
  8613. margin-left: auto;
  8614. margin-right: auto;
  8615. float: none !important;
  8616. z-index: 2; }
  8617. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  8618. .Slider .Tabular nav:after {
  8619. content: "";
  8620. display: table;
  8621. clear: both; }
  8622. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8623. .Slider .Tabular nav a {
  8624. position: relative;
  8625. display: block;
  8626. float: left;
  8627. width: 20%;
  8628. color: #7F8B97;
  8629. text-align: center; }
  8630. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8631. .Slider .Tabular nav a div {
  8632. position: relative;
  8633. z-index: 2;
  8634. padding: 20px 0;
  8635. background-color: #FFFFFF; }
  8636. /* line 57, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8637. .Slider .Tabular nav a i {
  8638. transition: color 200ms, font-size 100ms;
  8639. display: block;
  8640. margin-bottom: 10px;
  8641. color: #0291DB;
  8642. cursor: pointer;
  8643. font-size: 42px;
  8644. line-height: 56px;
  8645. vertical-align: middle; }
  8646. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8647. .Slider .Tabular nav a span {
  8648. display: none;
  8649. font-weight: bold;
  8650. font-size: 16px; }
  8651. /* line 81, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8652. .Slider .Tabular nav .Active:before, .Slider .Tabular nav .Active:after {
  8653. -webkit-animation-delay: 200ms;
  8654. -ms-animation-delay: 200ms;
  8655. animation-delay: 200ms;
  8656. -webkit-animation-name: fadeInDown;
  8657. -ms-animation-name: fadeInDown;
  8658. animation-name: fadeInDown; }
  8659. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8660. .Slider .Tabular nav .Active i {
  8661. color: #F52C6E;
  8662. font-size: 56px; }
  8663. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8664. .Slider .Tabular nav .Inactive:before, .Slider .Tabular nav .Inactive:after {
  8665. -webkit-animation-name: fadeOutUp;
  8666. -ms-animation-name: fadeOutUp;
  8667. animation-name: fadeOutUp; }
  8668. /* line 99, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8669. .Slider .Tabular nav .Active:after, .Slider .Tabular nav .Inactive:after {
  8670. -webkit-animation-fill-mode: both;
  8671. -ms-animation-fill-mode: both;
  8672. animation-fill-mode: both;
  8673. -webkit-animation-duration: 150ms;
  8674. -ms-animation-duration: 150ms;
  8675. animation-duration: 150ms;
  8676. -webkit-backface-visibility: hidden;
  8677. -ms-backface-visibility: hidden;
  8678. -o-backface-visibility: hidden;
  8679. backface-visibility: hidden;
  8680. content: "";
  8681. position: absolute;
  8682. top: 100%;
  8683. left: 50%;
  8684. z-index: 1;
  8685. border: solid transparent;
  8686. pointer-events: none; }
  8687. /* line 112, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8688. .Slider .Tabular nav .Active:after, .Slider .Tabular nav .Inactive:after {
  8689. margin-left: -20px;
  8690. border-color: #FFFFFF;
  8691. border-color: rgba(255, 255, 255, 0);
  8692. border-top-color: #FFFFFF;
  8693. border-width: 20px; }
  8694. /* line 122, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8695. .Slider .Tabular > ul {
  8696. position: relative;
  8697. z-index: 1;
  8698. margin: 0;
  8699. list-style: none;
  8700. background-color: #F1F4F9; }
  8701. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  8702. .Slider .Tabular > ul:after {
  8703. content: "";
  8704. display: table;
  8705. clear: both; }
  8706. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8707. .Slider .Tabular > ul li {
  8708. position: absolute;
  8709. top: 0;
  8710. left: 0;
  8711. z-index: 1;
  8712. width: 100%; }
  8713. /* line 139, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8714. .Slider .Tabular > ul li .Content {
  8715. -webkit-animation-fill-mode: both;
  8716. -ms-animation-fill-mode: both;
  8717. animation-fill-mode: both;
  8718. -webkit-animation-duration: 250ms;
  8719. -ms-animation-duration: 250ms;
  8720. animation-duration: 250ms;
  8721. -webkit-backface-visibility: hidden;
  8722. -ms-backface-visibility: hidden;
  8723. -o-backface-visibility: hidden;
  8724. backface-visibility: hidden;
  8725. opacity: 0;
  8726. padding: 60px 0 50px; }
  8727. /* line 147, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8728. .Slider .Tabular > ul li:target {
  8729. z-index: 100; }
  8730. /* line 151, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8731. .Slider .Tabular > ul li.Active {
  8732. position: relative;
  8733. z-index: 2;
  8734. float: left; }
  8735. /* line 156, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8736. .Slider .Tabular > ul li.Active .Content {
  8737. -webkit-animation-delay: 200ms;
  8738. -ms-animation-delay: 200ms;
  8739. animation-delay: 200ms;
  8740. -webkit-animation-name: fadeInDown;
  8741. -ms-animation-name: fadeInDown;
  8742. animation-name: fadeInDown;
  8743. opacity: 1; }
  8744. /* line 164, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8745. .Slider .Tabular > ul li.Inactive .Content {
  8746. -webkit-animation-name: fadeOutDown;
  8747. -ms-animation-name: fadeOutDown;
  8748. animation-name: fadeOutDown; }
  8749.  
  8750. @media only screen and (min-width: 768px) {
  8751. /* line 177, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8752. .Slider .Tabular nav a i {
  8753. font-size: 56px;
  8754. line-height: 70px; }
  8755. /* line 182, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8756. .Slider .Tabular nav a span {
  8757. display: block; }
  8758. /* line 187, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8759. .Slider .Tabular nav .Active i {
  8760. font-size: 70px; }
  8761. /* line 192, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8762. .Slider .Tabular > ul li.Active .Content {
  8763. -webkit-animation-name: fadeInLeft;
  8764. -ms-animation-name: fadeInLeft;
  8765. animation-name: fadeInLeft; }
  8766. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8767. .Slider .Tabular > ul li.Inactive .Content {
  8768. -webkit-animation-name: fadeOutRight;
  8769. -ms-animation-name: fadeOutRight;
  8770. animation-name: fadeOutRight; } }
  8771.  
  8772. @media only screen and (max-width: 767px) {
  8773. /* line 207, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8774. .Slider .Tabular nav a i {
  8775. font-size: 40px;
  8776. line-height: 50px; }
  8777. /* line 213, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8778. .Slider .Tabular nav .Active i {
  8779. font-size: 50px; }
  8780. /* line 219, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8781. .Slider .Tabular > ul li .Content p.ShowForSmall span {
  8782. margin: 0 3px; }
  8783. /* line 222, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8784. .Slider .Tabular > ul li .Content iframe {
  8785. width: 100%; }
  8786. /* line 227, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8787. .Slider .Tabular > ul li.Active .Content {
  8788. -webkit-animation-name: fadeInLeft;
  8789. -ms-animation-name: fadeInLeft;
  8790. animation-name: fadeInLeft; }
  8791. /* line 231, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8792. .Slider .Tabular > ul li.Inactive .Content {
  8793. -webkit-animation-name: fadeOutRight;
  8794. -ms-animation-name: fadeOutRight;
  8795. animation-name: fadeOutRight; } }
  8796.  
  8797. /* line 242, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8798. .Slider .Dias {
  8799. padding: 0;
  8800. margin: 0;
  8801. margin-left: auto;
  8802. margin-right: auto;
  8803. height: 440px;
  8804. width: 94%;
  8805. overflow: hidden;
  8806. list-style: none;
  8807. z-index: 100;
  8808. position: relative; }
  8809. /* line 254, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8810. .Slider .Dias li {
  8811. -webkit-backface-visibility: hidden;
  8812. -ms-backface-visibility: hidden;
  8813. -o-backface-visibility: hidden;
  8814. backface-visibility: hidden;
  8815. position: absolute;
  8816. left: 0;
  8817. top: 0;
  8818. display: none;
  8819. width: 100%;
  8820. height: 100%; }
  8821. /* line 264, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8822. .Slider .Dias li:first-child {
  8823. position: relative;
  8824. display: block;
  8825. float: left; }
  8826. /* line 271, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8827. .Slider .Dias img {
  8828. display: block;
  8829. height: auto;
  8830. float: left;
  8831. width: 100%;
  8832. border: 0; }
  8833. /* line 279, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8834. .Slider .Dias .slideText {
  8835. padding: 0 5px; }
  8836. /* line 282, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8837. .Slider .Dias .slideText span span {
  8838. margin: 0 2px;
  8839. display: none !important; }
  8840. /* line 288, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8841. .Slider .Dias .slideImage {
  8842. height: 100%;
  8843. postion: relative;
  8844. left: 10px; }
  8845. /* line 293, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8846. .Slider .Dias .slideImage img {
  8847. position: relative;
  8848. top: 100%;
  8849. -webkit-transform: translateY(-100%);
  8850. -ms-transform: translateY(-100%);
  8851. transform: translateY(-100%);
  8852. max-width: 730px; }
  8853. /* line 301, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8854. .Slider .Dias .slideVideo {
  8855. height: 100%;
  8856. z-index: 100;
  8857. postion: relative;
  8858. left: 15px; }
  8859. /* line 307, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8860. .Slider .Dias .slideVideo iframe {
  8861. position: relative;
  8862. top: 35%;
  8863. -webkit-transform: translateY(-35%);
  8864. -ms-transform: translateY(-35%);
  8865. transform: translateY(-35%);
  8866. max-width: 575px;
  8867. max-height: 323px;
  8868. width: 100%;
  8869. height: 100%;
  8870. z-index: 100; }
  8871. /* line 317, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8872. .Slider .Dias .slideVideo iframe * {
  8873. z-index: 100; }
  8874. /* line 323, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8875. .Slider .Dias .Buttons {
  8876. padding-top: 3em;
  8877. color: #FFFFFF;
  8878. font-size: 21px;
  8879. margin: 0; }
  8880. /* line 329, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8881. .Slider .Dias .Buttons a {
  8882. margin-right: 25px; }
  8883. /* line 333, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8884. .Slider .Dias .Buttons a:last-child {
  8885. margin-right: 0px; }
  8886.  
  8887. /* line 339, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8888. .Slider .Caption {
  8889. position: absolute;
  8890. top: 40%;
  8891. z-index: 10;
  8892. width: 100%;
  8893. padding: 15px;
  8894. text-align: center; }
  8895.  
  8896. /* line 348, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8897. .Slider .Dias_nav {
  8898. transition: color 200ms, font-size 50ms;
  8899. display: none;
  8900. float: left;
  8901. width: 30px;
  8902. margin: -15px 0;
  8903. color: #FFFFFF;
  8904. color: rgba(255, 255, 255, 0.5);
  8905. font-size: 50px;
  8906. line-height: 80px;
  8907. text-align: center; }
  8908. /* line 361, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8909. .Slider .Dias_nav:hover {
  8910. color: #FFFFFF;
  8911. font-size: 80px;
  8912. text-decoration: none; }
  8913. /* line 367, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8914. .Slider .Dias_nav i {
  8915. display: block; }
  8916. /* line 371, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8917. .Slider .Dias_nav.next {
  8918. float: right; }
  8919.  
  8920. @media only screen and (min-width: 768px) {
  8921. /* line 379, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8922. .Slider .Caption {
  8923. padding: 0;
  8924. text-align: right; }
  8925. /* line 383, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8926. .Slider .Caption .Buttons {
  8927. float: right; }
  8928. /* line 388, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8929. .Slider .Dias_nav {
  8930. display: block; }
  8931. /* line 393, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8932. .Slider .Dias .slideText {
  8933. font-size: 80%;
  8934. padding: 0 5px; } }
  8935.  
  8936. @media only screen and (min-width: 768px) and (max-width: 1279px) {
  8937. /* line 402, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8938. .Slider .Dias .slideText {
  8939. text-align: center; }
  8940. /* line 405, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8941. .Slider .Dias .slideText .Lead {
  8942. font-size: 1.9vw; }
  8943. /* line 409, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8944. .Slider .Dias .slideText h1 {
  8945. font-size: 2.9vw; }
  8946. /* line 414, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8947. .Slider .Dias .Buttons {
  8948. padding-top: 1em;
  8949. font-size: 1.1em; }
  8950. /* line 418, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8951. .Slider .Dias .Buttons .Button {
  8952. margin-top: 10px; } }
  8953.  
  8954. @media only screen and (max-width: 767px) {
  8955. /* line 426, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8956. .Slider .Dias {
  8957. overflow: visible; }
  8958. /* line 429, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8959. .Slider .Dias li {
  8960. height: auto; }
  8961. /* line 433, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8962. .Slider .Dias .slideText {
  8963. text-align: center; }
  8964. /* line 436, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8965. .Slider .Dias .slideText .Lead {
  8966. font-size: 3.5vw;
  8967. text-align: left; }
  8968. /* line 441, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8969. .Slider .Dias .slideText h1 {
  8970. font-size: 4vw;
  8971. text-align: left; }
  8972. /* line 446, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8973. .Slider .Dias .slideText p {
  8974. margin-bottom: 5px; }
  8975. /* line 450, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8976. .Slider .Dias .slideText span {
  8977. margin: 0; }
  8978. /* line 455, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8979. .Slider .Dias .slideImage {
  8980. height: auto;
  8981. text-align: center; }
  8982. /* line 459, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8983. .Slider .Dias .slideImage img {
  8984. position: relative;
  8985. top: 0;
  8986. -webkit-transform: translateY(0);
  8987. -ms-transform: translateY(0);
  8988. transform: translateY(0); }
  8989. /* line 466, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8990. .Slider .Dias .slideVideo {
  8991. position: relative;
  8992. left: 0;
  8993. min-height: 225px;
  8994. text-align: center;
  8995. padding: 0; }
  8996. /* line 473, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  8997. .Slider .Dias .slideVideo iframe {
  8998. position: relative;
  8999. top: 0;
  9000. -webkit-transform: translateY(0);
  9001. -ms-transform: translateY(0);
  9002. transform: translateY(0);
  9003. min-height: 225px; }
  9004. /* line 482, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  9005. .Slider .Dias .Buttons .Button {
  9006. margin-bottom: 10px; }
  9007. /* line 488, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  9008. .Slider .Caption {
  9009. position: absolute;
  9010. top: 40%;
  9011. z-index: 3;
  9012. width: 100%;
  9013. padding: 0; }
  9014. /* line 495, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  9015. .Slider .Caption .prev {
  9016. float: left;
  9017. margin-left: -20px; }
  9018. /* line 500, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  9019. .Slider .Caption .next {
  9020. float: right;
  9021. margin-right: -20px; }
  9022. /* line 506, /private/var/www/vanillawebsite/themes/vfcom/scss/components/_sliders.scss */
  9023. .Slider .Dias_nav {
  9024. display: block; } }
  9025.  
  9026. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9027. .Section-Marketing.Features .SubBar,
  9028. .Section-Marketing.Resources .SubBar {
  9029. box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset; }
  9030.  
  9031. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9032. .FeaturesMenu a, .ResourcesMenu a {
  9033. display: block;
  9034. color: #4F5861;
  9035. text-shadow: 0 1px #FFFFFF;
  9036. white-space: nowrap; }
  9037.  
  9038. /* line 16, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9039. .FeaturesMenu i, .ResourcesMenu i {
  9040. color: #0291DB;
  9041. font-size: 28px;
  9042. text-align: center;
  9043. vertical-align: middle;
  9044. transition: color 200ms; }
  9045.  
  9046. /* line 24, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9047. .FeaturesMenu .Selected, .ResourcesMenu .Selected {
  9048. background-color: #F52C6E;
  9049. text-shadow: 0 1px rgba(0, 0, 0, 0.15); }
  9050. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9051. .FeaturesMenu .Selected, .FeaturesMenu .Selected i, .ResourcesMenu .Selected, .ResourcesMenu .Selected i {
  9052. color: #FFFFFF !important; }
  9053.  
  9054. /* line 35, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9055. .FeaturesMenu .Menu a, .FeaturesMenu .Toggle, .ResourcesMenu .Menu a, .ResourcesMenu .Toggle {
  9056. width: 114px;
  9057. padding: 15px 0 20px;
  9058. text-align: center;
  9059. line-height: 1;
  9060. white-space: nowrap; }
  9061. /* line 42, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9062. .FeaturesMenu .Menu a.Selected, .FeaturesMenu .Toggle.Selected, .ResourcesMenu .Menu a.Selected, .ResourcesMenu .Toggle.Selected {
  9063. box-shadow: 0 -2px #EF759E inset; }
  9064. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9065. .FeaturesMenu .Menu a.Selected i, .FeaturesMenu .Toggle.Selected i, .ResourcesMenu .Menu a.Selected i, .ResourcesMenu .Toggle.Selected i {
  9066. font-size: 42px; }
  9067. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9068. .FeaturesMenu .Menu a i, .FeaturesMenu .Toggle i, .ResourcesMenu .Menu a i, .ResourcesMenu .Toggle i {
  9069. display: block;
  9070. padding-bottom: 7px;
  9071. line-height: 42px; }
  9072.  
  9073. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  9074. .FeaturesMenu .Menu:after, .ResourcesMenu .Menu:after {
  9075. content: "";
  9076. display: table;
  9077. clear: both; }
  9078.  
  9079. /* line 60, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9080. .js .FeaturesMenu .Menu, .js .ResourcesMenu .Menu {
  9081. height: 100px;
  9082. overflow: hidden; }
  9083.  
  9084. /* line 66, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9085. .FeaturesMenu .Menu li, .ResourcesMenu .Menu li {
  9086. float: left; }
  9087.  
  9088. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9089. .FeaturesMenu .More, .ResourcesMenu .More {
  9090. position: relative;
  9091. float: right;
  9092. margin: 0; }
  9093. /* line 76, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9094. .no-js .FeaturesMenu .More, .no-js .ResourcesMenu .More {
  9095. display: none; }
  9096.  
  9097. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9098. .FeaturesMenu .Mirror, .ResourcesMenu .Mirror {
  9099. -webkit-backface-visibility: hidden;
  9100. -ms-backface-visibility: hidden;
  9101. -o-backface-visibility: hidden;
  9102. backface-visibility: hidden;
  9103. border-bottom-left-radius: 2px;
  9104. border-bottom-right-radius: 2px;
  9105. transition: opacity 200ms, visibility 200ms;
  9106. position: absolute;
  9107. z-index: 10;
  9108. right: 0;
  9109. left: auto;
  9110. opacity: 0;
  9111. visibility: hidden;
  9112. padding: 10px 0;
  9113. background-color: #F1F4F9;
  9114. white-space: nowrap; }
  9115. /* line 95, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9116. .FeaturesMenu .Mirror.Open, .ResourcesMenu .Mirror.Open {
  9117. opacity: 1;
  9118. visibility: visible; }
  9119. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9120. .FeaturesMenu .Mirror li, .ResourcesMenu .Mirror li {
  9121. display: none; }
  9122. /* line 104, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9123. .FeaturesMenu .Mirror a, .ResourcesMenu .Mirror a {
  9124. padding: 5px 25px;
  9125. line-height: 28px; }
  9126. /* line 109, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9127. .FeaturesMenu .Mirror i, .ResourcesMenu .Mirror i {
  9128. display: inline-block;
  9129. width: 1em;
  9130. margin-right: 5px;
  9131. text-align: center; }
  9132. /* line 118, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9133. .FeaturesMenu .Mirror .Overflow, .ResourcesMenu .Mirror .Overflow {
  9134. display: block; }
  9135.  
  9136. @media only screen and (min-width: 768px) {
  9137. /* line 125, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9138. .ResourcesMenu .Menu li {
  9139. width: 16.6666666667%; }
  9140. /* line 129, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9141. .ResourcesMenu .Menu a {
  9142. width: auto; }
  9143. /* line 134, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9144. .ResourcesMenu .Toggle {
  9145. display: none; } }
  9146.  
  9147. /* line 141, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9148. .support-roi-calculator fieldset {
  9149. margin: 20px 0; }
  9150. /* line 144, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9151. .support-roi-calculator fieldset:nth-child(2n+1) {
  9152. clear: left; }
  9153.  
  9154. /* line 149, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9155. .support-roi-calculator .form-group {
  9156. margin-bottom: 5px; }
  9157. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  9158. .support-roi-calculator .form-group:after {
  9159. content: "";
  9160. display: table;
  9161. clear: both; }
  9162. /* line 153, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9163. .support-roi-calculator .form-group:last-child {
  9164. margin-bottom: 0; }
  9165.  
  9166. /* line 158, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9167. .support-roi-calculator .input-group {
  9168. display: table;
  9169. width: 100%; }
  9170. /* line 162, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9171. .support-roi-calculator .input-group .InputBox {
  9172. display: table-cell;
  9173. width: 100%;
  9174. vertical-align: middle;
  9175. border-color: #f52c6e;
  9176. border-top-left-radius: 0;
  9177. border-bottom-left-radius: 0; }
  9178. /* line 170, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9179. .support-roi-calculator .input-group .InputBox[readonly] {
  9180. border-color: #ccc; }
  9181.  
  9182. /* line 176, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9183. .support-roi-calculator .input-group-addon {
  9184. display: table-cell;
  9185. width: 35px;
  9186. vertical-align: middle;
  9187. font-weight: bold;
  9188. text-align: center;
  9189. color: #FFFFFF;
  9190. background-color: #f52c6e;
  9191. border-top-left-radius: 2px;
  9192. border-bottom-left-radius: 2px; }
  9193.  
  9194. /* line 188, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_features.scss */
  9195. .support-roi-calculator .readonly .input-group-addon {
  9196. color: #4f5861;
  9197. background-color: #ccc; }
  9198.  
  9199. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9200. body.Section-Marketing {
  9201. border-radius: 0;
  9202. margin: 0;
  9203. padding: 0;
  9204. background: #FFFFFF;
  9205. border: none;
  9206. color: #4F5861;
  9207. font-size: 16px; }
  9208.  
  9209. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9210. #vfmarketing_marketing_index .Panel.HeroUnit,
  9211. #vfmarketing_fr_index .Panel.HeroUnit {
  9212. padding-bottom: 0;
  9213. overflow: hidden; }
  9214.  
  9215. /* line 31, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9216. #vfmarketing_marketing_index .FeaturesTeaser,
  9217. #vfmarketing_fr_index .FeaturesTeaser {
  9218. text-align: center; }
  9219. /* line 34, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9220. #vfmarketing_marketing_index .FeaturesTeaser a,
  9221. #vfmarketing_fr_index .FeaturesTeaser a {
  9222. display: block; }
  9223. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  9224. #vfmarketing_marketing_index .FeaturesTeaser a:after,
  9225. #vfmarketing_fr_index .FeaturesTeaser a:after {
  9226. content: "";
  9227. display: table;
  9228. clear: both; }
  9229. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9230. #vfmarketing_marketing_index .FeaturesTeaser p,
  9231. #vfmarketing_fr_index .FeaturesTeaser p {
  9232. color: #7F8B97; }
  9233. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9234. #vfmarketing_marketing_index .FeaturesTeaser i,
  9235. #vfmarketing_fr_index .FeaturesTeaser i {
  9236. position: relative;
  9237. display: inline-block;
  9238. width: 1.8em;
  9239. margin-bottom: 20px;
  9240. padding: .4em;
  9241. color: #FFFFFF;
  9242. font-size: 56px;
  9243. line-height: 1;
  9244. transition: background-color 200ms; }
  9245. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9246. #vfmarketing_marketing_index .FeaturesTeaser ul,
  9247. #vfmarketing_fr_index .FeaturesTeaser ul {
  9248. font-size: 16px; }
  9249. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9250. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+1) i,
  9251. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+1) i {
  9252. background-color: #0291DB; }
  9253. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9254. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+1) a:hover i,
  9255. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+1) a:hover i {
  9256. background-color: #db4c02; }
  9257. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9258. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+2) i,
  9259. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+2) i {
  9260. background-color: #4CC37E; }
  9261. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9262. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+2) a:hover i,
  9263. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+2) a:hover i {
  9264. background-color: #c34c91; }
  9265. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9266. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+3) i,
  9267. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+3) i {
  9268. background-color: #E74C3C; }
  9269. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9270. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+3) a:hover i,
  9271. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+3) a:hover i {
  9272. background-color: #3cd7e7; }
  9273. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9274. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+4) i,
  9275. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+4) i {
  9276. background-color: #F1C40F; }
  9277. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9278. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+4) a:hover i,
  9279. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+4) a:hover i {
  9280. background-color: #0f3cf1; }
  9281. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9282. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+5) i,
  9283. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+5) i {
  9284. background-color: #9B59B6; }
  9285. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9286. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+5) a:hover i,
  9287. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+5) a:hover i {
  9288. background-color: #74b659; }
  9289. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9290. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+6) i,
  9291. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+6) i {
  9292. background-color: #7F8B97; }
  9293. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9294. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+6) a:hover i,
  9295. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+6) a:hover i {
  9296. background-color: #978b7f; }
  9297. /* line 253, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9298. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+7) i,
  9299. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+7) i {
  9300. background-color: #1ABC9C; }
  9301. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/library/_globals.scss */
  9302. #vfmarketing_marketing_index .FeaturesTeaser li:nth-child(7n+7) a:hover i,
  9303. #vfmarketing_fr_index .FeaturesTeaser li:nth-child(7n+7) a:hover i {
  9304. background-color: #bc1a3a; }
  9305. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9306. #vfmarketing_marketing_index .FeaturesTeaser .Lead,
  9307. #vfmarketing_fr_index .FeaturesTeaser .Lead {
  9308. margin-bottom: 10px;
  9309. color: #4F5861; }
  9310. @media only screen and (min-width: 768px) {
  9311. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9312. #vfmarketing_marketing_index .FeaturesTeaser a,
  9313. #vfmarketing_fr_index .FeaturesTeaser a {
  9314. padding: 0 40px; } }
  9315.  
  9316. /* line 75, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9317. #vfmarketing_marketing_index .InlineList,
  9318. #vfmarketing_fr_index .InlineList {
  9319. padding-bottom: 40px; }
  9320. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9321. #vfmarketing_marketing_index .InlineList:hover > li,
  9322. #vfmarketing_fr_index .InlineList:hover > li {
  9323. opacity: 0.5; }
  9324. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9325. #vfmarketing_marketing_index .InlineList > li,
  9326. #vfmarketing_fr_index .InlineList > li {
  9327. transition: opacity 0.2s;
  9328. display: inline-block;
  9329. float: none;
  9330. margin: 0 5px;
  9331. padding: 0;
  9332. vertical-align: middle; }
  9333. /* line 92, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9334. #vfmarketing_marketing_index .InlineList > li:hover,
  9335. #vfmarketing_fr_index .InlineList > li:hover {
  9336. opacity: 1; }
  9337. /* line 96, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9338. #vfmarketing_marketing_index .InlineList > li img,
  9339. #vfmarketing_fr_index .InlineList > li img {
  9340. width: 120px; }
  9341. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9342. #vfmarketing_marketing_index .InlineList > li a, #vfmarketing_marketing_index .InlineList > li img,
  9343. #vfmarketing_fr_index .InlineList > li a,
  9344. #vfmarketing_fr_index .InlineList > li img {
  9345. display: block; }
  9346.  
  9347. /* line 107, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9348. #vfmarketing_marketing_index .Testimonials .Panel.HeroUnit,
  9349. #vfmarketing_fr_index .Testimonials .Panel.HeroUnit {
  9350. padding-bottom: 60px; }
  9351.  
  9352. /* line 111, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9353. #vfmarketing_marketing_index .Testimonials .Panel.CallToAction,
  9354. #vfmarketing_fr_index .Testimonials .Panel.CallToAction {
  9355. margin-top: -60px; }
  9356.  
  9357. /* line 117, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9358. #vfmarketing_marketing_index .customerRow .Row,
  9359. #vfmarketing_fr_index .customerRow .Row {
  9360. max-width: 90%;
  9361. padding-top: 10px;
  9362. padding-bottom: 5px; }
  9363.  
  9364. /* line 125, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9365. .author {
  9366. margin-top: 30px;
  9367. line-height: normal; }
  9368. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  9369. .author:after {
  9370. content: "";
  9371. display: table;
  9372. clear: both; }
  9373. /* line 130, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9374. .author img {
  9375. display: block;
  9376. float: left;
  9377. margin-top: -6px;
  9378. margin-right: 15px;
  9379. margin-left: 40px;
  9380. width: 60px;
  9381. height: 60px; }
  9382. /* line 140, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9383. .author em {
  9384. font-style: normal;
  9385. display: block;
  9386. color: #4f5861; }
  9387. /* line 146, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9388. .author .name {
  9389. font-weight: bold;
  9390. display: block; }
  9391.  
  9392. /* line 152, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9393. .author-info {
  9394. overflow: hidden; }
  9395.  
  9396. /* line 156, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9397. .Panel.HeroUnit.Tertiary {
  9398. margin-bottom: 0;
  9399. padding: 20px 5px;
  9400. background: #F1F4F9;
  9401. text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
  9402.  
  9403. /* line 163, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9404. .Panel.HeroUnit.Tertiary h2 {
  9405. color: #4f5861; }
  9406.  
  9407. /* line 167, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9408. .LargeBlockGrid-2 > li {
  9409. width: 50%;
  9410. padding: 10px 10px 20px; }
  9411.  
  9412. /* line 172, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9413. #vfmarketing_marketing_index .Testimonials .Panel.CallToAction,
  9414. #vfmarketing_fr_index .Testimonials .Panel.CallToAction {
  9415. margin-top: 0; }
  9416.  
  9417. /* line 177, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9418. .DownloadsRow .DownloadBlock {
  9419. margin-bottom: 25px; }
  9420.  
  9421. @media screen and (max-width: 1920px) {
  9422. /* line 183, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9423. .DownloadsRow .Columns {
  9424. width: 33.3%; } }
  9425.  
  9426. @media screen and (max-width: 1000px) {
  9427. /* line 191, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9428. .DownloadsRow .Columns {
  9429. width: 50%; }
  9430. /* line 195, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9431. .DownloadsRow .Columns:nth-child(3) {
  9432. width: 100%; } }
  9433.  
  9434. @media screen and (max-width: 760px) {
  9435. /* line 203, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9436. .DownloadsRow .Columns {
  9437. width: 100%; }
  9438. /* line 210, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9439. .Footer .Row + .Columns {
  9440. width: 33.33%; }
  9441. /* line 214, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9442. .Footer .Row .Columns {
  9443. text-align: center; }
  9444. /* line 217, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9445. .Footer .Row .Columns ul {
  9446. text-align: center;
  9447. margin: 0 auto;
  9448. float: none !important; }
  9449. /* line 223, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9450. .Footer .Row .Columns span {
  9451. width: auto; }
  9452. /* line 229, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9453. .Footer .Row .Columns:nth-child(2) .Columns {
  9454. width: 30%; }
  9455. /* line 232, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9456. .Footer .Row .Columns:nth-child(2) .Columns:nth-child(1) {
  9457. margin-left: 15%; }
  9458. /* line 236, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9459. .Footer .Row .Columns:nth-child(2) .Columns:nth-child(2) {
  9460. margin-right: 15%; } }
  9461.  
  9462. @media screen and (max-width: 480px) {
  9463. /* line 248, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9464. .Panel.HeroUnit.Tertiary .author {
  9465. width: 100%;
  9466. padding: 0; }
  9467. /* line 252, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9468. .Panel.HeroUnit.Tertiary .author .author-info {
  9469. width: 100%;
  9470. text-align: center; }
  9471. /* line 257, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_index.scss */
  9472. .Panel.HeroUnit.Tertiary .author img {
  9473. position: relative;
  9474. left: 50%;
  9475. -webkit-transform: translateX(-50%);
  9476. -ms-transform: translateX(-50%);
  9477. transform: translateX(-50%);
  9478. margin: 0; } }
  9479.  
  9480. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_plugins.scss */
  9481. table.Plugins thead td {
  9482. text-align: center; }
  9483.  
  9484. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_plugins.scss */
  9485. table.Plugins tbody td + td {
  9486. text-align: center; }
  9487.  
  9488. /* line 14, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_plugins.scss */
  9489. table.Plugins .icon-ok {
  9490. color: #4CC37E; }
  9491.  
  9492. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_plugins.scss */
  9493. table.Plugins .icon-minus-sign {
  9494. color: #BDC3C7; }
  9495.  
  9496. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_plugins.scss */
  9497. .highlight {
  9498. background-color: #e3ecef !important; }
  9499.  
  9500. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9501. .Section-Marketing.Resources .Container .gsc-input {
  9502. padding: 0 !important;
  9503. -moz-box-sizing: border-box;
  9504. box-sizing: border-box;
  9505. font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; }
  9506. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9507. .Section-Marketing.Resources .Container .gsc-input .gsc-input-box {
  9508. border-radius: 4px;
  9509. height: 40px;
  9510. line-height: 30px; }
  9511. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9512. .Section-Marketing.Resources .Container .gsc-input .gsc-input-box input[type="text"] {
  9513. font-size: 27px; }
  9514.  
  9515. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9516. .Section-Marketing.Resources .Container td.gsc-search-button {
  9517. padding-top: 2px; }
  9518. /* line 21, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9519. .Section-Marketing.Resources .Container td.gsc-search-button input[type="image"] {
  9520. background: -owg(linear-gradient(to bottom, #0291DB, #0280c2));
  9521. background: -webkit(linear-gradient(to bottom, #0291DB, #0280c2));
  9522. background: -moz(linear-gradient(to bottom, #0291DB, #0280c2));
  9523. background: -o(linear-gradient(to bottom, #0291DB, #0280c2));
  9524. background: linear-gradient(to bottom, #0291DB, #0280c2);
  9525. height: 35px;
  9526. width: 35px;
  9527. padding: 9px 9px;
  9528. border: 1px solid #0280c2;
  9529. border-radius: 4px; }
  9530. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9531. .Section-Marketing.Resources .Container td.gsc-search-button input[type="image"]:hover {
  9532. background: -owg(linear-gradient(to bottom, #F52C6E, #f20b57));
  9533. background: -webkit(linear-gradient(to bottom, #F52C6E, #f20b57));
  9534. background: -moz(linear-gradient(to bottom, #F52C6E, #f20b57));
  9535. background: -o(linear-gradient(to bottom, #F52C6E, #f20b57));
  9536. background: linear-gradient(to bottom, #F52C6E, #f20b57);
  9537. border: 1px solid #e30b52; }
  9538.  
  9539. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9540. .Section-Marketing.Resources .Container .gsc-result-info-container {
  9541. display: none; }
  9542.  
  9543. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9544. .Section-Marketing.Resources .Container .gsc-selected-option-container {
  9545. background: -owg(linear-gradient(to bottom, #0291DB, #0280c2));
  9546. background: -webkit(linear-gradient(to bottom, #0291DB, #0280c2));
  9547. background: -moz(linear-gradient(to bottom, #0291DB, #0280c2));
  9548. background: -o(linear-gradient(to bottom, #0291DB, #0280c2));
  9549. background: linear-gradient(to bottom, #0291DB, #0280c2);
  9550. width: 90% !important;
  9551. background-color: #0291DB;
  9552. color: #FFFFFF;
  9553. border: 1px solid #0280c2; }
  9554.  
  9555. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9556. .Section-Marketing.Resources .Container .gsc-option-menu {
  9557. background-color: #0291DB; }
  9558. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9559. .Section-Marketing.Resources .Container .gsc-option-menu .gsc-option-menu-item {
  9560. color: #d9d9d9; }
  9561. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9562. .Section-Marketing.Resources .Container .gsc-option-menu .gsc-option-menu-item-highlighted {
  9563. background-color: #13adfd;
  9564. color: #FFFFFF; }
  9565.  
  9566. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9567. .Section-Marketing.Resources .Container div.gs-title {
  9568. height: inherit; }
  9569.  
  9570. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9571. .Section-Marketing.Resources .Container a.gs-title {
  9572. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  9573. /* line 70, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9574. .Section-Marketing.Resources .Container a.gs-title b {
  9575. transition: color 100ms; }
  9576. /* line 74, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9577. .Section-Marketing.Resources .Container a.gs-title:hover {
  9578. color: #F52C6E; }
  9579. /* line 77, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9580. .Section-Marketing.Resources .Container a.gs-title:hover b {
  9581. color: #F52C6E; }
  9582.  
  9583. /* line 83, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9584. .Section-Marketing.Resources .Container .gsc-url-top, .Section-Marketing.Resources .Container .gsc-table-cell-snippet-close, .Section-Marketing.Resources .Container .gs-visibleUrl-short, .Section-Marketing.Resources .Container .gs-visibleUrl-long {
  9585. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  9586. color: #4F5861; }
  9587.  
  9588. /* line 89, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9589. .Section-Marketing.Resources .Container .gsc-cursor-box .gsc-cursor {
  9590. margin: 0; }
  9591. /* line 92, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9592. .Section-Marketing.Resources .Container .gsc-cursor-box .gsc-cursor div.gsc-cursor-page {
  9593. background-image: -owg(linear-gradient(to bottom, #0291DB, #0280c2));
  9594. background-image: -webkit(linear-gradient(to bottom, #0291DB, #0280c2));
  9595. background-image: -moz(linear-gradient(to bottom, #0291DB, #0280c2));
  9596. background-image: -o(linear-gradient(to bottom, #0291DB, #0280c2));
  9597. background-image: linear-gradient(to bottom, #0291DB, #0280c2);
  9598. display: block;
  9599. float: left;
  9600. width: auto;
  9601. margin: 0 3px 3px 0;
  9602. padding: 5px 10px;
  9603. text-align: center;
  9604. font-weight: bold;
  9605. color: #FFFFFF;
  9606. background-color: #0291DB;
  9607. text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  9608. border: 1px solid #0280c2;
  9609. line-height: 1.4em;
  9610. border-radius: 3px;
  9611. box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  9612. cursor: pointer; }
  9613. /* line 110, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9614. .Section-Marketing.Resources .Container .gsc-cursor-box .gsc-cursor div.gsc-cursor-page:hover {
  9615. background: -owg(linear-gradient(to bottom, #F52C6E, #f20b57));
  9616. background: -webkit(linear-gradient(to bottom, #F52C6E, #f20b57));
  9617. background: -moz(linear-gradient(to bottom, #F52C6E, #f20b57));
  9618. background: -o(linear-gradient(to bottom, #F52C6E, #f20b57));
  9619. background: linear-gradient(to bottom, #F52C6E, #f20b57);
  9620. background-color: #F52C6E;
  9621. text-decoration: none;
  9622. border-color: #e30b52;
  9623. box-shadow: none; }
  9624. /* line 119, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9625. .Section-Marketing.Resources .Container .gsc-cursor-box .gsc-cursor div.gsc-cursor-current-page {
  9626. background: -owg(linear-gradient(to bottom, #F52C6E, #f20b57));
  9627. background: -webkit(linear-gradient(to bottom, #F52C6E, #f20b57));
  9628. background: -moz(linear-gradient(to bottom, #F52C6E, #f20b57));
  9629. background: -o(linear-gradient(to bottom, #F52C6E, #f20b57));
  9630. background: linear-gradient(to bottom, #F52C6E, #f20b57);
  9631. background-color: #F52C6E;
  9632. text-decoration: none;
  9633. border-color: #e30b52;
  9634. color: #FFFFFF;
  9635. box-shadow: none; }
  9636. /* line 128, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_search.scss */
  9637. .Section-Marketing.Resources .Container .gsc-cursor-box .gsc-cursor:after {
  9638. content: ".";
  9639. display: block;
  9640. clear: both;
  9641. visibility: hidden;
  9642. line-height: 0;
  9643. height: 0; }
  9644.  
  9645. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_slidebox.scss */
  9646. #slidebox {
  9647. padding: 10px 16px 10px 10px;
  9648. background-color: #fff;
  9649. border-top: 3px solid #F7761F;
  9650. position: fixed;
  9651. bottom: 0;
  9652. right: -100%;
  9653. z-index: 1000;
  9654. box-shadow: -2px 0 5px #aaa; }
  9655. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_slidebox.scss */
  9656. #slidebox a.close {
  9657. background: transparent url("//cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif") no-repeat top left;
  9658. width: 13px;
  9659. height: 13px;
  9660. position: absolute;
  9661. cursor: pointer;
  9662. top: 10px;
  9663. right: 10px; }
  9664. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_slidebox.scss */
  9665. #slidebox a.close:hover {
  9666. background-position: 0 -13px; }
  9667.  
  9668. @media only screen and (max-device-width: 480px) {
  9669. /* line 33, /private/var/www/vanillawebsite/themes/vfcom/scss/marketing/_slidebox.scss */
  9670. #slidebox {
  9671. width: 100%; } }
  9672.  
  9673. /* line 28, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_breadcrumbs.scss */
  9674. .BreadcrumbsWrapper .Breadcrumbs {
  9675. display: block;
  9676. padding: 13px 0; }
  9677. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_breadcrumbs.scss */
  9678. .BreadcrumbsWrapper .Breadcrumbs .Crumb {
  9679. color: #7F8B97; }
  9680. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_breadcrumbs.scss */
  9681. .BreadcrumbsWrapper .Breadcrumbs .Last a {
  9682. color: #11151A; }
  9683.  
  9684. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_buttons.scss */
  9685. .BoxNewDiscussion .BigButton {
  9686. margin-bottom: 20px; }
  9687.  
  9688. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9689. .FilterMenu > li, .PanelInfo > li {
  9690. display: block;
  9691. padding: 0;
  9692. border: none; }
  9693. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9694. .FilterMenu > li:first-child, .FilterMenu > li:last-child, .PanelInfo > li:first-child, .PanelInfo > li:last-child {
  9695. border: none; }
  9696. /* line 11, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9697. .FilterMenu > li > a, .PanelInfo > li > a {
  9698. display: block;
  9699. padding: 8px 12px;
  9700. border-radius: 2px; }
  9701. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9702. .FilterMenu > li > a:hover, .PanelInfo > li > a:hover {
  9703. background-color: #F1F4F9; }
  9704. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9705. .FilterMenu > li.Active a, .FilterMenu > li .Selected, .PanelInfo > li.Active a, .PanelInfo > li .Selected {
  9706. background-color: #0291DB;
  9707. color: #FFFFFF; }
  9708.  
  9709. /* line 33, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_filters.scss */
  9710. .FilterMenu .Aside, .PanelInfo .Aside {
  9711. float: right; }
  9712.  
  9713. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9714. .FormWrapper {
  9715. padding: 0;
  9716. background-color: transparent; }
  9717.  
  9718. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9719. .Section-Entry h1 {
  9720. margin-top: 30px; }
  9721.  
  9722. /* line 13, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9723. .Section-Entry .ForgotPassword {
  9724. line-height: 38px; }
  9725.  
  9726. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9727. .Section-Entry .CheckBoxLabel {
  9728. margin-left: 10px; }
  9729.  
  9730. /* line 21, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9731. .Section-Entry .CreateAccount {
  9732. display: none; }
  9733.  
  9734. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9735. .Section-Entry .LoginHelp {
  9736. margin-top: 20px; }
  9737.  
  9738. @media only screen and (min-width: 768px) {
  9739. /* line 30, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9740. .Section-Entry #Form_User_SignIn,
  9741. .Section-Entry #Form_User_Password {
  9742. float: left;
  9743. max-width: 500px;
  9744. margin-top: 0;
  9745. margin-right: 60px; }
  9746. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_forms.scss */
  9747. .Section-Entry .LoginHelp {
  9748. padding: 20px;
  9749. overflow: hidden;
  9750. background-color: #F1F4F9; } }
  9751.  
  9752. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9753. .editor .icon:before {
  9754. display: inline-block;
  9755. font-family: "vanillicon";
  9756. font-variant: normal;
  9757. font-weight: normal;
  9758. font-style: normal;
  9759. min-width: 1em;
  9760. text-align: center;
  9761. text-decoration: inherit;
  9762. text-transform: none;
  9763. line-height: 1;
  9764. -webkit-font-smoothing: antialiased; }
  9765.  
  9766. /* line 16, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9767. .editor .icon-adjust:before {
  9768. content: "\f100"; }
  9769.  
  9770. /* line 17, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9771. .editor .icon-agree:before {
  9772. content: "\f101"; }
  9773.  
  9774. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9775. .editor .icon-align-center:before {
  9776. content: "\f102"; }
  9777.  
  9778. /* line 19, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9779. .editor .icon-align-justify:before {
  9780. content: "\f103"; }
  9781.  
  9782. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9783. .editor .icon-align-left:before {
  9784. content: "\f104"; }
  9785.  
  9786. /* line 21, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9787. .editor .icon-align-right:before {
  9788. content: "\f105"; }
  9789.  
  9790. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9791. .editor .icon-angry:before {
  9792. content: "\f106"; }
  9793.  
  9794. /* line 23, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9795. .editor .icon-archive:before {
  9796. content: "\f107"; }
  9797.  
  9798. /* line 24, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9799. .editor .icon-arrow-down:before {
  9800. content: "\f108"; }
  9801.  
  9802. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9803. .editor .icon-arrow-left:before {
  9804. content: "\f109"; }
  9805.  
  9806. /* line 26, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9807. .editor .icon-arrow-right:before {
  9808. content: "\f10a"; }
  9809.  
  9810. /* line 27, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9811. .editor .icon-arrow-up:before {
  9812. content: "\f10b"; }
  9813.  
  9814. /* line 28, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9815. .editor .icon-ban:before {
  9816. content: "\f10c"; }
  9817.  
  9818. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9819. .editor .icon-bar-chart:before {
  9820. content: "\f10d"; }
  9821.  
  9822. /* line 30, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9823. .editor .icon-bell:before {
  9824. content: "\f10e"; }
  9825.  
  9826. /* line 31, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9827. .editor .icon-bold:before {
  9828. content: "\f10f"; }
  9829.  
  9830. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9831. .editor .icon-bookmark:before {
  9832. content: "\f110"; }
  9833.  
  9834. /* line 33, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9835. .editor .icon-bookmark-empty:before {
  9836. content: "\f111"; }
  9837.  
  9838. /* line 34, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9839. .editor .icon-bug:before {
  9840. content: "\f112"; }
  9841.  
  9842. /* line 35, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9843. .editor .icon-bullhorn:before {
  9844. content: "\f113"; }
  9845.  
  9846. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9847. .editor .icon-bullseye:before {
  9848. content: "\f114"; }
  9849.  
  9850. /* line 37, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9851. .editor .icon-calendar:before {
  9852. content: "\f115"; }
  9853.  
  9854. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9855. .editor .icon-camera:before {
  9856. content: "\f116"; }
  9857.  
  9858. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9859. .editor .icon-caret-down:before {
  9860. content: "\f117"; }
  9861.  
  9862. /* line 40, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9863. .editor .icon-caret-left:before {
  9864. content: "\f118"; }
  9865.  
  9866. /* line 41, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9867. .editor .icon-caret-right:before {
  9868. content: "\f119"; }
  9869.  
  9870. /* line 42, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9871. .editor .icon-caret-up:before {
  9872. content: "\f11a"; }
  9873.  
  9874. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9875. .editor .icon-certificate:before {
  9876. content: "\f11b"; }
  9877.  
  9878. /* line 44, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9879. .editor .icon-check:before {
  9880. content: "\f11c"; }
  9881.  
  9882. /* line 45, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9883. .editor .icon-check-empty:before, .editor .CheckBox:before {
  9884. content: "\f11d"; }
  9885.  
  9886. /* line 46, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9887. .editor .icon-check-sign:before, .editor .CheckBox.Checked:before {
  9888. content: "\f11e"; }
  9889.  
  9890. /* line 47, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9891. .editor .icon-chevron-down:before {
  9892. content: "\f11f"; }
  9893.  
  9894. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9895. .editor .icon-chevron-left:before {
  9896. content: "\f120"; }
  9897.  
  9898. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9899. .editor .icon-chevron-right:before {
  9900. content: "\f121"; }
  9901.  
  9902. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9903. .editor .icon-chevron-sign-down:before {
  9904. content: "\f122"; }
  9905.  
  9906. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9907. .editor .icon-chevron-sign-left:before {
  9908. content: "\f123"; }
  9909.  
  9910. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9911. .editor .icon-chevron-sign-right:before {
  9912. content: "\f124"; }
  9913.  
  9914. /* line 53, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9915. .editor .icon-chevron-sign-up:before {
  9916. content: "\f125"; }
  9917.  
  9918. /* line 54, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9919. .editor .icon-chevron-up:before {
  9920. content: "\f126"; }
  9921.  
  9922. /* line 55, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9923. .editor .icon-circle:before, .editor .Radio.Checked:before {
  9924. content: "\f127"; }
  9925.  
  9926. /* line 56, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9927. .editor .icon-circle-blank:before, .editor .Radio:before {
  9928. content: "\f128"; }
  9929.  
  9930. /* line 57, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9931. .editor .icon-cloud:before {
  9932. content: "\f129"; }
  9933.  
  9934. /* line 58, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9935. .editor .icon-cloud-download:before {
  9936. content: "\f12a"; }
  9937.  
  9938. /* line 59, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9939. .editor .icon-cloud-upload:before {
  9940. content: "\f12b"; }
  9941.  
  9942. /* line 60, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9943. .editor .icon-code:before {
  9944. content: "\f12c"; }
  9945.  
  9946. /* line 61, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9947. .editor .icon-cog:before {
  9948. content: "\f12d"; }
  9949.  
  9950. /* line 62, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9951. .editor .icon-cogs:before {
  9952. content: "\f12e"; }
  9953.  
  9954. /* line 63, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9955. .editor .icon-collapse:before {
  9956. content: "\f12f"; }
  9957.  
  9958. /* line 64, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9959. .editor .icon-collapse-top:before {
  9960. content: "\f130"; }
  9961.  
  9962. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9963. .editor .icon-comment:before {
  9964. content: "\f131"; }
  9965.  
  9966. /* line 66, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9967. .editor .icon-comments:before {
  9968. content: "\f132"; }
  9969.  
  9970. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9971. .editor .icon-compass:before {
  9972. content: "\f133"; }
  9973.  
  9974. /* line 68, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9975. .editor .icon-compose:before {
  9976. content: "\f134"; }
  9977.  
  9978. /* line 69, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9979. .editor .icon-crown:before {
  9980. content: "\f135"; }
  9981.  
  9982. /* line 70, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9983. .editor .icon-dashboard:before {
  9984. content: "\f136"; }
  9985.  
  9986. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9987. .editor .icon-discussion:before {
  9988. content: "\f137"; }
  9989.  
  9990. /* line 72, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9991. .editor .icon-dot-circle:before {
  9992. content: "\f138"; }
  9993.  
  9994. /* line 73, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9995. .editor .icon-dropbox:before {
  9996. content: "\f139"; }
  9997.  
  9998. /* line 74, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  9999. .editor .icon-edit:before {
  10000. content: "\f13a"; }
  10001.  
  10002. /* line 75, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10003. .editor .icon-edit-sign:before {
  10004. content: "\f13b"; }
  10005.  
  10006. /* line 76, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10007. .editor .icon-ellipsis:before {
  10008. content: "\f13c"; }
  10009.  
  10010. /* line 77, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10011. .editor .icon-exclamation-sign:before {
  10012. content: "\f13d"; }
  10013.  
  10014. /* line 78, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10015. .editor .icon-expand:before {
  10016. content: "\f13e"; }
  10017.  
  10018. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10019. .editor .icon-external-link:before {
  10020. content: "\f13f"; }
  10021.  
  10022. /* line 80, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10023. .editor .icon-eye-close:before {
  10024. content: "\f140"; }
  10025.  
  10026. /* line 81, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10027. .editor .icon-eye-open:before {
  10028. content: "\f141"; }
  10029.  
  10030. /* line 82, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10031. .editor .icon-facebook:before {
  10032. content: "\f142"; }
  10033.  
  10034. /* line 83, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10035. .editor .icon-facebook-alt:before {
  10036. content: "\f143"; }
  10037.  
  10038. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10039. .editor .icon-file:before {
  10040. content: "\f144"; }
  10041.  
  10042. /* line 85, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10043. .editor .icon-file-text:before {
  10044. content: "\f145"; }
  10045.  
  10046. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10047. .editor .icon-filter:before {
  10048. content: "\f146"; }
  10049.  
  10050. /* line 87, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10051. .editor .icon-flag:before {
  10052. content: "\f147"; }
  10053.  
  10054. /* line 88, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10055. .editor .icon-flame:before {
  10056. content: "\f148"; }
  10057.  
  10058. /* line 89, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10059. .editor .icon-folder-close:before {
  10060. content: "\f149"; }
  10061.  
  10062. /* line 90, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10063. .editor .icon-folder-open:before {
  10064. content: "\f14a"; }
  10065.  
  10066. /* line 91, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10067. .editor .icon-font:before {
  10068. content: "\f14b"; }
  10069.  
  10070. /* line 92, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10071. .editor .icon-frown:before {
  10072. content: "\f14c"; }
  10073.  
  10074. /* line 93, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10075. .editor .icon-gift:before {
  10076. content: "\f14d"; }
  10077.  
  10078. /* line 94, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10079. .editor .icon-github:before {
  10080. content: "\f14e"; }
  10081.  
  10082. /* line 95, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10083. .editor .icon-globe:before {
  10084. content: "\f14f"; }
  10085.  
  10086. /* line 96, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10087. .editor .icon-google-plus:before {
  10088. content: "\f150"; }
  10089.  
  10090. /* line 97, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10091. .editor .icon-google-plus-alt:before {
  10092. content: "\f151"; }
  10093.  
  10094. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10095. .editor .icon-group:before {
  10096. content: "\f152"; }
  10097.  
  10098. /* line 99, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10099. .editor .icon-hand-down:before {
  10100. content: "\f153"; }
  10101.  
  10102. /* line 100, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10103. .editor .icon-hand-left:before {
  10104. content: "\f154"; }
  10105.  
  10106. /* line 101, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10107. .editor .icon-hand-right:before {
  10108. content: "\f155"; }
  10109.  
  10110. /* line 102, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10111. .editor .icon-hand-up:before {
  10112. content: "\f156"; }
  10113.  
  10114. /* line 103, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10115. .editor .icon-heart:before {
  10116. content: "\f157"; }
  10117.  
  10118. /* line 104, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10119. .editor .icon-home:before {
  10120. content: "\f158"; }
  10121.  
  10122. /* line 105, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10123. .editor .icon-inbox:before {
  10124. content: "\f159"; }
  10125.  
  10126. /* line 106, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10127. .editor .icon-indent-left:before {
  10128. content: "\f15a"; }
  10129.  
  10130. /* line 107, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10131. .editor .icon-indent-right:before {
  10132. content: "\f15b"; }
  10133.  
  10134. /* line 108, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10135. .editor .icon-info-sign:before {
  10136. content: "\f15c"; }
  10137.  
  10138. /* line 109, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10139. .editor .icon-italic:before {
  10140. content: "\f1ba"; }
  10141.  
  10142. /* line 110, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10143. .editor .icon-jail:before {
  10144. content: "\f15e"; }
  10145.  
  10146. /* line 111, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10147. .editor .icon-key:before {
  10148. content: "\f15f"; }
  10149.  
  10150. /* line 112, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10151. .editor .icon-lightbulb:before {
  10152. content: "\f160"; }
  10153.  
  10154. /* line 113, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10155. .editor .icon-link:before {
  10156. content: "\f161"; }
  10157.  
  10158. /* line 114, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10159. .editor .icon-linkedin:before {
  10160. content: "\f162"; }
  10161.  
  10162. /* line 115, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10163. .editor .icon-linkedin-alt:before {
  10164. content: "\f163"; }
  10165.  
  10166. /* line 116, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10167. .editor .icon-list-ol:before {
  10168. content: "\f164"; }
  10169.  
  10170. /* line 117, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10171. .editor .icon-list-ul:before {
  10172. content: "\f165"; }
  10173.  
  10174. /* line 118, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10175. .editor .icon-lock:before {
  10176. content: "\f166"; }
  10177.  
  10178. /* line 119, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10179. .editor .icon-lol:before {
  10180. content: "\f167"; }
  10181.  
  10182. /* line 120, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10183. .editor .icon-mail:before {
  10184. content: "\f168"; }
  10185.  
  10186. /* line 121, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10187. .editor .icon-mail-open:before {
  10188. content: "\f169"; }
  10189.  
  10190. /* line 122, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10191. .editor .icon-map-marker:before {
  10192. content: "\f16a"; }
  10193.  
  10194. /* line 123, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10195. .editor .icon-meh:before {
  10196. content: "\f16b"; }
  10197.  
  10198. /* line 124, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10199. .editor .icon-menu:before {
  10200. content: "\f16c"; }
  10201.  
  10202. /* line 125, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10203. .editor .icon-minus-sign:before {
  10204. content: "\f16d"; }
  10205.  
  10206. /* line 126, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10207. .editor .icon-mobile-phone:before {
  10208. content: "\f16e"; }
  10209.  
  10210. /* line 127, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10211. .editor .icon-mod:before {
  10212. content: "\f16f"; }
  10213.  
  10214. /* line 128, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10215. .editor .icon-nib:before {
  10216. content: "\f1bb"; }
  10217.  
  10218. /* line 129, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10219. .editor .icon-note:before {
  10220. content: "\f170"; }
  10221.  
  10222. /* line 130, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10223. .editor .icon-ok:before {
  10224. content: "\f171"; }
  10225.  
  10226. /* line 131, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10227. .editor .icon-ok-circle:before {
  10228. content: "\f172"; }
  10229.  
  10230. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10231. .editor .icon-ok-sign:before {
  10232. content: "\f173"; }
  10233.  
  10234. /* line 133, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10235. .editor .icon-paper-clip:before {
  10236. content: "\f174"; }
  10237.  
  10238. /* line 134, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10239. .editor .icon-paragraph:before {
  10240. content: "\f175"; }
  10241.  
  10242. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10243. .editor .icon-pencil:before {
  10244. content: "\f176"; }
  10245.  
  10246. /* line 136, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10247. .editor .icon-permalink:before {
  10248. content: "\f177"; }
  10249.  
  10250. /* line 137, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10251. .editor .icon-picture:before {
  10252. content: "\f178"; }
  10253.  
  10254. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10255. .editor .icon-pinterest:before {
  10256. content: "\f179"; }
  10257.  
  10258. /* line 139, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10259. .editor .icon-pinterest-alt:before {
  10260. content: "\f17a"; }
  10261.  
  10262. /* line 140, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10263. .editor .icon-play-circle:before {
  10264. content: "\f17b"; }
  10265.  
  10266. /* line 141, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10267. .editor .icon-plus-sign:before {
  10268. content: "\f17c"; }
  10269.  
  10270. /* line 142, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10271. .editor .icon-poll:before {
  10272. content: "\f17d"; }
  10273.  
  10274. /* line 143, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10275. .editor .icon-preview:before {
  10276. content: "\f17e"; }
  10277.  
  10278. /* line 144, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10279. .editor .icon-pushpin:before {
  10280. content: "\f17f"; }
  10281.  
  10282. /* line 145, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10283. .editor .icon-question:before {
  10284. content: "\f180"; }
  10285.  
  10286. /* line 146, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10287. .editor .icon-question-sign:before {
  10288. content: "\f181"; }
  10289.  
  10290. /* line 147, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10291. .editor .icon-quote:before {
  10292. content: "\f182"; }
  10293.  
  10294. /* line 148, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10295. .editor .icon-refresh:before {
  10296. content: "\f183"; }
  10297.  
  10298. /* line 149, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10299. .editor .icon-remove:before {
  10300. content: "\f184"; }
  10301.  
  10302. /* line 150, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10303. .editor .icon-remove-sign:before {
  10304. content: "\f185"; }
  10305.  
  10306. /* line 151, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10307. .editor .icon-repeat:before {
  10308. content: "\f186"; }
  10309.  
  10310. /* line 152, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10311. .editor .icon-reply:before {
  10312. content: "\f187"; }
  10313.  
  10314. /* line 153, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10315. .editor .icon-reply-all:before {
  10316. content: "\f188"; }
  10317.  
  10318. /* line 154, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10319. .editor .icon-report:before {
  10320. content: "\f189"; }
  10321.  
  10322. /* line 155, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10323. .editor .icon-resize-full:before {
  10324. content: "\f18a"; }
  10325.  
  10326. /* line 156, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10327. .editor .icon-resize-small:before {
  10328. content: "\f18b"; }
  10329.  
  10330. /* line 157, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10331. .editor .icon-retweet:before {
  10332. content: "\f18c"; }
  10333.  
  10334. /* line 158, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10335. .editor .icon-robot:before {
  10336. content: "\f1bc"; }
  10337.  
  10338. /* line 159, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10339. .editor .icon-rss:before {
  10340. content: "\f18d"; }
  10341.  
  10342. /* line 160, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10343. .editor .icon-salesforce:before {
  10344. content: "\f1bd"; }
  10345.  
  10346. /* line 161, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10347. .editor .icon-search:before {
  10348. content: "\f18e"; }
  10349.  
  10350. /* line 162, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10351. .editor .icon-select:before {
  10352. content: "\f18f"; }
  10353.  
  10354. /* line 163, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10355. .editor .icon-share:before {
  10356. content: "\f190"; }
  10357.  
  10358. /* line 164, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10359. .editor .icon-shield:before {
  10360. content: "\f191"; }
  10361.  
  10362. /* line 165, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10363. .editor .icon-sign-blank:before {
  10364. content: "\f192"; }
  10365.  
  10366. /* line 166, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10367. .editor .icon-signin:before {
  10368. content: "\f193"; }
  10369.  
  10370. /* line 167, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10371. .editor .icon-signout:before {
  10372. content: "\f194"; }
  10373.  
  10374. /* line 168, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10375. .editor .icon-skull:before {
  10376. content: "\f195"; }
  10377.  
  10378. /* line 169, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10379. .editor .icon-smile:before {
  10380. content: "\f196"; }
  10381.  
  10382. /* line 170, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10383. .editor .icon-source:before {
  10384. content: "\f197"; }
  10385.  
  10386. /* line 171, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10387. .editor .icon-spam:before {
  10388. content: "\f198"; }
  10389.  
  10390. /* line 172, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10391. .editor .icon-star:before {
  10392. content: "\f199"; }
  10393.  
  10394. /* line 173, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10395. .editor .icon-star-empty:before {
  10396. content: "\f19a"; }
  10397.  
  10398. /* line 174, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10399. .editor .icon-star-half-empty:before {
  10400. content: "\f19b"; }
  10401.  
  10402. /* line 175, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10403. .editor .icon-steam:before {
  10404. content: "\f19c"; }
  10405.  
  10406. /* line 176, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10407. .editor .icon-strikethrough:before {
  10408. content: "\f19d"; }
  10409.  
  10410. /* line 177, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10411. .editor .icon-subscript:before {
  10412. content: "\f19e"; }
  10413.  
  10414. /* line 178, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10415. .editor .icon-superscript:before {
  10416. content: "\f19f"; }
  10417.  
  10418. /* line 179, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10419. .editor .icon-table:before {
  10420. content: "\f1a0"; }
  10421.  
  10422. /* line 180, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10423. .editor .icon-tag:before {
  10424. content: "\f1a1"; }
  10425.  
  10426. /* line 181, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10427. .editor .icon-tags:before {
  10428. content: "\f1a2"; }
  10429.  
  10430. /* line 182, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10431. .editor .icon-th:before {
  10432. content: "\f1a3"; }
  10433.  
  10434. /* line 183, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10435. .editor .icon-th-large:before {
  10436. content: "\f1a4"; }
  10437.  
  10438. /* line 184, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10439. .editor .icon-th-list:before {
  10440. content: "\f1a5"; }
  10441.  
  10442. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10443. .editor .icon-thumbs-down:before {
  10444. content: "\f1a6"; }
  10445.  
  10446. /* line 186, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10447. .editor .icon-thumbs-up:before {
  10448. content: "\f1a7"; }
  10449.  
  10450. /* line 187, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10451. .editor .icon-ticket:before {
  10452. content: "\f1a8"; }
  10453.  
  10454. /* line 188, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10455. .editor .icon-time:before {
  10456. content: "\f1a9"; }
  10457.  
  10458. /* line 189, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10459. .editor .icon-trash:before {
  10460. content: "\f1aa"; }
  10461.  
  10462. /* line 190, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10463. .editor .icon-troll:before {
  10464. content: "\f1ab"; }
  10465.  
  10466. /* line 191, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10467. .editor .icon-trophy:before {
  10468. content: "\f1ac"; }
  10469.  
  10470. /* line 192, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10471. .editor .icon-twitter:before {
  10472. content: "\f1ad"; }
  10473.  
  10474. /* line 193, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10475. .editor .icon-twitter-alt:before {
  10476. content: "\f1ae"; }
  10477.  
  10478. /* line 194, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10479. .editor .icon-underline:before {
  10480. content: "\f1af"; }
  10481.  
  10482. /* line 195, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10483. .editor .icon-undo:before {
  10484. content: "\f1b0"; }
  10485.  
  10486. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10487. .editor .icon-unlink:before {
  10488. content: "\f1b1"; }
  10489.  
  10490. /* line 197, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10491. .editor .icon-unlock:before {
  10492. content: "\f1b2"; }
  10493.  
  10494. /* line 198, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10495. .editor .icon-user:before {
  10496. content: "\f1b3"; }
  10497.  
  10498. /* line 199, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10499. .editor .icon-vcard:before {
  10500. content: "\f1b4"; }
  10501.  
  10502. /* line 200, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10503. .editor .icon-video:before {
  10504. content: "\f1b5"; }
  10505.  
  10506. /* line 201, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10507. .editor .icon-warn:before {
  10508. content: "\f1b6"; }
  10509.  
  10510. /* line 202, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10511. .editor .icon-warning-sign:before {
  10512. content: "\f1b7"; }
  10513.  
  10514. /* line 203, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10515. .editor .icon-wtf:before {
  10516. content: "\f1b8"; }
  10517.  
  10518. /* line 204, /private/var/www/vanillawebsite/themes/vfcom/scss/vendors/_vanillicon.scss */
  10519. .editor .icon-zendesk:before {
  10520. content: "\f1b9"; }
  10521.  
  10522. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10523. .Content {
  10524. overflow: hidden; }
  10525. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10526. .Content .BoxFilter {
  10527. display: none; }
  10528.  
  10529. @media only screen and (min-width: 768px) {
  10530. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10531. .Sidebar {
  10532. width: 200px;
  10533. float: left;
  10534. margin-right: 30px; } }
  10535.  
  10536. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10537. .Section-CategoryList .HomepageTitle {
  10538. display: none; }
  10539.  
  10540. /* line 24, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10541. [class*="Section-Category-"] .HomepageTitle {
  10542. display: block; }
  10543.  
  10544. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10545. .PageDescription {
  10546. margin: 0 0 20px; }
  10547.  
  10548. /* line 34, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10549. .List.Inline, .List.Inline li {
  10550. display: inline-block; }
  10551.  
  10552. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10553. .List.Inline.PostOptions li {
  10554. padding-right: 15px; }
  10555. /* line 44, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10556. .List.Inline.PostOptions li > b {
  10557. margin-right: 20px; }
  10558.  
  10559. /* line 53, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10560. .Item.Read {
  10561. background: none; }
  10562.  
  10563. /* line 57, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10564. .EmbedCommentForm textarea.TextBox {
  10565. transition: border-color 200ms;
  10566. padding: 8px 12px;
  10567. border-color: #ccc;
  10568. border-radius: 2px;
  10569. border-width: 2px;
  10570. border-style: solid;
  10571. outline: none;
  10572. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10573. font-weight: normal;
  10574. font-size: 16px;
  10575. vertical-align: bottom;
  10576. -webkit-font-smoothing: antialiased;
  10577. height: 100px;
  10578. min-height: 100px; }
  10579. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10580. .EmbedCommentForm textarea.TextBox, .EmbedCommentForm textarea.TextBox:hover, .EmbedCommentForm textarea.TextBox:focus {
  10581. background-color: #FFFFFF; }
  10582. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10583. .EmbedCommentForm textarea.TextBox:focus {
  10584. border-color: #0291DB; }
  10585.  
  10586. /* line 67, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10587. .Dashboard.SplashMessage {
  10588. background-color: #0291DB; }
  10589.  
  10590. /* line 73, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10591. .NotFound {
  10592. width: 100%;
  10593. height: 100%;
  10594. display: table;
  10595. text-align: center; }
  10596. /* line 79, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10597. .NotFound h2 {
  10598. color: #FFFFFF;
  10599. text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }
  10600. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_globals.scss */
  10601. .NotFound .Wrap {
  10602. display: table-cell;
  10603. vertical-align: middle; }
  10604.  
  10605. /* line 2, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_lists.scss */
  10606. .MessageList .Message {
  10607. font-size: 16px; }
  10608.  
  10609. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10610. .SearchForm {
  10611. margin: 0 0 20px; }
  10612. /* line 4, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10613. .SearchForm .SiteSearch {
  10614. max-width: none;
  10615. margin-right: 120px; }
  10616. /* line 10, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10617. .SearchForm .SiteSearch .Button {
  10618. position: absolute;
  10619. top: 0;
  10620. right: -120px; }
  10621.  
  10622. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10623. .SiteSearch {
  10624. position: relative; }
  10625. /* line 21, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10626. .SiteSearch .InputBox {
  10627. transition: border-color 200ms;
  10628. padding: 8px 12px;
  10629. border-color: #ccc;
  10630. border-radius: 2px;
  10631. border-width: 2px;
  10632. border-style: solid;
  10633. outline: none;
  10634. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10635. font-weight: normal;
  10636. font-size: 16px;
  10637. vertical-align: bottom;
  10638. -webkit-font-smoothing: antialiased; }
  10639. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10640. .SiteSearch .InputBox, .SiteSearch .InputBox:hover, .SiteSearch .InputBox:focus {
  10641. background-color: #FFFFFF; }
  10642. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10643. .SiteSearch .InputBox:focus {
  10644. border-color: #0291DB; }
  10645. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10646. .SiteSearch .InputBox {
  10647. width: 100%; }
  10648. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10649. .SiteSearch .Button {
  10650. position: relative;
  10651. margin: 0 0 0;
  10652. border-style: solid;
  10653. border-width: 0;
  10654. cursor: pointer;
  10655. outline: none;
  10656. font-family: inherit;
  10657. font-weight: bold;
  10658. line-height: 1;
  10659. text-decoration: none !important;
  10660. text-align: center;
  10661. -webkit-font-smoothing: antialiased;
  10662. display: inline-block;
  10663. -webkit-appearance: none;
  10664. padding-top: 11px;
  10665. padding-right: 27.5px;
  10666. padding-bottom: 11px;
  10667. padding-left: 27.5px;
  10668. font-size: 16px;
  10669. box-shadow: none;
  10670. background-color: #F1F4F9;
  10671. background-image: none;
  10672. border: 1px solid #e8edf5;
  10673. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
  10674. /* line 135, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  10675. .SiteSearch .Button, .SiteSearch .Button:link, .SiteSearch .Button:visited {
  10676. color: #4F5861; }
  10677. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_buttons.scss */
  10678. .SiteSearch .Button:hover, .SiteSearch .Button:focus, .SiteSearch .Button.Active {
  10679. color: #4F5861;
  10680. background-color: #fafbfd; }
  10681. /* line 33, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10682. .SiteSearch .Button {
  10683. width: auto;
  10684. height: auto; }
  10685. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_search.scss */
  10686. .SiteSearch .InputBox, .SiteSearch .Button {
  10687. display: block; }
  10688.  
  10689. /* line 19, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10690. .DataTable tr td {
  10691. border-color: #F1F4F9;
  10692. border-width: 0 0 1px;
  10693. border-style: solid;
  10694. vertical-align: middle; }
  10695.  
  10696. /* line 29, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10697. .DataTable thead tr td {
  10698. padding: 5px 0;
  10699. color: #7F8B97;
  10700. font-weight: normal;
  10701. font-size: 16px; }
  10702.  
  10703. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10704. .DataTable, .DataTable thead, .DataTable tbody {
  10705. background-color: transparent; }
  10706.  
  10707. /* line 47, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10708. .DataTable .Options {
  10709. height: 0; }
  10710.  
  10711. /* line 51, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10712. .DataTable tbody .CategoryName,
  10713. .DataTable tbody .DiscussionName {
  10714. position: relative;
  10715. padding-right: 15px; }
  10716. /* line 56, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10717. .DataTable tbody .CategoryName:before,
  10718. .DataTable tbody .DiscussionName:before {
  10719. position: absolute;
  10720. display: block;
  10721. border-radius: 2px;
  10722. font-family: "FontAwesome";
  10723. line-height: 1;
  10724. text-align: center; }
  10725.  
  10726. /* line 66, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10727. .DataTable .BigCount .Number {
  10728. display: block;
  10729. font-weight: normal; }
  10730.  
  10731. /* line 74, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10732. .CategoryTable tbody tr td {
  10733. padding: 15px 0; }
  10734.  
  10735. /* line 80, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10736. .CategoryTable tbody .CategoryName:before {
  10737. color: #FFFFFF; }
  10738.  
  10739. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10740. .CategoryTable tbody .CategoryName h2 {
  10741. font-size: 27px; }
  10742.  
  10743. /* line 86, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10744. .CategoryTable tbody .CategoryName h3 {
  10745. font-size: 18px;
  10746. line-height: 34px; }
  10747.  
  10748. /* line 91, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10749. .CategoryTable tbody .CategoryName h2, .CategoryTable tbody .CategoryName h3 {
  10750. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10751. font-weight: normal; }
  10752.  
  10753. /* line 98, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10754. .CategoryTable tbody .CategoryName .Wrap {
  10755. padding-left: 76px; }
  10756.  
  10757. /* line 102, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10758. .CategoryTable tbody .CategoryName .CategoryDescription {
  10759. margin-top: 4px;
  10760. font-size: 14px;
  10761. line-height: 1.5; }
  10762.  
  10763. /* line 109, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10764. .CategoryTable tbody .Depth1 .CategoryName {
  10765. height: 87px; }
  10766. /* line 112, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10767. .CategoryTable tbody .Depth1 .CategoryName:before {
  10768. width: 2em;
  10769. padding: 14px;
  10770. font-size: 28px; }
  10771.  
  10772. /* line 119, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10773. .CategoryTable tbody .Depth2 .CategoryName {
  10774. height: 65px; }
  10775. /* line 122, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10776. .CategoryTable tbody .Depth2 .CategoryName:before {
  10777. margin-left: 22px;
  10778. padding: 10px;
  10779. font-size: 14px; }
  10780.  
  10781. /* line 130, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10782. .CategoryTable tbody .Depth1 .BigCount .Number {
  10783. margin: 0 5px;
  10784. padding: 10px;
  10785. background-color: #F1F4F9;
  10786. border-radius: 2px; }
  10787.  
  10788. /* line 139, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10789. .CategoryTable tbody .Depth2 .CategoryDescription {
  10790. display: none; }
  10791.  
  10792. /* line 143, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10793. .CategoryTable tbody .Depth2 .BigCount .Number {
  10794. padding: 0;
  10795. background: none; }
  10796.  
  10797. /* line 149, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10798. .CategoryTable .LatestPost {
  10799. display: none; }
  10800.  
  10801. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10802. .CategoryTable .Category-questions .CategoryName:before {
  10803. content: "";
  10804. background-color: #F52C6E; }
  10805.  
  10806. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10807. .CategoryTable .Category-email-support .CategoryName:before {
  10808. content: "";
  10809. background-color: #0291DB; }
  10810.  
  10811. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10812. .CategoryTable .Category-notices .CategoryName:before {
  10813. content: "";
  10814. background-color: #FFB800; }
  10815.  
  10816. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10817. .CategoryTable .Category-blog-comments .CategoryName:before {
  10818. content: "";
  10819. background-color: #4CC37E; }
  10820.  
  10821. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10822. .CategoryTable .Category-faq .CategoryName:before {
  10823. content: "";
  10824. background-color: #006195; }
  10825.  
  10826. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10827. .CategoryTable .Category-getting-started .CategoryName:before {
  10828. content: "";
  10829. background-color: #E74C3C; }
  10830.  
  10831. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10832. .CategoryTable .Category-billing-and-plans .CategoryName:before {
  10833. content: "";
  10834. background-color: #1ABC9C; }
  10835.  
  10836. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10837. .CategoryTable .Category-integration .CategoryName:before {
  10838. content: "";
  10839. background-color: #9B59B6; }
  10840.  
  10841. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10842. .CategoryTable .Category-badges-and-reactions .CategoryName:before {
  10843. content: "";
  10844. background-color: #F1C40F; }
  10845.  
  10846. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10847. .CategoryTable .Category-data-and-security .CategoryName:before {
  10848. content: "";
  10849. background-color: #7F8C8D; }
  10850.  
  10851. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10852. .CategoryTable .Category-contacting-vanilla-support .CategoryName:before {
  10853. content: "";
  10854. background-color: #2980B9; }
  10855.  
  10856. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10857. .CategoryTable .Category-archived .CategoryName:before {
  10858. content: "";
  10859. background-color: #BDC3C7; }
  10860.  
  10861. /* line 180, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10862. .DiscussionsTable tbody tr td {
  10863. padding: 10px 0; }
  10864.  
  10865. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10866. .DiscussionsTable tbody .DiscussionName {
  10867. height: 52px; }
  10868. /* line 188, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10869. .DiscussionsTable tbody .DiscussionName:before {
  10870. width: 30px;
  10871. padding: 8px;
  10872. background-color: #F1F4F9;
  10873. color: #FFFFFF;
  10874. font-size: 14px; }
  10875. /* line 196, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10876. .DiscussionsTable tbody .DiscussionName .Title {
  10877. font-size: 16px; }
  10878. /* line 200, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10879. .DiscussionsTable tbody .DiscussionName .Meta {
  10880. display: inline-block; }
  10881. /* line 202, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10882. .DiscussionsTable tbody .DiscussionName .Tag {
  10883. background: none;
  10884. font-weight: bold; }
  10885. /* line 207, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10886. .DiscussionsTable tbody .DiscussionName .Tag-Closed {
  10887. color: #E74C3C; }
  10888. /* line 211, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10889. .DiscussionsTable tbody .DiscussionName .Tag-Unresolved,
  10890. .DiscussionsTable tbody .DiscussionName .Tag-Announcement {
  10891. display: none; }
  10892.  
  10893. /* line 220, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10894. .DiscussionsTable .Resolved .DiscussionName .Wrap,
  10895. .DiscussionsTable .Unresolved .DiscussionName .Wrap,
  10896. .DiscussionsTable .Announcement .DiscussionName .Wrap {
  10897. padding-left: 44px; }
  10898.  
  10899. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10900. .DiscussionsTable .Resolved .DiscussionName:before {
  10901. content: "";
  10902. background-color: #4CC37E; }
  10903.  
  10904. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10905. .DiscussionsTable .Unresolved .DiscussionName:before {
  10906. content: "";
  10907. background-color: #F1C40F; }
  10908.  
  10909. /* line 5, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tables.scss */
  10910. .DiscussionsTable .Announcement .DiscussionName:before {
  10911. content: "";
  10912. background-color: #0291DB; }
  10913.  
  10914. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10915. ul.token-input-list {
  10916. transition: border-color 200ms;
  10917. padding: 8px 12px;
  10918. border-color: #ccc;
  10919. border-radius: 2px;
  10920. border-width: 2px;
  10921. border-style: solid;
  10922. outline: none;
  10923. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10924. font-weight: normal;
  10925. font-size: 16px;
  10926. vertical-align: bottom;
  10927. -webkit-font-smoothing: antialiased;
  10928. padding: 4px 0 0 4px; }
  10929. /* line 43, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10930. ul.token-input-list, ul.token-input-list:hover, ul.token-input-list:focus {
  10931. background-color: #FFFFFF; }
  10932. /* line 49, /private/var/www/vanillawebsite/themes/vfcom/scss/library/components/_inputs.scss */
  10933. ul.token-input-list:focus {
  10934. border-color: #0291DB; }
  10935.  
  10936. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10937. ul.token-input-focused {
  10938. border-color: #0291DB; }
  10939.  
  10940. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10941. li.token-input-token {
  10942. transition: padding 0.15s;
  10943. margin: 0 4px 4px 0;
  10944. padding: 6px 12px;
  10945. position: relative;
  10946. background-color: #0291DB;
  10947. border: none; }
  10948. /* line 22, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10949. li.token-input-token p {
  10950. display: block;
  10951. color: #FFFFFF;
  10952. font-size: 16px;
  10953. font-weight: bold;
  10954. line-height: 1; }
  10955. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10956. li.token-input-token.token-input-highlighted-token, li.token-input-token.token-input-selected-token {
  10957. padding-right: 18px;
  10958. padding-left: 6px; }
  10959. /* line 39, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10960. li.token-input-token.token-input-highlighted-token span.token-input-delete-token, li.token-input-token.token-input-selected-token span.token-input-delete-token {
  10961. opacity: 1; }
  10962. /* line 44, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10963. li.token-input-token span.token-input-delete-token {
  10964. opacity: 0;
  10965. transition: opacity 0.15s;
  10966. position: absolute;
  10967. top: 0;
  10968. right: 0;
  10969. width: 100%;
  10970. height: 100%;
  10971. margin: 0;
  10972. padding: 7px 4px 5px;
  10973. cursor: pointer;
  10974. color: #FFFFFF;
  10975. font-family: Verdana;
  10976. font-size: 14px;
  10977. text-align: right;
  10978. line-height: 1; }
  10979.  
  10980. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10981. li.token-input-selected-token {
  10982. background-color: #E74C3C; }
  10983.  
  10984. /* line 71, /private/var/www/vanillawebsite/themes/vfcom/scss/vanilla/_tokens.scss */
  10985. li.token-input-input-token {
  10986. margin: 0 4px 4px 0; }
  10987.  
  10988. /* line 3, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  10989. .Section-Account h1 small {
  10990. display: block; }
  10991.  
  10992. /* line 6, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  10993. .Section-Account table {
  10994. margin-bottom: 24px; }
  10995. /* line 9, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  10996. .Section-Account table th {
  10997. font-weight: bold;
  10998. text-align: left; }
  10999. /* line 14, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11000. .Section-Account table td,
  11001. .Section-Account table th {
  11002. padding: 15px;
  11003. vertical-align: middle; }
  11004. /* line 20, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11005. .Section-Account table thead tr {
  11006. background-color: #F1F4F9; }
  11007. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11008. .Section-Account table tbody tr:nth-child(even) {
  11009. background-color: #F1F4F9; }
  11010.  
  11011. /* line 32, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11012. .Section-Account form label {
  11013. font-weight: bold; }
  11014.  
  11015. /* line 36, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11016. .Section-Account form span {
  11017. display: block;
  11018. color: #7F8B97; }
  11019.  
  11020. /* line 41, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11021. .Section-Account form ul li {
  11022. margin-bottom: 15px; }
  11023.  
  11024. /* line 46, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11025. .Section-Account main.Container {
  11026. margin-top: 30px; }
  11027.  
  11028. /* line 50, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11029. .Section-Account .Padded {
  11030. font-size: 14px;
  11031. position: relative;
  11032. margin: 10px;
  11033. padding: 10px;
  11034. line-height: 1.4; }
  11035.  
  11036. /* line 58, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11037. .Section-Account .Box {
  11038. padding: 20px;
  11039. background-color: #F1F4F9; }
  11040.  
  11041. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11042. .Section-Account .FinePrint {
  11043. padding: 20px;
  11044. border-color: #BDC3C7;
  11045. border-width: 2px;
  11046. border-style: dashed;
  11047. font-size: 16px; }
  11048. @media only screen and (min-width: 768px) {
  11049. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11050. .Section-Account .FinePrint {
  11051. float: right;
  11052. clear: right;
  11053. width: 300px;
  11054. margin-left: 60px; } }
  11055.  
  11056. /* line 85, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11057. .Section-Account .Section h3 [class^="icon-"],
  11058. .Section-Account .Section h3 [class*=" icon-"] {
  11059. display: inline-block;
  11060. width: 1em;
  11061. margin-right: 10px;
  11062. color: #BDC3C7;
  11063. font-size: 28px;
  11064. text-align: center; }
  11065.  
  11066. /* line 97, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11067. .Section-Account .Section.Plans {
  11068. margin-right: 0; }
  11069.  
  11070. @media only screen and (min-width: 768px) {
  11071. /* line 84, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11072. .Section-Account .Section {
  11073. margin-right: 360px; } }
  11074.  
  11075. /* line 106, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11076. .Section-Account .Box, .Section-Account .FinePrint, .Section-Account .Section {
  11077. border-radius: 2px;
  11078. position: relative;
  11079. margin-bottom: 24px; }
  11080. /* line 113, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11081. .Section-Account .Box p:last-child, .Section-Account .FinePrint p:last-child, .Section-Account .Section p:last-child {
  11082. margin-bottom: 0; }
  11083.  
  11084. /* line 117, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11085. .Section-Account .PlanOptions th {
  11086. text-align: center;
  11087. white-space: nowrap; }
  11088. /* line 121, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11089. .Section-Account .PlanOptions th span {
  11090. display: block; }
  11091.  
  11092. /* line 124, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11093. .Section-Account .PlanOptions td,
  11094. .Section-Account .PlanOptions th {
  11095. text-align: center; }
  11096.  
  11097. /* line 128, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11098. .Section-Account .PlanOptions tr.Active th,
  11099. .Section-Account .PlanOptions tr.Active td {
  11100. background: #ffd; }
  11101.  
  11102. /* line 132, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11103. .Section-Account .PlanOptions tbody th span {
  11104. color: #7F8B97; }
  11105.  
  11106. /* line 138, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11107. .Account .AccountOverdue {
  11108. color: #c52828;
  11109. font-size: 14px;
  11110. background: #ffeaea image-url("vfcom/email/fail.png") no-repeat 10px center;
  11111. padding: 10px 20px;
  11112. padding-left: 45px;
  11113. margin-left: 20px;
  11114. width: 490px;
  11115. border-top-left-radius: 5px;
  11116. border-top-right-radius: 5px;
  11117. clear: right; }
  11118. /* line 150, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11119. .Account .AccountOverdue .Amount {
  11120. float: right;
  11121. font-weight: bold;
  11122. text-align: right; }
  11123.  
  11124. /*
  11125. * Section:
  11126. * Site List
  11127. */
  11128. /* line 162, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11129. .Section-Account .SubscriptionList .SiteName > a {
  11130. color: #4F5861;
  11131. font-weight: bold; }
  11132.  
  11133. /* line 168, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11134. .Section-Account .SubscriptionList .SiteSubscription [class^="icon-"],
  11135. .Section-Account .SubscriptionList .SiteSubscription [class*=" icon-"] {
  11136. color: #BDC3C7;
  11137. font-size: 14px; }
  11138.  
  11139. /* line 174, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11140. .Section-Account .SubscriptionList .SiteSubscription .Discount {
  11141. color: #4CC37E;
  11142. font-weight: bold; }
  11143. /* line 178, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11144. .Section-Account .SubscriptionList .SiteSubscription .Discount span {
  11145. color: #4F5861; }
  11146.  
  11147. /* line 182, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11148. .Section-Account .SubscriptionList .SiteOptions {
  11149. font-size: 14px; }
  11150. /* line 185, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11151. .Section-Account .SubscriptionList .SiteOptions a {
  11152. margin-right: 8px;
  11153. color: #BDC3C7; }
  11154. /* line 189, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11155. .Section-Account .SubscriptionList .SiteOptions a:hover {
  11156. color: #7F8B97; }
  11157.  
  11158. /* line 193, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11159. .Section-Account .SubscriptionList .SubscriptionAlert {
  11160. display: inline-block;
  11161. padding-left: 8px;
  11162. color: #E74C3C; }
  11163. /* line 198, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11164. .Section-Account .SubscriptionList .SubscriptionAlert a {
  11165. color: #E74C3C; }
  11166.  
  11167. /* line 201, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11168. .Section-Account .SubscriptionList .Money {
  11169. text-align: right;
  11170. font-size: 20px;
  11171. color: #4d4d4d; }
  11172. /* line 206, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11173. .Section-Account .SubscriptionList .Money b {
  11174. color: #959595; }
  11175. /* line 210, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11176. .Section-Account .SubscriptionList .Money span {
  11177. font-size: 12px;
  11178. color: #b5b5b5;
  11179. text-transform: lowercase; }
  11180.  
  11181. /* line 220, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11182. .Section-Account .SubscriptionList .CurrencyGroup {
  11183. margin-top: 10px; }
  11184. /* line 223, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11185. .Section-Account .SubscriptionList .CurrencyGroup th {
  11186. color: #4d4d4d; }
  11187. /* line 227, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11188. .Section-Account .SubscriptionList .CurrencyGroup td {
  11189. padding: 6px;
  11190. font-weight: bold;
  11191. background: #e1e1e1;
  11192. color: #4d4d4d; }
  11193. /* line 234, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11194. .Section-Account .SubscriptionList .CurrencyGroup .Money {
  11195. font-size: 14px;
  11196. color: black; }
  11197. /* line 239, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11198. .Section-Account .SubscriptionList .CurrencyGroup .Tax td {
  11199. font-weight: normal;
  11200. font-size: 12px; }
  11201.  
  11202. /*
  11203. * Section:
  11204. * Users
  11205. */
  11206. /* line 251, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11207. .Section-Account .UsersList .User {
  11208. display: block;
  11209. height: 100%;
  11210. overflow: hidden;
  11211. padding: 8px;
  11212. background-color: #F1F4F9; }
  11213. /* line 260, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11214. .Section-Account .UsersList .User .PhotoWrap {
  11215. float: left;
  11216. margin-right: 8px; }
  11217. /* line 264, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11218. .Section-Account .UsersList .User .PhotoWrap img {
  11219. display: block;
  11220. width: 48px;
  11221. height: 48px; }
  11222. /* line 271, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11223. .Section-Account .UsersList .User .UserInfo {
  11224. overflow: hidden; }
  11225. /* line 275, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11226. .Section-Account .UsersList .User .UserName {
  11227. font-weight: bold; }
  11228. /* line 279, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11229. .Section-Account .UsersList .User .UserName, .Section-Account .UsersList .User .UserEmail {
  11230. display: block;
  11231. white-space: nowrap;
  11232. overflow: hidden;
  11233. -ms-text-overflow: ellipsis;
  11234. -o-text-overflow: ellipsis;
  11235. text-overflow: ellipsis; }
  11236.  
  11237. /*
  11238. * Section:
  11239. * Notification
  11240. */
  11241. /* line 291, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11242. .Section-Account .BillingNotifications .Buttons {
  11243. margin-top: 24px; }
  11244.  
  11245. /* line 295, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11246. .Section-Account .BillingNotifications .NotificationOption {
  11247. margin-bottom: 10px; }
  11248. /* line 298, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11249. .Section-Account .BillingNotifications .NotificationOption label {
  11250. display: inline;
  11251. margin-left: 5px;
  11252. cursor: pointer;
  11253. font-weight: bold; }
  11254. /* line 305, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11255. .Section-Account .BillingNotifications .NotificationOption .Explained {
  11256. padding-left: 25px;
  11257. color: #4d4d4d;
  11258. font-size: 12px; }
  11259. /* line 311, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11260. .Section-Account .BillingNotifications .NotificationOption .NotificationException {
  11261. margin-top: 5px;
  11262. color: #4d4d4d; }
  11263. /* line 315, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11264. .Section-Account .BillingNotifications .NotificationOption .NotificationException label {
  11265. font-weight: normal;
  11266. color: #4d4d4d; }
  11267.  
  11268. /*
  11269. * Section:
  11270. * Trial Confirmation
  11271. */
  11272. /* line 329, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11273. .Section-Account .TrialConfirmation span {
  11274. display: inline; }
  11275.  
  11276. /* line 333, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11277. .Section-Account .TrialConfirmation .SubscriptionInfo {
  11278. margin-bottom: 30px;
  11279. padding: 15px;
  11280. background: #f1f4f9; }
  11281. /* line 338, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11282. .Section-Account .TrialConfirmation .SubscriptionInfo .SiteName {
  11283. font-size: 125%;
  11284. font-weight: bold; }
  11285. /* line 343, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11286. .Section-Account .TrialConfirmation .SubscriptionInfo .PlanName {
  11287. font-size: 115%;
  11288. margin-top: -5px; }
  11289. /* line 349, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11290. .Section-Account .TrialConfirmation .SubscriptionInfo .Money span {
  11291. display: inline; }
  11292.  
  11293. /*
  11294. * Section:
  11295. * Signup forms
  11296. */
  11297. /* line 361, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11298. .Section-Account .EntryError {
  11299. display: none; }
  11300.  
  11301. /* line 365, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11302. .Section-Account .NumberPoint {
  11303. border-radius: 24px;
  11304. display: inline-block;
  11305. width: 48px;
  11306. height: 48px;
  11307. margin-right: 12px;
  11308. border-color: #0291DB;
  11309. border-width: 4px;
  11310. border-style: solid;
  11311. color: #0291DB;
  11312. font-style: normal;
  11313. line-height: 40px;
  11314. text-align: center; }
  11315.  
  11316. /* line 384, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11317. .Section-Account .UrlInput {
  11318. margin: 20px 0; }
  11319. /* line 387, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11320. .Section-Account .UrlInput span {
  11321. display: inline;
  11322. color: #7F8B97; }
  11323. /* line 392, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11324. .Section-Account .UrlInput .InputBox {
  11325. margin-bottom: -2px; }
  11326. /* line 395, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11327. .Section-Account .UrlInput .InputBox, .Section-Account .UrlInput .InputBox:hover, .Section-Account .UrlInput .InputBox:active, .Section-Account .UrlInput .InputBox:focus {
  11328. color: #4F5861;
  11329. background: none !important;
  11330. border-color: #0291DB;
  11331. border-width: 0 0 2px;
  11332. border-style: dashed; }
  11333. /* line 406, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11334. .Section-Account .UrlInput span, .Section-Account .UrlInput .InputBox {
  11335. padding: 5px !important;
  11336. font-weight: bold;
  11337. font-size: 21px;
  11338. line-height: normal;
  11339. vertical-align: middle; }
  11340.  
  11341. /*
  11342. * Section:
  11343. * Transactions
  11344. */
  11345. /* line 421, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11346. table.TransactionList td.TransactionType {
  11347. background: transparent image-url("vfcom/transaction-sprites.png") no-repeat 0 0;
  11348. background-position: -50px 0; }
  11349.  
  11350. /* line 425, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11351. table.TransactionList td.TransactionTypePayment {
  11352. background-position: 0 8px;
  11353. padding-left: 16px; }
  11354.  
  11355. /* line 429, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11356. table.TransactionList td.TransactionTypeFailure {
  11357. background-position: 0 -21px;
  11358. padding-left: 16px; }
  11359.  
  11360. /* line 433, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11361. table.TransactionList td.TransactionTypeCancel {
  11362. background-position: 0 -46px;
  11363. padding-left: 16px; }
  11364.  
  11365. /*
  11366. * Section:
  11367. * Documents
  11368. */
  11369. /* line 442, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11370. table.DocumentsList th.Tools,
  11371. table.DocumentsList td.Tools {
  11372. width: 60px; }
  11373.  
  11374. /* line 447, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11375. table.DocumentsList tr.DocumentTools td {
  11376. line-height: 10px;
  11377. padding-top: 0;
  11378. padding-bottom: 15px; }
  11379.  
  11380. /* line 453, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11381. table.DocumentsList tr.DocumentTools td a {
  11382. color: #3e3e3e; }
  11383.  
  11384. /* line 457, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11385. table.InvoicesList tr.InvoiceStateOverdue td {
  11386. background-color: #ffeaea; }
  11387.  
  11388. /* line 460, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11389. table.InvoicesList tr.InvoiceStateOverdue td.InvoiceStatus {
  11390. color: #c52828; }
  11391.  
  11392. /* line 463, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11393. table.InvoicesList tr.InvoiceStatePaid td.InvoiceStatus {
  11394. color: #0e7700; }
  11395.  
  11396. /* line 466, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11397. table.InvoicesList tr.InvoiceStateOverdue.DocumentTools td a {
  11398. color: #c52828;
  11399. /* color: #003F87;*/ }
  11400.  
  11401. /* line 470, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11402. table.InvoicesList tr.InvoiceStatePaid td {
  11403. background-color: #e1ffe3; }
  11404.  
  11405. /* line 473, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11406. table.InvoicesList tr.InvoiceStatePaid.DocumentTools td a {
  11407. color: #0e7700; }
  11408.  
  11409. /* line 476, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11410. .InvoiceActions {
  11411. margin-top: -18px;
  11412. margin-bottom: 18px; }
  11413.  
  11414. /* line 480, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11415. .InvoiceActions a {
  11416. color: #b5b5b5;
  11417. font-size: 12px; }
  11418.  
  11419. /* line 484, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11420. .InvoiceActions a:hover {
  11421. color: #4d4d4d; }
  11422.  
  11423. /*
  11424. * Section:
  11425. * CreditCard Info
  11426. */
  11427. /* line 492, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11428. table.CredentialList td {
  11429. width: auto; }
  11430.  
  11431. /* line 495, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11432. table.CredentialList td.CredentialOptions {
  11433. white-space: nowrap; }
  11434.  
  11435. /* Account Forms */
  11436. /* line 500, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11437. .Account label {
  11438. display: block; }
  11439.  
  11440. /* line 503, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11441. .CopyBox {
  11442. font-size: 14px;
  11443. width: 340px; }
  11444.  
  11445. /* line 507, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11446. .Account input.FullInput {
  11447. width: 340px; }
  11448.  
  11449. /* line 510, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11450. .Account input.HalfInput {
  11451. width: 155px; }
  11452.  
  11453. /* line 513, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11454. .Account input.TwoThirdsInput {
  11455. width: 190px; }
  11456.  
  11457. /* line 516, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11458. .Account input.ThirdInput {
  11459. width: 90px; }
  11460.  
  11461. /* line 519, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11462. .Account input.SmallInput {
  11463. width: 80px; }
  11464.  
  11465. /* line 522, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11466. .Account .CheckBoxLabel {
  11467. font-size: 13px;
  11468. font-weight: normal; }
  11469.  
  11470. /* line 527, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11471. .VanillaAccount table {
  11472. border-collapse: collapse; }
  11473.  
  11474. /* line 530, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11475. .VanillaAccount .HalfInput {
  11476. margin-right: 16px; }
  11477.  
  11478. /* line 533, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11479. .ZipCode {
  11480. padding-left: 30px; }
  11481.  
  11482. /* line 536, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11483. .ExistingUser {
  11484. background: #F2FBFF;
  11485. padding: 10px;
  11486. border: 1px solid #A5D0E7;
  11487. margin: 5px 0;
  11488. border-radius: 2px; }
  11489.  
  11490. /* line 544, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11491. .Account .ExistingUser .SignOut {
  11492. margin-bottom: 0;
  11493. color: #7d7d7d;
  11494. font-size: 11px; }
  11495.  
  11496. /* line 549, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11497. .ExistingCredentials {
  11498. background: #F2FBFF;
  11499. padding: 10px;
  11500. border: 1px solid #A5D0E7;
  11501. margin-top: 10px; }
  11502.  
  11503. /* line 555, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11504. .ExistingCredentials.SkipCard {
  11505. margin: 0; }
  11506.  
  11507. /* line 558, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11508. .Account .ExistingCredentials p {
  11509. margin: 0;
  11510. color: #313131; }
  11511.  
  11512. /* line 562, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11513. .Account .ExistingCredentials p strong {
  11514. font-size: 14px;
  11515. margin-bottom: 10px; }
  11516.  
  11517. /* line 566, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11518. .Account .ExistingCredentials .ExistingCredential {
  11519. margin: 5px 0; }
  11520.  
  11521. /* line 569, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11522. .Account .ExistingCredentials .ExistingCredential input,
  11523. .Account .ExistingCredentials .ExistingCredential label {
  11524. font-weight: normal;
  11525. font-size: 13px; }
  11526.  
  11527. /* line 574, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11528. .ExistingCredentials p span {
  11529. display: block; }
  11530.  
  11531. /* line 577, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11532. .HideCC {
  11533. display: none; }
  11534.  
  11535. /* line 578, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11536. .CreditCardOptions,
  11537. .CardCode {
  11538. background: #F2FBFF;
  11539. padding: 10px;
  11540. border: 1px solid #A5D0E7;
  11541. margin-top: 20px;
  11542. border-radius: 2px; }
  11543.  
  11544. /* line 587, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11545. .CreditCardOptions {
  11546. margin: 0 0 20px; }
  11547.  
  11548. /* line 590, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11549. .CreditCardOptions label {
  11550. font-weight: normal;
  11551. font-size: 12px;
  11552. line-height: 2; }
  11553.  
  11554. /* line 595, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11555. .CreditCard {
  11556. margin-top: 20px; }
  11557. /* line 598, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11558. .CreditCard table td {
  11559. padding: 0; }
  11560.  
  11561. /* line 602, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11562. div.SecurityCode {
  11563. float: left; }
  11564.  
  11565. /* line 605, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11566. div.AboutSecurity {
  11567. margin-left: 160px;
  11568. color: #444; }
  11569.  
  11570. /* line 609, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11571. div.VisaCode {
  11572. margin: 4px 0 0;
  11573. padding: 8px 0 13px 80px;
  11574. background: image-url("vfcom/visa_security_code.png") top left no-repeat; }
  11575.  
  11576. /* line 614, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11577. div.AmExCode {
  11578. background: image-url("vfcom/amex_security_code.png") center left no-repeat;
  11579. padding: 3px 0 15px 80px; }
  11580.  
  11581. /* line 619, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11582. pre.Receipt {
  11583. background: transparent;
  11584. border: none; }
  11585.  
  11586. /* line 623, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11587. .Popup pre.Receipt {
  11588. padding: 0 30px;
  11589. margin: 0 -30px;
  11590. max-height: 400px;
  11591. overflow: auto; }
  11592.  
  11593. /* line 629, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11594. .ProcessingForm h2 {
  11595. margin-bottom: 0; }
  11596.  
  11597. /* line 632, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11598. .Processing {
  11599. position: relative; }
  11600.  
  11601. /* line 635, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11602. .Processing .ProcessingBeast {
  11603. width: 250px;
  11604. height: 115px;
  11605. position: absolute;
  11606. top: 17px;
  11607. right: 10px;
  11608. z-index: 20;
  11609. background: transparent image-url("vfcom/spawn-beast.png") no-repeat top left; }
  11610.  
  11611. /* line 644, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11612. .Processing .ProcessingLoader {
  11613. width: 160px;
  11614. height: 24px;
  11615. position: absolute;
  11616. top: 81px;
  11617. left: 42px;
  11618. z-index: 20;
  11619. background: transparent image-url("vfcom/loader-large-pulse.gif") no-repeat top left; }
  11620.  
  11621. /* line 653, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11622. .ProcessingTwirl {
  11623. padding-left: 40px;
  11624. background: transparent image-url("vfcom/loader-large-spin.gif") no-repeat top left;
  11625. background-position-x: -33px; }
  11626.  
  11627. /* line 658, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11628. .ProcessingMessage {
  11629. font-style: italic;
  11630. margin-bottom: 10px; }
  11631.  
  11632. /* line 662, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11633. .ProcessingBlurb {
  11634. margin-top: 80px; }
  11635.  
  11636. /* line 665, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11637. #ProcessingStatus {
  11638. overflow: hidden;
  11639. white-space: nowrap; }
  11640.  
  11641. /* line 669, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11642. .DepartButtonHolder {
  11643. margin-top: 20px;
  11644. height: 100%;
  11645. overflow: hidden; }
  11646.  
  11647. /* line 674, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11648. .DepartButtonHolder a {
  11649. float: left; }
  11650.  
  11651. /* line 677, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11652. .DepartButtonHolder a:hover {
  11653. color: white; }
  11654.  
  11655. /* line 681, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11656. div.OldPlan,
  11657. div.ContinueHelp,
  11658. div.TrialInfo,
  11659. div.AccountForm div.TrialInfo {
  11660. margin-bottom: 20px;
  11661. line-height: 1.5;
  11662. background: #ffc;
  11663. padding: 10px 20px;
  11664. border: 1px solid #aaa; }
  11665.  
  11666. /* line 691, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11667. div.ContinueHelp {
  11668. margin: 20px 0 10px; }
  11669.  
  11670. /* line 696, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11671. .Progress {
  11672. color: #333;
  11673. font-size: 16px;
  11674. font-weight: bold;
  11675. display: block;
  11676. padding: 16px 0 16px 50px;
  11677. margin: 0;
  11678. background: image-url("vfcom/progress.gif") left center no-repeat; }
  11679.  
  11680. /* line 706, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11681. #Newsletter .Progress,
  11682. #SignIn .Progress {
  11683. margin: 30px 0 0; }
  11684.  
  11685. /* line 710, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11686. span.Progress {
  11687. display: inline-block;
  11688. padding: 0;
  11689. width: 36px;
  11690. height: 16px; }
  11691.  
  11692. /* line 717, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11693. .Document {
  11694. font-family: "lucida grande","Lucida Sans Unicode", tahoma, sans-serif;
  11695. font-size: 15px;
  11696. line-height: 1.5; }
  11697.  
  11698. /* line 722, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11699. .Document li {
  11700. padding: 0 0 10px; }
  11701.  
  11702. /* line 725, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11703. .Document h2 {
  11704. color: #000;
  11705. padding: 20px 0 10px; }
  11706.  
  11707. /* line 729, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11708. .CheckList {
  11709. margin: 0;
  11710. padding: 0; }
  11711.  
  11712. /* line 733, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11713. .CheckList li {
  11714. list-style: none;
  11715. margin: 0;
  11716. padding: 0 0 20px 40px;
  11717. background: image-url("vfcom/check.png") 0 6px no-repeat transparent; }
  11718.  
  11719. /* line 739, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11720. .BulletList li {
  11721. background: none;
  11722. list-style: disc;
  11723. margin: 0 0 0 20px;
  11724. padding: 0 0 20px; }
  11725.  
  11726. /* line 746, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_account.scss */
  11727. p.Check {
  11728. background: image-url("vfcom/check.png") no-repeat scroll 0 6px transparent;
  11729. margin: 10px 0 0;
  11730. padding: 6px 0 8px 40px; }
  11731.  
  11732. /* line 1, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11733. .Section-LandingPage {
  11734. background-color: #0291DB;
  11735. text-shadow: 0 -1px #006195; }
  11736. /* line 7, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11737. .Section-LandingPage, .Section-LandingPage p, .Section-LandingPage h1, .Section-LandingPage h2, .Section-LandingPage h3, .Section-LandingPage h4, .Section-LandingPage h5, .Section-LandingPage h6 {
  11738. color: #FFFFFF; }
  11739. /* line 12, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11740. .Section-LandingPage form label {
  11741. display: block;
  11742. font-weight: bold; }
  11743. /* line 18, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11744. .Section-LandingPage table {
  11745. margin-right: -15px;
  11746. margin-left: -15px;
  11747. table-layout: fixed; }
  11748. /* line 25, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11749. .Section-LandingPage table td {
  11750. padding: 15px; }
  11751. /* line 30, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11752. .Section-LandingPage header {
  11753. margin: 30px 0; }
  11754. /* line 38, /private/var/www/vanillawebsite/themes/vfcom/bower_components/compass-mixins/lib/compass/utilities/general/_clearfix.scss */
  11755. .Section-LandingPage header:after {
  11756. content: "";
  11757. display: table;
  11758. clear: both; }
  11759. /* line 37, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11760. .Section-LandingPage header .Logo {
  11761. float: left;
  11762. margin: 0; }
  11763. /* line 41, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11764. .Section-LandingPage header .Logo a {
  11765. text-indent: -119988px;
  11766. overflow: hidden;
  11767. text-align: left;
  11768. display: block; }
  11769. /* line 48, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11770. .Section-LandingPage header .Contact {
  11771. float: right;
  11772. line-height: image-height("sprites/logo-vanilla.png"); }
  11773. /* line 52, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11774. .Section-LandingPage header .Contact b {
  11775. font-size: 20px; }
  11776. /* line 58, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11777. .Section-LandingPage footer {
  11778. margin: 30px 0; }
  11779. /* line 62, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11780. .Section-LandingPage .InputBox, .Section-LandingPage .TextBox {
  11781. width: 100%; }
  11782. /* line 65, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11783. .Section-LandingPage .InputBox:focus, .Section-LandingPage .TextBox:focus {
  11784. border-color: #006195; }
  11785. /* line 68, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11786. .Section-LandingPage .Row {
  11787. max-width: 730px; }
  11788. /* line 72, /private/var/www/vanillawebsite/themes/vfcom/scss/sections/_landingpage.scss */
  11789. .Section-LandingPage .UserContent {
  11790. margin-bottom: 30px; }
  11791.  
  11792. /* line 85, /private/var/www/vanillawebsite/themes/vfcom/scss/custom.scss */
  11793. .highlight {
  11794. background-color: #e3ecef; }
  11795.  
  11796. /* line 89, /private/var/www/vanillawebsite/themes/vfcom/scss/custom.scss */
  11797. .TopBarSection ul li > a:not(.Button) {
  11798. display: block;
  11799. width: 100%;
  11800. color: white;
  11801. padding-left: 20px;
  11802. font-size: 14px;
  11803. font-weight: normal;
  11804. text-transform: uppercase;
  11805. white-space: nowrap;
  11806. text-shadow: 0 1px 0 #434545; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement