Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
1,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.86 KB | None | 0 0
  1. html, body {
  2. margin: 0;
  3. width: 100%;
  4. height: 100%;
  5. overflow: hidden;
  6. }
  7.  
  8. #container {
  9. width: 100%;
  10. height: 100%;
  11. }
  12.  
  13. button {
  14. width: 128px;
  15. height: 64px;
  16. background-color: #22bd9b;
  17. }
  18.  
  19. button:hover {
  20. width: 128px;
  21. height: 64px;
  22. background-color: #3cccac;
  23. }
  24.  
  25. button:active {
  26. width: 120px;
  27. height: 60px;
  28. background-color: #3cccac;
  29. }
  30.  
  31. button:disabled {
  32. width: 128px;
  33. height: 64px;
  34. background-color: #bfe4dd;
  35. }
  36.  
  37. .psv-panel-content {
  38. text-align: center;
  39. }
  40.  
  41. .psv-marker {
  42. /*visibility: hidden;*/
  43. }
  44.  
  45. 
  46.  
  47. @import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");
  48. /*!
  49. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  50. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  51. */
  52. @font-face {
  53. font-family: 'FontAwesome';
  54. src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  55. src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  56. font-weight: normal;
  57. font-style: normal
  58. }
  59.  
  60. .fa {
  61. display: inline-block;
  62. font: normal normal normal 14px/1 FontAwesome;
  63. font-size: inherit;
  64. text-rendering: auto;
  65. -webkit-font-smoothing: antialiased;
  66. -moz-osx-font-smoothing: grayscale
  67. }
  68.  
  69. .fa-lg {
  70. font-size: 1.33333em;
  71. line-height: .75em;
  72. vertical-align: -15%
  73. }
  74.  
  75. .fa-2x {
  76. font-size: 2em
  77. }
  78.  
  79. .fa-3x {
  80. font-size: 3em
  81. }
  82.  
  83. .fa-4x {
  84. font-size: 4em
  85. }
  86.  
  87. .fa-5x {
  88. font-size: 5em
  89. }
  90.  
  91. .fa-fw {
  92. width: 1.28571em;
  93. text-align: center
  94. }
  95.  
  96. .fa-ul {
  97. padding-left: 0;
  98. margin-left: 2.14286em;
  99. list-style-type: none
  100. }
  101.  
  102. .fa-ul > li {
  103. position: relative
  104. }
  105.  
  106. .fa-li {
  107. position: absolute;
  108. left: -2.14286em;
  109. width: 2.14286em;
  110. top: .14286em;
  111. text-align: center
  112. }
  113.  
  114. .fa-li.fa-lg {
  115. left: -1.85714em
  116. }
  117.  
  118. .fa-border {
  119. padding: .2em .25em .15em;
  120. border: solid 0.08em #eee;
  121. border-radius: .1em
  122. }
  123.  
  124. .fa-pull-left {
  125. float: left
  126. }
  127.  
  128. .fa-pull-right {
  129. float: right
  130. }
  131.  
  132. .fa.fa-pull-left {
  133. margin-right: .3em
  134. }
  135.  
  136. .fa.fa-pull-right {
  137. margin-left: .3em
  138. }
  139.  
  140. .pull-right {
  141. float: right
  142. }
  143.  
  144. .pull-left {
  145. float: left
  146. }
  147.  
  148. .fa.pull-left {
  149. margin-right: .3em
  150. }
  151.  
  152. .fa.pull-right {
  153. margin-left: .3em
  154. }
  155.  
  156. .fa-spin {
  157. -webkit-animation: fa-spin 2s infinite linear;
  158. animation: fa-spin 2s infinite linear
  159. }
  160.  
  161. .fa-pulse {
  162. -webkit-animation: fa-spin 1s infinite steps(8);
  163. animation: fa-spin 1s infinite steps(8)
  164. }
  165.  
  166. @-webkit-keyframes fa-spin {
  167. 0% {
  168. -webkit-transform: rotate(0deg);
  169. transform: rotate(0deg)
  170. }
  171. 100% {
  172. -webkit-transform: rotate(359deg);
  173. transform: rotate(359deg)
  174. }
  175. }
  176.  
  177. @keyframes fa-spin {
  178. 0% {
  179. -webkit-transform: rotate(0deg);
  180. transform: rotate(0deg)
  181. }
  182. 100% {
  183. -webkit-transform: rotate(359deg);
  184. transform: rotate(359deg)
  185. }
  186. }
  187.  
  188. .fa-rotate-90 {
  189. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  190. -webkit-transform: rotate(90deg);
  191. -ms-transform: rotate(90deg);
  192. transform: rotate(90deg)
  193. }
  194.  
  195. .fa-rotate-180 {
  196. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  197. -webkit-transform: rotate(180deg);
  198. -ms-transform: rotate(180deg);
  199. transform: rotate(180deg)
  200. }
  201.  
  202. .fa-rotate-270 {
  203. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  204. -webkit-transform: rotate(270deg);
  205. -ms-transform: rotate(270deg);
  206. transform: rotate(270deg)
  207. }
  208.  
  209. .fa-flip-horizontal {
  210. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  211. -webkit-transform: scale(-1, 1);
  212. -ms-transform: scale(-1, 1);
  213. transform: scale(-1, 1)
  214. }
  215.  
  216. .fa-flip-vertical {
  217. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  218. -webkit-transform: scale(1, -1);
  219. -ms-transform: scale(1, -1);
  220. transform: scale(1, -1)
  221. }
  222.  
  223. :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  224. filter: none
  225. }
  226.  
  227. .fa-stack {
  228. position: relative;
  229. display: inline-block;
  230. width: 2em;
  231. height: 2em;
  232. line-height: 2em;
  233. vertical-align: middle
  234. }
  235.  
  236. .fa-stack-1x, .fa-stack-2x {
  237. position: absolute;
  238. left: 0;
  239. width: 100%;
  240. text-align: center
  241. }
  242.  
  243. .fa-stack-1x {
  244. line-height: inherit
  245. }
  246.  
  247. .fa-stack-2x {
  248. font-size: 2em
  249. }
  250.  
  251. .fa-inverse {
  252. color: #fff
  253. }
  254.  
  255. .fa-glass:before {
  256. content: ""
  257. }
  258.  
  259. .fa-music:before {
  260. content: ""
  261. }
  262.  
  263. .fa-search:before {
  264. content: ""
  265. }
  266.  
  267. .fa-envelope-o:before {
  268. content: ""
  269. }
  270.  
  271. .fa-heart:before {
  272. content: ""
  273. }
  274.  
  275. .fa-star:before {
  276. content: ""
  277. }
  278.  
  279. .fa-star-o:before {
  280. content: ""
  281. }
  282.  
  283. .fa-user:before {
  284. content: ""
  285. }
  286.  
  287. .fa-film:before {
  288. content: ""
  289. }
  290.  
  291. .fa-th-large:before {
  292. content: ""
  293. }
  294.  
  295. .fa-th:before {
  296. content: ""
  297. }
  298.  
  299. .fa-th-list:before {
  300. content: ""
  301. }
  302.  
  303. .fa-check:before {
  304. content: ""
  305. }
  306.  
  307. .fa-remove:before, .fa-close:before, .fa-times:before {
  308. content: ""
  309. }
  310.  
  311. .fa-search-plus:before {
  312. content: ""
  313. }
  314.  
  315. .fa-search-minus:before {
  316. content: ""
  317. }
  318.  
  319. .fa-power-off:before {
  320. content: ""
  321. }
  322.  
  323. .fa-signal:before {
  324. content: ""
  325. }
  326.  
  327. .fa-gear:before, .fa-cog:before {
  328. content: ""
  329. }
  330.  
  331. .fa-trash-o:before {
  332. content: ""
  333. }
  334.  
  335. .fa-home:before {
  336. content: ""
  337. }
  338.  
  339. .fa-file-o:before {
  340. content: ""
  341. }
  342.  
  343. .fa-clock-o:before {
  344. content: ""
  345. }
  346.  
  347. .fa-road:before {
  348. content: ""
  349. }
  350.  
  351. .fa-download:before {
  352. content: ""
  353. }
  354.  
  355. .fa-arrow-circle-o-down:before {
  356. content: ""
  357. }
  358.  
  359. .fa-arrow-circle-o-up:before {
  360. content: ""
  361. }
  362.  
  363. .fa-inbox:before {
  364. content: ""
  365. }
  366.  
  367. .fa-play-circle-o:before {
  368. content: ""
  369. }
  370.  
  371. .fa-rotate-right:before, .fa-repeat:before {
  372. content: ""
  373. }
  374.  
  375. .fa-refresh:before {
  376. content: ""
  377. }
  378.  
  379. .fa-list-alt:before {
  380. content: ""
  381. }
  382.  
  383. .fa-lock:before {
  384. content: ""
  385. }
  386.  
  387. .fa-flag:before {
  388. content: ""
  389. }
  390.  
  391. .fa-headphones:before {
  392. content: ""
  393. }
  394.  
  395. .fa-volume-off:before {
  396. content: ""
  397. }
  398.  
  399. .fa-volume-down:before {
  400. content: ""
  401. }
  402.  
  403. .fa-volume-up:before {
  404. content: ""
  405. }
  406.  
  407. .fa-qrcode:before {
  408. content: ""
  409. }
  410.  
  411. .fa-barcode:before {
  412. content: ""
  413. }
  414.  
  415. .fa-tag:before {
  416. content: ""
  417. }
  418.  
  419. .fa-tags:before {
  420. content: ""
  421. }
  422.  
  423. .fa-book:before {
  424. content: ""
  425. }
  426.  
  427. .fa-bookmark:before {
  428. content: ""
  429. }
  430.  
  431. .fa-print:before {
  432. content: ""
  433. }
  434.  
  435. .fa-camera:before {
  436. content: ""
  437. }
  438.  
  439. .fa-font:before {
  440. content: ""
  441. }
  442.  
  443. .fa-bold:before {
  444. content: ""
  445. }
  446.  
  447. .fa-italic:before {
  448. content: ""
  449. }
  450.  
  451. .fa-text-height:before {
  452. content: ""
  453. }
  454.  
  455. .fa-text-width:before {
  456. content: ""
  457. }
  458.  
  459. .fa-align-left:before {
  460. content: ""
  461. }
  462.  
  463. .fa-align-center:before {
  464. content: ""
  465. }
  466.  
  467. .fa-align-right:before {
  468. content: ""
  469. }
  470.  
  471. .fa-align-justify:before {
  472. content: ""
  473. }
  474.  
  475. .fa-list:before {
  476. content: ""
  477. }
  478.  
  479. .fa-dedent:before, .fa-outdent:before {
  480. content: ""
  481. }
  482.  
  483. .fa-indent:before {
  484. content: ""
  485. }
  486.  
  487. .fa-video-camera:before {
  488. content: ""
  489. }
  490.  
  491. .fa-photo:before, .fa-image:before, .fa-picture-o:before {
  492. content: ""
  493. }
  494.  
  495. .fa-pencil:before {
  496. content: ""
  497. }
  498.  
  499. .fa-map-marker:before {
  500. content: ""
  501. }
  502.  
  503. .fa-adjust:before {
  504. content: ""
  505. }
  506.  
  507. .fa-tint:before {
  508. content: ""
  509. }
  510.  
  511. .fa-edit:before, .fa-pencil-square-o:before {
  512. content: ""
  513. }
  514.  
  515. .fa-share-square-o:before {
  516. content: ""
  517. }
  518.  
  519. .fa-check-square-o:before {
  520. content: ""
  521. }
  522.  
  523. .fa-arrows:before {
  524. content: ""
  525. }
  526.  
  527. .fa-step-backward:before {
  528. content: ""
  529. }
  530.  
  531. .fa-fast-backward:before {
  532. content: ""
  533. }
  534.  
  535. .fa-backward:before {
  536. content: ""
  537. }
  538.  
  539. .fa-play:before {
  540. content: ""
  541. }
  542.  
  543. .fa-pause:before {
  544. content: ""
  545. }
  546.  
  547. .fa-stop:before {
  548. content: ""
  549. }
  550.  
  551. .fa-forward:before {
  552. content: ""
  553. }
  554.  
  555. .fa-fast-forward:before {
  556. content: ""
  557. }
  558.  
  559. .fa-step-forward:before {
  560. content: ""
  561. }
  562.  
  563. .fa-eject:before {
  564. content: ""
  565. }
  566.  
  567. .fa-chevron-left:before {
  568. content: ""
  569. }
  570.  
  571. .fa-chevron-right:before {
  572. content: ""
  573. }
  574.  
  575. .fa-plus-circle:before {
  576. content: ""
  577. }
  578.  
  579. .fa-minus-circle:before {
  580. content: ""
  581. }
  582.  
  583. .fa-times-circle:before {
  584. content: ""
  585. }
  586.  
  587. .fa-check-circle:before {
  588. content: ""
  589. }
  590.  
  591. .fa-question-circle:before {
  592. content: ""
  593. }
  594.  
  595. .fa-info-circle:before {
  596. content: ""
  597. }
  598.  
  599. .fa-crosshairs:before {
  600. content: ""
  601. }
  602.  
  603. .fa-times-circle-o:before {
  604. content: ""
  605. }
  606.  
  607. .fa-check-circle-o:before {
  608. content: ""
  609. }
  610.  
  611. .fa-ban:before {
  612. content: ""
  613. }
  614.  
  615. .fa-arrow-left:before {
  616. content: ""
  617. }
  618.  
  619. .fa-arrow-right:before {
  620. content: ""
  621. }
  622.  
  623. .fa-arrow-up:before {
  624. content: ""
  625. }
  626.  
  627. .fa-arrow-down:before {
  628. content: ""
  629. }
  630.  
  631. .fa-mail-forward:before, .fa-share:before {
  632. content: ""
  633. }
  634.  
  635. .fa-expand:before {
  636. content: ""
  637. }
  638.  
  639. .fa-compress:before {
  640. content: ""
  641. }
  642.  
  643. .fa-plus:before {
  644. content: ""
  645. }
  646.  
  647. .fa-minus:before {
  648. content: ""
  649. }
  650.  
  651. .fa-asterisk:before {
  652. content: ""
  653. }
  654.  
  655. .fa-exclamation-circle:before {
  656. content: ""
  657. }
  658.  
  659. .fa-gift:before {
  660. content: ""
  661. }
  662.  
  663. .fa-leaf:before {
  664. content: ""
  665. }
  666.  
  667. .fa-fire:before {
  668. content: ""
  669. }
  670.  
  671. .fa-eye:before {
  672. content: ""
  673. }
  674.  
  675. .fa-eye-slash:before {
  676. content: ""
  677. }
  678.  
  679. .fa-warning:before, .fa-exclamation-triangle:before {
  680. content: ""
  681. }
  682.  
  683. .fa-plane:before {
  684. content: ""
  685. }
  686.  
  687. .fa-calendar:before {
  688. content: ""
  689. }
  690.  
  691. .fa-random:before {
  692. content: ""
  693. }
  694.  
  695. .fa-comment:before {
  696. content: ""
  697. }
  698.  
  699. .fa-magnet:before {
  700. content: ""
  701. }
  702.  
  703. .fa-chevron-up:before {
  704. content: ""
  705. }
  706.  
  707. .fa-chevron-down:before {
  708. content: ""
  709. }
  710.  
  711. .fa-retweet:before {
  712. content: ""
  713. }
  714.  
  715. .fa-shopping-cart:before {
  716. content: ""
  717. }
  718.  
  719. .fa-folder:before {
  720. content: ""
  721. }
  722.  
  723. .fa-folder-open:before {
  724. content: ""
  725. }
  726.  
  727. .fa-arrows-v:before {
  728. content: ""
  729. }
  730.  
  731. .fa-arrows-h:before {
  732. content: ""
  733. }
  734.  
  735. .fa-bar-chart-o:before, .fa-bar-chart:before {
  736. content: ""
  737. }
  738.  
  739. .fa-twitter-square:before {
  740. content: ""
  741. }
  742.  
  743. .fa-facebook-square:before {
  744. content: ""
  745. }
  746.  
  747. .fa-camera-retro:before {
  748. content: ""
  749. }
  750.  
  751. .fa-key:before {
  752. content: ""
  753. }
  754.  
  755. .fa-gears:before, .fa-cogs:before {
  756. content: ""
  757. }
  758.  
  759. .fa-comments:before {
  760. content: ""
  761. }
  762.  
  763. .fa-thumbs-o-up:before {
  764. content: ""
  765. }
  766.  
  767. .fa-thumbs-o-down:before {
  768. content: ""
  769. }
  770.  
  771. .fa-star-half:before {
  772. content: ""
  773. }
  774.  
  775. .fa-heart-o:before {
  776. content: ""
  777. }
  778.  
  779. .fa-sign-out:before {
  780. content: ""
  781. }
  782.  
  783. .fa-linkedin-square:before {
  784. content: ""
  785. }
  786.  
  787. .fa-thumb-tack:before {
  788. content: ""
  789. }
  790.  
  791. .fa-external-link:before {
  792. content: ""
  793. }
  794.  
  795. .fa-sign-in:before {
  796. content: ""
  797. }
  798.  
  799. .fa-trophy:before {
  800. content: ""
  801. }
  802.  
  803. .fa-github-square:before {
  804. content: ""
  805. }
  806.  
  807. .fa-upload:before {
  808. content: ""
  809. }
  810.  
  811. .fa-lemon-o:before {
  812. content: ""
  813. }
  814.  
  815. .fa-phone:before {
  816. content: ""
  817. }
  818.  
  819. .fa-square-o:before {
  820. content: ""
  821. }
  822.  
  823. .fa-bookmark-o:before {
  824. content: ""
  825. }
  826.  
  827. .fa-phone-square:before {
  828. content: ""
  829. }
  830.  
  831. .fa-twitter:before {
  832. content: ""
  833. }
  834.  
  835. .fa-facebook-f:before, .fa-facebook:before {
  836. content: ""
  837. }
  838.  
  839. .fa-github:before {
  840. content: ""
  841. }
  842.  
  843. .fa-unlock:before {
  844. content: ""
  845. }
  846.  
  847. .fa-credit-card:before {
  848. content: ""
  849. }
  850.  
  851. .fa-feed:before, .fa-rss:before {
  852. content: ""
  853. }
  854.  
  855. .fa-hdd-o:before {
  856. content: ""
  857. }
  858.  
  859. .fa-bullhorn:before {
  860. content: ""
  861. }
  862.  
  863. .fa-bell:before {
  864. content: ""
  865. }
  866.  
  867. .fa-certificate:before {
  868. content: ""
  869. }
  870.  
  871. .fa-hand-o-right:before {
  872. content: ""
  873. }
  874.  
  875. .fa-hand-o-left:before {
  876. content: ""
  877. }
  878.  
  879. .fa-hand-o-up:before {
  880. content: ""
  881. }
  882.  
  883. .fa-hand-o-down:before {
  884. content: ""
  885. }
  886.  
  887. .fa-arrow-circle-left:before {
  888. content: ""
  889. }
  890.  
  891. .fa-arrow-circle-right:before {
  892. content: ""
  893. }
  894.  
  895. .fa-arrow-circle-up:before {
  896. content: ""
  897. }
  898.  
  899. .fa-arrow-circle-down:before {
  900. content: ""
  901. }
  902.  
  903. .fa-globe:before {
  904. content: ""
  905. }
  906.  
  907. .fa-wrench:before {
  908. content: ""
  909. }
  910.  
  911. .fa-tasks:before {
  912. content: ""
  913. }
  914.  
  915. .fa-filter:before {
  916. content: ""
  917. }
  918.  
  919. .fa-briefcase:before {
  920. content: ""
  921. }
  922.  
  923. .fa-arrows-alt:before {
  924. content: ""
  925. }
  926.  
  927. .fa-group:before, .fa-users:before {
  928. content: ""
  929. }
  930.  
  931. .fa-chain:before, .fa-link:before {
  932. content: ""
  933. }
  934.  
  935. .fa-cloud:before {
  936. content: ""
  937. }
  938.  
  939. .fa-flask:before {
  940. content: ""
  941. }
  942.  
  943. .fa-cut:before, .fa-scissors:before {
  944. content: ""
  945. }
  946.  
  947. .fa-copy:before, .fa-files-o:before {
  948. content: ""
  949. }
  950.  
  951. .fa-paperclip:before {
  952. content: ""
  953. }
  954.  
  955. .fa-save:before, .fa-floppy-o:before {
  956. content: ""
  957. }
  958.  
  959. .fa-square:before {
  960. content: ""
  961. }
  962.  
  963. .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  964. content: ""
  965. }
  966.  
  967. .fa-list-ul:before {
  968. content: ""
  969. }
  970.  
  971. .fa-list-ol:before {
  972. content: ""
  973. }
  974.  
  975. .fa-strikethrough:before {
  976. content: ""
  977. }
  978.  
  979. .fa-underline:before {
  980. content: ""
  981. }
  982.  
  983. .fa-table:before {
  984. content: ""
  985. }
  986.  
  987. .fa-magic:before {
  988. content: ""
  989. }
  990.  
  991. .fa-truck:before {
  992. content: ""
  993. }
  994.  
  995. .fa-pinterest:before {
  996. content: ""
  997. }
  998.  
  999. .fa-pinterest-square:before {
  1000. content: ""
  1001. }
  1002.  
  1003. .fa-google-plus-square:before {
  1004. content: ""
  1005. }
  1006.  
  1007. .fa-google-plus:before {
  1008. content: ""
  1009. }
  1010.  
  1011. .fa-money:before {
  1012. content: ""
  1013. }
  1014.  
  1015. .fa-caret-down:before {
  1016. content: ""
  1017. }
  1018.  
  1019. .fa-caret-up:before {
  1020. content: ""
  1021. }
  1022.  
  1023. .fa-caret-left:before {
  1024. content: ""
  1025. }
  1026.  
  1027. .fa-caret-right:before {
  1028. content: ""
  1029. }
  1030.  
  1031. .fa-columns:before {
  1032. content: ""
  1033. }
  1034.  
  1035. .fa-unsorted:before, .fa-sort:before {
  1036. content: ""
  1037. }
  1038.  
  1039. .fa-sort-down:before, .fa-sort-desc:before {
  1040. content: ""
  1041. }
  1042.  
  1043. .fa-sort-up:before, .fa-sort-asc:before {
  1044. content: ""
  1045. }
  1046.  
  1047. .fa-envelope:before {
  1048. content: ""
  1049. }
  1050.  
  1051. .fa-linkedin:before {
  1052. content: ""
  1053. }
  1054.  
  1055. .fa-rotate-left:before, .fa-undo:before {
  1056. content: ""
  1057. }
  1058.  
  1059. .fa-legal:before, .fa-gavel:before {
  1060. content: ""
  1061. }
  1062.  
  1063. .fa-dashboard:before, .fa-tachometer:before {
  1064. content: ""
  1065. }
  1066.  
  1067. .fa-comment-o:before {
  1068. content: ""
  1069. }
  1070.  
  1071. .fa-comments-o:before {
  1072. content: ""
  1073. }
  1074.  
  1075. .fa-flash:before, .fa-bolt:before {
  1076. content: ""
  1077. }
  1078.  
  1079. .fa-sitemap:before {
  1080. content: ""
  1081. }
  1082.  
  1083. .fa-umbrella:before {
  1084. content: ""
  1085. }
  1086.  
  1087. .fa-paste:before, .fa-clipboard:before {
  1088. content: ""
  1089. }
  1090.  
  1091. .fa-lightbulb-o:before {
  1092. content: ""
  1093. }
  1094.  
  1095. .fa-exchange:before {
  1096. content: ""
  1097. }
  1098.  
  1099. .fa-cloud-download:before {
  1100. content: ""
  1101. }
  1102.  
  1103. .fa-cloud-upload:before {
  1104. content: ""
  1105. }
  1106.  
  1107. .fa-user-md:before {
  1108. content: ""
  1109. }
  1110.  
  1111. .fa-stethoscope:before {
  1112. content: ""
  1113. }
  1114.  
  1115. .fa-suitcase:before {
  1116. content: ""
  1117. }
  1118.  
  1119. .fa-bell-o:before {
  1120. content: ""
  1121. }
  1122.  
  1123. .fa-coffee:before {
  1124. content: ""
  1125. }
  1126.  
  1127. .fa-cutlery:before {
  1128. content: ""
  1129. }
  1130.  
  1131. .fa-file-text-o:before {
  1132. content: ""
  1133. }
  1134.  
  1135. .fa-building-o:before {
  1136. content: ""
  1137. }
  1138.  
  1139. .fa-hospital-o:before {
  1140. content: ""
  1141. }
  1142.  
  1143. .fa-ambulance:before {
  1144. content: ""
  1145. }
  1146.  
  1147. .fa-medkit:before {
  1148. content: ""
  1149. }
  1150.  
  1151. .fa-fighter-jet:before {
  1152. content: ""
  1153. }
  1154.  
  1155. .fa-beer:before {
  1156. content: ""
  1157. }
  1158.  
  1159. .fa-h-square:before {
  1160. content: ""
  1161. }
  1162.  
  1163. .fa-plus-square:before {
  1164. content: ""
  1165. }
  1166.  
  1167. .fa-angle-double-left:before {
  1168. content: ""
  1169. }
  1170.  
  1171. .fa-angle-double-right:before {
  1172. content: ""
  1173. }
  1174.  
  1175. .fa-angle-double-up:before {
  1176. content: ""
  1177. }
  1178.  
  1179. .fa-angle-double-down:before {
  1180. content: ""
  1181. }
  1182.  
  1183. .fa-angle-left:before {
  1184. content: ""
  1185. }
  1186.  
  1187. .fa-angle-right:before {
  1188. content: ""
  1189. }
  1190.  
  1191. .fa-angle-up:before {
  1192. content: ""
  1193. }
  1194.  
  1195. .fa-angle-down:before {
  1196. content: ""
  1197. }
  1198.  
  1199. .fa-desktop:before {
  1200. content: ""
  1201. }
  1202.  
  1203. .fa-laptop:before {
  1204. content: ""
  1205. }
  1206.  
  1207. .fa-tablet:before {
  1208. content: ""
  1209. }
  1210.  
  1211. .fa-mobile-phone:before, .fa-mobile:before {
  1212. content: ""
  1213. }
  1214.  
  1215. .fa-circle-o:before {
  1216. content: ""
  1217. }
  1218.  
  1219. .fa-quote-left:before {
  1220. content: ""
  1221. }
  1222.  
  1223. .fa-quote-right:before {
  1224. content: ""
  1225. }
  1226.  
  1227. .fa-spinner:before {
  1228. content: ""
  1229. }
  1230.  
  1231. .fa-circle:before {
  1232. content: ""
  1233. }
  1234.  
  1235. .fa-mail-reply:before, .fa-reply:before {
  1236. content: ""
  1237. }
  1238.  
  1239. .fa-github-alt:before {
  1240. content: ""
  1241. }
  1242.  
  1243. .fa-folder-o:before {
  1244. content: ""
  1245. }
  1246.  
  1247. .fa-folder-open-o:before {
  1248. content: ""
  1249. }
  1250.  
  1251. .fa-smile-o:before {
  1252. content: ""
  1253. }
  1254.  
  1255. .fa-frown-o:before {
  1256. content: ""
  1257. }
  1258.  
  1259. .fa-meh-o:before {
  1260. content: ""
  1261. }
  1262.  
  1263. .fa-gamepad:before {
  1264. content: ""
  1265. }
  1266.  
  1267. .fa-keyboard-o:before {
  1268. content: ""
  1269. }
  1270.  
  1271. .fa-flag-o:before {
  1272. content: ""
  1273. }
  1274.  
  1275. .fa-flag-checkered:before {
  1276. content: ""
  1277. }
  1278.  
  1279. .fa-terminal:before {
  1280. content: ""
  1281. }
  1282.  
  1283. .fa-code:before {
  1284. content: ""
  1285. }
  1286.  
  1287. .fa-mail-reply-all:before, .fa-reply-all:before {
  1288. content: ""
  1289. }
  1290.  
  1291. .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  1292. content: ""
  1293. }
  1294.  
  1295. .fa-location-arrow:before {
  1296. content: ""
  1297. }
  1298.  
  1299. .fa-crop:before {
  1300. content: ""
  1301. }
  1302.  
  1303. .fa-code-fork:before {
  1304. content: ""
  1305. }
  1306.  
  1307. .fa-unlink:before, .fa-chain-broken:before {
  1308. content: ""
  1309. }
  1310.  
  1311. .fa-question:before {
  1312. content: ""
  1313. }
  1314.  
  1315. .fa-info:before {
  1316. content: ""
  1317. }
  1318.  
  1319. .fa-exclamation:before {
  1320. content: ""
  1321. }
  1322.  
  1323. .fa-superscript:before {
  1324. content: ""
  1325. }
  1326.  
  1327. .fa-subscript:before {
  1328. content: ""
  1329. }
  1330.  
  1331. .fa-eraser:before {
  1332. content: ""
  1333. }
  1334.  
  1335. .fa-puzzle-piece:before {
  1336. content: ""
  1337. }
  1338.  
  1339. .fa-microphone:before {
  1340. content: ""
  1341. }
  1342.  
  1343. .fa-microphone-slash:before {
  1344. content: ""
  1345. }
  1346.  
  1347. .fa-shield:before {
  1348. content: ""
  1349. }
  1350.  
  1351. .fa-calendar-o:before {
  1352. content: ""
  1353. }
  1354.  
  1355. .fa-fire-extinguisher:before {
  1356. content: ""
  1357. }
  1358.  
  1359. .fa-rocket:before {
  1360. content: ""
  1361. }
  1362.  
  1363. .fa-maxcdn:before {
  1364. content: ""
  1365. }
  1366.  
  1367. .fa-chevron-circle-left:before {
  1368. content: ""
  1369. }
  1370.  
  1371. .fa-chevron-circle-right:before {
  1372. content: ""
  1373. }
  1374.  
  1375. .fa-chevron-circle-up:before {
  1376. content: ""
  1377. }
  1378.  
  1379. .fa-chevron-circle-down:before {
  1380. content: ""
  1381. }
  1382.  
  1383. .fa-html5:before {
  1384. content: ""
  1385. }
  1386.  
  1387. .fa-css3:before {
  1388. content: ""
  1389. }
  1390.  
  1391. .fa-anchor:before {
  1392. content: ""
  1393. }
  1394.  
  1395. .fa-unlock-alt:before {
  1396. content: ""
  1397. }
  1398.  
  1399. .fa-bullseye:before {
  1400. content: ""
  1401. }
  1402.  
  1403. .fa-ellipsis-h:before {
  1404. content: ""
  1405. }
  1406.  
  1407. .fa-ellipsis-v:before {
  1408. content: ""
  1409. }
  1410.  
  1411. .fa-rss-square:before {
  1412. content: ""
  1413. }
  1414.  
  1415. .fa-play-circle:before {
  1416. content: ""
  1417. }
  1418.  
  1419. .fa-ticket:before {
  1420. content: ""
  1421. }
  1422.  
  1423. .fa-minus-square:before {
  1424. content: ""
  1425. }
  1426.  
  1427. .fa-minus-square-o:before {
  1428. content: ""
  1429. }
  1430.  
  1431. .fa-level-up:before {
  1432. content: ""
  1433. }
  1434.  
  1435. .fa-level-down:before {
  1436. content: ""
  1437. }
  1438.  
  1439. .fa-check-square:before {
  1440. content: ""
  1441. }
  1442.  
  1443. .fa-pencil-square:before {
  1444. content: ""
  1445. }
  1446.  
  1447. .fa-external-link-square:before {
  1448. content: ""
  1449. }
  1450.  
  1451. .fa-share-square:before {
  1452. content: ""
  1453. }
  1454.  
  1455. .fa-compass:before {
  1456. content: ""
  1457. }
  1458.  
  1459. .fa-toggle-down:before, .fa-caret-square-o-down:before {
  1460. content: ""
  1461. }
  1462.  
  1463. .fa-toggle-up:before, .fa-caret-square-o-up:before {
  1464. content: ""
  1465. }
  1466.  
  1467. .fa-toggle-right:before, .fa-caret-square-o-right:before {
  1468. content: ""
  1469. }
  1470.  
  1471. .fa-euro:before, .fa-eur:before {
  1472. content: ""
  1473. }
  1474.  
  1475. .fa-gbp:before {
  1476. content: ""
  1477. }
  1478.  
  1479. .fa-dollar:before, .fa-usd:before {
  1480. content: ""
  1481. }
  1482.  
  1483. .fa-rupee:before, .fa-inr:before {
  1484. content: ""
  1485. }
  1486.  
  1487. .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  1488. content: ""
  1489. }
  1490.  
  1491. .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  1492. content: ""
  1493. }
  1494.  
  1495. .fa-won:before, .fa-krw:before {
  1496. content: ""
  1497. }
  1498.  
  1499. .fa-bitcoin:before, .fa-btc:before {
  1500. content: ""
  1501. }
  1502.  
  1503. .fa-file:before {
  1504. content: ""
  1505. }
  1506.  
  1507. .fa-file-text:before {
  1508. content: ""
  1509. }
  1510.  
  1511. .fa-sort-alpha-asc:before {
  1512. content: ""
  1513. }
  1514.  
  1515. .fa-sort-alpha-desc:before {
  1516. content: ""
  1517. }
  1518.  
  1519. .fa-sort-amount-asc:before {
  1520. content: ""
  1521. }
  1522.  
  1523. .fa-sort-amount-desc:before {
  1524. content: ""
  1525. }
  1526.  
  1527. .fa-sort-numeric-asc:before {
  1528. content: ""
  1529. }
  1530.  
  1531. .fa-sort-numeric-desc:before {
  1532. content: ""
  1533. }
  1534.  
  1535. .fa-thumbs-up:before {
  1536. content: ""
  1537. }
  1538.  
  1539. .fa-thumbs-down:before {
  1540. content: ""
  1541. }
  1542.  
  1543. .fa-youtube-square:before {
  1544. content: ""
  1545. }
  1546.  
  1547. .fa-youtube:before {
  1548. content: ""
  1549. }
  1550.  
  1551. .fa-xing:before {
  1552. content: ""
  1553. }
  1554.  
  1555. .fa-xing-square:before {
  1556. content: ""
  1557. }
  1558.  
  1559. .fa-youtube-play:before {
  1560. content: ""
  1561. }
  1562.  
  1563. .fa-dropbox:before {
  1564. content: ""
  1565. }
  1566.  
  1567. .fa-stack-overflow:before {
  1568. content: ""
  1569. }
  1570.  
  1571. .fa-instagram:before {
  1572. content: ""
  1573. }
  1574.  
  1575. .fa-flickr:before {
  1576. content: ""
  1577. }
  1578.  
  1579. .fa-adn:before {
  1580. content: ""
  1581. }
  1582.  
  1583. .fa-bitbucket:before {
  1584. content: ""
  1585. }
  1586.  
  1587. .fa-bitbucket-square:before {
  1588. content: ""
  1589. }
  1590.  
  1591. .fa-tumblr:before {
  1592. content: ""
  1593. }
  1594.  
  1595. .fa-tumblr-square:before {
  1596. content: ""
  1597. }
  1598.  
  1599. .fa-long-arrow-down:before {
  1600. content: ""
  1601. }
  1602.  
  1603. .fa-long-arrow-up:before {
  1604. content: ""
  1605. }
  1606.  
  1607. .fa-long-arrow-left:before {
  1608. content: ""
  1609. }
  1610.  
  1611. .fa-long-arrow-right:before {
  1612. content: ""
  1613. }
  1614.  
  1615. .fa-apple:before {
  1616. content: ""
  1617. }
  1618.  
  1619. .fa-windows:before {
  1620. content: ""
  1621. }
  1622.  
  1623. .fa-android:before {
  1624. content: ""
  1625. }
  1626.  
  1627. .fa-linux:before {
  1628. content: ""
  1629. }
  1630.  
  1631. .fa-dribbble:before {
  1632. content: ""
  1633. }
  1634.  
  1635. .fa-skype:before {
  1636. content: ""
  1637. }
  1638.  
  1639. .fa-foursquare:before {
  1640. content: ""
  1641. }
  1642.  
  1643. .fa-trello:before {
  1644. content: ""
  1645. }
  1646.  
  1647. .fa-female:before {
  1648. content: ""
  1649. }
  1650.  
  1651. .fa-male:before {
  1652. content: ""
  1653. }
  1654.  
  1655. .fa-gittip:before, .fa-gratipay:before {
  1656. content: ""
  1657. }
  1658.  
  1659. .fa-sun-o:before {
  1660. content: ""
  1661. }
  1662.  
  1663. .fa-moon-o:before {
  1664. content: ""
  1665. }
  1666.  
  1667. .fa-archive:before {
  1668. content: ""
  1669. }
  1670.  
  1671. .fa-bug:before {
  1672. content: ""
  1673. }
  1674.  
  1675. .fa-vk:before {
  1676. content: ""
  1677. }
  1678.  
  1679. .fa-weibo:before {
  1680. content: ""
  1681. }
  1682.  
  1683. .fa-renren:before {
  1684. content: ""
  1685. }
  1686.  
  1687. .fa-pagelines:before {
  1688. content: ""
  1689. }
  1690.  
  1691. .fa-stack-exchange:before {
  1692. content: ""
  1693. }
  1694.  
  1695. .fa-arrow-circle-o-right:before {
  1696. content: ""
  1697. }
  1698.  
  1699. .fa-arrow-circle-o-left:before {
  1700. content: ""
  1701. }
  1702.  
  1703. .fa-toggle-left:before, .fa-caret-square-o-left:before {
  1704. content: ""
  1705. }
  1706.  
  1707. .fa-dot-circle-o:before {
  1708. content: ""
  1709. }
  1710.  
  1711. .fa-wheelchair:before {
  1712. content: ""
  1713. }
  1714.  
  1715. .fa-vimeo-square:before {
  1716. content: ""
  1717. }
  1718.  
  1719. .fa-turkish-lira:before, .fa-try:before {
  1720. content: ""
  1721. }
  1722.  
  1723. .fa-plus-square-o:before {
  1724. content: ""
  1725. }
  1726.  
  1727. .fa-space-shuttle:before {
  1728. content: ""
  1729. }
  1730.  
  1731. .fa-slack:before {
  1732. content: ""
  1733. }
  1734.  
  1735. .fa-envelope-square:before {
  1736. content: ""
  1737. }
  1738.  
  1739. .fa-wordpress:before {
  1740. content: ""
  1741. }
  1742.  
  1743. .fa-openid:before {
  1744. content: ""
  1745. }
  1746.  
  1747. .fa-institution:before, .fa-bank:before, .fa-university:before {
  1748. content: ""
  1749. }
  1750.  
  1751. .fa-mortar-board:before, .fa-graduation-cap:before {
  1752. content: ""
  1753. }
  1754.  
  1755. .fa-yahoo:before {
  1756. content: ""
  1757. }
  1758.  
  1759. .fa-google:before {
  1760. content: ""
  1761. }
  1762.  
  1763. .fa-reddit:before {
  1764. content: ""
  1765. }
  1766.  
  1767. .fa-reddit-square:before {
  1768. content: ""
  1769. }
  1770.  
  1771. .fa-stumbleupon-circle:before {
  1772. content: ""
  1773. }
  1774.  
  1775. .fa-stumbleupon:before {
  1776. content: ""
  1777. }
  1778.  
  1779. .fa-delicious:before {
  1780. content: ""
  1781. }
  1782.  
  1783. .fa-digg:before {
  1784. content: ""
  1785. }
  1786.  
  1787. .fa-pied-piper-pp:before {
  1788. content: ""
  1789. }
  1790.  
  1791. .fa-pied-piper-alt:before {
  1792. content: ""
  1793. }
  1794.  
  1795. .fa-drupal:before {
  1796. content: ""
  1797. }
  1798.  
  1799. .fa-joomla:before {
  1800. content: ""
  1801. }
  1802.  
  1803. .fa-language:before {
  1804. content: ""
  1805. }
  1806.  
  1807. .fa-fax:before {
  1808. content: ""
  1809. }
  1810.  
  1811. .fa-building:before {
  1812. content: ""
  1813. }
  1814.  
  1815. .fa-child:before {
  1816. content: ""
  1817. }
  1818.  
  1819. .fa-paw:before {
  1820. content: ""
  1821. }
  1822.  
  1823. .fa-spoon:before {
  1824. content: ""
  1825. }
  1826.  
  1827. .fa-cube:before {
  1828. content: ""
  1829. }
  1830.  
  1831. .fa-cubes:before {
  1832. content: ""
  1833. }
  1834.  
  1835. .fa-behance:before {
  1836. content: ""
  1837. }
  1838.  
  1839. .fa-behance-square:before {
  1840. content: ""
  1841. }
  1842.  
  1843. .fa-steam:before {
  1844. content: ""
  1845. }
  1846.  
  1847. .fa-steam-square:before {
  1848. content: ""
  1849. }
  1850.  
  1851. .fa-recycle:before {
  1852. content: ""
  1853. }
  1854.  
  1855. .fa-automobile:before, .fa-car:before {
  1856. content: ""
  1857. }
  1858.  
  1859. .fa-cab:before, .fa-taxi:before {
  1860. content: ""
  1861. }
  1862.  
  1863. .fa-tree:before {
  1864. content: ""
  1865. }
  1866.  
  1867. .fa-spotify:before {
  1868. content: ""
  1869. }
  1870.  
  1871. .fa-deviantart:before {
  1872. content: ""
  1873. }
  1874.  
  1875. .fa-soundcloud:before {
  1876. content: ""
  1877. }
  1878.  
  1879. .fa-database:before {
  1880. content: ""
  1881. }
  1882.  
  1883. .fa-file-pdf-o:before {
  1884. content: ""
  1885. }
  1886.  
  1887. .fa-file-word-o:before {
  1888. content: ""
  1889. }
  1890.  
  1891. .fa-file-excel-o:before {
  1892. content: ""
  1893. }
  1894.  
  1895. .fa-file-powerpoint-o:before {
  1896. content: ""
  1897. }
  1898.  
  1899. .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  1900. content: ""
  1901. }
  1902.  
  1903. .fa-file-zip-o:before, .fa-file-archive-o:before {
  1904. content: ""
  1905. }
  1906.  
  1907. .fa-file-sound-o:before, .fa-file-audio-o:before {
  1908. content: ""
  1909. }
  1910.  
  1911. .fa-file-movie-o:before, .fa-file-video-o:before {
  1912. content: ""
  1913. }
  1914.  
  1915. .fa-file-code-o:before {
  1916. content: ""
  1917. }
  1918.  
  1919. .fa-vine:before {
  1920. content: ""
  1921. }
  1922.  
  1923. .fa-codepen:before {
  1924. content: ""
  1925. }
  1926.  
  1927. .fa-jsfiddle:before {
  1928. content: ""
  1929. }
  1930.  
  1931. .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  1932. content: ""
  1933. }
  1934.  
  1935. .fa-circle-o-notch:before {
  1936. content: ""
  1937. }
  1938.  
  1939. .fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  1940. content: ""
  1941. }
  1942.  
  1943. .fa-ge:before, .fa-empire:before {
  1944. content: ""
  1945. }
  1946.  
  1947. .fa-git-square:before {
  1948. content: ""
  1949. }
  1950.  
  1951. .fa-git:before {
  1952. content: ""
  1953. }
  1954.  
  1955. .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  1956. content: ""
  1957. }
  1958.  
  1959. .fa-tencent-weibo:before {
  1960. content: ""
  1961. }
  1962.  
  1963. .fa-qq:before {
  1964. content: ""
  1965. }
  1966.  
  1967. .fa-wechat:before, .fa-weixin:before {
  1968. content: ""
  1969. }
  1970.  
  1971. .fa-send:before, .fa-paper-plane:before {
  1972. content: ""
  1973. }
  1974.  
  1975. .fa-send-o:before, .fa-paper-plane-o:before {
  1976. content: ""
  1977. }
  1978.  
  1979. .fa-history:before {
  1980. content: ""
  1981. }
  1982.  
  1983. .fa-circle-thin:before {
  1984. content: ""
  1985. }
  1986.  
  1987. .fa-header:before {
  1988. content: ""
  1989. }
  1990.  
  1991. .fa-paragraph:before {
  1992. content: ""
  1993. }
  1994.  
  1995. .fa-sliders:before {
  1996. content: ""
  1997. }
  1998.  
  1999. .fa-share-alt:before {
  2000. content: ""
  2001. }
  2002.  
  2003. .fa-share-alt-square:before {
  2004. content: ""
  2005. }
  2006.  
  2007. .fa-bomb:before {
  2008. content: ""
  2009. }
  2010.  
  2011. .fa-soccer-ball-o:before, .fa-futbol-o:before {
  2012. content: ""
  2013. }
  2014.  
  2015. .fa-tty:before {
  2016. content: ""
  2017. }
  2018.  
  2019. .fa-binoculars:before {
  2020. content: ""
  2021. }
  2022.  
  2023. .fa-plug:before {
  2024. content: ""
  2025. }
  2026.  
  2027. .fa-slideshare:before {
  2028. content: ""
  2029. }
  2030.  
  2031. .fa-twitch:before {
  2032. content: ""
  2033. }
  2034.  
  2035. .fa-yelp:before {
  2036. content: ""
  2037. }
  2038.  
  2039. .fa-newspaper-o:before {
  2040. content: ""
  2041. }
  2042.  
  2043. .fa-wifi:before {
  2044. content: ""
  2045. }
  2046.  
  2047. .fa-calculator:before {
  2048. content: ""
  2049. }
  2050.  
  2051. .fa-paypal:before {
  2052. content: ""
  2053. }
  2054.  
  2055. .fa-google-wallet:before {
  2056. content: ""
  2057. }
  2058.  
  2059. .fa-cc-visa:before {
  2060. content: ""
  2061. }
  2062.  
  2063. .fa-cc-mastercard:before {
  2064. content: ""
  2065. }
  2066.  
  2067. .fa-cc-discover:before {
  2068. content: ""
  2069. }
  2070.  
  2071. .fa-cc-amex:before {
  2072. content: ""
  2073. }
  2074.  
  2075. .fa-cc-paypal:before {
  2076. content: ""
  2077. }
  2078.  
  2079. .fa-cc-stripe:before {
  2080. content: ""
  2081. }
  2082.  
  2083. .fa-bell-slash:before {
  2084. content: ""
  2085. }
  2086.  
  2087. .fa-bell-slash-o:before {
  2088. content: ""
  2089. }
  2090.  
  2091. .fa-trash:before {
  2092. content: ""
  2093. }
  2094.  
  2095. .fa-copyright:before {
  2096. content: ""
  2097. }
  2098.  
  2099. .fa-at:before {
  2100. content: ""
  2101. }
  2102.  
  2103. .fa-eyedropper:before {
  2104. content: ""
  2105. }
  2106.  
  2107. .fa-paint-brush:before {
  2108. content: ""
  2109. }
  2110.  
  2111. .fa-birthday-cake:before {
  2112. content: ""
  2113. }
  2114.  
  2115. .fa-area-chart:before {
  2116. content: ""
  2117. }
  2118.  
  2119. .fa-pie-chart:before {
  2120. content: ""
  2121. }
  2122.  
  2123. .fa-line-chart:before {
  2124. content: ""
  2125. }
  2126.  
  2127. .fa-lastfm:before {
  2128. content: ""
  2129. }
  2130.  
  2131. .fa-lastfm-square:before {
  2132. content: ""
  2133. }
  2134.  
  2135. .fa-toggle-off:before {
  2136. content: ""
  2137. }
  2138.  
  2139. .fa-toggle-on:before {
  2140. content: ""
  2141. }
  2142.  
  2143. .fa-bicycle:before {
  2144. content: ""
  2145. }
  2146.  
  2147. .fa-bus:before {
  2148. content: ""
  2149. }
  2150.  
  2151. .fa-ioxhost:before {
  2152. content: ""
  2153. }
  2154.  
  2155. .fa-angellist:before {
  2156. content: ""
  2157. }
  2158.  
  2159. .fa-cc:before {
  2160. content: ""
  2161. }
  2162.  
  2163. .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  2164. content: ""
  2165. }
  2166.  
  2167. .fa-meanpath:before {
  2168. content: ""
  2169. }
  2170.  
  2171. .fa-buysellads:before {
  2172. content: ""
  2173. }
  2174.  
  2175. .fa-connectdevelop:before {
  2176. content: ""
  2177. }
  2178.  
  2179. .fa-dashcube:before {
  2180. content: ""
  2181. }
  2182.  
  2183. .fa-forumbee:before {
  2184. content: ""
  2185. }
  2186.  
  2187. .fa-leanpub:before {
  2188. content: ""
  2189. }
  2190.  
  2191. .fa-sellsy:before {
  2192. content: ""
  2193. }
  2194.  
  2195. .fa-shirtsinbulk:before {
  2196. content: ""
  2197. }
  2198.  
  2199. .fa-simplybuilt:before {
  2200. content: ""
  2201. }
  2202.  
  2203. .fa-skyatlas:before {
  2204. content: ""
  2205. }
  2206.  
  2207. .fa-cart-plus:before {
  2208. content: ""
  2209. }
  2210.  
  2211. .fa-cart-arrow-down:before {
  2212. content: ""
  2213. }
  2214.  
  2215. .fa-diamond:before {
  2216. content: ""
  2217. }
  2218.  
  2219. .fa-ship:before {
  2220. content: ""
  2221. }
  2222.  
  2223. .fa-user-secret:before {
  2224. content: ""
  2225. }
  2226.  
  2227. .fa-motorcycle:before {
  2228. content: ""
  2229. }
  2230.  
  2231. .fa-street-view:before {
  2232. content: ""
  2233. }
  2234.  
  2235. .fa-heartbeat:before {
  2236. content: ""
  2237. }
  2238.  
  2239. .fa-venus:before {
  2240. content: ""
  2241. }
  2242.  
  2243. .fa-mars:before {
  2244. content: ""
  2245. }
  2246.  
  2247. .fa-mercury:before {
  2248. content: ""
  2249. }
  2250.  
  2251. .fa-intersex:before, .fa-transgender:before {
  2252. content: ""
  2253. }
  2254.  
  2255. .fa-transgender-alt:before {
  2256. content: ""
  2257. }
  2258.  
  2259. .fa-venus-double:before {
  2260. content: ""
  2261. }
  2262.  
  2263. .fa-mars-double:before {
  2264. content: ""
  2265. }
  2266.  
  2267. .fa-venus-mars:before {
  2268. content: ""
  2269. }
  2270.  
  2271. .fa-mars-stroke:before {
  2272. content: ""
  2273. }
  2274.  
  2275. .fa-mars-stroke-v:before {
  2276. content: ""
  2277. }
  2278.  
  2279. .fa-mars-stroke-h:before {
  2280. content: ""
  2281. }
  2282.  
  2283. .fa-neuter:before {
  2284. content: ""
  2285. }
  2286.  
  2287. .fa-genderless:before {
  2288. content: ""
  2289. }
  2290.  
  2291. .fa-facebook-official:before {
  2292. content: ""
  2293. }
  2294.  
  2295. .fa-pinterest-p:before {
  2296. content: ""
  2297. }
  2298.  
  2299. .fa-whatsapp:before {
  2300. content: ""
  2301. }
  2302.  
  2303. .fa-server:before {
  2304. content: ""
  2305. }
  2306.  
  2307. .fa-user-plus:before {
  2308. content: ""
  2309. }
  2310.  
  2311. .fa-user-times:before {
  2312. content: ""
  2313. }
  2314.  
  2315. .fa-hotel:before, .fa-bed:before {
  2316. content: ""
  2317. }
  2318.  
  2319. .fa-viacoin:before {
  2320. content: ""
  2321. }
  2322.  
  2323. .fa-train:before {
  2324. content: ""
  2325. }
  2326.  
  2327. .fa-subway:before {
  2328. content: ""
  2329. }
  2330.  
  2331. .fa-medium:before {
  2332. content: ""
  2333. }
  2334.  
  2335. .fa-yc:before, .fa-y-combinator:before {
  2336. content: ""
  2337. }
  2338.  
  2339. .fa-optin-monster:before {
  2340. content: ""
  2341. }
  2342.  
  2343. .fa-opencart:before {
  2344. content: ""
  2345. }
  2346.  
  2347. .fa-expeditedssl:before {
  2348. content: ""
  2349. }
  2350.  
  2351. .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  2352. content: ""
  2353. }
  2354.  
  2355. .fa-battery-3:before, .fa-battery-three-quarters:before {
  2356. content: ""
  2357. }
  2358.  
  2359. .fa-battery-2:before, .fa-battery-half:before {
  2360. content: ""
  2361. }
  2362.  
  2363. .fa-battery-1:before, .fa-battery-quarter:before {
  2364. content: ""
  2365. }
  2366.  
  2367. .fa-battery-0:before, .fa-battery-empty:before {
  2368. content: ""
  2369. }
  2370.  
  2371. .fa-mouse-pointer:before {
  2372. content: ""
  2373. }
  2374.  
  2375. .fa-i-cursor:before {
  2376. content: ""
  2377. }
  2378.  
  2379. .fa-object-group:before {
  2380. content: ""
  2381. }
  2382.  
  2383. .fa-object-ungroup:before {
  2384. content: ""
  2385. }
  2386.  
  2387. .fa-sticky-note:before {
  2388. content: ""
  2389. }
  2390.  
  2391. .fa-sticky-note-o:before {
  2392. content: ""
  2393. }
  2394.  
  2395. .fa-cc-jcb:before {
  2396. content: ""
  2397. }
  2398.  
  2399. .fa-cc-diners-club:before {
  2400. content: ""
  2401. }
  2402.  
  2403. .fa-clone:before {
  2404. content: ""
  2405. }
  2406.  
  2407. .fa-balance-scale:before {
  2408. content: ""
  2409. }
  2410.  
  2411. .fa-hourglass-o:before {
  2412. content: ""
  2413. }
  2414.  
  2415. .fa-hourglass-1:before, .fa-hourglass-start:before {
  2416. content: ""
  2417. }
  2418.  
  2419. .fa-hourglass-2:before, .fa-hourglass-half:before {
  2420. content: ""
  2421. }
  2422.  
  2423. .fa-hourglass-3:before, .fa-hourglass-end:before {
  2424. content: ""
  2425. }
  2426.  
  2427. .fa-hourglass:before {
  2428. content: ""
  2429. }
  2430.  
  2431. .fa-hand-grab-o:before, .fa-hand-rock-o:before {
  2432. content: ""
  2433. }
  2434.  
  2435. .fa-hand-stop-o:before, .fa-hand-paper-o:before {
  2436. content: ""
  2437. }
  2438.  
  2439. .fa-hand-scissors-o:before {
  2440. content: ""
  2441. }
  2442.  
  2443. .fa-hand-lizard-o:before {
  2444. content: ""
  2445. }
  2446.  
  2447. .fa-hand-spock-o:before {
  2448. content: ""
  2449. }
  2450.  
  2451. .fa-hand-pointer-o:before {
  2452. content: ""
  2453. }
  2454.  
  2455. .fa-hand-peace-o:before {
  2456. content: ""
  2457. }
  2458.  
  2459. .fa-trademark:before {
  2460. content: ""
  2461. }
  2462.  
  2463. .fa-registered:before {
  2464. content: ""
  2465. }
  2466.  
  2467. .fa-creative-commons:before {
  2468. content: ""
  2469. }
  2470.  
  2471. .fa-gg:before {
  2472. content: ""
  2473. }
  2474.  
  2475. .fa-gg-circle:before {
  2476. content: ""
  2477. }
  2478.  
  2479. .fa-tripadvisor:before {
  2480. content: ""
  2481. }
  2482.  
  2483. .fa-odnoklassniki:before {
  2484. content: ""
  2485. }
  2486.  
  2487. .fa-odnoklassniki-square:before {
  2488. content: ""
  2489. }
  2490.  
  2491. .fa-get-pocket:before {
  2492. content: ""
  2493. }
  2494.  
  2495. .fa-wikipedia-w:before {
  2496. content: ""
  2497. }
  2498.  
  2499. .fa-safari:before {
  2500. content: ""
  2501. }
  2502.  
  2503. .fa-chrome:before {
  2504. content: ""
  2505. }
  2506.  
  2507. .fa-firefox:before {
  2508. content: ""
  2509. }
  2510.  
  2511. .fa-opera:before {
  2512. content: ""
  2513. }
  2514.  
  2515. .fa-internet-explorer:before {
  2516. content: ""
  2517. }
  2518.  
  2519. .fa-tv:before, .fa-television:before {
  2520. content: ""
  2521. }
  2522.  
  2523. .fa-contao:before {
  2524. content: ""
  2525. }
  2526.  
  2527. .fa-500px:before {
  2528. content: ""
  2529. }
  2530.  
  2531. .fa-amazon:before {
  2532. content: ""
  2533. }
  2534.  
  2535. .fa-calendar-plus-o:before {
  2536. content: ""
  2537. }
  2538.  
  2539. .fa-calendar-minus-o:before {
  2540. content: ""
  2541. }
  2542.  
  2543. .fa-calendar-times-o:before {
  2544. content: ""
  2545. }
  2546.  
  2547. .fa-calendar-check-o:before {
  2548. content: ""
  2549. }
  2550.  
  2551. .fa-industry:before {
  2552. content: ""
  2553. }
  2554.  
  2555. .fa-map-pin:before {
  2556. content: ""
  2557. }
  2558.  
  2559. .fa-map-signs:before {
  2560. content: ""
  2561. }
  2562.  
  2563. .fa-map-o:before {
  2564. content: ""
  2565. }
  2566.  
  2567. .fa-map:before {
  2568. content: ""
  2569. }
  2570.  
  2571. .fa-commenting:before {
  2572. content: ""
  2573. }
  2574.  
  2575. .fa-commenting-o:before {
  2576. content: ""
  2577. }
  2578.  
  2579. .fa-houzz:before {
  2580. content: ""
  2581. }
  2582.  
  2583. .fa-vimeo:before {
  2584. content: ""
  2585. }
  2586.  
  2587. .fa-black-tie:before {
  2588. content: ""
  2589. }
  2590.  
  2591. .fa-fonticons:before {
  2592. content: ""
  2593. }
  2594.  
  2595. .fa-reddit-alien:before {
  2596. content: ""
  2597. }
  2598.  
  2599. .fa-edge:before {
  2600. content: ""
  2601. }
  2602.  
  2603. .fa-credit-card-alt:before {
  2604. content: ""
  2605. }
  2606.  
  2607. .fa-codiepie:before {
  2608. content: ""
  2609. }
  2610.  
  2611. .fa-modx:before {
  2612. content: ""
  2613. }
  2614.  
  2615. .fa-fort-awesome:before {
  2616. content: ""
  2617. }
  2618.  
  2619. .fa-usb:before {
  2620. content: ""
  2621. }
  2622.  
  2623. .fa-product-hunt:before {
  2624. content: ""
  2625. }
  2626.  
  2627. .fa-mixcloud:before {
  2628. content: ""
  2629. }
  2630.  
  2631. .fa-scribd:before {
  2632. content: ""
  2633. }
  2634.  
  2635. .fa-pause-circle:before {
  2636. content: ""
  2637. }
  2638.  
  2639. .fa-pause-circle-o:before {
  2640. content: ""
  2641. }
  2642.  
  2643. .fa-stop-circle:before {
  2644. content: ""
  2645. }
  2646.  
  2647. .fa-stop-circle-o:before {
  2648. content: ""
  2649. }
  2650.  
  2651. .fa-shopping-bag:before {
  2652. content: ""
  2653. }
  2654.  
  2655. .fa-shopping-basket:before {
  2656. content: ""
  2657. }
  2658.  
  2659. .fa-hashtag:before {
  2660. content: ""
  2661. }
  2662.  
  2663. .fa-bluetooth:before {
  2664. content: ""
  2665. }
  2666.  
  2667. .fa-bluetooth-b:before {
  2668. content: ""
  2669. }
  2670.  
  2671. .fa-percent:before {
  2672. content: ""
  2673. }
  2674.  
  2675. .fa-gitlab:before {
  2676. content: ""
  2677. }
  2678.  
  2679. .fa-wpbeginner:before {
  2680. content: ""
  2681. }
  2682.  
  2683. .fa-wpforms:before {
  2684. content: ""
  2685. }
  2686.  
  2687. .fa-envira:before {
  2688. content: ""
  2689. }
  2690.  
  2691. .fa-universal-access:before {
  2692. content: ""
  2693. }
  2694.  
  2695. .fa-wheelchair-alt:before {
  2696. content: ""
  2697. }
  2698.  
  2699. .fa-question-circle-o:before {
  2700. content: ""
  2701. }
  2702.  
  2703. .fa-blind:before {
  2704. content: ""
  2705. }
  2706.  
  2707. .fa-audio-description:before {
  2708. content: ""
  2709. }
  2710.  
  2711. .fa-volume-control-phone:before {
  2712. content: ""
  2713. }
  2714.  
  2715. .fa-braille:before {
  2716. content: ""
  2717. }
  2718.  
  2719. .fa-assistive-listening-systems:before {
  2720. content: ""
  2721. }
  2722.  
  2723. .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  2724. content: ""
  2725. }
  2726.  
  2727. .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  2728. content: ""
  2729. }
  2730.  
  2731. .fa-glide:before {
  2732. content: ""
  2733. }
  2734.  
  2735. .fa-glide-g:before {
  2736. content: ""
  2737. }
  2738.  
  2739. .fa-signing:before, .fa-sign-language:before {
  2740. content: ""
  2741. }
  2742.  
  2743. .fa-low-vision:before {
  2744. content: ""
  2745. }
  2746.  
  2747. .fa-viadeo:before {
  2748. content: ""
  2749. }
  2750.  
  2751. .fa-viadeo-square:before {
  2752. content: ""
  2753. }
  2754.  
  2755. .fa-snapchat:before {
  2756. content: ""
  2757. }
  2758.  
  2759. .fa-snapchat-ghost:before {
  2760. content: ""
  2761. }
  2762.  
  2763. .fa-snapchat-square:before {
  2764. content: ""
  2765. }
  2766.  
  2767. .fa-pied-piper:before {
  2768. content: ""
  2769. }
  2770.  
  2771. .fa-first-order:before {
  2772. content: ""
  2773. }
  2774.  
  2775. .fa-yoast:before {
  2776. content: ""
  2777. }
  2778.  
  2779. .fa-themeisle:before {
  2780. content: ""
  2781. }
  2782.  
  2783. .fa-google-plus-circle:before, .fa-google-plus-official:before {
  2784. content: ""
  2785. }
  2786.  
  2787. .fa-fa:before, .fa-font-awesome:before {
  2788. content: ""
  2789. }
  2790.  
  2791. .fa-handshake-o:before {
  2792. content: ""
  2793. }
  2794.  
  2795. .fa-envelope-open:before {
  2796. content: ""
  2797. }
  2798.  
  2799. .fa-envelope-open-o:before {
  2800. content: ""
  2801. }
  2802.  
  2803. .fa-linode:before {
  2804. content: ""
  2805. }
  2806.  
  2807. .fa-address-book:before {
  2808. content: ""
  2809. }
  2810.  
  2811. .fa-address-book-o:before {
  2812. content: ""
  2813. }
  2814.  
  2815. .fa-vcard:before, .fa-address-card:before {
  2816. content: ""
  2817. }
  2818.  
  2819. .fa-vcard-o:before, .fa-address-card-o:before {
  2820. content: ""
  2821. }
  2822.  
  2823. .fa-user-circle:before {
  2824. content: ""
  2825. }
  2826.  
  2827. .fa-user-circle-o:before {
  2828. content: ""
  2829. }
  2830.  
  2831. .fa-user-o:before {
  2832. content: ""
  2833. }
  2834.  
  2835. .fa-id-badge:before {
  2836. content: ""
  2837. }
  2838.  
  2839. .fa-drivers-license:before, .fa-id-card:before {
  2840. content: ""
  2841. }
  2842.  
  2843. .fa-drivers-license-o:before, .fa-id-card-o:before {
  2844. content: ""
  2845. }
  2846.  
  2847. .fa-quora:before {
  2848. content: ""
  2849. }
  2850.  
  2851. .fa-free-code-camp:before {
  2852. content: ""
  2853. }
  2854.  
  2855. .fa-telegram:before {
  2856. content: ""
  2857. }
  2858.  
  2859. .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  2860. content: ""
  2861. }
  2862.  
  2863. .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  2864. content: ""
  2865. }
  2866.  
  2867. .fa-thermometer-2:before, .fa-thermometer-half:before {
  2868. content: ""
  2869. }
  2870.  
  2871. .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  2872. content: ""
  2873. }
  2874.  
  2875. .fa-thermometer-0:before, .fa-thermometer-empty:before {
  2876. content: ""
  2877. }
  2878.  
  2879. .fa-shower:before {
  2880. content: ""
  2881. }
  2882.  
  2883. .fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  2884. content: ""
  2885. }
  2886.  
  2887. .fa-podcast:before {
  2888. content: ""
  2889. }
  2890.  
  2891. .fa-window-maximize:before {
  2892. content: ""
  2893. }
  2894.  
  2895. .fa-window-minimize:before {
  2896. content: ""
  2897. }
  2898.  
  2899. .fa-window-restore:before {
  2900. content: ""
  2901. }
  2902.  
  2903. .fa-times-rectangle:before, .fa-window-close:before {
  2904. content: ""
  2905. }
  2906.  
  2907. .fa-times-rectangle-o:before, .fa-window-close-o:before {
  2908. content: ""
  2909. }
  2910.  
  2911. .fa-bandcamp:before {
  2912. content: ""
  2913. }
  2914.  
  2915. .fa-grav:before {
  2916. content: ""
  2917. }
  2918.  
  2919. .fa-etsy:before {
  2920. content: ""
  2921. }
  2922.  
  2923. .fa-imdb:before {
  2924. content: ""
  2925. }
  2926.  
  2927. .fa-ravelry:before {
  2928. content: ""
  2929. }
  2930.  
  2931. .fa-eercast:before {
  2932. content: ""
  2933. }
  2934.  
  2935. .fa-microchip:before {
  2936. content: ""
  2937. }
  2938.  
  2939. .fa-snowflake-o:before {
  2940. content: ""
  2941. }
  2942.  
  2943. .fa-superpowers:before {
  2944. content: ""
  2945. }
  2946.  
  2947. .fa-wpexplorer:before {
  2948. content: ""
  2949. }
  2950.  
  2951. .fa-meetup:before {
  2952. content: ""
  2953. }
  2954.  
  2955. .sr-only {
  2956. position: absolute;
  2957. width: 1px;
  2958. height: 1px;
  2959. padding: 0;
  2960. margin: -1px;
  2961. overflow: hidden;
  2962. clip: rect(0, 0, 0, 0);
  2963. border: 0
  2964. }
  2965.  
  2966. .sr-only-focusable:active, .sr-only-focusable:focus {
  2967. position: static;
  2968. width: auto;
  2969. height: auto;
  2970. margin: 0;
  2971. overflow: visible;
  2972. clip: auto
  2973. }
  2974.  
  2975. h1, h2, h3, h4, h5, h6, figure {
  2976. margin: 0;
  2977. padding: 0;
  2978. border: 0;
  2979. font-size: 100%;
  2980. font: inherit;
  2981. vertical-align: baseline
  2982. }
  2983.  
  2984. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  2985. display: block
  2986. }
  2987.  
  2988. table {
  2989. border-collapse: collapse;
  2990. border-spacing: 0
  2991. }
  2992.  
  2993. th, td {
  2994. border-bottom: 1px solid;
  2995. padding: 10px
  2996. }
  2997.  
  2998. tfoot tr {
  2999. border-top: 2px solid
  3000. }
  3001.  
  3002. /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  3003. figcaption, figure, main {
  3004. display: block
  3005. }
  3006.  
  3007. hr {
  3008. box-sizing: content-box;
  3009. height: 0;
  3010. overflow: visible
  3011. }
  3012.  
  3013. pre {
  3014. font-family: monospace, monospace;
  3015. font-size: 1em
  3016. }
  3017.  
  3018. a {
  3019. background-color: transparent;
  3020. -webkit-text-decoration-skip: objects
  3021. }
  3022.  
  3023. a:active, a:hover {
  3024. outline-width: 0
  3025. }
  3026.  
  3027. abbr[title] {
  3028. border-bottom: none;
  3029. text-decoration: underline;
  3030. text-decoration: underline dotted
  3031. }
  3032.  
  3033. b, strong {
  3034. font-weight: 700
  3035. }
  3036.  
  3037. code, kbd, samp {
  3038. font-family: monospace, monospace;
  3039. font-size: 1em
  3040. }
  3041.  
  3042. dfn {
  3043. font-style: italic
  3044. }
  3045.  
  3046. mark {
  3047. color: inherit
  3048. }
  3049.  
  3050. small {
  3051. font-size: 80%
  3052. }
  3053.  
  3054. sub, sup {
  3055. font-size: 75%;
  3056. line-height: 0;
  3057. position: relative;
  3058. vertical-align: baseline
  3059. }
  3060.  
  3061. sub {
  3062. bottom: -0.25em
  3063. }
  3064.  
  3065. sup {
  3066. top: -0.5em
  3067. }
  3068.  
  3069. audio, video {
  3070. display: inline-block
  3071. }
  3072.  
  3073. audio:not([controls]) {
  3074. display: none;
  3075. height: 0
  3076. }
  3077.  
  3078. img {
  3079. border-style: none
  3080. }
  3081.  
  3082. svg:not(:root) {
  3083. overflow: hidden
  3084. }
  3085.  
  3086. button, input, optgroup, select, textarea {
  3087. font-family: sans-serif;
  3088. font-size: 100%;
  3089. line-height: 1.15;
  3090. margin: 0
  3091. }
  3092.  
  3093. button, input {
  3094. overflow: visible
  3095. }
  3096.  
  3097. button, select {
  3098. text-transform: none
  3099. }
  3100.  
  3101. button, html [type="button"], [type="reset"], [type="submit"] {
  3102. -webkit-appearance: button
  3103. }
  3104.  
  3105. button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  3106. border-style: none;
  3107. padding: 0
  3108. }
  3109.  
  3110. button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  3111. outline: 1px dotted ButtonText
  3112. }
  3113.  
  3114. fieldset {
  3115. margin: 0 2px;
  3116. padding: 0.35em 0.625em 0.75em
  3117. }
  3118.  
  3119. legend {
  3120. box-sizing: border-box;
  3121. color: inherit;
  3122. display: table;
  3123. max-width: 100%;
  3124. padding: 0;
  3125. white-space: normal
  3126. }
  3127.  
  3128. progress {
  3129. display: inline-block;
  3130. vertical-align: baseline
  3131. }
  3132.  
  3133. textarea {
  3134. overflow: auto
  3135. }
  3136.  
  3137. [type="checkbox"], [type="radio"] {
  3138. box-sizing: border-box;
  3139. padding: 0
  3140. }
  3141.  
  3142. [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  3143. height: auto
  3144. }
  3145.  
  3146. [type="search"] {
  3147. -webkit-appearance: textfield;
  3148. outline-offset: -2px
  3149. }
  3150.  
  3151. [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  3152. -webkit-appearance: none
  3153. }
  3154.  
  3155. ::-webkit-file-upload-button {
  3156. -webkit-appearance: button;
  3157. font: inherit
  3158. }
  3159.  
  3160. details, menu {
  3161. display: block
  3162. }
  3163.  
  3164. summary {
  3165. display: list-item
  3166. }
  3167.  
  3168. canvas {
  3169. display: inline-block
  3170. }
  3171.  
  3172. template {
  3173. display: none
  3174. }
  3175.  
  3176. [hidden] {
  3177. display: none
  3178. }
  3179.  
  3180. html {
  3181. box-sizing: border-box;
  3182. overflow-x: hidden;
  3183. line-height: 1.5;
  3184. -ms-text-size-adjust: 100%;
  3185. -webkit-text-size-adjust: 100%
  3186. }
  3187.  
  3188. *, *:before, *:after {
  3189. box-sizing: inherit
  3190. }
  3191.  
  3192. body {
  3193. font-size: 15px;
  3194. overflow-x: hidden;
  3195. font-family: "Roboto", sans-serif;
  3196. margin: 0
  3197. }
  3198.  
  3199. ul li, ol li {
  3200. margin: 0 0 .5rem
  3201. }
  3202.  
  3203. .ui-accordion .views-row {
  3204. margin-right: 0;
  3205. margin-left: 0;
  3206. border-bottom: 1px solid
  3207. }
  3208.  
  3209. .ui-accordion .views-row.views-row-first {
  3210. border-top: 1px solid
  3211. }
  3212.  
  3213. .ui-accordion .views-row .ui-state-default {
  3214. background: transparent;
  3215. border: none;
  3216. -webkit-transition-duration: 0.25s;
  3217. transition-duration: 0.25s
  3218. }
  3219.  
  3220. .ui-accordion .ui-accordion-content {
  3221. padding: 10px 20px
  3222. }
  3223.  
  3224. .ui-accordion .ui-accordion-header {
  3225. margin-top: 0;
  3226. padding-left: 20px
  3227. }
  3228.  
  3229. .ui-accordion .ui-accordion-header:hover {
  3230. background: rgba(0, 0, 0, 0.1);
  3231. -webkit-transition-duration: 0.5s;
  3232. transition-duration: 0.5s
  3233. }
  3234.  
  3235. .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  3236. left: auto;
  3237. right: 1em
  3238. }
  3239.  
  3240. .ui-accordion .ui-accordion-header a {
  3241. display: block
  3242. }
  3243.  
  3244. .ui-accordion .ui-corner-all, .ui-accordion .ui-corner-bottom, .ui-accordion .ui-corner-right, .ui-accordion .ui-corner-br, .ui-accordion .ui-corner-top, .ui-accordion .ui-corner-right, .ui-accordion .ui-corner-tr {
  3245. border-radius: 0
  3246. }
  3247.  
  3248. .ui-accordion .ui-widget-content {
  3249. border: none
  3250. }
  3251.  
  3252. .ui-accordion-header-icon {
  3253. background: transparent;
  3254. content: '';
  3255. display: block;
  3256. width: 0;
  3257. height: 0;
  3258. border: inset 5px;
  3259. border-color: transparent transparent transparent currentColor;
  3260. border-left-style: solid;
  3261. border-right-width: 0
  3262. }
  3263.  
  3264. .ui-state-active .ui-accordion-header-icon {
  3265. content: '';
  3266. display: block;
  3267. width: 0;
  3268. height: 0;
  3269. border: inset 5px;
  3270. border-color: currentColor transparent transparent;
  3271. border-top-style: solid;
  3272. border-bottom-width: 0
  3273. }
  3274.  
  3275. .full-width-content .field-content {
  3276. max-width: 1200px;
  3277. margin-left: auto;
  3278. margin-right: auto;
  3279. width: 100%;
  3280. width: 100%;
  3281. float: left;
  3282. padding-left: .625rem;
  3283. padding-right: .625rem;
  3284. float: none
  3285. }
  3286.  
  3287. .full-width-content .field-content::before, .full-width-content .field-content::after {
  3288. content: ' ';
  3289. display: table
  3290. }
  3291.  
  3292. .full-width-content .field-content::after {
  3293. clear: both
  3294. }
  3295.  
  3296. @media screen and (min-width: 30em) {
  3297. .full-width-content .field-content {
  3298. padding-left: .9375rem;
  3299. padding-right: .9375rem
  3300. }
  3301. }
  3302.  
  3303. .full-width-content .field-content:last-child:not(:first-child) {
  3304. float: right
  3305. }
  3306.  
  3307. .full-width-content .ui-accordion .ui-accordion-content, .full-width-content .ui-accordion .ui-accordion-header {
  3308. padding-left: 0
  3309. }
  3310.  
  3311. .flexslider:hover .flex-prev, .flexslider:hover .flex-next {
  3312. opacity: 1
  3313. }
  3314.  
  3315. .flexslider .flex-direction-nav a {
  3316. text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
  3317. }
  3318.  
  3319. .flex-control-paging li a.flex-active {
  3320. background: rgba(0, 0, 0, 0.35)
  3321. }
  3322.  
  3323. .flex-control-paging li a {
  3324. width: 9px;
  3325. height: 9px;
  3326. -webkit-box-shadow: none;
  3327. -moz-box-shadow: none;
  3328. -o-box-shadow: none;
  3329. box-shadow: none
  3330. }
  3331.  
  3332. .flex-control-paging li a.flex-active {
  3333. border: 1px solid;
  3334. width: 11px;
  3335. height: 11px
  3336. }
  3337.  
  3338. #modalContent fieldset.collapsed {
  3339. height: auto
  3340. }
  3341.  
  3342. #modalContent a {
  3343. line-height: 1.5em
  3344. }
  3345.  
  3346. ul.menu {
  3347. padding: 0
  3348. }
  3349.  
  3350. ul.menu, ul.menu li {
  3351. margin: 0
  3352. }
  3353.  
  3354. .pane-system-main-menu, #nav {
  3355. z-index: 101
  3356. }
  3357.  
  3358. .pane-system-main-menu a, #nav a {
  3359. display: none;
  3360. margin-right: 0
  3361. }
  3362.  
  3363. .pane-system-main-menu ul.menu, #nav ul.menu {
  3364. border: none
  3365. }
  3366.  
  3367. .pane-system-main-menu ul.menu li, #nav ul.menu li {
  3368. display: inline-block;
  3369. position: relative
  3370. }
  3371.  
  3372. .pane-system-main-menu ul.menu li a, #nav ul.menu li a {
  3373. padding: 10px 20px;
  3374. display: block;
  3375. text-decoration: none;
  3376. border: none;
  3377. white-space: normal
  3378. }
  3379.  
  3380. .pane-system-main-menu ul.menu li ul.menu, #nav ul.menu li ul.menu {
  3381. position: absolute;
  3382. display: none;
  3383. left: 0;
  3384. width: 175px;
  3385. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3386. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3387. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3388. border-radius: 2px;
  3389. z-index: 101;
  3390. padding: 5px 0
  3391. }
  3392.  
  3393. .pane-system-main-menu ul.menu li ul.menu li, #nav ul.menu li ul.menu li {
  3394. display: block
  3395. }
  3396.  
  3397. .pane-system-main-menu ul.menu li ul.menu li.expanded:after, #nav ul.menu li ul.menu li.expanded:after {
  3398. content: '';
  3399. display: block;
  3400. width: 0;
  3401. height: 0;
  3402. border: inset 5px;
  3403. border-color: transparent transparent transparent currentColor;
  3404. border-left-style: solid;
  3405. border-right-width: 0;
  3406. position: absolute;
  3407. right: 10px;
  3408. top: 15px
  3409. }
  3410.  
  3411. .pane-system-main-menu ul.menu li ul.menu ul, #nav ul.menu li ul.menu ul {
  3412. top: -5px;
  3413. left: 175px
  3414. }
  3415.  
  3416. .pane-system-main-menu ul.menu li:hover, #nav ul.menu li:hover {
  3417. -webkit-transition-duration: 0.25s;
  3418. transition-duration: 0.25s
  3419. }
  3420.  
  3421. .pane-system-main-menu ul.menu li:hover > ul, #nav ul.menu li:hover > ul {
  3422. display: block;
  3423. -webkit-transition-duration: 0.25s;
  3424. transition-duration: 0.25s
  3425. }
  3426.  
  3427. .pane-system-main-menu li.expanded, .pane-system-main-menu li.collapsed, .pane-system-main-menu li.leaf, #nav li.expanded, #nav li.collapsed, #nav li.leaf {
  3428. padding: 0
  3429. }
  3430.  
  3431. .pane-system-main-menu > ul, #nav > ul {
  3432. text-transform: uppercase
  3433. }
  3434.  
  3435. .pane-system-main-menu > ul ul, #nav > ul ul {
  3436. text-transform: none
  3437. }
  3438.  
  3439. #nav ul.menu li.last ul {
  3440. left: auto;
  3441. right: 0
  3442. }
  3443.  
  3444. #nav ul.menu li.last ul.menu ul, #nav ul.menu li:nth-last-child(2) ul.menu ul {
  3445. left: -175px
  3446. }
  3447.  
  3448. .hamburger-icon {
  3449. display: none;
  3450. font-size: 1.5rem
  3451. }
  3452.  
  3453. .hamburger-icon:before {
  3454. content: "";
  3455. font-family: "FontAwesome"
  3456. }
  3457.  
  3458. #show-menu {
  3459. display: none
  3460. }
  3461.  
  3462. #show-menu:checked ~ ul.menu {
  3463. display: block
  3464. }
  3465.  
  3466. @media screen and (max-width: 47.875em) {
  3467. #nav ul.menu {
  3468. position: static;
  3469. display: none;
  3470. position: absolute;
  3471. left: 0;
  3472. width: 100%
  3473. }
  3474.  
  3475. #nav ul.menu li {
  3476. margin-bottom: 1px;
  3477. display: block;
  3478. width: 100%
  3479. }
  3480.  
  3481. #nav ul.menu li.expanded:after {
  3482. content: '';
  3483. display: block;
  3484. width: 0;
  3485. height: 0;
  3486. border: inset 5px;
  3487. border-color: currentColor transparent transparent;
  3488. border-top-style: solid;
  3489. border-bottom-width: 0;
  3490. position: absolute;
  3491. right: 10px;
  3492. top: 15px
  3493. }
  3494.  
  3495. #nav ul.menu li, #nav ul.menu li a {
  3496. width: 100%
  3497. }
  3498.  
  3499. .hamburger-icon {
  3500. display: block
  3501. }
  3502.  
  3503. #nav ul.menu li ul.menu {
  3504. position: static;
  3505. box-shadow: none;
  3506. color: inherit;
  3507. padding-left: 1em;
  3508. width: 100%
  3509. }
  3510. }
  3511.  
  3512. ul.menu.secondary {
  3513. float: right;
  3514. border: none;
  3515. margin: 0 -10px
  3516. }
  3517.  
  3518. ul.menu.secondary li {
  3519. border: none;
  3520. padding: 0 10px
  3521. }
  3522.  
  3523. .pane-system-user-menu .menu li {
  3524. list-style: none;
  3525. display: inline-block
  3526. }
  3527.  
  3528. .pane-system-management ul {
  3529. padding: 0
  3530. }
  3531.  
  3532. .pane-system-management ul li {
  3533. list-style: none;
  3534. display: inline-block
  3535. }
  3536.  
  3537. .pane-system-navigation li {
  3538. list-style: none;
  3539. display: inline-block
  3540. }
  3541.  
  3542. a.button {
  3543. text-transform: uppercase;
  3544. display: inline-block;
  3545. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3546. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3547. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3548. padding: 10px 30px;
  3549. border-radius: 2px;
  3550. margin: 0 0 10px
  3551. }
  3552.  
  3553. a.button:hover {
  3554. -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3555. -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3556. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3557. -webkit-transition-duration: 0.25s;
  3558. transition-duration: 0.25s
  3559. }
  3560.  
  3561. .links .node-readmore a {
  3562. display: inline-block;
  3563. text-transform: uppercase;
  3564. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3565. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3566. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3567. padding: 10px 20px;
  3568. margin: 10px 0;
  3569. border-radius: 2px
  3570. }
  3571.  
  3572. .links .node-readmore a:hover {
  3573. -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3574. -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3575. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3576. -webkit-transition-duration: 0.25s;
  3577. transition-duration: 0.25s
  3578. }
  3579.  
  3580. .view ul.inline li {
  3581. padding: 5px 0
  3582. }
  3583.  
  3584. img {
  3585. max-width: 100%;
  3586. height: auto
  3587. }
  3588.  
  3589. img[style*="float: left"] {
  3590. margin: 10px 20px 10px 0
  3591. }
  3592.  
  3593. img[style*="float: right"] {
  3594. margin: 10px 0px 10px 20px
  3595. }
  3596.  
  3597. hr {
  3598. border: none;
  3599. height: 1px
  3600. }
  3601.  
  3602. .pane-bundle-oa-pane-divider hr.thick {
  3603. height: 4px
  3604. }
  3605.  
  3606. .pane-bundle-oa-pane-divider div.oa-hr {
  3607. display: table;
  3608. width: 100%
  3609. }
  3610.  
  3611. .pane-bundle-oa-pane-divider div.oa-hr .oa-hrtc-2 {
  3612. width: 1px;
  3613. white-space: nowrap;
  3614. padding: 0 10px
  3615. }
  3616.  
  3617. .pane-bundle-oa-pane-divider div.oa-hr .oa-hrtc-1:before, .pane-bundle-oa-pane-divider div.oa-hr .oa-hrtc-3:before {
  3618. content: ' ';
  3619. height: 1px;
  3620. width: 100%;
  3621. display: block;
  3622. position: absolute;
  3623. top: 50%;
  3624. margin-top: -1px
  3625. }
  3626.  
  3627. .pane-bundle-oa-pane-divider div.oa-hr.thick .oa-hrtc-1:before, .pane-bundle-oa-pane-divider div.oa-hr.thick .oa-hrtc-3:before {
  3628. height: 4px;
  3629. margin-top: -3px
  3630. }
  3631.  
  3632. .pane-bundle-oa-pane-divider div.oa-hr > span {
  3633. display: table-cell;
  3634. position: relative
  3635. }
  3636.  
  3637. .pane-bundle-oa-pane-divider div.oa-hr + hr {
  3638. display: none
  3639. }
  3640.  
  3641. .view .oa-panels-row {
  3642. margin-bottom: 10px
  3643. }
  3644.  
  3645. .item-list .pager li {
  3646. padding: 0
  3647. }
  3648.  
  3649. .item-list .pager li.pager-current, .item-list .pager li a {
  3650. border-radius: 50%;
  3651. width: 50px;
  3652. height: 50px;
  3653. display: inline-block;
  3654. line-height: 50px;
  3655. margin: 2px;
  3656. text-align: center
  3657. }
  3658.  
  3659. .item-list .pager li.pager-first a {
  3660. font-size: 0
  3661. }
  3662.  
  3663. .item-list .pager li.pager-first a:after {
  3664. content: "<<";
  3665. font-size: 16px
  3666. }
  3667.  
  3668. .item-list .pager li.pager-previous a {
  3669. font-size: 0
  3670. }
  3671.  
  3672. .item-list .pager li.pager-previous a:after {
  3673. content: "<";
  3674. font-size: 16px
  3675. }
  3676.  
  3677. .item-list .pager li.pager-next a {
  3678. font-size: 0
  3679. }
  3680.  
  3681. .item-list .pager li.pager-next a:after {
  3682. content: ">";
  3683. font-size: 16px
  3684. }
  3685.  
  3686. .item-list .pager li.pager-last a {
  3687. font-size: 0
  3688. }
  3689.  
  3690. .item-list .pager li.pager-last a:after {
  3691. content: ">>";
  3692. font-size: 16px
  3693. }
  3694.  
  3695. .item-list ul li {
  3696. margin: 0
  3697. }
  3698.  
  3699. .view-content > .item-list > ul > li {
  3700. padding-bottom: 20px;
  3701. border-bottom: 1px solid;
  3702. margin-bottom: 20px
  3703. }
  3704.  
  3705. .view-content > .item-list > ul > li.views-row-last {
  3706. padding-bottom: 0;
  3707. border-bottom: none
  3708. }
  3709.  
  3710. .views-responsive-grid .views-row .views-column {
  3711. margin-bottom: 20px
  3712. }
  3713.  
  3714. .book-navigation .page-links {
  3715. border: none;
  3716. padding: 0
  3717. }
  3718.  
  3719. .pane-oa-node-book-nav .book-navigation a {
  3720. border-radius: 50%;
  3721. width: 50px;
  3722. height: 50px;
  3723. display: inline-block;
  3724. line-height: 50px;
  3725. margin: 2px;
  3726. text-align: center
  3727. }
  3728.  
  3729. .book-navigation .page-previous {
  3730. font-size: 0
  3731. }
  3732.  
  3733. .book-navigation .page-previous:after {
  3734. content: "<";
  3735. font-size: 20px
  3736. }
  3737.  
  3738. .book-navigation .page-next {
  3739. font-size: 0
  3740. }
  3741.  
  3742. .book-navigation .page-next:after {
  3743. content: ">";
  3744. font-size: 20px
  3745. }
  3746.  
  3747. .vem ul {
  3748. padding: 0
  3749. }
  3750.  
  3751. .vem ul li {
  3752. display: block;
  3753. padding: 0
  3754. }
  3755.  
  3756. .vem ul li a span {
  3757. display: block;
  3758. padding: 20px;
  3759. position: absolute;
  3760. right: 0;
  3761. top: 0
  3762. }
  3763.  
  3764. .vem ul li a span:after {
  3765. content: '';
  3766. display: block;
  3767. width: 0;
  3768. height: 0;
  3769. border: inset 5px;
  3770. border-color: currentColor transparent transparent;
  3771. border-top-style: solid;
  3772. border-bottom-width: 0;
  3773. position: absolute;
  3774. right: 10px;
  3775. top: 15px
  3776. }
  3777.  
  3778. .vem ul li li {
  3779. padding-left: 10px
  3780. }
  3781.  
  3782. .vem ul li.vem-active a span:after {
  3783. content: '';
  3784. display: block;
  3785. width: 0;
  3786. height: 0;
  3787. border: inset 5px;
  3788. border-color: transparent transparent currentColor;
  3789. border-bottom-style: solid;
  3790. border-top-width: 0
  3791. }
  3792.  
  3793. .vem ul li a span:before {
  3794. display: none
  3795. }
  3796.  
  3797. .pane-oa-node-book-children {
  3798. border-right: 1px solid;
  3799. text-transform: uppercase;
  3800. font-weight: 300
  3801. }
  3802.  
  3803. .pane-oa-node-book-children h2 {
  3804. font-size: 18px
  3805. }
  3806.  
  3807. .pane-oa-node-book-children li {
  3808. font-size: 16px
  3809. }
  3810.  
  3811. .pane-oa-node-book-children li li {
  3812. font-size: 14px
  3813. }
  3814.  
  3815. .pane-oa-node-book-children a {
  3816. padding: 10px 20px;
  3817. display: block
  3818. }
  3819.  
  3820. .pane-oa-node-book-children a.active-trail, .pane-oa-node-book-children a.active {
  3821. font-weight: normal
  3822. }
  3823.  
  3824. .pane-oa-node-book-children a.active {
  3825. border-right: 2px solid;
  3826. font-weight: bold
  3827. }
  3828.  
  3829. .pane-oa-node-book-children .last a {
  3830. border-bottom: none
  3831. }
  3832.  
  3833. input.form-text, select, textarea {
  3834. padding: 10px 15px;
  3835. border: 1px solid;
  3836. border-radius: 2px;
  3837. width: 100%
  3838. }
  3839.  
  3840. input.form-text:focus, select:focus, textarea:focus {
  3841. border: 1px solid;
  3842. outline: 0
  3843. }
  3844.  
  3845. input.form-submit {
  3846. padding: 10px 30px;
  3847. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3848. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3849. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  3850. margin: 0 0 10px;
  3851. text-transform: uppercase;
  3852. border: none
  3853. }
  3854.  
  3855. input.form-submit:hover {
  3856. -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3857. -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3858. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  3859. -webkit-transition-duration: 0.25s;
  3860. transition-duration: 0.25s
  3861. }
  3862.  
  3863. .form-actions {
  3864. margin-left: -10px;
  3865. margin-right: -10px
  3866. }
  3867.  
  3868. .form-actions input {
  3869. margin-left: 10px;
  3870. margin-right: 10px
  3871. }
  3872.  
  3873. input.form-submit[class*="ipe"], #modalContent input.form-submit, #modalContent a.button {
  3874. text-transform: none
  3875. }
  3876.  
  3877. .tabs ul li a {
  3878. border: none;
  3879. padding: 10px 40px;
  3880. display: inline-block
  3881. }
  3882.  
  3883. .tabs ul li a:hover {
  3884. border: none
  3885. }
  3886.  
  3887. .tabs ul li.active a {
  3888. border: none
  3889. }
  3890.  
  3891. .tabs ul li.active a.active {
  3892. border-bottom: 2px solid
  3893. }
  3894.  
  3895. .file {
  3896. margin: 10px 0;
  3897. display: block
  3898. }
  3899.  
  3900. .pane-node-created .pane-content:before, .pane-node-changed .pane-content:before {
  3901. content: "";
  3902. font-family: "FontAwesome";
  3903. padding-right: 0.5em
  3904. }
  3905.  
  3906. .pane-node-field-oa-categories .pane-content:before {
  3907. content: "";
  3908. font-family: "FontAwesome";
  3909. padding-right: 0.5em
  3910. }
  3911.  
  3912. .field-name-field-oa-event-date {
  3913. margin: -1em 0
  3914. }
  3915.  
  3916. .field-name-field-oa-event-date .field-item {
  3917. padding: 0.5em 0
  3918. }
  3919.  
  3920. .field-name-field-oa-event-date .field-item > [class*="date-display"]:before {
  3921. content: "";
  3922. font-family: "FontAwesome";
  3923. padding-right: 0.5em
  3924. }
  3925.  
  3926. ul.node-meta {
  3927. margin: 0 -1em
  3928. }
  3929.  
  3930. ul.node-meta li {
  3931. padding: 0 1em
  3932. }
  3933.  
  3934. .node-meta .submitted:before {
  3935. content: "";
  3936. font-family: "FontAwesome";
  3937. padding-right: 0.5em
  3938. }
  3939.  
  3940. .node-meta .category:before {
  3941. content: "";
  3942. font-family: "FontAwesome";
  3943. padding-right: 0.5em
  3944. }
  3945.  
  3946. .node-meta .author:before {
  3947. content: "";
  3948. font-family: "FontAwesome";
  3949. padding-right: 0.5em
  3950. }
  3951.  
  3952. .pane-pane-header {
  3953. -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  3954. -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  3955. box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5)
  3956. }
  3957.  
  3958. #header .header {
  3959. padding-top: 10px;
  3960. padding-bottom: 10px
  3961. }
  3962.  
  3963. #logo img {
  3964. max-height: 70px
  3965. }
  3966.  
  3967. #site-name {
  3968. font-size: 2rem;
  3969. font-weight: bold
  3970. }
  3971.  
  3972. #site-slogan {
  3973. font-size: 1.5rem
  3974. }
  3975.  
  3976. .panel-pane::before, .panel-pane::after, .oa-panels-row::before, .oa-panels-row::after {
  3977. content: ' ';
  3978. display: table
  3979. }
  3980.  
  3981. .panel-pane::after, .oa-panels-row::after {
  3982. clear: both
  3983. }
  3984.  
  3985. .pane-content .oa-panels-row, .views-row {
  3986. margin-left: -.625rem;
  3987. margin-right: -.625rem
  3988. }
  3989.  
  3990. @media screen and (min-width: 30em) {
  3991. .pane-content .oa-panels-row, .views-row {
  3992. margin-left: -.9375rem;
  3993. margin-right: -.9375rem
  3994. }
  3995. }
  3996.  
  3997. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane, body .panels-flexible-region-inside > .panel-pane, #header {
  3998. max-width: 1200px;
  3999. margin-left: auto;
  4000. margin-right: auto;
  4001. width: 100%
  4002. }
  4003.  
  4004. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::after, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content::before, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content::after, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content::before, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content::after, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content::before, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body .panels-flexible-region-inside > .panel-pane::before, body .panels-flexible-region-inside > .panel-pane::after, #header::before, #header::after {
  4005. content: ' ';
  4006. display: table
  4007. }
  4008.  
  4009. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::after, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content::after, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content::after, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane::after, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body .panels-flexible-region-inside > .panel-pane::after, #header::after {
  4010. clear: both
  4011. }
  4012.  
  4013. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content > *, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content > *, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body .panels-flexible-region-inside > .panel-pane > * {
  4014. width: 100%;
  4015. float: left;
  4016. padding-left: .625rem;
  4017. padding-right: .625rem
  4018. }
  4019.  
  4020. @media screen and (min-width: 30em) {
  4021. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content > *, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content > *, body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body .panels-flexible-region-inside > .panel-pane > * {
  4022. padding-left: .9375rem;
  4023. padding-right: .9375rem
  4024. }
  4025. }
  4026.  
  4027. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > .pane-content > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane > .pane-content > *:last-child:not(:first-child), body.page-user > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane > *:last-child:not(:first-child), body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), body .panels-flexible-region-inside > .panel-pane > *:last-child:not(:first-child) {
  4028. float: right
  4029. }
  4030.  
  4031. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-pane-header {
  4032. max-width: none;
  4033. margin-left: auto;
  4034. margin-right: auto
  4035. }
  4036.  
  4037. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-page-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.pane-pane-header > * {
  4038. padding-left: 0;
  4039. padding-right: 0
  4040. }
  4041.  
  4042. body > .oa-panel > .oa-pane-header > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane.full-width-content, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel.oa1 > .oa-pane-content, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content {
  4043. max-width: none;
  4044. margin-left: auto;
  4045. margin-right: auto
  4046. }
  4047.  
  4048. body > .oa-panel > .oa-pane-header > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane.full-width-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content > *, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .oa-panel.oa1 > .oa-pane-content > *, body > .oa-panel > .oa-pane-footer > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content > * {
  4049. padding-left: 0;
  4050. padding-right: 0
  4051. }
  4052.  
  4053. .page-node-submissions .pane-page-content, .page-node-done .pane-page-content, .page-search .pane-page-content, .page-file .pane-page-content {
  4054. max-width: 1200px;
  4055. margin-left: auto;
  4056. margin-right: auto;
  4057. width: 100%
  4058. }
  4059.  
  4060. .page-node-submissions .pane-page-content::before, .page-node-submissions .pane-page-content::after, .page-node-done .pane-page-content::before, .page-node-done .pane-page-content::after, .page-search .pane-page-content::before, .page-search .pane-page-content::after, .page-file .pane-page-content::before, .page-file .pane-page-content::after {
  4061. content: ' ';
  4062. display: table
  4063. }
  4064.  
  4065. .page-node-submissions .pane-page-content::after, .page-node-done .pane-page-content::after, .page-search .pane-page-content::after, .page-file .pane-page-content::after {
  4066. clear: both
  4067. }
  4068.  
  4069. .page-node-submissions .pane-page-content > *, .page-node-done .pane-page-content > *, .page-search .pane-page-content > *, .page-file .pane-page-content > * {
  4070. width: 100%;
  4071. float: left;
  4072. padding-left: .625rem;
  4073. padding-right: .625rem
  4074. }
  4075.  
  4076. @media screen and (min-width: 30em) {
  4077. .page-node-submissions .pane-page-content > *, .page-node-done .pane-page-content > *, .page-search .pane-page-content > *, .page-file .pane-page-content > * {
  4078. padding-left: .9375rem;
  4079. padding-right: .9375rem
  4080. }
  4081. }
  4082.  
  4083. .page-node-submissions .pane-page-content > *:last-child:not(:first-child), .page-node-done .pane-page-content > *:last-child:not(:first-child), .page-search .pane-page-content > *:last-child:not(:first-child), .page-file .pane-page-content > *:last-child:not(:first-child) {
  4084. float: right
  4085. }
  4086.  
  4087. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane, body > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content, body > .pane-page-content > .pane-content > .panel-pane, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane, body.page-user > .panel-pane.pane-page-content, body > .panel-pane, body > .panel-pane-pre > .panel-pane {
  4088. max-width: 1200px;
  4089. margin-left: auto;
  4090. margin-right: auto;
  4091. width: 100%
  4092. }
  4093.  
  4094. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::before, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::before, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::before, body > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::after, body > .pane-page-content > .pane-content > .panel-pane::before, body > .pane-page-content > .pane-content > .panel-pane::after, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::before, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::after, body.page-user > .panel-pane.pane-page-content::before, body.page-user > .panel-pane.pane-page-content::after, body > .panel-pane::before, body > .panel-pane::after, body > .panel-pane-pre > .panel-pane::before, body > .panel-pane-pre > .panel-pane::after {
  4095. content: ' ';
  4096. display: table
  4097. }
  4098.  
  4099. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .pane-page-content > .pane-content > .oa-panel > .oa-pane-content::after, body > .pane-page-content > .pane-content > .panel-pane::after, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane::after, body.page-user > .panel-pane.pane-page-content::after, body > .panel-pane::after, body > .panel-pane-pre > .panel-pane::after {
  4100. clear: both
  4101. }
  4102.  
  4103. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body > .pane-page-content > .pane-content > .panel-pane > *, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *, body.page-user > .panel-pane.pane-page-content > *, body > .panel-pane > *, body > .panel-pane-pre > .panel-pane > * {
  4104. width: 100%;
  4105. float: left;
  4106. padding-left: .625rem;
  4107. padding-right: .625rem
  4108. }
  4109.  
  4110. @media screen and (min-width: 30em) {
  4111. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *, body > .pane-page-content > .pane-content > .panel-pane > *, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *, body.page-user > .panel-pane.pane-page-content > *, body > .panel-pane > *, body > .panel-pane-pre > .panel-pane > * {
  4112. padding-left: .9375rem;
  4113. padding-right: .9375rem
  4114. }
  4115. }
  4116.  
  4117. body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *:last-child:not(:first-child), body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), body > .pane-page-content > .pane-content > .panel-pane > *:last-child:not(:first-child), body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), body.page-user > .panel-pane.pane-page-content > *:last-child:not(:first-child), body > .panel-pane > *:last-child:not(:first-child), body > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child) {
  4118. float: right
  4119. }
  4120.  
  4121. body > .pane-page-content > .pane-content > .oa-panel.oa1 > .oa-pane-content, body > .panel-pane.pane-page-content, body > .panel-pane.pane-pane-header {
  4122. max-width: none;
  4123. margin-left: auto;
  4124. margin-right: auto
  4125. }
  4126.  
  4127. body > .pane-page-content > .pane-content > .oa-panel.oa1 > .oa-pane-content > *, body > .panel-pane.pane-page-content > *, body > .panel-pane.pane-pane-header > * {
  4128. padding-left: 0;
  4129. padding-right: 0
  4130. }
  4131.  
  4132. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content {
  4133. max-width: 1200px;
  4134. margin-left: auto;
  4135. margin-right: auto;
  4136. width: 100%
  4137. }
  4138.  
  4139. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::before, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4140. content: ' ';
  4141. display: table
  4142. }
  4143.  
  4144. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4145. clear: both
  4146. }
  4147.  
  4148. body > .pane-page-content > .pane-content > .oa-panel.oa1 > .oa-pane-content > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content, body > .panel-pane-pre > .panel-pane.full-width-content, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane.full-width-content, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content {
  4149. max-width: none;
  4150. margin-left: auto;
  4151. margin-right: auto
  4152. }
  4153.  
  4154. body > .panel-pane-pre > .panel-pane.full-width-content > *, body > .pane-page-content > .pane-content > .panel-pane-pre > .panel-pane.full-width-content > *, body > .pane-page-content > .pane-content > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane.full-width-content > * {
  4155. padding-left: 0;
  4156. padding-right: 0
  4157. }
  4158.  
  4159. .oa-panels-col-75 {
  4160. width: 100%;
  4161. float: left;
  4162. padding-left: .625rem;
  4163. padding-right: .625rem
  4164. }
  4165.  
  4166. @media screen and (min-width: 30em) {
  4167. .oa-panels-col-75 {
  4168. padding-left: .9375rem;
  4169. padding-right: .9375rem
  4170. }
  4171. }
  4172.  
  4173. .oa-panels-col-75:last-child:not(:first-child) {
  4174. float: right
  4175. }
  4176.  
  4177. @media screen and (min-width: 47.9375em) {
  4178. .oa-panels-col-75 {
  4179. width: 75%
  4180. }
  4181. }
  4182.  
  4183. .oa-panels-col-25 {
  4184. width: 100%;
  4185. float: left;
  4186. padding-left: .625rem;
  4187. padding-right: .625rem
  4188. }
  4189.  
  4190. @media screen and (min-width: 30em) {
  4191. .oa-panels-col-25 {
  4192. padding-left: .9375rem;
  4193. padding-right: .9375rem
  4194. }
  4195. }
  4196.  
  4197. .oa-panels-col-25:last-child:not(:first-child) {
  4198. float: right
  4199. }
  4200.  
  4201. @media screen and (min-width: 47.9375em) {
  4202. .oa-panels-col-25 {
  4203. width: 25%
  4204. }
  4205. }
  4206.  
  4207. .oa-panels-col-50 {
  4208. width: 100%;
  4209. float: left;
  4210. padding-left: .625rem;
  4211. padding-right: .625rem
  4212. }
  4213.  
  4214. @media screen and (min-width: 30em) {
  4215. .oa-panels-col-50 {
  4216. padding-left: .9375rem;
  4217. padding-right: .9375rem
  4218. }
  4219. }
  4220.  
  4221. .oa-panels-col-50:last-child:not(:first-child) {
  4222. float: right
  4223. }
  4224.  
  4225. @media screen and (min-width: 47.9375em) {
  4226. .oa-panels-col-50 {
  4227. width: 50%
  4228. }
  4229. }
  4230.  
  4231. .oa-panels-col-33 {
  4232. width: 100%;
  4233. float: left;
  4234. padding-left: .625rem;
  4235. padding-right: .625rem
  4236. }
  4237.  
  4238. @media screen and (min-width: 30em) {
  4239. .oa-panels-col-33 {
  4240. padding-left: .9375rem;
  4241. padding-right: .9375rem
  4242. }
  4243. }
  4244.  
  4245. .oa-panels-col-33:last-child:not(:first-child) {
  4246. float: right
  4247. }
  4248.  
  4249. @media screen and (min-width: 47.9375em) {
  4250. .oa-panels-col-33 {
  4251. width: 33.33333%
  4252. }
  4253. }
  4254.  
  4255. .oa-panels-col-66 {
  4256. width: 100%;
  4257. float: left;
  4258. padding-left: .625rem;
  4259. padding-right: .625rem
  4260. }
  4261.  
  4262. @media screen and (min-width: 30em) {
  4263. .oa-panels-col-66 {
  4264. padding-left: .9375rem;
  4265. padding-right: .9375rem
  4266. }
  4267. }
  4268.  
  4269. .oa-panels-col-66:last-child:not(:first-child) {
  4270. float: right
  4271. }
  4272.  
  4273. @media screen and (min-width: 47.9375em) {
  4274. .oa-panels-col-66 {
  4275. width: 66.66667%
  4276. }
  4277. }
  4278.  
  4279. .oa-panels-col-100, .views-column {
  4280. width: 100%;
  4281. float: left;
  4282. padding-left: .625rem;
  4283. padding-right: .625rem
  4284. }
  4285.  
  4286. @media screen and (min-width: 30em) {
  4287. .oa-panels-col-100, .views-column {
  4288. padding-left: .9375rem;
  4289. padding-right: .9375rem
  4290. }
  4291. }
  4292.  
  4293. .oa-panels-col-100:last-child:not(:first-child), .views-column:last-child:not(:first-child) {
  4294. float: right
  4295. }
  4296.  
  4297. body > .oa-panel > .oa-panels-row > .oa-panels-col-100 {
  4298. padding-left: 0;
  4299. padding-right: 0
  4300. }
  4301.  
  4302. .oa-panels-col-push-right {
  4303. float: right
  4304. }
  4305.  
  4306. @media screen and (min-width: 47.9375em) {
  4307. .content-invert .oa-panels-col-25 {
  4308. width: 75%
  4309. }
  4310. }
  4311.  
  4312. @media screen and (min-width: 47.9375em) {
  4313. .content-invert .oa-panels-col-33 {
  4314. width: 66.66667%
  4315. }
  4316. }
  4317.  
  4318. @media screen and (min-width: 47.9375em) {
  4319. .content-invert .oa-panels-col-66 {
  4320. width: 33.33333%
  4321. }
  4322. }
  4323.  
  4324. @media screen and (min-width: 47.9375em) {
  4325. .content-invert .oa-panels-col-75 {
  4326. width: 25%
  4327. }
  4328. }
  4329.  
  4330. .content-invert .oa-panels-col-50 {
  4331. float: right
  4332. }
  4333.  
  4334. .content-invert .oa-panels-col-push-right {
  4335. float: left
  4336. }
  4337.  
  4338. @media screen and (min-width: 47.9375em) {
  4339. .oa-panels-col-50.is-centered {
  4340. margin-left: -75%;
  4341. margin-right: 25%
  4342. }
  4343. }
  4344.  
  4345. @media screen and (max-width: 47.875em) {
  4346. .views-responsive-grid.views-columns-2 .views-column, .views-responsive-grid.views-columns-3 .views-column, .views-responsive-grid.views-columns-4 .views-column {
  4347. width: 100%
  4348. }
  4349. }
  4350.  
  4351. body {
  4352. min-height: calc(100vh)
  4353. }
  4354.  
  4355. .panel-pane {
  4356. margin-top: 2em
  4357. }
  4358.  
  4359. .panel-pane.pane-page-content, .panel-pane.pane-pane-header {
  4360. margin-top: 0
  4361. }
  4362.  
  4363. .no-top {
  4364. margin-top: 0px
  4365. }
  4366.  
  4367. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane {
  4368. max-width: 1200px;
  4369. margin-left: auto;
  4370. margin-right: auto;
  4371. width: 100%
  4372. }
  4373.  
  4374. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::before, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::before, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::before, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::before, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::before, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::before, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::before, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::before, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::before, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::before, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after {
  4375. content: ' ';
  4376. display: table
  4377. }
  4378.  
  4379. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane::after, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane::after {
  4380. clear: both
  4381. }
  4382.  
  4383. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > * {
  4384. width: 100%;
  4385. float: left;
  4386. padding-left: .625rem;
  4387. padding-right: .625rem
  4388. }
  4389.  
  4390. @media screen and (min-width: 30em) {
  4391. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *, #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > * {
  4392. padding-left: .9375rem;
  4393. padding-right: .9375rem
  4394. }
  4395. }
  4396.  
  4397. .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *:last-child:not(:first-child), .panels-ipe-display-container > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *:last-child:not(:first-child), .oa-panels-col-100 > #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane > *:last-child:not(:first-child), #panels-ipe-regionid-center > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child) {
  4398. float: right
  4399. }
  4400.  
  4401. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel.oa1 > .oa-pane-content {
  4402. max-width: none;
  4403. margin-left: auto;
  4404. margin-right: auto
  4405. }
  4406.  
  4407. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel.oa1 > .oa-pane-content > * {
  4408. padding-left: 0;
  4409. padding-right: 0
  4410. }
  4411.  
  4412. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content {
  4413. max-width: 1200px;
  4414. margin-left: auto;
  4415. margin-right: auto;
  4416. width: 100%
  4417. }
  4418.  
  4419. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4420. content: ' ';
  4421. display: table
  4422. }
  4423.  
  4424. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4425. clear: both
  4426. }
  4427.  
  4428. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content {
  4429. max-width: 1200px;
  4430. margin-left: auto;
  4431. margin-right: auto;
  4432. width: 100%
  4433. }
  4434.  
  4435. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::before, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::before, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::before, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4436. content: ' ';
  4437. display: table
  4438. }
  4439.  
  4440. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane::after, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane::after, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4441. clear: both
  4442. }
  4443.  
  4444. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > * {
  4445. width: 100%;
  4446. float: left;
  4447. padding-left: .625rem;
  4448. padding-right: .625rem
  4449. }
  4450.  
  4451. @media screen and (min-width: 30em) {
  4452. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > * {
  4453. padding-left: .9375rem;
  4454. padding-right: .9375rem
  4455. }
  4456. }
  4457.  
  4458. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane > *:last-child:not(:first-child), body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-panels-row > .oa-panels-col-100 > .panel-pane-pre > .panel-pane > *:last-child:not(:first-child) {
  4459. float: right
  4460. }
  4461.  
  4462. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel.oa1 > .oa-pane-content {
  4463. max-width: none;
  4464. margin-left: auto;
  4465. margin-right: auto
  4466. }
  4467.  
  4468. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel.oa1 > .oa-pane-content > * {
  4469. padding-left: 0;
  4470. padding-right: 0
  4471. }
  4472.  
  4473. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content {
  4474. max-width: 1200px;
  4475. margin-left: auto;
  4476. margin-right: auto;
  4477. width: 100%
  4478. }
  4479.  
  4480. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::before, body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4481. content: ' ';
  4482. display: table
  4483. }
  4484.  
  4485. body > .pane-page-content > .pane-content > .panels-ipe-display-container > .oa-panel > .oa-pane-content::after {
  4486. clear: both
  4487. }
  4488.  
  4489. #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content {
  4490. max-width: none;
  4491. margin-left: auto;
  4492. margin-right: auto
  4493. }
  4494.  
  4495. #panels-ipe-regionid-content > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content > *, #panels-ipe-regionid-header > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content > *, #panels-ipe-regionid-footer > .panels-ipe-sort-container > .panels-ipe-portlet-wrapper > .panels-ipe-portlet-content > .panel-pane-pre > .panel-pane.full-width-content > * {
  4496. padding-left: 0;
  4497. padding-right: 0
  4498. }
  4499.  
  4500. .pane-pane-messages {
  4501. max-width: 1200px;
  4502. margin-left: auto;
  4503. margin-right: auto;
  4504. width: 100%
  4505. }
  4506.  
  4507. .pane-pane-messages::before, .pane-pane-messages::after {
  4508. content: ' ';
  4509. display: table
  4510. }
  4511.  
  4512. .pane-pane-messages::after {
  4513. clear: both
  4514. }
  4515.  
  4516. .pane-pane-messages > * {
  4517. width: 100%;
  4518. float: left;
  4519. padding-left: .625rem;
  4520. padding-right: .625rem
  4521. }
  4522.  
  4523. @media screen and (min-width: 30em) {
  4524. .pane-pane-messages > * {
  4525. padding-left: .9375rem;
  4526. padding-right: .9375rem
  4527. }
  4528. }
  4529.  
  4530. .pane-pane-messages > *:last-child:not(:first-child) {
  4531. float: right
  4532. }
  4533.  
  4534. .pane-pane-messages ul.tabs {
  4535. margin-left: -3000px;
  4536. padding-left: 3000px;
  4537. margin-right: -3000px;
  4538. padding-right: 3000px
  4539. }
  4540.  
  4541. div#panels-ipe-control-container {
  4542. left: 0
  4543. }
  4544.  
  4545. body.navbar-tray-open.navbar-vertical.navbar-fixed #panels-ipe-control-container {
  4546. margin-left: 0
  4547. }
  4548.  
  4549. body.logged-in {
  4550. min-height: calc(100vh - 60px)
  4551. }
  4552.  
  4553. .pane-pane-header {
  4554. width: 100%;
  4555. z-index: 100;
  4556. position: relative
  4557. }
  4558.  
  4559. #header .sub-header {
  4560. margin-left: -3000px;
  4561. padding-left: 3000px;
  4562. margin-right: -3000px;
  4563. padding-right: 3000px
  4564. }
  4565.  
  4566. #header .main-header {
  4567. display: flex
  4568. }
  4569.  
  4570. #header .main-header .oa-panels-col-66 {
  4571. display: flex;
  4572. justify-content: flex-end;
  4573. align-items: center;
  4574. padding: 0
  4575. }
  4576.  
  4577. @media screen and (max-width: 29.9375em) {
  4578. .sub-header {
  4579. display: none
  4580. }
  4581.  
  4582. #header .main-header .oa-panels-col-66 {
  4583. width: 25%
  4584. }
  4585. }
  4586.  
  4587. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.page-footer, body > .panel-pane.page-footer {
  4588. max-width: none;
  4589. margin-left: auto;
  4590. margin-right: auto
  4591. }
  4592.  
  4593. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.page-footer > *, body > .panel-pane.page-footer > * {
  4594. max-width: 1200px;
  4595. margin-left: auto;
  4596. margin-right: auto;
  4597. width: 100%;
  4598. float: none
  4599. }
  4600.  
  4601. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.page-footer > *::before, body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.page-footer > *::after, body > .panel-pane.page-footer > *::before, body > .panel-pane.page-footer > *::after {
  4602. content: ' ';
  4603. display: table
  4604. }
  4605.  
  4606. body > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane.page-footer > *::after, body > .panel-pane.page-footer > *::after {
  4607. clear: both
  4608. }
  4609.  
  4610. body, body > .oa-panel, body > .oa-panel > .oa-panels-row, body > .oa-panel > .oa-panels-row > .oa-panels-col-100 {
  4611. display: -webkit-box;
  4612. display: -ms-flexbox;
  4613. display: flex;
  4614. -webkit-box-orient: vertical;
  4615. -webkit-box-direction: normal;
  4616. -ms-flex-direction: column;
  4617. flex-direction: column;
  4618. -webkit-box-flex: 1;
  4619. -ms-flex-positive: 1;
  4620. flex-grow: 1
  4621. }
  4622.  
  4623. .pane-page-content {
  4624. -webkit-box-flex: 1;
  4625. -ms-flex-positive: 1;
  4626. flex-grow: 1
  4627. }
  4628.  
  4629. p {
  4630. margin: 15px 0
  4631. }
  4632.  
  4633. a {
  4634. text-decoration: none
  4635. }
  4636.  
  4637. .view h1 {
  4638. font-size: 1.4rem
  4639. }
  4640.  
  4641. .view h2 {
  4642. font-size: 1.2rem
  4643. }
  4644.  
  4645. .view h3 {
  4646. font-size: 1.1rem
  4647. }
  4648.  
  4649. .view h4 {
  4650. font-size: 1rem
  4651. }
  4652.  
  4653. .view h5 {
  4654. font-size: .9333rem
  4655. }
  4656.  
  4657. .view h6 {
  4658. font-size: .9333rem
  4659. }
  4660.  
  4661. @media screen and (min-width: 30em) {
  4662. .view h1 {
  4663. font-size: 1.6rem
  4664. }
  4665.  
  4666. .view h2 {
  4667. font-size: 1.4rem
  4668. }
  4669.  
  4670. .view h3 {
  4671. font-size: 1.2rem
  4672. }
  4673.  
  4674. .view h4 {
  4675. font-size: 1.1rem
  4676. }
  4677.  
  4678. .view h5 {
  4679. font-size: .9rem
  4680. }
  4681.  
  4682. .view h6 {
  4683. font-size: .9rem
  4684. }
  4685. }
  4686.  
  4687. @media screen and (min-width: 47.9375em) {
  4688. .view h1 {
  4689. font-size: 2rem
  4690. }
  4691.  
  4692. .view h2 {
  4693. font-size: 1.6rem
  4694. }
  4695.  
  4696. .view h3 {
  4697. font-size: 1.4rem
  4698. }
  4699.  
  4700. .view h4 {
  4701. font-size: 1.2rem
  4702. }
  4703.  
  4704. .view h5 {
  4705. font-size: 1.1rem
  4706. }
  4707.  
  4708. .view h6 {
  4709. font-size: .9rem
  4710. }
  4711. }
  4712.  
  4713. @media screen and (min-width: 75em) {
  4714. .view h1 {
  4715. font-size: 2rem
  4716. }
  4717.  
  4718. .view h2 {
  4719. font-size: 1.6rem
  4720. }
  4721.  
  4722. .view h3 {
  4723. font-size: 1.4rem
  4724. }
  4725.  
  4726. .view h4 {
  4727. font-size: 1.2rem
  4728. }
  4729.  
  4730. .view h5 {
  4731. font-size: 1.1rem
  4732. }
  4733.  
  4734. .view h6 {
  4735. font-size: .9rem
  4736. }
  4737. }
  4738.  
  4739. @media screen and (min-width: 90em) {
  4740. .view h1 {
  4741. font-size: 2rem
  4742. }
  4743.  
  4744. .view h2 {
  4745. font-size: 1.6rem
  4746. }
  4747.  
  4748. .view h3 {
  4749. font-size: 1.4rem
  4750. }
  4751.  
  4752. .view h4 {
  4753. font-size: 1.2rem
  4754. }
  4755.  
  4756. .view h5 {
  4757. font-size: 1.1rem
  4758. }
  4759.  
  4760. .view h6 {
  4761. font-size: .9rem
  4762. }
  4763. }
  4764.  
  4765. .breadcrumb {
  4766. font-size: 0.8rem
  4767. }
  4768.  
  4769. h1 {
  4770. font-size: 1.6rem
  4771. }
  4772.  
  4773. h2 {
  4774. font-size: 1.333rem
  4775. }
  4776.  
  4777. h3 {
  4778. font-size: 1.267rem
  4779. }
  4780.  
  4781. h4 {
  4782. font-size: 1.2rem
  4783. }
  4784.  
  4785. h5 {
  4786. font-size: 1.133rem
  4787. }
  4788.  
  4789. h6 {
  4790. font-size: 1.067rem
  4791. }
  4792.  
  4793. @media screen and (min-width: 30em) {
  4794. h1 {
  4795. font-size: 2.133rem
  4796. }
  4797.  
  4798. h2 {
  4799. font-size: 1.733rem
  4800. }
  4801.  
  4802. h3 {
  4803. font-size: 1.467rem
  4804. }
  4805.  
  4806. h4 {
  4807. font-size: 1.333rem
  4808. }
  4809.  
  4810. h5 {
  4811. font-size: 1.267rem
  4812. }
  4813.  
  4814. h6 {
  4815. font-size: 1.067rem
  4816. }
  4817. }
  4818.  
  4819. @media screen and (min-width: 47.9375em) {
  4820. h1 {
  4821. font-size: 2.4rem
  4822. }
  4823.  
  4824. h2 {
  4825. font-size: 2.133rem
  4826. }
  4827.  
  4828. h3 {
  4829. font-size: 1.6rem
  4830. }
  4831.  
  4832. h4 {
  4833. font-size: 1.467rem
  4834. }
  4835.  
  4836. h5 {
  4837. font-size: 1.333rem
  4838. }
  4839.  
  4840. h6 {
  4841. font-size: 1.067rem
  4842. }
  4843. }
  4844.  
  4845. @media screen and (min-width: 75em) {
  4846. h1 {
  4847. font-size: 2.667rem
  4848. }
  4849.  
  4850. h2 {
  4851. font-size: 2.267rem
  4852. }
  4853.  
  4854. h3 {
  4855. font-size: 1.733rem
  4856. }
  4857.  
  4858. h4 {
  4859. font-size: 1.6rem
  4860. }
  4861.  
  4862. h5 {
  4863. font-size: 1.333rem
  4864. }
  4865.  
  4866. h6 {
  4867. font-size: 1.067rem
  4868. }
  4869. }
  4870.  
  4871. @media screen and (min-width: 90em) {
  4872. h1 {
  4873. font-size: 3.2rem
  4874. }
  4875.  
  4876. h2 {
  4877. font-size: 2.667rem
  4878. }
  4879.  
  4880. h3 {
  4881. font-size: 2rem
  4882. }
  4883.  
  4884. h4 {
  4885. font-size: 1.733rem
  4886. }
  4887.  
  4888. h5 {
  4889. font-size: 1.333rem
  4890. }
  4891.  
  4892. h6 {
  4893. font-size: 1.067rem
  4894. }
  4895. }
  4896.  
  4897. blockquote {
  4898. position: relative;
  4899. margin: 20px 20px 20px 60px;
  4900. border-left: 2px solid;
  4901. padding-left: 20px;
  4902. font-weight: 300;
  4903. font-size: 1.333rem;
  4904. line-height: 1.25;
  4905. font-style: italic
  4906. }
  4907.  
  4908. blockquote cite {
  4909. text-align: right
  4910. }
  4911.  
  4912. blockquote:before {
  4913. font-family: serif;
  4914. content: open-quote;
  4915. font-style: normal;
  4916. font-size: 5rem;
  4917. line-height: 0.65rem;
  4918. position: absolute;
  4919. left: -60px;
  4920. top: 0
  4921. }
  4922.  
  4923. cite {
  4924. font-size: 0.9rem;
  4925. display: block
  4926. }
  4927.  
  4928. cite:before {
  4929. content: "— "
  4930. }
  4931.  
  4932. body.boxed {
  4933. max-width: 1300px;
  4934. margin-left: auto;
  4935. margin-right: auto;
  4936. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.15)
  4937. }
  4938.  
  4939. .full-height-content {
  4940. min-height: 100vh;
  4941. display: -webkit-box;
  4942. display: -ms-flexbox;
  4943. display: flex;
  4944. -webkit-box-orient: vertical;
  4945. -webkit-box-direction: normal;
  4946. -ms-flex-direction: column;
  4947. flex-direction: column;
  4948. -webkit-box-pack: center;
  4949. -ms-flex-pack: center;
  4950. justify-content: center
  4951. }
  4952.  
  4953. .full-height-content .oa-panels-row {
  4954. max-width: 100%;
  4955. margin-left: 0;
  4956. margin-right: 0
  4957. }
  4958.  
  4959. .full-height-content [class*="oa-panels-col"], .full-height-content .views-column {
  4960. padding-left: 0;
  4961. padding-right: 0
  4962. }
  4963.  
  4964. .pane-content .panel-pane.full-width-content, .pane-pane-header > .pane-content.full-width-content, .page-footer > .pane-content.full-width-content, .oa-pane-content.full-width-content {
  4965. max-width: 100%;
  4966. padding: 0
  4967. }
  4968.  
  4969. .pre-full-width-content {
  4970. padding: 0
  4971. }
  4972.  
  4973. .center > * {
  4974. display: -webkit-box;
  4975. display: -ms-flexbox;
  4976. display: flex;
  4977. -webkit-box-pack: center;
  4978. -ms-flex-pack: center;
  4979. justify-content: center;
  4980. -webkit-box-align: center;
  4981. -ms-flex-align: center;
  4982. align-items: center
  4983. }
  4984.  
  4985. .fixed-header .pane-pane-header {
  4986. position: fixed
  4987. }
  4988.  
  4989. body.fixed-header > .panel-pane:nth-child(4), body.fixed-header > .panel-pane:nth-child(5), body.fixed-header > .oa-panel > .oa-pane-content > .oa-panels-col-100 > .panel-pane:nth-child(3) {
  4990. padding-top: 132px
  4991. }
  4992.  
  4993. body.label #header {
  4994. min-height: 70px
  4995. }
  4996.  
  4997. body.label #logo-title {
  4998. display: inline-block;
  4999. line-height: 0;
  5000. padding: 10px;
  5001. position: absolute;
  5002. top: 0;
  5003. -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  5004. -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  5005. box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5)
  5006. }
  5007.  
  5008. .highlight-1 {
  5009. padding: 1.5625rem 0
  5010. }
  5011.  
  5012. @media screen and (min-width: 30em) {
  5013. .highlight-1 {
  5014. padding: 2.5rem 0
  5015. }
  5016. }
  5017.  
  5018. @media screen and (min-width: 47.9375em) {
  5019. .highlight-1 {
  5020. padding: 5rem 0
  5021. }
  5022. }
  5023.  
  5024. .highlight-2 {
  5025. padding: 1.5625rem 0
  5026. }
  5027.  
  5028. @media screen and (min-width: 30em) {
  5029. .highlight-2 {
  5030. padding: 2.5rem 0
  5031. }
  5032. }
  5033.  
  5034. @media screen and (min-width: 47.9375em) {
  5035. .highlight-2 {
  5036. padding: 5rem 0
  5037. }
  5038. }
  5039.  
  5040. .list-highlight-1 .views-row {
  5041. display: flex;
  5042. align-items: strech
  5043. }
  5044.  
  5045. .list-highlight-1 .views-column .inner {
  5046. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  5047. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  5048. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.25);
  5049. padding: 1em;
  5050. height: 100%
  5051. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement