jekyll-theme-overflow 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +63 -0
  3. data/README.md +149 -0
  4. data/_articles/1_article.md +14 -0
  5. data/_articles/2_article.md +14 -0
  6. data/_articles/3_portfolio.md +25 -0
  7. data/_articles/4_contact.md +24 -0
  8. data/_includes/banner.html +12 -0
  9. data/_includes/footer.html +42 -0
  10. data/_includes/head.html +7 -0
  11. data/_includes/header.html +10 -0
  12. data/_includes/scripts.html +8 -0
  13. data/_layouts/default.html +24 -0
  14. data/_layouts/page.html +22 -0
  15. data/_layouts/post.html +5 -0
  16. data/_sass/libs/_breakpoints.scss +223 -0
  17. data/_sass/libs/_functions.scss +90 -0
  18. data/_sass/libs/_html-grid.scss +149 -0
  19. data/_sass/libs/_mixins.scss +63 -0
  20. data/_sass/libs/_vars.scss +22 -0
  21. data/_sass/libs/_vendor.scss +376 -0
  22. data/_sass/main.scss +1426 -0
  23. data/_sass/noscript.scss +25 -0
  24. data/assets/css/font-awesome.min.css +4 -0
  25. data/assets/css/images/arrow.svg +11 -0
  26. data/assets/css/images/banner.svg +54 -0
  27. data/assets/css/images/loader.gif +0 -0
  28. data/assets/css/images/overlay.png +0 -0
  29. data/assets/css/images/poptrox-closer.svg +6 -0
  30. data/assets/css/images/poptrox-nav.svg +6 -0
  31. data/assets/css/main.css +2631 -0
  32. data/assets/css/noscript.css +19 -0
  33. data/assets/fonts/FontAwesome.otf +0 -0
  34. data/assets/fonts/fontawesome-webfont.eot +0 -0
  35. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  36. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  37. data/assets/fonts/fontawesome-webfont.woff +0 -0
  38. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  39. data/assets/images/bg-alt.jpg +0 -0
  40. data/assets/images/bg.jpg +0 -0
  41. data/assets/images/fulls/01.jpg +0 -0
  42. data/assets/images/fulls/02.jpg +0 -0
  43. data/assets/images/fulls/03.jpg +0 -0
  44. data/assets/images/fulls/04.jpg +0 -0
  45. data/assets/images/fulls/05.jpg +0 -0
  46. data/assets/images/fulls/06.jpg +0 -0
  47. data/assets/images/fulls/07.jpg +0 -0
  48. data/assets/images/fulls/08.jpg +0 -0
  49. data/assets/images/pic01.jpg +0 -0
  50. data/assets/images/pic02.jpg +0 -0
  51. data/assets/images/screenshot.jpg +0 -0
  52. data/assets/images/thumbs/01.jpg +0 -0
  53. data/assets/images/thumbs/02.jpg +0 -0
  54. data/assets/images/thumbs/03.jpg +0 -0
  55. data/assets/images/thumbs/04.jpg +0 -0
  56. data/assets/images/thumbs/05.jpg +0 -0
  57. data/assets/images/thumbs/06.jpg +0 -0
  58. data/assets/images/thumbs/07.jpg +0 -0
  59. data/assets/images/thumbs/08.jpg +0 -0
  60. data/assets/js/breakpoints.min.js +2 -0
  61. data/assets/js/browser.min.js +2 -0
  62. data/assets/js/jquery.min.js +2 -0
  63. data/assets/js/jquery.poptrox.min.js +2 -0
  64. data/assets/js/jquery.scrolly.min.js +2 -0
  65. data/assets/js/main.js +105 -0
  66. data/assets/js/util.js +587 -0
  67. metadata +151 -0
@@ -0,0 +1,25 @@
1
+ @import 'libs/vars';
2
+ @import 'libs/functions';
3
+ @import 'libs/mixins';
4
+ @import 'libs/vendor';
5
+ @import 'libs/breakpoints';
6
+ @import 'libs/html-grid';
7
+
8
+ /*
9
+ Overflow by HTML5 UP
10
+ html5up.net | @ajlkn
11
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
12
+ */
13
+
14
+ /* Header */
15
+
16
+ #header {
17
+ body.is-preload & {
18
+ opacity: 1;
19
+
20
+ footer {
21
+ @include vendor('transform', 'none');
22
+ opacity: 1;
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');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');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90px" height="66px" viewBox="0 0 90 66" zoomAndPan="disable">
2
+
3
+ <line x1="1" y1="1" x2="90" y2="1" style="stroke:#fff;stroke-width:1" />
4
+ <line x1="1" y1="1" x2="45.5" y2="46" style="stroke:#fff;stroke-width:1" />
5
+ <line x1="90" y1="1" x2="45.5" y2="46" style="stroke:#fff;stroke-width:1" />
6
+
7
+ <line x1="1" y1="21" x2="90" y2="21" style="stroke:#fff;stroke-width:1" />
8
+ <line x1="1" y1="21" x2="45.5" y2="66" style="stroke:#fff;stroke-width:1" />
9
+ <line x1="90" y1="21" x2="45.5" y2="66" style="stroke:#fff;stroke-width:1" />
10
+
11
+ </svg>
@@ -0,0 +1,54 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1800px" height="900px" viewBox="0 0 1800 900" zoomAndPan="disable">
2
+
3
+ <style type="text/css"><![CDATA[
4
+ line
5
+ {
6
+ stroke: rgba(255,255,255,0.125);
7
+ stroke-width: 0.85px;
8
+ }
9
+
10
+ polygon
11
+ {
12
+ fill: rgba(255,255,255,0.075);
13
+ }
14
+ ]]></style>
15
+
16
+ <!-- Middle line -->
17
+ <line x1="900" y1="0" x2="900" y2="900" />
18
+
19
+ <!-- Lines -->
20
+ <line x1="0" y1="0" x2="900" y2="900" />
21
+ <line x1="100" y1="0" x2="900" y2="800" />
22
+ <line x1="200" y1="0" x2="900" y2="700" />
23
+ <line x1="300" y1="0" x2="900" y2="600" />
24
+ <line x1="400" y1="0" x2="900" y2="500" />
25
+ <line x1="300" y1="900" x2="600" y2="600" />
26
+ <line x1="400" y1="900" x2="700" y2="600" />
27
+ <line x1="500" y1="900" x2="800" y2="600" />
28
+ <line x1="600" y1="900" x2="900" y2="600" />
29
+ <line x1="700" y1="900" x2="900" y2="700" />
30
+ <line x1="800" y1="900" x2="900" y2="800" />
31
+
32
+ <line x1="1800" y1="0" x2="900" y2="900" />
33
+ <line x1="1700" y1="0" x2="900" y2="800" />
34
+ <line x1="1600" y1="0" x2="900" y2="700" />
35
+ <line x1="1500" y1="0" x2="900" y2="600" />
36
+ <line x1="1400" y1="0" x2="900" y2="500" />
37
+ <line x1="1500" y1="900" x2="1200" y2="600" />
38
+ <line x1="1400" y1="900" x2="1100" y2="600" />
39
+ <line x1="1300" y1="900" x2="1000" y2="600" />
40
+ <line x1="1200" y1="900" x2="900" y2="600" />
41
+ <line x1="1100" y1="900" x2="900" y2="700" />
42
+ <line x1="1000" y1="900" x2="900" y2="800" />
43
+
44
+ <!-- Fills -->
45
+ <polygon points="300,900 600,600 650,650 700,600 750,650 800,600 850,650 900,600 900,900 900,600 950,650 1000,600 1050,650 1100,600 1150,650 1200,600 1500,900" />
46
+ <polygon points="350,950 650,650 700,700 750,650 800,700 850,650 900,700 900,900 900,700 950,650 1000,700 1050,650 1100,700 1150,650 1450,950" />
47
+
48
+ <polygon points="400,1000 700,700 750,750 800,700 850,750 900,700 900,900 900,700 950,750 1000,700 1050,750 1100,700 1300,900" />
49
+
50
+ <polygon points="450,1050 750,750 800,800 850,750 900,800 900,900 900,800 950,750 1000,800 1050,750 1350,1050" />
51
+ <polygon points="500,1100 800,800 850,850 900,800 900,900 900,800 950,850 1000,800 1300,1100" />
52
+ <polygon points="550,1150 850,850 900,900 950,850 1250,1150" />
53
+
54
+ </svg>
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px" viewBox="0 0 32 32" zoomAndPan="disable">
2
+
3
+ <line x1="8" y1="8" x2="24" y2="24" style="stroke:#fff;stroke-width:1.5" />
4
+ <line x1="8" y1="24" x2="24" y2="8" style="stroke:#fff;stroke-width:1.5" />
5
+
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="64px" viewBox="0 0 96 64" zoomAndPan="disable">
2
+
3
+ <line x1="32" y1="1" x2="64" y2="32" style="stroke:#fff;stroke-width:1.5" />
4
+ <line x1="32" y1="64" x2="64" y2="32" style="stroke:#fff;stroke-width:1.5" />
5
+
6
+ </svg>
@@ -0,0 +1,2631 @@
1
+ @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
2
+ @import url("font-awesome.min.css");
3
+
4
+ /*
5
+ Overflow by HTML5 UP
6
+ html5up.net | @ajlkn
7
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
8
+ */
9
+
10
+ html, body, div, span, applet, object,
11
+ iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
12
+ pre, a, abbr, acronym, address, big, cite,
13
+ code, del, dfn, em, img, ins, kbd, q, s, samp,
14
+ small, strike, strong, sub, sup, tt, var, b,
15
+ u, i, center, dl, dt, dd, ol, ul, li, fieldset,
16
+ form, label, legend, table, caption, tbody,
17
+ tfoot, thead, tr, th, td, article, aside,
18
+ canvas, details, embed, figure, figcaption,
19
+ footer, header, hgroup, menu, nav, output, ruby,
20
+ section, summary, time, mark, audio, video {
21
+ margin: 0;
22
+ padding: 0;
23
+ border: 0;
24
+ font-size: 100%;
25
+ font: inherit;
26
+ vertical-align: baseline;}
27
+
28
+ article, aside, details, figcaption, figure,
29
+ footer, header, hgroup, menu, nav, section {
30
+ display: block;}
31
+
32
+ body {
33
+ line-height: 1;
34
+ }
35
+
36
+ ol, ul {
37
+ list-style: none;
38
+ }
39
+
40
+ blockquote, q {
41
+ quotes: none;
42
+ }
43
+
44
+ blockquote:before, blockquote:after, q:before, q:after {
45
+ content: '';
46
+ content: none;
47
+ }
48
+
49
+ table {
50
+ border-collapse: collapse;
51
+ border-spacing: 0;
52
+ }
53
+
54
+ body {
55
+ -webkit-text-size-adjust: none;
56
+ }
57
+
58
+ mark {
59
+ background-color: transparent;
60
+ color: inherit;
61
+ }
62
+
63
+ input::-moz-focus-inner {
64
+ border: 0;
65
+ padding: 0;
66
+ }
67
+
68
+ input, select, textarea {
69
+ -moz-appearance: none;
70
+ -webkit-appearance: none;
71
+ -ms-appearance: none;
72
+ appearance: none;
73
+ }
74
+
75
+ /* Basic */
76
+
77
+ html {
78
+ box-sizing: border-box;
79
+ }
80
+
81
+ *, *:before, *:after {
82
+ box-sizing: inherit;
83
+ }
84
+
85
+ body {
86
+ background-color: #183026;
87
+ background-image: url("images/overlay.png"), url("../images/bg.jpg");
88
+ background-repeat: repeat, no-repeat;
89
+ background-size: auto, cover;
90
+ background-position: top left, center 0;
91
+ background-attachment: fixed, fixed;
92
+ font-family: 'Source Sans Pro', sans-serif;
93
+ font-size: 18pt;
94
+ line-height: 1.75em;
95
+ font-weight: 300;
96
+ letter-spacing: 1px;
97
+ color: #3a3939;
98
+ text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
99
+ -webkit-text-stroke: 0.25px;
100
+ }
101
+
102
+ body.is-scroll {
103
+ background-attachment: scroll, scroll;
104
+ background-size: auto, 100% auto;
105
+ }
106
+
107
+ body.is-preload *, body.is-preload *:before, body.is-preload *:after {
108
+ -moz-animation: none !important;
109
+ -webkit-animation: none !important;
110
+ -ms-animation: none !important;
111
+ animation: none !important;
112
+ -moz-transition: none !important;
113
+ -webkit-transition: none !important;
114
+ -ms-transition: none !important;
115
+ transition: none !important;
116
+ }
117
+
118
+ input, textarea, select {
119
+ font-family: 'Source Sans Pro', sans-serif;
120
+ font-size: 18pt;
121
+ line-height: 1.75em;
122
+ font-weight: 300;
123
+ letter-spacing: 1px;
124
+ color: #3a3939;
125
+ text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
126
+ -webkit-text-stroke: 0.25px;
127
+ }
128
+
129
+ h1, h2, h3, h4, h5, h6 {
130
+ font-weight: 400;
131
+ text-transform: uppercase;
132
+ line-height: 1.75em;
133
+ }
134
+
135
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
136
+ color: inherit;
137
+ text-decoration: none;
138
+ }
139
+
140
+ h2 {
141
+ font-size: 1.25em;
142
+ letter-spacing: 8px;
143
+ }
144
+
145
+ h3 {
146
+ font-size: 1em;
147
+ letter-spacing: 5px;
148
+ }
149
+
150
+ strong, b {
151
+ font-weight: 400;
152
+ }
153
+
154
+ em, i {
155
+ font-style: italic;
156
+ }
157
+
158
+ a {
159
+ -moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
160
+ -webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
161
+ -ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
162
+ transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
163
+ color: #35b88f;
164
+ text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
165
+ text-decoration: none;
166
+ border-bottom: dotted 1px rgba(53, 184, 143, 0.5);
167
+ }
168
+
169
+ a:hover {
170
+ border-bottom-color: rgba(53, 184, 143, 0);
171
+ }
172
+
173
+ sub {
174
+ position: relative;
175
+ top: 0.5em;
176
+ font-size: 0.8em;
177
+ }
178
+
179
+ sup {
180
+ position: relative;
181
+ top: -0.5em;
182
+ font-size: 0.8em;
183
+ }
184
+
185
+ hr {
186
+ border: 0;
187
+ border-top: solid 1px #dad9d9;
188
+ margin: 2em 0 2em 0;
189
+ }
190
+
191
+ blockquote {
192
+ border-left: solid 0.5em #eae9e9;
193
+ padding: 1em 0 1em 2em;
194
+ font-style: italic;
195
+ }
196
+
197
+ p, ul, ol, dl, table {
198
+ margin-bottom: 1em;
199
+ }
200
+
201
+ header {
202
+ margin-bottom: 1em;
203
+ }
204
+
205
+ header p {
206
+ display: block;
207
+ margin: 0.5em 0 0 0;
208
+ padding: 0 0 1.5em 0;
209
+ }
210
+
211
+ footer {
212
+ margin-top: 1em;
213
+ }
214
+
215
+ br.clear {
216
+ clear: both;
217
+ }
218
+
219
+ /* Container */
220
+
221
+ .container {
222
+ margin: 0 auto;
223
+ max-width: 100%;
224
+ width: 1140px;
225
+ }
226
+
227
+ @media screen and (max-width: 1680px) {
228
+
229
+ .container {
230
+ width: 960px;
231
+ }
232
+
233
+ }
234
+
235
+ @media screen and (max-width: 1080px) {
236
+
237
+ .container {
238
+ width: 95%;
239
+ }
240
+
241
+ }
242
+
243
+ /* Row */
244
+
245
+ .row {
246
+ display: flex;
247
+ flex-wrap: wrap;
248
+ box-sizing: border-box;
249
+ align-items: stretch;
250
+ }
251
+
252
+ .row > * {
253
+ box-sizing: border-box;
254
+ }
255
+
256
+ .row.gtr-uniform > * > :last-child {
257
+ margin-bottom: 0;
258
+ }
259
+
260
+ .row.aln-left {
261
+ justify-content: flex-start;
262
+ }
263
+
264
+ .row.aln-center {
265
+ justify-content: center;
266
+ }
267
+
268
+ .row.aln-right {
269
+ justify-content: flex-end;
270
+ }
271
+
272
+ .row.aln-top {
273
+ align-items: flex-start;
274
+ }
275
+
276
+ .row.aln-middle {
277
+ align-items: center;
278
+ }
279
+
280
+ .row.aln-bottom {
281
+ align-items: flex-end;
282
+ }
283
+
284
+ .row > .imp {
285
+ order: -1;
286
+ }
287
+
288
+ .row > .col-1 {
289
+ width: 8.3333333333%;
290
+ }
291
+
292
+ .row > .off-1 {
293
+ margin-left: 8.3333333333%;
294
+ }
295
+
296
+ .row > .col-2 {
297
+ width: 16.6666666667%;
298
+ }
299
+
300
+ .row > .off-2 {
301
+ margin-left: 16.6666666667%;
302
+ }
303
+
304
+ .row > .col-3 {
305
+ width: 25%;
306
+ }
307
+
308
+ .row > .off-3 {
309
+ margin-left: 25%;
310
+ }
311
+
312
+ .row > .col-4 {
313
+ width: 33.3333333333%;
314
+ }
315
+
316
+ .row > .off-4 {
317
+ margin-left: 33.3333333333%;
318
+ }
319
+
320
+ .row > .col-5 {
321
+ width: 41.6666666667%;
322
+ }
323
+
324
+ .row > .off-5 {
325
+ margin-left: 41.6666666667%;
326
+ }
327
+
328
+ .row > .col-6 {
329
+ width: 50%;
330
+ }
331
+
332
+ .row > .off-6 {
333
+ margin-left: 50%;
334
+ }
335
+
336
+ .row > .col-7 {
337
+ width: 58.3333333333%;
338
+ }
339
+
340
+ .row > .off-7 {
341
+ margin-left: 58.3333333333%;
342
+ }
343
+
344
+ .row > .col-8 {
345
+ width: 66.6666666667%;
346
+ }
347
+
348
+ .row > .off-8 {
349
+ margin-left: 66.6666666667%;
350
+ }
351
+
352
+ .row > .col-9 {
353
+ width: 75%;
354
+ }
355
+
356
+ .row > .off-9 {
357
+ margin-left: 75%;
358
+ }
359
+
360
+ .row > .col-10 {
361
+ width: 83.3333333333%;
362
+ }
363
+
364
+ .row > .off-10 {
365
+ margin-left: 83.3333333333%;
366
+ }
367
+
368
+ .row > .col-11 {
369
+ width: 91.6666666667%;
370
+ }
371
+
372
+ .row > .off-11 {
373
+ margin-left: 91.6666666667%;
374
+ }
375
+
376
+ .row > .col-12 {
377
+ width: 100%;
378
+ }
379
+
380
+ .row > .off-12 {
381
+ margin-left: 100%;
382
+ }
383
+
384
+ .row.gtr-0 {
385
+ margin-top: 0px;
386
+ margin-left: 0px;
387
+ }
388
+
389
+ .row.gtr-0 > * {
390
+ padding: 0px 0 0 0px;
391
+ }
392
+
393
+ .row.gtr-0.gtr-uniform {
394
+ margin-top: 0px;
395
+ }
396
+
397
+ .row.gtr-0.gtr-uniform > * {
398
+ padding-top: 0px;
399
+ }
400
+
401
+ .row.gtr-25 {
402
+ margin-top: -10px;
403
+ margin-left: -10px;
404
+ }
405
+
406
+ .row.gtr-25 > * {
407
+ padding: 10px 0 0 10px;
408
+ }
409
+
410
+ .row.gtr-25.gtr-uniform {
411
+ margin-top: -10px;
412
+ }
413
+
414
+ .row.gtr-25.gtr-uniform > * {
415
+ padding-top: 10px;
416
+ }
417
+
418
+ .row.gtr-50 {
419
+ margin-top: -20px;
420
+ margin-left: -20px;
421
+ }
422
+
423
+ .row.gtr-50 > * {
424
+ padding: 20px 0 0 20px;
425
+ }
426
+
427
+ .row.gtr-50.gtr-uniform {
428
+ margin-top: -20px;
429
+ }
430
+
431
+ .row.gtr-50.gtr-uniform > * {
432
+ padding-top: 20px;
433
+ }
434
+
435
+ .row {
436
+ margin-top: -40px;
437
+ margin-left: -40px;
438
+ }
439
+
440
+ .row > * {
441
+ padding: 40px 0 0 40px;
442
+ }
443
+
444
+ .row.gtr-uniform {
445
+ margin-top: -40px;
446
+ }
447
+
448
+ .row.gtr-uniform > * {
449
+ padding-top: 40px;
450
+ }
451
+
452
+ .row.gtr-150 {
453
+ margin-top: -60px;
454
+ margin-left: -60px;
455
+ }
456
+
457
+ .row.gtr-150 > * {
458
+ padding: 60px 0 0 60px;
459
+ }
460
+
461
+ .row.gtr-150.gtr-uniform {
462
+ margin-top: -60px;
463
+ }
464
+
465
+ .row.gtr-150.gtr-uniform > * {
466
+ padding-top: 60px;
467
+ }
468
+
469
+ .row.gtr-200 {
470
+ margin-top: -80px;
471
+ margin-left: -80px;
472
+ }
473
+
474
+ .row.gtr-200 > * {
475
+ padding: 80px 0 0 80px;
476
+ }
477
+
478
+ .row.gtr-200.gtr-uniform {
479
+ margin-top: -80px;
480
+ }
481
+
482
+ .row.gtr-200.gtr-uniform > * {
483
+ padding-top: 80px;
484
+ }
485
+
486
+ @media screen and (max-width: 1680px) {
487
+
488
+ .row {
489
+ display: flex;
490
+ flex-wrap: wrap;
491
+ box-sizing: border-box;
492
+ align-items: stretch;
493
+ }
494
+
495
+ .row > * {
496
+ box-sizing: border-box;
497
+ }
498
+
499
+ .row.gtr-uniform > * > :last-child {
500
+ margin-bottom: 0;
501
+ }
502
+
503
+ .row.aln-left {
504
+ justify-content: flex-start;
505
+ }
506
+
507
+ .row.aln-center {
508
+ justify-content: center;
509
+ }
510
+
511
+ .row.aln-right {
512
+ justify-content: flex-end;
513
+ }
514
+
515
+ .row.aln-top {
516
+ align-items: flex-start;
517
+ }
518
+
519
+ .row.aln-middle {
520
+ align-items: center;
521
+ }
522
+
523
+ .row.aln-bottom {
524
+ align-items: flex-end;
525
+ }
526
+
527
+ .row > .imp-wide {
528
+ order: -1;
529
+ }
530
+
531
+ .row > .col-1-wide {
532
+ width: 8.3333333333%;
533
+ }
534
+
535
+ .row > .off-1-wide {
536
+ margin-left: 8.3333333333%;
537
+ }
538
+
539
+ .row > .col-2-wide {
540
+ width: 16.6666666667%;
541
+ }
542
+
543
+ .row > .off-2-wide {
544
+ margin-left: 16.6666666667%;
545
+ }
546
+
547
+ .row > .col-3-wide {
548
+ width: 25%;
549
+ }
550
+
551
+ .row > .off-3-wide {
552
+ margin-left: 25%;
553
+ }
554
+
555
+ .row > .col-4-wide {
556
+ width: 33.3333333333%;
557
+ }
558
+
559
+ .row > .off-4-wide {
560
+ margin-left: 33.3333333333%;
561
+ }
562
+
563
+ .row > .col-5-wide {
564
+ width: 41.6666666667%;
565
+ }
566
+
567
+ .row > .off-5-wide {
568
+ margin-left: 41.6666666667%;
569
+ }
570
+
571
+ .row > .col-6-wide {
572
+ width: 50%;
573
+ }
574
+
575
+ .row > .off-6-wide {
576
+ margin-left: 50%;
577
+ }
578
+
579
+ .row > .col-7-wide {
580
+ width: 58.3333333333%;
581
+ }
582
+
583
+ .row > .off-7-wide {
584
+ margin-left: 58.3333333333%;
585
+ }
586
+
587
+ .row > .col-8-wide {
588
+ width: 66.6666666667%;
589
+ }
590
+
591
+ .row > .off-8-wide {
592
+ margin-left: 66.6666666667%;
593
+ }
594
+
595
+ .row > .col-9-wide {
596
+ width: 75%;
597
+ }
598
+
599
+ .row > .off-9-wide {
600
+ margin-left: 75%;
601
+ }
602
+
603
+ .row > .col-10-wide {
604
+ width: 83.3333333333%;
605
+ }
606
+
607
+ .row > .off-10-wide {
608
+ margin-left: 83.3333333333%;
609
+ }
610
+
611
+ .row > .col-11-wide {
612
+ width: 91.6666666667%;
613
+ }
614
+
615
+ .row > .off-11-wide {
616
+ margin-left: 91.6666666667%;
617
+ }
618
+
619
+ .row > .col-12-wide {
620
+ width: 100%;
621
+ }
622
+
623
+ .row > .off-12-wide {
624
+ margin-left: 100%;
625
+ }
626
+
627
+ .row.gtr-0 {
628
+ margin-top: 0px;
629
+ margin-left: 0px;
630
+ }
631
+
632
+ .row.gtr-0 > * {
633
+ padding: 0px 0 0 0px;
634
+ }
635
+
636
+ .row.gtr-0.gtr-uniform {
637
+ margin-top: 0px;
638
+ }
639
+
640
+ .row.gtr-0.gtr-uniform > * {
641
+ padding-top: 0px;
642
+ }
643
+
644
+ .row.gtr-25 {
645
+ margin-top: -10px;
646
+ margin-left: -10px;
647
+ }
648
+
649
+ .row.gtr-25 > * {
650
+ padding: 10px 0 0 10px;
651
+ }
652
+
653
+ .row.gtr-25.gtr-uniform {
654
+ margin-top: -10px;
655
+ }
656
+
657
+ .row.gtr-25.gtr-uniform > * {
658
+ padding-top: 10px;
659
+ }
660
+
661
+ .row.gtr-50 {
662
+ margin-top: -20px;
663
+ margin-left: -20px;
664
+ }
665
+
666
+ .row.gtr-50 > * {
667
+ padding: 20px 0 0 20px;
668
+ }
669
+
670
+ .row.gtr-50.gtr-uniform {
671
+ margin-top: -20px;
672
+ }
673
+
674
+ .row.gtr-50.gtr-uniform > * {
675
+ padding-top: 20px;
676
+ }
677
+
678
+ .row {
679
+ margin-top: -40px;
680
+ margin-left: -40px;
681
+ }
682
+
683
+ .row > * {
684
+ padding: 40px 0 0 40px;
685
+ }
686
+
687
+ .row.gtr-uniform {
688
+ margin-top: -40px;
689
+ }
690
+
691
+ .row.gtr-uniform > * {
692
+ padding-top: 40px;
693
+ }
694
+
695
+ .row.gtr-150 {
696
+ margin-top: -60px;
697
+ margin-left: -60px;
698
+ }
699
+
700
+ .row.gtr-150 > * {
701
+ padding: 60px 0 0 60px;
702
+ }
703
+
704
+ .row.gtr-150.gtr-uniform {
705
+ margin-top: -60px;
706
+ }
707
+
708
+ .row.gtr-150.gtr-uniform > * {
709
+ padding-top: 60px;
710
+ }
711
+
712
+ .row.gtr-200 {
713
+ margin-top: -80px;
714
+ margin-left: -80px;
715
+ }
716
+
717
+ .row.gtr-200 > * {
718
+ padding: 80px 0 0 80px;
719
+ }
720
+
721
+ .row.gtr-200.gtr-uniform {
722
+ margin-top: -80px;
723
+ }
724
+
725
+ .row.gtr-200.gtr-uniform > * {
726
+ padding-top: 80px;
727
+ }
728
+
729
+ }
730
+
731
+ @media screen and (max-width: 1080px) {
732
+
733
+ .row {
734
+ display: flex;
735
+ flex-wrap: wrap;
736
+ box-sizing: border-box;
737
+ align-items: stretch;
738
+ }
739
+
740
+ .row > * {
741
+ box-sizing: border-box;
742
+ }
743
+
744
+ .row.gtr-uniform > * > :last-child {
745
+ margin-bottom: 0;
746
+ }
747
+
748
+ .row.aln-left {
749
+ justify-content: flex-start;
750
+ }
751
+
752
+ .row.aln-center {
753
+ justify-content: center;
754
+ }
755
+
756
+ .row.aln-right {
757
+ justify-content: flex-end;
758
+ }
759
+
760
+ .row.aln-top {
761
+ align-items: flex-start;
762
+ }
763
+
764
+ .row.aln-middle {
765
+ align-items: center;
766
+ }
767
+
768
+ .row.aln-bottom {
769
+ align-items: flex-end;
770
+ }
771
+
772
+ .row > .imp-normal {
773
+ order: -1;
774
+ }
775
+
776
+ .row > .col-1-normal {
777
+ width: 8.3333333333%;
778
+ }
779
+
780
+ .row > .off-1-normal {
781
+ margin-left: 8.3333333333%;
782
+ }
783
+
784
+ .row > .col-2-normal {
785
+ width: 16.6666666667%;
786
+ }
787
+
788
+ .row > .off-2-normal {
789
+ margin-left: 16.6666666667%;
790
+ }
791
+
792
+ .row > .col-3-normal {
793
+ width: 25%;
794
+ }
795
+
796
+ .row > .off-3-normal {
797
+ margin-left: 25%;
798
+ }
799
+
800
+ .row > .col-4-normal {
801
+ width: 33.3333333333%;
802
+ }
803
+
804
+ .row > .off-4-normal {
805
+ margin-left: 33.3333333333%;
806
+ }
807
+
808
+ .row > .col-5-normal {
809
+ width: 41.6666666667%;
810
+ }
811
+
812
+ .row > .off-5-normal {
813
+ margin-left: 41.6666666667%;
814
+ }
815
+
816
+ .row > .col-6-normal {
817
+ width: 50%;
818
+ }
819
+
820
+ .row > .off-6-normal {
821
+ margin-left: 50%;
822
+ }
823
+
824
+ .row > .col-7-normal {
825
+ width: 58.3333333333%;
826
+ }
827
+
828
+ .row > .off-7-normal {
829
+ margin-left: 58.3333333333%;
830
+ }
831
+
832
+ .row > .col-8-normal {
833
+ width: 66.6666666667%;
834
+ }
835
+
836
+ .row > .off-8-normal {
837
+ margin-left: 66.6666666667%;
838
+ }
839
+
840
+ .row > .col-9-normal {
841
+ width: 75%;
842
+ }
843
+
844
+ .row > .off-9-normal {
845
+ margin-left: 75%;
846
+ }
847
+
848
+ .row > .col-10-normal {
849
+ width: 83.3333333333%;
850
+ }
851
+
852
+ .row > .off-10-normal {
853
+ margin-left: 83.3333333333%;
854
+ }
855
+
856
+ .row > .col-11-normal {
857
+ width: 91.6666666667%;
858
+ }
859
+
860
+ .row > .off-11-normal {
861
+ margin-left: 91.6666666667%;
862
+ }
863
+
864
+ .row > .col-12-normal {
865
+ width: 100%;
866
+ }
867
+
868
+ .row > .off-12-normal {
869
+ margin-left: 100%;
870
+ }
871
+
872
+ .row.gtr-0 {
873
+ margin-top: 0px;
874
+ margin-left: 0px;
875
+ }
876
+
877
+ .row.gtr-0 > * {
878
+ padding: 0px 0 0 0px;
879
+ }
880
+
881
+ .row.gtr-0.gtr-uniform {
882
+ margin-top: 0px;
883
+ }
884
+
885
+ .row.gtr-0.gtr-uniform > * {
886
+ padding-top: 0px;
887
+ }
888
+
889
+ .row.gtr-25 {
890
+ margin-top: -10px;
891
+ margin-left: -10px;
892
+ }
893
+
894
+ .row.gtr-25 > * {
895
+ padding: 10px 0 0 10px;
896
+ }
897
+
898
+ .row.gtr-25.gtr-uniform {
899
+ margin-top: -10px;
900
+ }
901
+
902
+ .row.gtr-25.gtr-uniform > * {
903
+ padding-top: 10px;
904
+ }
905
+
906
+ .row.gtr-50 {
907
+ margin-top: -20px;
908
+ margin-left: -20px;
909
+ }
910
+
911
+ .row.gtr-50 > * {
912
+ padding: 20px 0 0 20px;
913
+ }
914
+
915
+ .row.gtr-50.gtr-uniform {
916
+ margin-top: -20px;
917
+ }
918
+
919
+ .row.gtr-50.gtr-uniform > * {
920
+ padding-top: 20px;
921
+ }
922
+
923
+ .row {
924
+ margin-top: -40px;
925
+ margin-left: -40px;
926
+ }
927
+
928
+ .row > * {
929
+ padding: 40px 0 0 40px;
930
+ }
931
+
932
+ .row.gtr-uniform {
933
+ margin-top: -40px;
934
+ }
935
+
936
+ .row.gtr-uniform > * {
937
+ padding-top: 40px;
938
+ }
939
+
940
+ .row.gtr-150 {
941
+ margin-top: -60px;
942
+ margin-left: -60px;
943
+ }
944
+
945
+ .row.gtr-150 > * {
946
+ padding: 60px 0 0 60px;
947
+ }
948
+
949
+ .row.gtr-150.gtr-uniform {
950
+ margin-top: -60px;
951
+ }
952
+
953
+ .row.gtr-150.gtr-uniform > * {
954
+ padding-top: 60px;
955
+ }
956
+
957
+ .row.gtr-200 {
958
+ margin-top: -80px;
959
+ margin-left: -80px;
960
+ }
961
+
962
+ .row.gtr-200 > * {
963
+ padding: 80px 0 0 80px;
964
+ }
965
+
966
+ .row.gtr-200.gtr-uniform {
967
+ margin-top: -80px;
968
+ }
969
+
970
+ .row.gtr-200.gtr-uniform > * {
971
+ padding-top: 80px;
972
+ }
973
+
974
+ }
975
+
976
+ @media screen and (max-width: 840px) {
977
+
978
+ .row {
979
+ display: flex;
980
+ flex-wrap: wrap;
981
+ box-sizing: border-box;
982
+ align-items: stretch;
983
+ }
984
+
985
+ .row > * {
986
+ box-sizing: border-box;
987
+ }
988
+
989
+ .row.gtr-uniform > * > :last-child {
990
+ margin-bottom: 0;
991
+ }
992
+
993
+ .row.aln-left {
994
+ justify-content: flex-start;
995
+ }
996
+
997
+ .row.aln-center {
998
+ justify-content: center;
999
+ }
1000
+
1001
+ .row.aln-right {
1002
+ justify-content: flex-end;
1003
+ }
1004
+
1005
+ .row.aln-top {
1006
+ align-items: flex-start;
1007
+ }
1008
+
1009
+ .row.aln-middle {
1010
+ align-items: center;
1011
+ }
1012
+
1013
+ .row.aln-bottom {
1014
+ align-items: flex-end;
1015
+ }
1016
+
1017
+ .row > .imp-narrow {
1018
+ order: -1;
1019
+ }
1020
+
1021
+ .row > .col-1-narrow {
1022
+ width: 8.3333333333%;
1023
+ }
1024
+
1025
+ .row > .off-1-narrow {
1026
+ margin-left: 8.3333333333%;
1027
+ }
1028
+
1029
+ .row > .col-2-narrow {
1030
+ width: 16.6666666667%;
1031
+ }
1032
+
1033
+ .row > .off-2-narrow {
1034
+ margin-left: 16.6666666667%;
1035
+ }
1036
+
1037
+ .row > .col-3-narrow {
1038
+ width: 25%;
1039
+ }
1040
+
1041
+ .row > .off-3-narrow {
1042
+ margin-left: 25%;
1043
+ }
1044
+
1045
+ .row > .col-4-narrow {
1046
+ width: 33.3333333333%;
1047
+ }
1048
+
1049
+ .row > .off-4-narrow {
1050
+ margin-left: 33.3333333333%;
1051
+ }
1052
+
1053
+ .row > .col-5-narrow {
1054
+ width: 41.6666666667%;
1055
+ }
1056
+
1057
+ .row > .off-5-narrow {
1058
+ margin-left: 41.6666666667%;
1059
+ }
1060
+
1061
+ .row > .col-6-narrow {
1062
+ width: 50%;
1063
+ }
1064
+
1065
+ .row > .off-6-narrow {
1066
+ margin-left: 50%;
1067
+ }
1068
+
1069
+ .row > .col-7-narrow {
1070
+ width: 58.3333333333%;
1071
+ }
1072
+
1073
+ .row > .off-7-narrow {
1074
+ margin-left: 58.3333333333%;
1075
+ }
1076
+
1077
+ .row > .col-8-narrow {
1078
+ width: 66.6666666667%;
1079
+ }
1080
+
1081
+ .row > .off-8-narrow {
1082
+ margin-left: 66.6666666667%;
1083
+ }
1084
+
1085
+ .row > .col-9-narrow {
1086
+ width: 75%;
1087
+ }
1088
+
1089
+ .row > .off-9-narrow {
1090
+ margin-left: 75%;
1091
+ }
1092
+
1093
+ .row > .col-10-narrow {
1094
+ width: 83.3333333333%;
1095
+ }
1096
+
1097
+ .row > .off-10-narrow {
1098
+ margin-left: 83.3333333333%;
1099
+ }
1100
+
1101
+ .row > .col-11-narrow {
1102
+ width: 91.6666666667%;
1103
+ }
1104
+
1105
+ .row > .off-11-narrow {
1106
+ margin-left: 91.6666666667%;
1107
+ }
1108
+
1109
+ .row > .col-12-narrow {
1110
+ width: 100%;
1111
+ }
1112
+
1113
+ .row > .off-12-narrow {
1114
+ margin-left: 100%;
1115
+ }
1116
+
1117
+ .row.gtr-0 {
1118
+ margin-top: 0px;
1119
+ margin-left: 0px;
1120
+ }
1121
+
1122
+ .row.gtr-0 > * {
1123
+ padding: 0px 0 0 0px;
1124
+ }
1125
+
1126
+ .row.gtr-0.gtr-uniform {
1127
+ margin-top: 0px;
1128
+ }
1129
+
1130
+ .row.gtr-0.gtr-uniform > * {
1131
+ padding-top: 0px;
1132
+ }
1133
+
1134
+ .row.gtr-25 {
1135
+ margin-top: -7.5px;
1136
+ margin-left: -7.5px;
1137
+ }
1138
+
1139
+ .row.gtr-25 > * {
1140
+ padding: 7.5px 0 0 7.5px;
1141
+ }
1142
+
1143
+ .row.gtr-25.gtr-uniform {
1144
+ margin-top: -7.5px;
1145
+ }
1146
+
1147
+ .row.gtr-25.gtr-uniform > * {
1148
+ padding-top: 7.5px;
1149
+ }
1150
+
1151
+ .row.gtr-50 {
1152
+ margin-top: -15px;
1153
+ margin-left: -15px;
1154
+ }
1155
+
1156
+ .row.gtr-50 > * {
1157
+ padding: 15px 0 0 15px;
1158
+ }
1159
+
1160
+ .row.gtr-50.gtr-uniform {
1161
+ margin-top: -15px;
1162
+ }
1163
+
1164
+ .row.gtr-50.gtr-uniform > * {
1165
+ padding-top: 15px;
1166
+ }
1167
+
1168
+ .row {
1169
+ margin-top: -30px;
1170
+ margin-left: -30px;
1171
+ }
1172
+
1173
+ .row > * {
1174
+ padding: 30px 0 0 30px;
1175
+ }
1176
+
1177
+ .row.gtr-uniform {
1178
+ margin-top: -30px;
1179
+ }
1180
+
1181
+ .row.gtr-uniform > * {
1182
+ padding-top: 30px;
1183
+ }
1184
+
1185
+ .row.gtr-150 {
1186
+ margin-top: -45px;
1187
+ margin-left: -45px;
1188
+ }
1189
+
1190
+ .row.gtr-150 > * {
1191
+ padding: 45px 0 0 45px;
1192
+ }
1193
+
1194
+ .row.gtr-150.gtr-uniform {
1195
+ margin-top: -45px;
1196
+ }
1197
+
1198
+ .row.gtr-150.gtr-uniform > * {
1199
+ padding-top: 45px;
1200
+ }
1201
+
1202
+ .row.gtr-200 {
1203
+ margin-top: -60px;
1204
+ margin-left: -60px;
1205
+ }
1206
+
1207
+ .row.gtr-200 > * {
1208
+ padding: 60px 0 0 60px;
1209
+ }
1210
+
1211
+ .row.gtr-200.gtr-uniform {
1212
+ margin-top: -60px;
1213
+ }
1214
+
1215
+ .row.gtr-200.gtr-uniform > * {
1216
+ padding-top: 60px;
1217
+ }
1218
+
1219
+ }
1220
+
1221
+ @media screen and (max-width: 736px) {
1222
+
1223
+ .row {
1224
+ display: flex;
1225
+ flex-wrap: wrap;
1226
+ box-sizing: border-box;
1227
+ align-items: stretch;
1228
+ }
1229
+
1230
+ .row > * {
1231
+ box-sizing: border-box;
1232
+ }
1233
+
1234
+ .row.gtr-uniform > * > :last-child {
1235
+ margin-bottom: 0;
1236
+ }
1237
+
1238
+ .row.aln-left {
1239
+ justify-content: flex-start;
1240
+ }
1241
+
1242
+ .row.aln-center {
1243
+ justify-content: center;
1244
+ }
1245
+
1246
+ .row.aln-right {
1247
+ justify-content: flex-end;
1248
+ }
1249
+
1250
+ .row.aln-top {
1251
+ align-items: flex-start;
1252
+ }
1253
+
1254
+ .row.aln-middle {
1255
+ align-items: center;
1256
+ }
1257
+
1258
+ .row.aln-bottom {
1259
+ align-items: flex-end;
1260
+ }
1261
+
1262
+ .row > .imp-mobile {
1263
+ order: -1;
1264
+ }
1265
+
1266
+ .row > .col-1-mobile {
1267
+ width: 8.3333333333%;
1268
+ }
1269
+
1270
+ .row > .off-1-mobile {
1271
+ margin-left: 8.3333333333%;
1272
+ }
1273
+
1274
+ .row > .col-2-mobile {
1275
+ width: 16.6666666667%;
1276
+ }
1277
+
1278
+ .row > .off-2-mobile {
1279
+ margin-left: 16.6666666667%;
1280
+ }
1281
+
1282
+ .row > .col-3-mobile {
1283
+ width: 25%;
1284
+ }
1285
+
1286
+ .row > .off-3-mobile {
1287
+ margin-left: 25%;
1288
+ }
1289
+
1290
+ .row > .col-4-mobile {
1291
+ width: 33.3333333333%;
1292
+ }
1293
+
1294
+ .row > .off-4-mobile {
1295
+ margin-left: 33.3333333333%;
1296
+ }
1297
+
1298
+ .row > .col-5-mobile {
1299
+ width: 41.6666666667%;
1300
+ }
1301
+
1302
+ .row > .off-5-mobile {
1303
+ margin-left: 41.6666666667%;
1304
+ }
1305
+
1306
+ .row > .col-6-mobile {
1307
+ width: 50%;
1308
+ }
1309
+
1310
+ .row > .off-6-mobile {
1311
+ margin-left: 50%;
1312
+ }
1313
+
1314
+ .row > .col-7-mobile {
1315
+ width: 58.3333333333%;
1316
+ }
1317
+
1318
+ .row > .off-7-mobile {
1319
+ margin-left: 58.3333333333%;
1320
+ }
1321
+
1322
+ .row > .col-8-mobile {
1323
+ width: 66.6666666667%;
1324
+ }
1325
+
1326
+ .row > .off-8-mobile {
1327
+ margin-left: 66.6666666667%;
1328
+ }
1329
+
1330
+ .row > .col-9-mobile {
1331
+ width: 75%;
1332
+ }
1333
+
1334
+ .row > .off-9-mobile {
1335
+ margin-left: 75%;
1336
+ }
1337
+
1338
+ .row > .col-10-mobile {
1339
+ width: 83.3333333333%;
1340
+ }
1341
+
1342
+ .row > .off-10-mobile {
1343
+ margin-left: 83.3333333333%;
1344
+ }
1345
+
1346
+ .row > .col-11-mobile {
1347
+ width: 91.6666666667%;
1348
+ }
1349
+
1350
+ .row > .off-11-mobile {
1351
+ margin-left: 91.6666666667%;
1352
+ }
1353
+
1354
+ .row > .col-12-mobile {
1355
+ width: 100%;
1356
+ }
1357
+
1358
+ .row > .off-12-mobile {
1359
+ margin-left: 100%;
1360
+ }
1361
+
1362
+ .row.gtr-0 {
1363
+ margin-top: 0px;
1364
+ margin-left: 0px;
1365
+ }
1366
+
1367
+ .row.gtr-0 > * {
1368
+ padding: 0px 0 0 0px;
1369
+ }
1370
+
1371
+ .row.gtr-0.gtr-uniform {
1372
+ margin-top: 0px;
1373
+ }
1374
+
1375
+ .row.gtr-0.gtr-uniform > * {
1376
+ padding-top: 0px;
1377
+ }
1378
+
1379
+ .row.gtr-25 {
1380
+ margin-top: -5px;
1381
+ margin-left: -5px;
1382
+ }
1383
+
1384
+ .row.gtr-25 > * {
1385
+ padding: 5px 0 0 5px;
1386
+ }
1387
+
1388
+ .row.gtr-25.gtr-uniform {
1389
+ margin-top: -5px;
1390
+ }
1391
+
1392
+ .row.gtr-25.gtr-uniform > * {
1393
+ padding-top: 5px;
1394
+ }
1395
+
1396
+ .row.gtr-50 {
1397
+ margin-top: -10px;
1398
+ margin-left: -10px;
1399
+ }
1400
+
1401
+ .row.gtr-50 > * {
1402
+ padding: 10px 0 0 10px;
1403
+ }
1404
+
1405
+ .row.gtr-50.gtr-uniform {
1406
+ margin-top: -10px;
1407
+ }
1408
+
1409
+ .row.gtr-50.gtr-uniform > * {
1410
+ padding-top: 10px;
1411
+ }
1412
+
1413
+ .row {
1414
+ margin-top: -20px;
1415
+ margin-left: -20px;
1416
+ }
1417
+
1418
+ .row > * {
1419
+ padding: 20px 0 0 20px;
1420
+ }
1421
+
1422
+ .row.gtr-uniform {
1423
+ margin-top: -20px;
1424
+ }
1425
+
1426
+ .row.gtr-uniform > * {
1427
+ padding-top: 20px;
1428
+ }
1429
+
1430
+ .row.gtr-150 {
1431
+ margin-top: -30px;
1432
+ margin-left: -30px;
1433
+ }
1434
+
1435
+ .row.gtr-150 > * {
1436
+ padding: 30px 0 0 30px;
1437
+ }
1438
+
1439
+ .row.gtr-150.gtr-uniform {
1440
+ margin-top: -30px;
1441
+ }
1442
+
1443
+ .row.gtr-150.gtr-uniform > * {
1444
+ padding-top: 30px;
1445
+ }
1446
+
1447
+ .row.gtr-200 {
1448
+ margin-top: -40px;
1449
+ margin-left: -40px;
1450
+ }
1451
+
1452
+ .row.gtr-200 > * {
1453
+ padding: 40px 0 0 40px;
1454
+ }
1455
+
1456
+ .row.gtr-200.gtr-uniform {
1457
+ margin-top: -40px;
1458
+ }
1459
+
1460
+ .row.gtr-200.gtr-uniform > * {
1461
+ padding-top: 40px;
1462
+ }
1463
+
1464
+ }
1465
+
1466
+ /* Sections/Article */
1467
+
1468
+ section, article {
1469
+ margin-bottom: 3em;
1470
+ }
1471
+
1472
+ section > :last-child,
1473
+ article > :last-child,
1474
+ section:last-child,
1475
+ article:last-child {
1476
+ margin-bottom: 0;
1477
+ }
1478
+
1479
+ .row > section, .row > article {
1480
+ margin-bottom: 0;
1481
+ }
1482
+
1483
+ /* Image */
1484
+
1485
+ .image {
1486
+ display: inline-block;
1487
+ border: 0;
1488
+ }
1489
+
1490
+ .image img {
1491
+ display: block;
1492
+ width: 100%;
1493
+ }
1494
+
1495
+ .image.featured {
1496
+ display: block;
1497
+ width: 100%;
1498
+ margin: 0 0 2em 0;
1499
+ }
1500
+
1501
+ .image.fit {
1502
+ display: block;
1503
+ width: 100%;
1504
+ }
1505
+
1506
+ .image.left {
1507
+ float: left;
1508
+ margin: 0 2em 2em 0;
1509
+ }
1510
+
1511
+ .image.centered {
1512
+ display: block;
1513
+ margin: 0 0 2em 0;
1514
+ }
1515
+
1516
+ .image.centered img {
1517
+ margin: 0 auto;
1518
+ width: auto;
1519
+ }
1520
+
1521
+ /* List */
1522
+
1523
+ ul {
1524
+ list-style: disc;
1525
+ padding-left: 1em;
1526
+ }
1527
+
1528
+ ul li {
1529
+ padding-left: 1.5em;
1530
+ margin-top: 1.5em;
1531
+ }
1532
+
1533
+ ul li:first-child {
1534
+ margin-top: 0;
1535
+ }
1536
+
1537
+ ol {
1538
+ list-style: decimal;
1539
+ padding-left: 1.25em;
1540
+ }
1541
+
1542
+ ol li {
1543
+ padding-left: 1.25em;
1544
+ margin-top: 1.5em;
1545
+ }
1546
+
1547
+ /* Icons */
1548
+
1549
+ ul.icons {
1550
+ cursor: default;
1551
+ list-style: none;
1552
+ padding-left: 0;
1553
+ }
1554
+
1555
+ ul.icons li {
1556
+ display: inline-block;
1557
+ padding-left: 0;
1558
+ margin-top: 0;
1559
+ }
1560
+
1561
+ ul.icons a {
1562
+ display: inline-block;
1563
+ width: 2.5em;
1564
+ height: 2.5em;
1565
+ line-height: 2.5em;
1566
+ text-align: center;
1567
+ border: 0;
1568
+ }
1569
+
1570
+ /* Menu */
1571
+
1572
+ ul.menu {
1573
+ cursor: default;
1574
+ list-style: none;
1575
+ padding-left: 0;
1576
+ }
1577
+
1578
+ ul.menu li {
1579
+ display: inline-block;
1580
+ line-height: 1em;
1581
+ border-left: solid 1px #dad9d9;
1582
+ padding: 0 0 0 0.5em;
1583
+ margin: 0 0 0 0.5em;
1584
+ }
1585
+
1586
+ ul.menu li:first-child {
1587
+ border-left: 0;
1588
+ padding-left: 0;
1589
+ margin-left: 0;
1590
+ }
1591
+
1592
+ /* Actions */
1593
+
1594
+ ul.actions {
1595
+ cursor: default;
1596
+ list-style: none;
1597
+ padding-left: 0;
1598
+ }
1599
+
1600
+ ul.actions li {
1601
+ display: inline-block;
1602
+ margin: 0 0 0 0.5em;
1603
+ padding-left: 0;
1604
+ margin-top: 0;
1605
+ }
1606
+
1607
+ ul.actions li:first-child {
1608
+ margin-left: 0;
1609
+ }
1610
+
1611
+ /* Form */
1612
+
1613
+ form label {
1614
+ display: block;
1615
+ margin: 0 0 0.5em 0;
1616
+ }
1617
+
1618
+ form input[type="text"],
1619
+ form input[type="email"],
1620
+ form input[type="password"],
1621
+ form select,
1622
+ form textarea {
1623
+ -moz-transition: background-color 0.35s ease-in-out;
1624
+ -webkit-transition: background-color 0.35s ease-in-out;
1625
+ -ms-transition: background-color 0.35s ease-in-out;
1626
+ transition: background-color 0.35s ease-in-out;
1627
+ -webkit-appearance: none;
1628
+ display: block;
1629
+ border: 0;
1630
+ background: #f1f1f1;
1631
+ width: 100%;
1632
+ padding: 0.75em;
1633
+ }
1634
+
1635
+ form input[type="text"]:focus,
1636
+ form input[type="email"]:focus,
1637
+ form input[type="password"]:focus,
1638
+ form select:focus,
1639
+ form textarea:focus {
1640
+ background-color: #f8f8f8;
1641
+ }
1642
+
1643
+ form input[type="text"],
1644
+ form input[type="email"],
1645
+ form input[type="password"],
1646
+ form select {
1647
+ line-height: 1em;
1648
+ }
1649
+
1650
+ form select {
1651
+ background-size: 1.25em;
1652
+ background-repeat: no-repeat;
1653
+ background-position: calc(100% - 1em) center;
1654
+ padding-right: 1.25em;
1655
+ text-overflow: ellipsis;
1656
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%235a5959' /%3E%3C/svg%3E");
1657
+ }
1658
+
1659
+ form select option {
1660
+ color: #3a3939;
1661
+ background: #ffffff;
1662
+ }
1663
+
1664
+ form select:focus::-ms-value {
1665
+ background-color: transparent;
1666
+ }
1667
+
1668
+ form select::-ms-expand {
1669
+ display: none;
1670
+ }
1671
+
1672
+ form textarea {
1673
+ min-height: 12em;
1674
+ }
1675
+
1676
+ form ::-webkit-input-placeholder {
1677
+ color: #5a5959 !important;
1678
+ }
1679
+
1680
+ form :-moz-placeholder {
1681
+ color: #5a5959 !important;
1682
+ }
1683
+
1684
+ form ::-moz-placeholder {
1685
+ color: #5a5959 !important;
1686
+ }
1687
+
1688
+ form :-ms-input-placeholder {
1689
+ color: #5a5959 !important;
1690
+ }
1691
+
1692
+ form ::-moz-focus-inner {
1693
+ border: 0;
1694
+ }
1695
+
1696
+ form ul.actions {
1697
+ margin-bottom: 0;
1698
+ text-align: center;
1699
+ }
1700
+
1701
+ /* Table */
1702
+
1703
+ .table-wrapper {
1704
+ width: 100%;
1705
+ overflow-x: auto;
1706
+ -webkit-overflow-scrolling: touch;
1707
+ }
1708
+
1709
+ table {
1710
+ width: 100%;
1711
+ }
1712
+
1713
+ table tbody tr {
1714
+ border-top: solid 1px #eae9e9;
1715
+ }
1716
+
1717
+ table tbody tr:first-child {
1718
+ border-top: 0;
1719
+ }
1720
+
1721
+ table td {
1722
+ padding: 0.75em 1.25em 0.75em 1.25em;
1723
+ }
1724
+
1725
+ table th {
1726
+ text-align: left;
1727
+ font-weight: 400;
1728
+ padding: 0.75em 1.25em 0.75em 1.25em;
1729
+ }
1730
+
1731
+ table thead {
1732
+ background: #f5f5f5;
1733
+ }
1734
+
1735
+ /* Button */
1736
+
1737
+ input[type="button"],
1738
+ input[type="submit"],
1739
+ input[type="reset"],
1740
+ button,
1741
+ .button {
1742
+ -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
1743
+ -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
1744
+ -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
1745
+ transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
1746
+ -webkit-appearance: none;
1747
+ position: relative;
1748
+ display: inline-block;
1749
+ border: 0;
1750
+ background: #35b88f;
1751
+ color: #fff;
1752
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
1753
+ cursor: pointer;
1754
+ text-decoration: none;
1755
+ outline: 0;
1756
+ padding: 1em 3em 1em 3em;
1757
+ text-align: center;
1758
+ border-radius: 3em;
1759
+ font-weight: 400;
1760
+ }
1761
+
1762
+ input[type="button"]:hover,
1763
+ input[type="submit"]:hover,
1764
+ input[type="reset"]:hover,
1765
+ button:hover,
1766
+ .button:hover {
1767
+ background: #45c89f;
1768
+ }
1769
+
1770
+ input[type="button"].style2,
1771
+ input[type="submit"].style2,
1772
+ input[type="reset"].style2,
1773
+ button.style2,
1774
+ .button.style2 {
1775
+ color: #3a3939;
1776
+ background: #fff;
1777
+ box-shadow: inset 0 0 0 1px #fff;
1778
+ }
1779
+
1780
+ input[type="button"].style2:hover,
1781
+ input[type="submit"].style2:hover,
1782
+ input[type="reset"].style2:hover,
1783
+ button.style2:hover,
1784
+ .button.style2:hover {
1785
+ background: rgba(255, 255, 255, 0.1);
1786
+ color: #fff !important;
1787
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25) !important;
1788
+ }
1789
+
1790
+ input[type="button"].style3,
1791
+ input[type="submit"].style3,
1792
+ input[type="reset"].style3,
1793
+ button.style3,
1794
+ .button.style3 {
1795
+ background: none;
1796
+ color: #3a3939;
1797
+ box-shadow: inset 0 0 0 1px #dad9d9;
1798
+ }
1799
+
1800
+ input[type="button"].style3:hover,
1801
+ input[type="submit"].style3:hover,
1802
+ input[type="reset"].style3:hover,
1803
+ button.style3:hover,
1804
+ .button.style3:hover {
1805
+ background: rgba(58, 57, 57, 0.025);
1806
+ }
1807
+
1808
+ /* Box */
1809
+
1810
+ .box {
1811
+ position: relative;
1812
+ margin-top: 9em;
1813
+ margin-bottom: 0;
1814
+ }
1815
+
1816
+ .box:after {
1817
+ content: '';
1818
+ display: block;
1819
+ position: absolute;
1820
+ top: -9em;
1821
+ left: 50%;
1822
+ height: 9em;
1823
+ border-left: solid 1px #fff;
1824
+ }
1825
+
1826
+ .box:before {
1827
+ content: '';
1828
+ display: block;
1829
+ width: 90px;
1830
+ height: 66px;
1831
+ position: absolute;
1832
+ left: 50%;
1833
+ top: -4.5em;
1834
+ margin-left: -45px;
1835
+ margin-top: -33px;
1836
+ background: url("images/arrow.svg") no-repeat;
1837
+ }
1838
+
1839
+ .box :last-child {
1840
+ margin-bottom: 0;
1841
+ }
1842
+
1843
+ .box.style1 {
1844
+ background: #fff;
1845
+ padding: 3em;
1846
+ }
1847
+
1848
+ .box.style1 .image {
1849
+ display: block;
1850
+ position: absolute;
1851
+ top: 0;
1852
+ width: 50%;
1853
+ height: 100%;
1854
+ background: #152E33;
1855
+ overflow: hidden;
1856
+ }
1857
+
1858
+ .box.style1 .image img {
1859
+ position: absolute;
1860
+ top: 0;
1861
+ height: 100%;
1862
+ width: auto;
1863
+ }
1864
+
1865
+ .box.style1 .inner > :last-child {
1866
+ margin: 0;
1867
+ }
1868
+
1869
+ .box.style1.right .image {
1870
+ left: 0;
1871
+ }
1872
+
1873
+ .box.style1.right .image img {
1874
+ right: 0;
1875
+ }
1876
+
1877
+ .box.style1.right .inner {
1878
+ margin-left: 50%;
1879
+ padding-left: 3em;
1880
+ }
1881
+
1882
+ .box.style1.left .image {
1883
+ right: 0;
1884
+ }
1885
+
1886
+ .box.style1.left .image img {
1887
+ left: 0;
1888
+ }
1889
+
1890
+ .box.style1.left .inner {
1891
+ margin-right: 50%;
1892
+ padding-right: 3em;
1893
+ }
1894
+
1895
+ .box.style2 {
1896
+ text-align: center;
1897
+ }
1898
+
1899
+ .box.style2 header {
1900
+ display: inline-block;
1901
+ background: #fff;
1902
+ padding: 2em 3em 2em 3em;
1903
+ margin: 0;
1904
+ }
1905
+
1906
+ .box.style2 header p {
1907
+ padding: 0;
1908
+ }
1909
+
1910
+ .box.style2 .inner {
1911
+ position: relative;
1912
+ padding: 40px 0 0px 0;
1913
+ }
1914
+
1915
+ .box.style2 .inner:after {
1916
+ content: '';
1917
+ display: block;
1918
+ position: absolute;
1919
+ top: 0;
1920
+ left: 50%;
1921
+ height: 100%;
1922
+ border-left: solid 1px #fff;
1923
+ }
1924
+
1925
+ .box.style2 .inner .row {
1926
+ position: relative;
1927
+ }
1928
+
1929
+ .box.style2 .inner .row:before {
1930
+ content: '';
1931
+ display: block;
1932
+ position: absolute;
1933
+ top: 50%;
1934
+ left: 20px;
1935
+ width: calc(100% - 40px);
1936
+ border-bottom: solid 1px #fff;
1937
+ }
1938
+
1939
+ .box.style2 .inner .image {
1940
+ position: relative;
1941
+ z-index: 1;
1942
+ padding: 20px;
1943
+ }
1944
+
1945
+ .box.style3 {
1946
+ background: #fff;
1947
+ padding: 3em;
1948
+ }
1949
+
1950
+ .box.style3 header {
1951
+ text-align: center;
1952
+ }
1953
+
1954
+ /* Icons */
1955
+
1956
+ .icon {
1957
+ text-decoration: none;
1958
+ }
1959
+
1960
+ .icon:before {
1961
+ display: inline-block;
1962
+ font-family: FontAwesome;
1963
+ font-size: 1.25em;
1964
+ text-decoration: none;
1965
+ font-style: normal;
1966
+ font-weight: normal;
1967
+ line-height: 1;
1968
+ -webkit-font-smoothing: antialiased;
1969
+ -moz-osx-font-smoothing: grayscale;
1970
+ }
1971
+
1972
+ .icon > .label {
1973
+ display: none;
1974
+ }
1975
+
1976
+ /* Header */
1977
+
1978
+ #header {
1979
+ -moz-transition: opacity 2s ease-in-out;
1980
+ -webkit-transition: opacity 2s ease-in-out;
1981
+ -ms-transition: opacity 2s ease-in-out;
1982
+ transition: opacity 2s ease-in-out;
1983
+ position: relative;
1984
+ color: #fff;
1985
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
1986
+ text-align: center;
1987
+ margin: 0;
1988
+ padding: 14em 0 14em 0;
1989
+ cursor: default;
1990
+ }
1991
+
1992
+ #header header {
1993
+ display: inline-block;
1994
+ padding: 0 0 4.5em 0;
1995
+ }
1996
+
1997
+ #header header h1 {
1998
+ font-weight: 600;
1999
+ font-size: 2em;
2000
+ letter-spacing: 10px;
2001
+ }
2002
+
2003
+ #header header p {
2004
+ border-top: solid 1px rgba(255, 255, 255, 0.5);
2005
+ color: rgba(255, 255, 255, 0.75);
2006
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
2007
+ font-size: 1em;
2008
+ text-transform: uppercase;
2009
+ letter-spacing: 3px;
2010
+ padding: 0;
2011
+ margin-top: 0.35em;
2012
+ }
2013
+
2014
+ #header header p:before {
2015
+ content: '';
2016
+ display: block;
2017
+ border-top: solid 1px rgba(255, 255, 255, 0.5);
2018
+ margin: 4px 0 0.8em 0;
2019
+ }
2020
+
2021
+ #header footer {
2022
+ -moz-transition: opacity 2s ease-in-out, -moz-transform 1s ease-in-out;
2023
+ -webkit-transition: opacity 2s ease-in-out, -webkit-transform 1s ease-in-out;
2024
+ -ms-transition: opacity 2s ease-in-out, -ms-transform 1s ease-in-out;
2025
+ transition: opacity 2s ease-in-out, transform 1s ease-in-out;
2026
+ -moz-transition-delay: 1.25s;
2027
+ -webkit-transition-delay: 1.25s;
2028
+ -ms-transition-delay: 1.25s;
2029
+ transition-delay: 1.25s;
2030
+ position: absolute;
2031
+ bottom: 9em;
2032
+ margin: 0;
2033
+ width: 100%;
2034
+ }
2035
+
2036
+ #header footer:after {
2037
+ content: '';
2038
+ display: block;
2039
+ position: absolute;
2040
+ bottom: -9em;
2041
+ left: 50%;
2042
+ height: 9em;
2043
+ border-left: solid 1px #fff;
2044
+ }
2045
+
2046
+ #header footer:before {
2047
+ content: '';
2048
+ display: block;
2049
+ width: 90px;
2050
+ height: 66px;
2051
+ position: absolute;
2052
+ left: 50%;
2053
+ bottom: -4.5em;
2054
+ margin-left: -45px;
2055
+ margin-bottom: -33px;
2056
+ background: url("images/arrow.svg") no-repeat;
2057
+ }
2058
+
2059
+ body.is-preload #header {
2060
+ opacity: 0;
2061
+ }
2062
+
2063
+ body.is-preload #header footer {
2064
+ -moz-transform: translateY(1em);
2065
+ -webkit-transform: translateY(1em);
2066
+ -ms-transform: translateY(1em);
2067
+ transform: translateY(1em);
2068
+ opacity: 0;
2069
+ }
2070
+
2071
+ /* Banner */
2072
+
2073
+ #banner {
2074
+ position: relative;
2075
+ color: #fff;
2076
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
2077
+ text-align: center;
2078
+ background: #35b88f url("images/banner.svg") bottom center no-repeat;
2079
+ padding: 5em 0 5em 0;
2080
+ margin: 0;
2081
+ background-size: 125% auto;
2082
+ }
2083
+
2084
+ #banner .button {
2085
+ color: #35b882;
2086
+ text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
2087
+ }
2088
+
2089
+ #banner header {
2090
+ margin: 0 0 2em 0;
2091
+ }
2092
+
2093
+ #banner header h2 {
2094
+ font-weight: 400;
2095
+ font-size: 1.75em;
2096
+ letter-spacing: 8px;
2097
+ }
2098
+
2099
+ #banner p {
2100
+ margin: 0;
2101
+ }
2102
+
2103
+ #banner footer {
2104
+ margin: 2em 0 0 0;
2105
+ }
2106
+
2107
+ #banner a {
2108
+ color: inherit;
2109
+ border-bottom-color: rgba(255, 255, 255, 0.5);
2110
+ }
2111
+
2112
+ #banner a:hover {
2113
+ border-bottom-color: rgba(255, 255, 255, 0);
2114
+ }
2115
+
2116
+ /* Footer */
2117
+
2118
+ #footer {
2119
+ position: relative;
2120
+ color: #fff;
2121
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
2122
+ text-align: center;
2123
+ margin: 4.5em 0 0 0;
2124
+ }
2125
+
2126
+ #footer:after {
2127
+ content: '';
2128
+ display: block;
2129
+ position: absolute;
2130
+ top: -4.5em;
2131
+ left: 50%;
2132
+ height: 4.5em;
2133
+ border-left: solid 1px #fff;
2134
+ }
2135
+
2136
+ #footer a {
2137
+ color: #fff;
2138
+ text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
2139
+ border-bottom-color: rgba(255, 255, 255, 0.5);
2140
+ }
2141
+
2142
+ #footer a:hover {
2143
+ color: #35b88f;
2144
+ text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
2145
+ border-bottom-color: rgba(53, 184, 143, 0.5);
2146
+ }
2147
+
2148
+ #footer .icons {
2149
+ padding: 0.75em 2em 0.75em 2em;
2150
+ border-radius: 3em;
2151
+ border: solid 1px #fff;
2152
+ display: inline-block;
2153
+ margin: 0 0 3em 0;
2154
+ }
2155
+
2156
+ #footer .copyright {
2157
+ margin: 0 0 9em 0;
2158
+ font-size: 0.8em;
2159
+ }
2160
+
2161
+ /* Poptrox */
2162
+
2163
+ .poptrox-popup {
2164
+ -moz-box-sizing: content-box;
2165
+ -webkit-box-sizing: content-box;
2166
+ -ms-box-sizing: content-box;
2167
+ box-sizing: content-box;
2168
+ background: #fff;
2169
+ padding-bottom: 3em;
2170
+ }
2171
+
2172
+ .poptrox-popup .loader {
2173
+ width: 48px;
2174
+ height: 48px;
2175
+ background: url("images/loader.gif");
2176
+ position: absolute;
2177
+ top: 50%;
2178
+ left: 50%;
2179
+ margin: -24px 0 0 -24px;
2180
+ }
2181
+
2182
+ .poptrox-popup .caption {
2183
+ position: absolute;
2184
+ bottom: 0;
2185
+ left: 0;
2186
+ background: #fff;
2187
+ width: 100%;
2188
+ height: 3em;
2189
+ line-height: 3em;
2190
+ text-align: center;
2191
+ cursor: default;
2192
+ z-index: 1;
2193
+ }
2194
+
2195
+ .poptrox-popup .nav-next,
2196
+ .poptrox-popup .nav-previous {
2197
+ -moz-transition: opacity 0.5s ease-in-out;
2198
+ -webkit-transition: opacity 0.5s ease-in-out;
2199
+ -ms-transition: opacity 0.5s ease-in-out;
2200
+ transition: opacity 0.5s ease-in-out;
2201
+ position: absolute;
2202
+ top: 0;
2203
+ width: 50%;
2204
+ height: 100%;
2205
+ opacity: 0;
2206
+ cursor: pointer;
2207
+ background: rgba(0, 0, 0, 0.01);
2208
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
2209
+ }
2210
+
2211
+ .poptrox-popup .nav-next:before,
2212
+ .poptrox-popup .nav-previous:before {
2213
+ content: '';
2214
+ position: absolute;
2215
+ width: 96px;
2216
+ height: 64px;
2217
+ background: url("images/poptrox-nav.svg");
2218
+ top: calc(50% - 1.5em);
2219
+ margin: -32px 0 0 0;
2220
+ }
2221
+
2222
+ .poptrox-popup:hover .nav-next,
2223
+ .poptrox-popup:hover .nav-previous {
2224
+ opacity: 0.5;
2225
+ }
2226
+
2227
+ .poptrox-popup:hover .nav-next:hover,
2228
+ .poptrox-popup:hover .nav-previous:hover {
2229
+ opacity: 1.0;
2230
+ }
2231
+
2232
+ .poptrox-popup .nav-next {
2233
+ right: 0;
2234
+ }
2235
+
2236
+ .poptrox-popup .nav-next:before {
2237
+ right: 0;
2238
+ }
2239
+
2240
+ .poptrox-popup .nav-previous {
2241
+ left: 0;
2242
+ }
2243
+
2244
+ .poptrox-popup .nav-previous:before {
2245
+ -moz-transform: scaleX(-1);
2246
+ -webkit-transform: scaleX(-1);
2247
+ -ms-transform: scaleX(-1);
2248
+ transform: scaleX(-1);
2249
+ left: 0;
2250
+ -ms-filter: "FlipH";
2251
+ filter: FlipH;
2252
+ }
2253
+
2254
+ .poptrox-popup .closer {
2255
+ -moz-transition: opacity 0.5s ease-in-out;
2256
+ -webkit-transition: opacity 0.5s ease-in-out;
2257
+ -ms-transition: opacity 0.5s ease-in-out;
2258
+ transition: opacity 0.5s ease-in-out;
2259
+ position: absolute;
2260
+ top: 0;
2261
+ right: 0;
2262
+ width: 64px;
2263
+ height: 64px;
2264
+ text-indent: -9999px;
2265
+ z-index: 2;
2266
+ opacity: 0;
2267
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
2268
+ }
2269
+
2270
+ .poptrox-popup .closer:before {
2271
+ -moz-transition: background-color 0.5s ease-in-out;
2272
+ -webkit-transition: background-color 0.5s ease-in-out;
2273
+ -ms-transition: background-color 0.5s ease-in-out;
2274
+ transition: background-color 0.5s ease-in-out;
2275
+ content: '';
2276
+ display: block;
2277
+ position: absolute;
2278
+ right: 16px;
2279
+ top: 16px;
2280
+ width: 40px;
2281
+ height: 40px;
2282
+ border-radius: 100%;
2283
+ box-shadow: inset 0 0 0 1px #fff;
2284
+ background: rgba(255, 255, 255, 0.1) url("images/poptrox-closer.svg") center center;
2285
+ color: #fff !important;
2286
+ }
2287
+
2288
+ .poptrox-popup:hover .closer {
2289
+ opacity: 0.5;
2290
+ }
2291
+
2292
+ .poptrox-popup:hover .closer:hover {
2293
+ opacity: 1.0;
2294
+ }
2295
+
2296
+ /* Wide */
2297
+
2298
+ @media screen and (max-width: 1680px) {
2299
+
2300
+ /* Basic */
2301
+
2302
+ body, input, textarea, select {
2303
+ font-size: 16pt;
2304
+ }
2305
+
2306
+ /* Header */
2307
+
2308
+ #header {
2309
+ padding: 10em 0 12em 0;
2310
+ }
2311
+
2312
+ }
2313
+
2314
+ /* Normal */
2315
+
2316
+ @media screen and (max-width: 1080px) {
2317
+
2318
+ /* Banner */
2319
+
2320
+ #banner {
2321
+ padding: 4em 0 4em 0;
2322
+ background-size: auto, 175% auto;
2323
+ }
2324
+
2325
+ /* Header */
2326
+
2327
+ #header {
2328
+ padding: 8em 0 10em 0;
2329
+ }
2330
+
2331
+ }
2332
+
2333
+ /* Narrow */
2334
+
2335
+ @media screen and (max-width: 840px) {
2336
+
2337
+ /* Basic */
2338
+
2339
+ body {
2340
+ background-color: #203936;
2341
+ background-image: url("images/overlay.png"), url("../images/bg-alt.jpg");
2342
+ background-repeat: repeat, no-repeat;
2343
+ background-size: auto, 100% auto;
2344
+ background-position: top left, top center;
2345
+ background-attachment: scroll, scroll;
2346
+ font-size: 14pt;
2347
+ }
2348
+
2349
+ input, textarea, select {
2350
+ font-size: 14pt;
2351
+ }
2352
+
2353
+ h1, h2, h3, h4, h5, h6 {
2354
+ line-height: 1.5em;
2355
+ }
2356
+
2357
+ header p {
2358
+ margin: 0.25em 0 0 0;
2359
+ padding: 0 0 0.5em 0;
2360
+ }
2361
+
2362
+ /* Box */
2363
+
2364
+ .box {
2365
+ position: relative;
2366
+ }
2367
+
2368
+ .box section {
2369
+ margin: 0 0 2em 0;
2370
+ }
2371
+
2372
+ .box.style1 {
2373
+ padding: 2.5em 2em 2.5em 2em;
2374
+ }
2375
+
2376
+ .box.style1.right .inner {
2377
+ padding-left: 2em;
2378
+ }
2379
+
2380
+ .box.style1.left .inner {
2381
+ padding-right: 2em;
2382
+ }
2383
+
2384
+ .box.style2 header {
2385
+ padding: 2em;
2386
+ }
2387
+
2388
+ .box.style2 .inner {
2389
+ position: relative;
2390
+ padding: 30px 0 0 0;
2391
+ }
2392
+
2393
+ .box.style3 {
2394
+ padding: 2.5em 2em 2.5em 2em;
2395
+ }
2396
+
2397
+ /* Header */
2398
+
2399
+ #header {
2400
+ padding: 10em 0 12em 0;
2401
+ }
2402
+
2403
+ /* Banner */
2404
+
2405
+ #banner {
2406
+ padding: 3.5em;
2407
+ background-size: 200% auto;
2408
+ }
2409
+
2410
+ #banner br {
2411
+ display: none;
2412
+ }
2413
+
2414
+ }
2415
+
2416
+ /* Mobile */
2417
+
2418
+ @media screen and (max-width: 736px) {
2419
+
2420
+ /* Basic */
2421
+
2422
+ * {
2423
+ text-shadow: none !important;
2424
+ }
2425
+
2426
+ body, input, textarea, select {
2427
+ line-height: 1.5em;
2428
+ font-size: 12pt;
2429
+ letter-spacing: 0;
2430
+ }
2431
+
2432
+ h2, h3, h4, h5, h6 {
2433
+ font-size: 1em;
2434
+ }
2435
+
2436
+ h2 {
2437
+ font-size: 1.25em;
2438
+ letter-spacing: 4px;
2439
+ }
2440
+
2441
+ /* List */
2442
+
2443
+ ul li {
2444
+ padding-left: 0.5em;
2445
+ }
2446
+
2447
+ ol li {
2448
+ padding-left: 0.25em;
2449
+ }
2450
+
2451
+ /* Icons */
2452
+
2453
+ ul.icons a {
2454
+ width: 2em;
2455
+ height: 2em;
2456
+ line-height: 2em;
2457
+ }
2458
+
2459
+ /* Menu */
2460
+
2461
+ ul.menu li {
2462
+ display: block;
2463
+ padding: 0;
2464
+ border: 0;
2465
+ margin: 1em 0 0 0;
2466
+ }
2467
+
2468
+ ul.menu li:first-child {
2469
+ margin-top: 0;
2470
+ }
2471
+
2472
+ /* Actions */
2473
+
2474
+ ul.actions li {
2475
+ display: block;
2476
+ margin: 1em 0 0 0;
2477
+ }
2478
+
2479
+ ul.actions li:first-child {
2480
+ margin-top: 0;
2481
+ }
2482
+
2483
+ /* Button */
2484
+
2485
+ input[type="button"],
2486
+ input[type="submit"],
2487
+ input[type="reset"],
2488
+ button,
2489
+ .button {
2490
+ padding: 0.75em 0 0.75em 0;
2491
+ width: 100%;
2492
+ max-width: 320px;
2493
+ }
2494
+
2495
+ /* Box */
2496
+
2497
+ .box {
2498
+ margin-top: 4.5em;
2499
+ }
2500
+
2501
+ .box:after {
2502
+ top: -4.5em;
2503
+ height: 4.5em;
2504
+ }
2505
+
2506
+ .box:before {
2507
+ width: 45px;
2508
+ height: 33px;
2509
+ top: -2.25em;
2510
+ margin-left: -22.5px;
2511
+ margin-top: -16.5px;
2512
+ background-size: 45px 33px;
2513
+ }
2514
+
2515
+ .box.style1 {
2516
+ padding: 0;
2517
+ text-align: center;
2518
+ }
2519
+
2520
+ .box.style1 .image {
2521
+ position: relative !important;
2522
+ left: 0 !important;
2523
+ width: 100% !important;
2524
+ height: auto !important;
2525
+ }
2526
+
2527
+ .box.style1 .image img {
2528
+ position: relative;
2529
+ height: auto;
2530
+ width: 100%;
2531
+ }
2532
+
2533
+ .box.style1 .inner {
2534
+ margin: 0 !important;
2535
+ padding: 2em 1.25em 2em 1.25em !important;
2536
+ }
2537
+
2538
+ .box.style2 .inner .row:before {
2539
+ display: none;
2540
+ }
2541
+
2542
+ .box.style2 .inner .image {
2543
+ padding: 0;
2544
+ max-width: 250px;
2545
+ margin: 0 auto 20px auto;
2546
+ }
2547
+
2548
+ .box.style3 {
2549
+ padding: 2em 1.25em 2em 1.25em;
2550
+ }
2551
+
2552
+ /* Header */
2553
+
2554
+ #header {
2555
+ padding: 6em 0 6em 0;
2556
+ }
2557
+
2558
+ #header header {
2559
+ padding-left: 2em;
2560
+ padding-right: 2em;
2561
+ }
2562
+
2563
+ #header header h1 {
2564
+ font-size: 1.75em;
2565
+ letter-spacing: 6px;
2566
+ }
2567
+
2568
+ #header footer {
2569
+ bottom: 4.5em;
2570
+ padding: 0 2em 0 2em;
2571
+ }
2572
+
2573
+ #header footer:after {
2574
+ bottom: -4.5em;
2575
+ left: 50%;
2576
+ height: 4.5em;
2577
+ }
2578
+
2579
+ #header footer:before {
2580
+ width: 45px;
2581
+ height: 33px;
2582
+ bottom: -2.25em;
2583
+ margin-left: -22.5px;
2584
+ margin-bottom: -16.5px;
2585
+ background-size: 45px 33px;
2586
+ }
2587
+
2588
+ /* Banner */
2589
+
2590
+ #banner {
2591
+ padding: 3em 2em 3em 2em;
2592
+ background-size: auto 150%;
2593
+ }
2594
+
2595
+ #banner header {
2596
+ margin: 0 0 1em 0;
2597
+ }
2598
+
2599
+ #banner header h2 {
2600
+ font-size: 1.5em;
2601
+ letter-spacing: 6px;
2602
+ }
2603
+
2604
+ /* Footer */
2605
+
2606
+ #footer .icons {
2607
+ padding: 0.5em 1.25em 0.5em 1.25em;
2608
+ }
2609
+
2610
+ #footer .copyright {
2611
+ font-size: 1em;
2612
+ margin: 0 0 4em 0;
2613
+ }
2614
+
2615
+ /* Poptrox */
2616
+
2617
+ .poptrox-popup .nav-next,
2618
+ .poptrox-popup .nav-previous {
2619
+ opacity: 1.0;
2620
+ }
2621
+
2622
+ .poptrox-popup .nav-next:before,
2623
+ .poptrox-popup .nav-previous:before {
2624
+ display: none;
2625
+ }
2626
+
2627
+ .poptrox-popup .closer {
2628
+ opacity: 0.5;
2629
+ }
2630
+
2631
+ }