@charset "UTF-8"; /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("../fonts/font-awesome.eot?v=4.7.0"); src: url("../fonts/font-awesome.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome.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; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.3333333333em; line-height: 0.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.2857142857em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.1428571429em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.1428571429em; width: 2.1428571429em; top: 0.1428571429em; text-align: center; } .fa-li.fa-lg { left: -1.8571428571em; } .fa-border { padding: .2em .25em .15em; border: solid 0.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; } /* Deprecated as of 4.4.0 */ .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-cloud-o:before { content: ""; } .fa-rocket2:before { content: ""; } .fa-asterisk:before { content: ""; } .fa-plus:before { content: ""; } .fa-question:before { content: ""; } .fa-minus:before { content: ""; } .fa-glass:before { content: ""; } .fa-music:before { content: ""; } .fa-search:before { content: ""; } .fa-envelope-o:before { content: ""; } .fa-heart:before { content: ""; } .fa-star:before { content: ""; } .fa-star-o:before { content: ""; } .fa-user:before { content: ""; } .fa-film:before { content: ""; } .fa-th-large:before { content: ""; } .fa-th:before { content: ""; } .fa-th-list:before { content: ""; } .fa-check:before { content: ""; } .fa-close:before { content: ""; } .fa-remove:before { content: ""; } .fa-times:before { content: ""; } .fa-search-plus:before { content: ""; } .fa-search-minus:before { content: ""; } .fa-power-off:before { content: ""; } .fa-signal:before { content: ""; } .fa-cog:before { content: ""; } .fa-gear:before { content: ""; } .fa-trash-o:before { content: ""; } .fa-home:before { content: ""; } .fa-file-o:before { content: ""; } .fa-clock-o:before { content: ""; } .fa-road:before { content: ""; } .fa-download:before { content: ""; } .fa-arrow-circle-o-down:before { content: ""; } .fa-arrow-circle-o-up:before { content: ""; } .fa-inbox:before { content: ""; } .fa-play-circle-o:before { content: ""; } .fa-repeat:before { content: ""; } .fa-rotate-right:before { content: ""; } .fa-refresh:before { content: ""; } .fa-list-alt:before { content: ""; } .fa-lock:before { content: ""; } .fa-flag:before { content: ""; } .fa-headphones:before { content: ""; } .fa-volume-off:before { content: ""; } .fa-volume-down:before { content: ""; } .fa-volume-up:before { content: ""; } .fa-qrcode:before { content: ""; } .fa-barcode:before { content: ""; } .fa-tag:before { content: ""; } .fa-tags:before { content: ""; } .fa-book:before { content: ""; } .fa-bookmark:before { content: ""; } .fa-print:before { content: ""; } .fa-camera:before { content: ""; } .fa-font:before { content: ""; } .fa-bold:before { content: ""; } .fa-italic:before { content: ""; } .fa-text-height:before { content: ""; } .fa-text-width:before { content: ""; } .fa-align-left:before { content: ""; } .fa-align-center:before { content: ""; } .fa-align-right:before { content: ""; } .fa-align-justify:before { content: ""; } .fa-list:before { content: ""; } .fa-dedent:before { content: ""; } .fa-outdent:before { content: ""; } .fa-indent:before { content: ""; } .fa-video-camera:before { content: ""; } .fa-image:before { content: ""; } .fa-photo:before { content: ""; } .fa-picture-o:before { content: ""; } .fa-pencil:before { content: ""; } .fa-map-marker:before { content: ""; } .fa-adjust:before { content: ""; } .fa-tint:before { content: ""; } .fa-edit:before { content: ""; } .fa-pencil-square-o:before { content: ""; } .fa-share-square-o:before { content: ""; } .fa-check-square-o:before { content: ""; } .fa-arrows:before { content: ""; } .fa-step-backward:before { content: ""; } .fa-fast-backward:before { content: ""; } .fa-backward:before { content: ""; } .fa-play:before { content: ""; } .fa-pause:before { content: ""; } .fa-stop:before { content: ""; } .fa-forward:before { content: ""; } .fa-fast-forward:before { content: ""; } .fa-step-forward:before { content: ""; } .fa-eject:before { content: ""; } .fa-chevron-left:before { content: ""; } .fa-chevron-right:before { content: ""; } .fa-plus-circle:before { content: ""; } .fa-minus-circle:before { content: ""; } .fa-times-circle:before { content: ""; } .fa-check-circle:before { content: ""; } .fa-question-circle:before { content: ""; } .fa-info-circle:before { content: ""; } .fa-crosshairs:before { content: ""; } .fa-times-circle-o:before { content: ""; } .fa-check-circle-o:before { content: ""; } .fa-ban:before { content: ""; } .fa-arrow-left:before { content: ""; } .fa-arrow-right:before { content: ""; } .fa-arrow-up:before { content: ""; } .fa-arrow-down:before { content: ""; } .fa-mail-forward:before { content: ""; } .fa-share:before { content: ""; } .fa-expand:before { content: ""; } .fa-compress:before { content: ""; } .fa-exclamation-circle:before { content: ""; } .fa-gift:before { content: ""; } .fa-leaf:before { content: ""; } .fa-fire:before { content: ""; } .fa-eye:before { content: ""; } .fa-eye-slash:before { content: ""; } .fa-exclamation-triangle:before { content: ""; } .fa-warning:before { content: ""; } .fa-plane:before { content: ""; } .fa-calendar:before { content: ""; } .fa-random:before { content: ""; } .fa-comment:before { content: ""; } .fa-magnet:before { content: ""; } .fa-chevron-up:before { content: ""; } .fa-chevron-down:before { content: ""; } .fa-retweet:before { content: ""; } .fa-shopping-cart:before { content: ""; } .fa-folder:before { content: ""; } .fa-folder-open:before { content: ""; } .fa-arrows-v:before { content: ""; } .fa-arrows-h:before { content: ""; } .fa-bar-chart:before { content: ""; } .fa-bar-chart-o:before { content: ""; } .fa-twitter-square:before { content: ""; } .fa-facebook-square:before { content: ""; } .fa-camera-retro:before { content: ""; } .fa-key:before { content: ""; } .fa-cogs:before { content: ""; } .fa-gears:before { content: ""; } .fa-comments:before { content: ""; } .fa-thumbs-o-up:before { content: ""; } .fa-thumbs-o-down:before { content: ""; } .fa-star-half:before { content: ""; } .fa-heart-o:before { content: ""; } .fa-sign-out:before { content: ""; } .fa-linkedin-square:before { content: ""; } .fa-thumb-tack:before { content: ""; } .fa-external-link:before { content: ""; } .fa-sign-in:before { content: ""; } .fa-trophy:before { content: ""; } .fa-github-square:before { content: ""; } .fa-upload:before { content: ""; } .fa-lemon-o:before { content: ""; } .fa-phone:before { content: ""; } .fa-square-o:before { content: ""; } .fa-bookmark-o:before { content: ""; } .fa-phone-square:before { content: ""; } .fa-twitter:before { content: ""; } .fa-facebook:before { content: ""; } .fa-facebook-f:before { content: ""; } .fa-github:before { content: ""; } .fa-unlock:before { content: ""; } .fa-credit-card:before { content: ""; } .fa-feed:before { content: ""; } .fa-rss:before { content: ""; } .fa-hdd-o:before { content: ""; } .fa-bullhorn:before { content: ""; } .fa-bell-o:before { content: ""; } .fa-certificate:before { content: ""; } .fa-hand-o-right:before { content: ""; } .fa-hand-o-left:before { content: ""; } .fa-hand-o-up:before { content: ""; } .fa-hand-o-down:before { content: ""; } .fa-arrow-circle-left:before { content: ""; } .fa-arrow-circle-right:before { content: ""; } .fa-arrow-circle-up:before { content: ""; } .fa-arrow-circle-down:before { content: ""; } .fa-globe:before { content: ""; } .fa-wrench:before { content: ""; } .fa-tasks:before { content: ""; } .fa-filter:before { content: ""; } .fa-briefcase:before { content: ""; } .fa-arrows-alt:before { content: ""; } .fa-group:before { content: ""; } .fa-users:before { content: ""; } .fa-chain:before { content: ""; } .fa-link:before { content: ""; } .fa-cloud:before { content: ""; } .fa-flask:before { content: ""; } .fa-cut:before { content: ""; } .fa-scissors:before { content: ""; } .fa-copy:before { content: ""; } .fa-files-o:before { content: ""; } .fa-paperclip:before { content: ""; } .fa-floppy-o:before { content: ""; } .fa-save:before { content: ""; } .fa-square:before { content: ""; } .fa-bars:before { content: ""; } .fa-navicon:before { content: ""; } .fa-reorder:before { content: ""; } .fa-list-ul:before { content: ""; } .fa-list-ol:before { content: ""; } .fa-strikethrough:before { content: ""; } .fa-underline:before { content: ""; } .fa-table:before { content: ""; } .fa-magic:before { content: ""; } .fa-truck:before { content: ""; } .fa-pinterest:before { content: ""; } .fa-pinterest-square:before { content: ""; } .fa-google-plus-square:before { content: ""; } .fa-google-plus:before { content: ""; } .fa-money:before { content: ""; } .fa-caret-down:before { content: ""; } .fa-caret-up:before { content: ""; } .fa-caret-left:before { content: ""; } .fa-caret-right:before { content: ""; } .fa-columns:before { content: ""; } .fa-sort:before { content: ""; } .fa-unsorted:before { content: ""; } .fa-sort-desc:before { content: ""; } .fa-sort-down:before { content: ""; } .fa-sort-asc:before { content: ""; } .fa-sort-up:before { content: ""; } .fa-envelope:before { content: ""; } .fa-linkedin:before { content: ""; } .fa-rotate-left:before { content: ""; } .fa-undo:before { content: ""; } .fa-gavel:before { content: ""; } .fa-legal:before { content: ""; } .fa-dashboard:before { content: ""; } .fa-tachometer:before { content: ""; } .fa-comment-o:before { content: ""; } .fa-comments-o:before { content: ""; } .fa-bolt:before { content: ""; } .fa-flash:before { content: ""; } .fa-sitemap:before { content: ""; } .fa-umbrella:before { content: ""; } .fa-clipboard:before { content: ""; } .fa-paste:before { content: ""; } .fa-lightbulb-o:before { content: ""; } .fa-exchange:before { content: ""; } .fa-cloud-download:before { content: ""; } .fa-cloud-upload:before { content: ""; } .fa-user-md:before { content: ""; } .fa-stethoscope:before { content: ""; } .fa-suitcase:before { content: ""; } .fa-bell:before { content: ""; } .fa-coffee:before { content: ""; } .fa-cutlery:before { content: ""; } .fa-file-text-o:before { content: ""; } .fa-building-o:before { content: ""; } .fa-hospital-o:before { content: ""; } .fa-ambulance:before { content: ""; } .fa-medkit:before { content: ""; } .fa-fighter-jet:before { content: ""; } .fa-beer:before { content: ""; } .fa-h-square:before { content: ""; } .fa-plus-square:before { content: ""; } .fa-angle-double-left:before { content: ""; } .fa-angle-double-right:before { content: ""; } .fa-angle-double-up:before { content: ""; } .fa-angle-double-down:before { content: ""; } .fa-angle-left:before { content: ""; } .fa-angle-right:before { content: ""; } .fa-angle-up:before { content: ""; } .fa-angle-down:before { content: ""; } .fa-desktop:before { content: ""; } .fa-laptop:before { content: ""; } .fa-tablet:before { content: ""; } .fa-mobile:before { content: ""; } .fa-mobile-phone:before { content: ""; } .fa-circle-o:before { content: ""; } .fa-quote-left:before { content: ""; } .fa-quote-right:before { content: ""; } .fa-spinner:before { content: ""; } .fa-circle:before { content: ""; } .fa-mail-reply:before { content: ""; } .fa-reply:before { content: ""; } .fa-github-alt:before { content: ""; } .fa-folder-o:before { content: ""; } .fa-folder-open-o:before { content: ""; } .fa-smile-o:before { content: ""; } .fa-frown-o:before { content: ""; } .fa-meh-o:before { content: ""; } .fa-gamepad:before { content: ""; } .fa-keyboard-o:before { content: ""; } .fa-flag-o:before { content: ""; } .fa-flag-checkered:before { content: ""; } .fa-terminal:before { content: ""; } .fa-code:before { content: ""; } .fa-mail-reply-all:before { content: ""; } .fa-reply-all:before { content: ""; } .fa-star-half-empty:before { content: ""; } .fa-star-half-full:before { content: ""; } .fa-star-half-o:before { content: ""; } .fa-location-arrow:before { content: ""; } .fa-crop:before { content: ""; } .fa-code-fork:before { content: ""; } .fa-chain-broken:before { content: ""; } .fa-unlink:before { content: ""; } .fa-info:before { content: ""; } .fa-exclamation:before { content: ""; } .fa-superscript:before { content: ""; } .fa-subscript:before { content: ""; } .fa-eraser:before { content: ""; } .fa-puzzle-piece:before { content: ""; } .fa-microphone:before { content: ""; } .fa-microphone-slash:before { content: ""; } .fa-shield:before { content: ""; } .fa-calendar-o:before { content: ""; } .fa-fire-extinguisher:before { content: ""; } .fa-rocket:before { content: ""; } .fa-maxcdn:before { content: ""; } .fa-chevron-circle-left:before { content: ""; } .fa-chevron-circle-right:before { content: ""; } .fa-chevron-circle-up:before { content: ""; } .fa-chevron-circle-down:before { content: ""; } .fa-html5:before { content: ""; } .fa-css3:before { content: ""; } .fa-anchor:before { content: ""; } .fa-unlock-alt:before { content: ""; } .fa-bullseye:before { content: ""; } .fa-ellipsis-h:before { content: ""; } .fa-ellipsis-v:before { content: ""; } .fa-rss-square:before { content: ""; } .fa-play-circle:before { content: ""; } .fa-ticket:before { content: ""; } .fa-minus-square:before { content: ""; } .fa-minus-square-o:before { content: ""; } .fa-level-up:before { content: ""; } .fa-level-down:before { content: ""; } .fa-check-square:before { content: ""; } .fa-pencil-square:before { content: ""; } .fa-external-link-square:before { content: ""; } .fa-share-square:before { content: ""; } .fa-compass:before { content: ""; } .fa-caret-square-o-down:before { content: ""; } .fa-toggle-down:before { content: ""; } .fa-caret-square-o-up:before { content: ""; } .fa-toggle-up:before { content: ""; } .fa-caret-square-o-right:before { content: ""; } .fa-toggle-right:before { content: ""; } .fa-eur:before { content: ""; } .fa-euro:before { content: ""; } .fa-gbp:before { content: ""; } .fa-dollar:before { content: ""; } .fa-usd:before { content: ""; } .fa-inr:before { content: ""; } .fa-rupee:before { content: ""; } .fa-cny:before { content: ""; } .fa-jpy:before { content: ""; } .fa-rmb:before { content: ""; } .fa-yen:before { content: ""; } .fa-rouble:before { content: ""; } .fa-rub:before { content: ""; } .fa-ruble:before { content: ""; } .fa-krw:before { content: ""; } .fa-won:before { content: ""; } .fa-bitcoin:before { content: ""; } .fa-btc:before { content: ""; } .fa-file:before { content: ""; } .fa-file-text:before { content: ""; } .fa-sort-alpha-asc:before { content: ""; } .fa-sort-alpha-desc:before { content: ""; } .fa-sort-amount-asc:before { content: ""; } .fa-sort-amount-desc:before { content: ""; } .fa-sort-numeric-asc:before { content: ""; } .fa-sort-numeric-desc:before { content: ""; } .fa-thumbs-up:before { content: ""; } .fa-thumbs-down:before { content: ""; } .fa-youtube-square:before { content: ""; } .fa-youtube:before { content: ""; } .fa-xing:before { content: ""; } .fa-xing-square:before { content: ""; } .fa-youtube-play:before { content: ""; } .fa-dropbox:before { content: ""; } .fa-stack-overflow:before { content: ""; } .fa-instagram:before { content: ""; } .fa-flickr:before { content: ""; } .fa-adn:before { content: ""; } .fa-bitbucket:before { content: ""; } .fa-bitbucket-square:before { content: ""; } .fa-tumblr:before { content: ""; } .fa-tumblr-square:before { content: ""; } .fa-long-arrow-down:before { content: ""; } .fa-long-arrow-up:before { content: ""; } .fa-long-arrow-left:before { content: ""; } .fa-long-arrow-right:before { content: ""; } .fa-apple:before { content: ""; } .fa-windows:before { content: ""; } .fa-android:before { content: ""; } .fa-linux:before { content: ""; } .fa-dribbble:before { content: ""; } .fa-skype:before { content: ""; } .fa-foursquare:before { content: ""; } .fa-trello:before { content: ""; } .fa-female:before { content: ""; } .fa-male:before { content: ""; } .fa-gittip:before { content: ""; } .fa-gratipay:before { content: ""; } .fa-sun-o:before { content: ""; } .fa-moon-o:before { content: ""; } .fa-archive:before { content: ""; } .fa-bug:before { content: ""; } .fa-vk:before { content: ""; } .fa-weibo:before { content: ""; } .fa-renren:before { content: ""; } .fa-pagelines:before { content: ""; } .fa-stack-exchange:before { content: ""; } .fa-arrow-circle-o-right:before { content: ""; } .fa-arrow-circle-o-left:before { content: ""; } .fa-caret-square-o-left:before { content: ""; } .fa-toggle-left:before { content: ""; } .fa-dot-circle-o:before { content: ""; } .fa-wheelchair:before { content: ""; } .fa-vimeo-square:before { content: ""; } .fa-try:before { content: ""; } .fa-turkish-lira:before { content: ""; } .fa-plus-square-o:before { content: ""; } .fa-space-shuttle:before { content: ""; } .fa-slack:before { content: ""; } .fa-envelope-square:before { content: ""; } .fa-wordpress:before { content: ""; } .fa-openid:before { content: ""; } .fa-bank:before { content: ""; } .fa-institution:before { content: ""; } .fa-university:before { content: ""; } .fa-graduation-cap:before { content: ""; } .fa-mortar-board:before { content: ""; } .fa-yahoo:before { content: ""; } .fa-google:before { content: ""; } .fa-reddit:before { content: ""; } .fa-reddit-square:before { content: ""; } .fa-stumbleupon-circle:before { content: ""; } .fa-stumbleupon:before { content: ""; } .fa-delicious:before { content: ""; } .fa-digg:before { content: ""; } .fa-pied-piper-pp:before { content: ""; } .fa-pied-piper-alt:before { content: ""; } .fa-drupal:before { content: ""; } .fa-joomla:before { content: ""; } .fa-language:before { content: ""; } .fa-fax:before { content: ""; } .fa-building:before { content: ""; } .fa-child:before { content: ""; } .fa-paw:before { content: ""; } .fa-spoon:before { content: ""; } .fa-cube:before { content: ""; } .fa-cubes:before { content: ""; } .fa-behance:before { content: ""; } .fa-behance-square:before { content: ""; } .fa-steam:before { content: ""; } .fa-steam-square:before { content: ""; } .fa-recycle:before { content: ""; } .fa-automobile:before { content: ""; } .fa-car:before { content: ""; } .fa-cab:before { content: ""; } .fa-taxi:before { content: ""; } .fa-tree:before { content: ""; } .fa-spotify:before { content: ""; } .fa-deviantart:before { content: ""; } .fa-soundcloud:before { content: ""; } .fa-database:before { content: ""; } .fa-file-pdf-o:before { content: ""; } .fa-file-word-o:before { content: ""; } .fa-file-excel-o:before { content: ""; } .fa-file-powerpoint-o:before { content: ""; } .fa-file-image-o:before { content: ""; } .fa-file-photo-o:before { content: ""; } .fa-file-picture-o:before { content: ""; } .fa-file-archive-o:before { content: ""; } .fa-file-zip-o:before { content: ""; } .fa-file-audio-o:before { content: ""; } .fa-file-sound-o:before { content: ""; } .fa-file-movie-o:before { content: ""; } .fa-file-video-o:before { content: ""; } .fa-file-code-o:before { content: ""; } .fa-vine:before { content: ""; } .fa-codepen:before { content: ""; } .fa-jsfiddle:before { content: ""; } .fa-life-bouy:before { content: ""; } .fa-life-buoy:before { content: ""; } .fa-life-ring:before { content: ""; } .fa-life-saver:before { content: ""; } .fa-support:before { content: ""; } .fa-circle-o-notch:before { content: ""; } .fa-ra:before { content: ""; } .fa-rebel:before { content: ""; } .fa-resistance:before { content: ""; } .fa-empire:before { content: ""; } .fa-ge:before { content: ""; } .fa-git-square:before { content: ""; } .fa-git:before { content: ""; } .fa-hacker-news:before { content: ""; } .fa-y-combinator-square:before { content: ""; } .fa-yc-square:before { content: ""; } .fa-tencent-weibo:before { content: ""; } .fa-qq:before { content: ""; } .fa-wechat:before { content: ""; } .fa-weixin:before { content: ""; } .fa-paper-plane:before { content: ""; } .fa-send:before { content: ""; } .fa-paper-plane-o:before { content: ""; } .fa-send-o:before { content: ""; } .fa-history:before { content: ""; } .fa-circle-thin:before { content: ""; } .fa-header:before { content: ""; } .fa-paragraph:before { content: ""; } .fa-sliders:before { content: ""; } .fa-share-alt:before { content: ""; } .fa-share-alt-square:before { content: ""; } .fa-bomb:before { content: ""; } .fa-futbol-o:before { content: ""; } .fa-soccer-ball-o:before { content: ""; } .fa-tty:before { content: ""; } .fa-binoculars:before { content: ""; } .fa-plug:before { content: ""; } .fa-slideshare:before { content: ""; } .fa-twitch:before { content: ""; } .fa-yelp:before { content: ""; } .fa-newspaper-o:before { content: ""; } .fa-wifi:before { content: ""; } .fa-calculator:before { content: ""; } .fa-paypal:before { content: ""; } .fa-google-wallet:before { content: ""; } .fa-cc-visa:before { content: ""; } .fa-cc-mastercard:before { content: ""; } .fa-cc-discover:before { content: ""; } .fa-cc-amex:before { content: ""; } .fa-cc-paypal:before { content: ""; } .fa-cc-stripe:before { content: ""; } .fa-bell-slash:before { content: ""; } .fa-bell-slash-o:before { content: ""; } .fa-trash:before { content: ""; } .fa-copyright:before { content: ""; } .fa-at:before { content: ""; } .fa-eyedropper:before { content: ""; } .fa-paint-brush:before { content: ""; } .fa-birthday-cake:before { content: ""; } .fa-area-chart:before { content: ""; } .fa-pie-chart:before { content: ""; } .fa-line-chart:before { content: ""; } .fa-lastfm:before { content: ""; } .fa-lastfm-square:before { content: ""; } .fa-toggle-off:before { content: ""; } .fa-toggle-on:before { content: ""; } .fa-bicycle:before { content: ""; } .fa-bus:before { content: ""; } .fa-ioxhost:before { content: ""; } .fa-angellist:before { content: ""; } .fa-cc:before { content: ""; } .fa-ils:before { content: ""; } .fa-shekel:before { content: ""; } .fa-sheqel:before { content: ""; } .fa-meanpath:before { content: ""; } .fa-buysellads:before { content: ""; } .fa-connectdevelop:before { content: ""; } .fa-dashcube:before { content: ""; } .fa-forumbee:before { content: ""; } .fa-leanpub:before { content: ""; } .fa-sellsy:before { content: ""; } .fa-shirtsinbulk:before { content: ""; } .fa-simplybuilt:before { content: ""; } .fa-skyatlas:before { content: ""; } .fa-cart-plus:before { content: ""; } .fa-cart-arrow-down:before { content: ""; } .fa-diamond:before { content: ""; } .fa-ship:before { content: ""; } .fa-user-secret:before { content: ""; } .fa-motorcycle:before { content: ""; } .fa-street-view:before { content: ""; } .fa-heartbeat:before { content: ""; } .fa-venus:before { content: ""; } .fa-mars:before { content: ""; } .fa-mercury:before { content: ""; } .fa-intersex:before { content: ""; } .fa-transgender:before { content: ""; } .fa-transgender-alt:before { content: ""; } .fa-venus-double:before { content: ""; } .fa-mars-double:before { content: ""; } .fa-venus-mars:before { content: ""; } .fa-mars-stroke:before { content: ""; } .fa-mars-stroke-v:before { content: ""; } .fa-mars-stroke-h:before { content: ""; } .fa-neuter:before { content: ""; } .fa-genderless:before { content: ""; } .fa-facebook-official:before { content: ""; } .fa-pinterest-p:before { content: ""; } .fa-whatsapp:before { content: ""; } .fa-server:before { content: ""; } .fa-user-plus:before { content: ""; } .fa-user-times:before { content: ""; } .fa-bed:before { content: ""; } .fa-hotel:before { content: ""; } .fa-viacoin:before { content: ""; } .fa-train:before { content: ""; } .fa-subway:before { content: ""; } .fa-medium:before { content: ""; } .fa-y-combinator:before { content: ""; } .fa-yc:before { content: ""; } .fa-optin-monster:before { content: ""; } .fa-opencart:before { content: ""; } .fa-expeditedssl:before { content: ""; } .fa-battery:before { content: ""; } .fa-battery-4:before { content: ""; } .fa-battery-full:before { content: ""; } .fa-battery-3:before { content: ""; } .fa-battery-three-quarters:before { content: ""; } .fa-battery-2:before { content: ""; } .fa-battery-half:before { content: ""; } .fa-battery-1:before { content: ""; } .fa-battery-quarter:before { content: ""; } .fa-battery-0:before { content: ""; } .fa-battery-empty:before { content: ""; } .fa-mouse-pointer:before { content: ""; } .fa-i-cursor:before { content: ""; } .fa-object-group:before { content: ""; } .fa-object-ungroup:before { content: ""; } .fa-sticky-note:before { content: ""; } .fa-sticky-note-o:before { content: ""; } .fa-cc-jcb:before { content: ""; } .fa-cc-diners-club:before { content: ""; } .fa-clone:before { content: ""; } .fa-balance-scale:before { content: ""; } .fa-hourglass-o:before { content: ""; } .fa-hourglass-1:before { content: ""; } .fa-hourglass-start:before { content: ""; } .fa-hourglass-2:before { content: ""; } .fa-hourglass-half:before { content: ""; } .fa-hourglass-3:before { content: ""; } .fa-hourglass-end:before { content: ""; } .fa-hourglass:before { content: ""; } .fa-hand-grab-o:before { content: ""; } .fa-hand-rock-o:before { content: ""; } .fa-hand-paper-o:before { content: ""; } .fa-hand-stop-o:before { content: ""; } .fa-hand-scissors-o:before { content: ""; } .fa-hand-lizard-o:before { content: ""; } .fa-hand-spock-o:before { content: ""; } .fa-hand-pointer-o:before { content: ""; } .fa-hand-peace-o:before { content: ""; } .fa-trademark:before { content: ""; } .fa-registered:before { content: ""; } .fa-creative-commons:before { content: ""; } .fa-gg:before { content: ""; } .fa-gg-circle:before { content: ""; } .fa-tripadvisor:before { content: ""; } .fa-odnoklassniki:before { content: ""; } .fa-odnoklassniki-square:before { content: ""; } .fa-get-pocket:before { content: ""; } .fa-wikipedia-w:before { content: ""; } .fa-safari:before { content: ""; } .fa-chrome:before { content: ""; } .fa-firefox:before { content: ""; } .fa-opera:before { content: ""; } .fa-internet-explorer:before { content: ""; } .fa-television:before { content: ""; } .fa-tv:before { content: ""; } .fa-contao:before { content: ""; } .fa-500px:before { content: ""; } .fa-amazon:before { content: ""; } .fa-calendar-plus-o:before { content: ""; } .fa-calendar-minus-o:before { content: ""; } .fa-calendar-times-o:before { content: ""; } .fa-calendar-check-o:before { content: ""; } .fa-industry:before { content: ""; } .fa-map-pin:before { content: ""; } .fa-map-signs:before { content: ""; } .fa-map-o:before { content: ""; } .fa-map:before { content: ""; } .fa-commenting:before { content: ""; } .fa-commenting-o:before { content: ""; } .fa-houzz:before { content: ""; } .fa-vimeo:before { content: ""; } .fa-black-tie:before { content: ""; } .fa-fonticons:before { content: ""; } .fa-reddit-alien:before { content: ""; } .fa-edge:before { content: ""; } .fa-credit-card-alt:before { content: ""; } .fa-codiepie:before { content: ""; } .fa-modx:before { content: ""; } .fa-fort-awesome:before { content: ""; } .fa-usb:before { content: ""; } .fa-product-hunt:before { content: ""; } .fa-mixcloud:before { content: ""; } .fa-scribd:before { content: ""; } .fa-pause-circle:before { content: ""; } .fa-pause-circle-o:before { content: ""; } .fa-stop-circle:before { content: ""; } .fa-stop-circle-o:before { content: ""; } .fa-shopping-bag:before { content: ""; } .fa-shopping-basket:before { content: ""; } .fa-hashtag:before { content: ""; } .fa-bluetooth:before { content: ""; } .fa-bluetooth-b:before { content: ""; } .fa-percent:before { content: ""; } .fa-gitlab:before { content: ""; } .fa-wpbeginner:before { content: ""; } .fa-wpforms:before { content: ""; } .fa-envira:before { content: ""; } .fa-universal-access:before { content: ""; } .fa-wheelchair-alt:before { content: ""; } .fa-question-circle-o:before { content: ""; } .fa-blind:before { content: ""; } .fa-audio-description:before { content: ""; } .fa-volume-control-phone:before { content: ""; } .fa-braille:before { content: ""; } .fa-assistive-listening-systems:before { content: ""; } .fa-american-sign-language-interpreting:before { content: ""; } .fa-asl-interpreting:before { content: ""; } .fa-deaf:before { content: ""; } .fa-deafness:before { content: ""; } .fa-hard-of-hearing:before { content: ""; } .fa-glide:before { content: ""; } .fa-glide-g:before { content: ""; } .fa-sign-language:before { content: ""; } .fa-signing:before { content: ""; } .fa-low-vision:before { content: ""; } .fa-viadeo:before { content: ""; } .fa-viadeo-square:before { content: ""; } .fa-snapchat:before { content: ""; } .fa-snapchat-ghost:before { content: ""; } .fa-snapchat-square:before { content: ""; } .fa-pied-piper:before { content: ""; } .fa-first-order:before { content: ""; } .fa-yoast:before { content: ""; } .fa-themeisle:before { content: ""; } .fa-google-plus-circle:before { content: ""; } .fa-google-plus-official:before { content: ""; } .fa-fa:before { content: ""; } .fa-font-awesome:before { content: ""; } .fa-handshake-o:before { content: ""; } .fa-envelope-open:before { content: ""; } .fa-envelope-open-o:before { content: ""; } .fa-linode:before { content: ""; } .fa-address-book:before { content: ""; } .fa-address-book-o:before { content: ""; } .fa-address-card:before { content: ""; } .fa-vcard:before { content: ""; } .fa-address-card-o:before { content: ""; } .fa-vcard-o:before { content: ""; } .fa-user-circle:before { content: ""; } .fa-user-circle-o:before { content: ""; } .fa-user-o:before { content: ""; } .fa-id-badge:before { content: ""; } .fa-drivers-license:before { content: ""; } .fa-id-card:before { content: ""; } .fa-drivers-license-o:before { content: ""; } .fa-id-card-o:before { content: ""; } .fa-quora:before { content: ""; } .fa-free-code-camp:before { content: ""; } .fa-telegram:before { content: ""; } .fa-thermometer:before { content: ""; } .fa-thermometer-4:before { content: ""; } .fa-thermometer-full:before { content: ""; } .fa-thermometer-3:before { content: ""; } .fa-thermometer-three-quarters:before { content: ""; } .fa-thermometer-2:before { content: ""; } .fa-thermometer-half:before { content: ""; } .fa-thermometer-1:before { content: ""; } .fa-thermometer-quarter:before { content: ""; } .fa-thermometer-0:before { content: ""; } .fa-thermometer-empty:before { content: ""; } .fa-shower:before { content: ""; } .fa-bath:before { content: ""; } .fa-bathtub:before { content: ""; } .fa-s15:before { content: ""; } .fa-podcast:before { content: ""; } .fa-window-maximize:before { content: ""; } .fa-window-minimize:before { content: ""; } .fa-window-restore:before { content: ""; } .fa-times-rectangle:before { content: ""; } .fa-window-close:before { content: ""; } .fa-times-rectangle-o:before { content: ""; } .fa-window-close-o:before { content: ""; } .fa-bandcamp:before { content: ""; } .fa-grav:before { content: ""; } .fa-etsy:before { content: ""; } .fa-imdb:before { content: ""; } .fa-ravelry:before { content: ""; } .fa-eercast:before { content: ""; } .fa-microchip:before { content: ""; } .fa-snowflake-o:before { content: ""; } .fa-superpowers:before { content: ""; } .fa-wpexplorer:before { content: ""; } .fa-meetup:before { content: ""; } .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; } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.ttf") format("truetype"); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 600; src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(../fonts/OpenSans-SemiBoldItalic.ttf) format("truetype"); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 800; src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(../fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype"); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.ttf) format("truetype"); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../fonts/OpenSans-SemiBold.ttf) format("truetype"); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(../fonts/OpenSans-ExtraBold.ttf) format("truetype"); } /* Spectral by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { -webkit-text-size-adjust: none; } /* Box Model */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Grid */ .row { border-bottom: solid 1px transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .row > * { float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .row:after, .row:before { content: ''; display: block; clear: both; height: 0; } .row.uniform > * > :first-child { margin-top: 0; } .row.uniform > * > :last-child { margin-bottom: 0; } .row.\30 \25 > * { padding: 0 0 0 0em; } .row.\30 \25 { margin: 0 0 -1px 0em; } .row.uniform.\30 \25 > * { padding: 0em 0 0 0em; } .row.uniform.\30 \25 { margin: 0em 0 -1px 0em; } .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u, .\31 2u\24 { width: 100%; clear: none; margin-left: 0; } .\31 1u, .\31 1u\24 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u, .\31 0u\24 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u, .\39 u\24 { width: 75%; clear: none; margin-left: 0; } .\38 u, .\38 u\24 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u, .\37 u\24 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u, .\36 u\24 { width: 50%; clear: none; margin-left: 0; } .\35 u, .\35 u\24 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u, .\34 u\24 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u, .\33 u\24 { width: 25%; clear: none; margin-left: 0; } .\32 u, .\32 u\24 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u, .\31 u\24 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24 + *, .\31 1u\24 + *, .\31 0u\24 + *, .\39 u\24 + *, .\38 u\24 + *, .\37 u\24 + *, .\36 u\24 + *, .\35 u\24 + *, .\34 u\24 + *, .\33 u\24 + *, .\32 u\24 + *, .\31 u\24 + * { clear: left; } .\-11u { margin-left: 91.6666666667%; } .\-10u { margin-left: 83.3333333333%; } .\-9u { margin-left: 75%; } .\-8u { margin-left: 66.6666666667%; } .\-7u { margin-left: 58.3333333333%; } .\-6u { margin-left: 50%; } .\-5u { margin-left: 41.6666666667%; } .\-4u { margin-left: 33.3333333333%; } .\-3u { margin-left: 25%; } .\-2u { margin-left: 16.6666666667%; } .\-1u { margin-left: 8.3333333333%; } @media screen and (max-width: 1680px) { .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28xlarge\29 + *, .\31 1u\24\28xlarge\29 + *, .\31 0u\24\28xlarge\29 + *, .\39 u\24\28xlarge\29 + *, .\38 u\24\28xlarge\29 + *, .\37 u\24\28xlarge\29 + *, .\36 u\24\28xlarge\29 + *, .\35 u\24\28xlarge\29 + *, .\34 u\24\28xlarge\29 + *, .\33 u\24\28xlarge\29 + *, .\32 u\24\28xlarge\29 + *, .\31 u\24\28xlarge\29 + * { clear: left; } .\-11u\28xlarge\29 { margin-left: 91.6666666667%; } .\-10u\28xlarge\29 { margin-left: 83.3333333333%; } .\-9u\28xlarge\29 { margin-left: 75%; } .\-8u\28xlarge\29 { margin-left: 66.6666666667%; } .\-7u\28xlarge\29 { margin-left: 58.3333333333%; } .\-6u\28xlarge\29 { margin-left: 50%; } .\-5u\28xlarge\29 { margin-left: 41.6666666667%; } .\-4u\28xlarge\29 { margin-left: 33.3333333333%; } .\-3u\28xlarge\29 { margin-left: 25%; } .\-2u\28xlarge\29 { margin-left: 16.6666666667%; } .\-1u\28xlarge\29 { margin-left: 8.3333333333%; } } @media screen and (max-width: 1280px) { .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u\28large\29, .\31 2u\24\28large\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28large\29, .\31 1u\24\28large\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28large\29, .\31 0u\24\28large\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28large\29, .\39 u\24\28large\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28large\29, .\38 u\24\28large\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28large\29, .\37 u\24\28large\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28large\29, .\36 u\24\28large\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28large\29, .\35 u\24\28large\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28large\29, .\34 u\24\28large\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28large\29, .\33 u\24\28large\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28large\29, .\32 u\24\28large\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28large\29, .\31 u\24\28large\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28large\29 + *, .\31 1u\24\28large\29 + *, .\31 0u\24\28large\29 + *, .\39 u\24\28large\29 + *, .\38 u\24\28large\29 + *, .\37 u\24\28large\29 + *, .\36 u\24\28large\29 + *, .\35 u\24\28large\29 + *, .\34 u\24\28large\29 + *, .\33 u\24\28large\29 + *, .\32 u\24\28large\29 + *, .\31 u\24\28large\29 + * { clear: left; } .\-11u\28large\29 { margin-left: 91.6666666667%; } .\-10u\28large\29 { margin-left: 83.3333333333%; } .\-9u\28large\29 { margin-left: 75%; } .\-8u\28large\29 { margin-left: 66.6666666667%; } .\-7u\28large\29 { margin-left: 58.3333333333%; } .\-6u\28large\29 { margin-left: 50%; } .\-5u\28large\29 { margin-left: 41.6666666667%; } .\-4u\28large\29 { margin-left: 33.3333333333%; } .\-3u\28large\29 { margin-left: 25%; } .\-2u\28large\29 { margin-left: 16.6666666667%; } .\-1u\28large\29 { margin-left: 8.3333333333%; } } @media screen and (max-width: 980px) { .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u\28medium\29, .\31 2u\24\28medium\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28medium\29, .\31 1u\24\28medium\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28medium\29, .\31 0u\24\28medium\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28medium\29, .\39 u\24\28medium\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28medium\29, .\38 u\24\28medium\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28medium\29, .\37 u\24\28medium\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28medium\29, .\36 u\24\28medium\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28medium\29, .\35 u\24\28medium\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28medium\29, .\34 u\24\28medium\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28medium\29, .\33 u\24\28medium\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28medium\29, .\32 u\24\28medium\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28medium\29, .\31 u\24\28medium\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28medium\29 + *, .\31 1u\24\28medium\29 + *, .\31 0u\24\28medium\29 + *, .\39 u\24\28medium\29 + *, .\38 u\24\28medium\29 + *, .\37 u\24\28medium\29 + *, .\36 u\24\28medium\29 + *, .\35 u\24\28medium\29 + *, .\34 u\24\28medium\29 + *, .\33 u\24\28medium\29 + *, .\32 u\24\28medium\29 + *, .\31 u\24\28medium\29 + * { clear: left; } .\-11u\28medium\29 { margin-left: 91.6666666667%; } .\-10u\28medium\29 { margin-left: 83.3333333333%; } .\-9u\28medium\29 { margin-left: 75%; } .\-8u\28medium\29 { margin-left: 66.6666666667%; } .\-7u\28medium\29 { margin-left: 58.3333333333%; } .\-6u\28medium\29 { margin-left: 50%; } .\-5u\28medium\29 { margin-left: 41.6666666667%; } .\-4u\28medium\29 { margin-left: 33.3333333333%; } .\-3u\28medium\29 { margin-left: 25%; } .\-2u\28medium\29 { margin-left: 16.6666666667%; } .\-1u\28medium\29 { margin-left: 8.3333333333%; } } @media screen and (max-width: 736px) { .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u\28small\29, .\31 2u\24\28small\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28small\29, .\31 1u\24\28small\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28small\29, .\31 0u\24\28small\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28small\29, .\39 u\24\28small\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28small\29, .\38 u\24\28small\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28small\29, .\37 u\24\28small\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28small\29, .\36 u\24\28small\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28small\29, .\35 u\24\28small\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28small\29, .\34 u\24\28small\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28small\29, .\33 u\24\28small\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28small\29, .\32 u\24\28small\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28small\29, .\31 u\24\28small\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28small\29 + *, .\31 1u\24\28small\29 + *, .\31 0u\24\28small\29 + *, .\39 u\24\28small\29 + *, .\38 u\24\28small\29 + *, .\37 u\24\28small\29 + *, .\36 u\24\28small\29 + *, .\35 u\24\28small\29 + *, .\34 u\24\28small\29 + *, .\33 u\24\28small\29 + *, .\32 u\24\28small\29 + *, .\31 u\24\28small\29 + * { clear: left; } .\-11u\28small\29 { margin-left: 91.6666666667%; } .\-10u\28small\29 { margin-left: 83.3333333333%; } .\-9u\28small\29 { margin-left: 75%; } .\-8u\28small\29 { margin-left: 66.6666666667%; } .\-7u\28small\29 { margin-left: 58.3333333333%; } .\-6u\28small\29 { margin-left: 50%; } .\-5u\28small\29 { margin-left: 41.6666666667%; } .\-4u\28small\29 { margin-left: 33.3333333333%; } .\-3u\28small\29 { margin-left: 25%; } .\-2u\28small\29 { margin-left: 16.6666666667%; } .\-1u\28small\29 { margin-left: 8.3333333333%; } } @media screen and (max-width: 480px) { .row > * { padding: 0 0 0 1.5em; } .row { margin: 0 0 -1px -1.5em; } .row.uniform > * { padding: 1.5em 0 0 1.5em; } .row.uniform { margin: -1.5em 0 -1px -1.5em; } .row.\32 00\25 > * { padding: 0 0 0 3em; } .row.\32 00\25 { margin: 0 0 -1px -3em; } .row.uniform.\32 00\25 > * { padding: 3em 0 0 3em; } .row.uniform.\32 00\25 { margin: -3em 0 -1px -3em; } .row.\31 50\25 > * { padding: 0 0 0 2.25em; } .row.\31 50\25 { margin: 0 0 -1px -2.25em; } .row.uniform.\31 50\25 > * { padding: 2.25em 0 0 2.25em; } .row.uniform.\31 50\25 { margin: -2.25em 0 -1px -2.25em; } .row.\35 0\25 > * { padding: 0 0 0 0.75em; } .row.\35 0\25 { margin: 0 0 -1px -0.75em; } .row.uniform.\35 0\25 > * { padding: 0.75em 0 0 0.75em; } .row.uniform.\35 0\25 { margin: -0.75em 0 -1px -0.75em; } .row.\32 5\25 > * { padding: 0 0 0 0.375em; } .row.\32 5\25 { margin: 0 0 -1px -0.375em; } .row.uniform.\32 5\25 > * { padding: 0.375em 0 0 0.375em; } .row.uniform.\32 5\25 { margin: -0.375em 0 -1px -0.375em; } .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 { width: 100%; clear: none; margin-left: 0; } .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 { width: 91.6666666667%; clear: none; margin-left: 0; } .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 { width: 83.3333333333%; clear: none; margin-left: 0; } .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 { width: 75%; clear: none; margin-left: 0; } .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 { width: 66.6666666667%; clear: none; margin-left: 0; } .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 { width: 58.3333333333%; clear: none; margin-left: 0; } .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 { width: 50%; clear: none; margin-left: 0; } .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 { width: 41.6666666667%; clear: none; margin-left: 0; } .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 { width: 33.3333333333%; clear: none; margin-left: 0; } .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 { width: 25%; clear: none; margin-left: 0; } .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 { width: 16.6666666667%; clear: none; margin-left: 0; } .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 { width: 8.3333333333%; clear: none; margin-left: 0; } .\31 2u\24\28xsmall\29 + *, .\31 1u\24\28xsmall\29 + *, .\31 0u\24\28xsmall\29 + *, .\39 u\24\28xsmall\29 + *, .\38 u\24\28xsmall\29 + *, .\37 u\24\28xsmall\29 + *, .\36 u\24\28xsmall\29 + *, .\35 u\24\28xsmall\29 + *, .\34 u\24\28xsmall\29 + *, .\33 u\24\28xsmall\29 + *, .\32 u\24\28xsmall\29 + *, .\31 u\24\28xsmall\29 + * { clear: left; } .\-11u\28xsmall\29 { margin-left: 91.6666666667%; } .\-10u\28xsmall\29 { margin-left: 83.3333333333%; } .\-9u\28xsmall\29 { margin-left: 75%; } .\-8u\28xsmall\29 { margin-left: 66.6666666667%; } .\-7u\28xsmall\29 { margin-left: 58.3333333333%; } .\-6u\28xsmall\29 { margin-left: 50%; } .\-5u\28xsmall\29 { margin-left: 41.6666666667%; } .\-4u\28xsmall\29 { margin-left: 33.3333333333%; } .\-3u\28xsmall\29 { margin-left: 25%; } .\-2u\28xsmall\29 { margin-left: 16.6666666667%; } .\-1u\28xsmall\29 { margin-left: 8.3333333333%; } } /* Basic */ @-ms-viewport { width: device-width; } body { background: #29335C; } body.is-loading *, body.is-loading *:before, body.is-loading *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; } body, input, select, textarea { color: #fff; font-family: "Open Sans", Helvetica, sans-serif; font-size: 15pt; font-weight: 400; letter-spacing: 0.075em; line-height: 1.65em; } @media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 13pt; } } @media screen and (max-width: 1280px) { body, input, select, textarea { font-size: 12pt; } } @media screen and (max-width: 736px) { body, input, select, textarea { font-size: 11pt; letter-spacing: 0.0375em; } } a { -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease; -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease; -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease; transition: color 0.2s ease, border-bottom-color 0.2s ease; border-bottom: dotted 1px; color: inherit; text-decoration: none; } a:hover { border-bottom-color: transparent; } strong, b { color: #fff; font-weight: 600; } em, i { font-style: italic; } p { margin: 0 0 2em 0; } .h1, .h2, .h3, ul.icons .icons__title, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: 800; letter-spacing: 0.225em; line-height: 1em; margin: 0 0 1em 0; text-transform: uppercase; } .h1 a, .h2 a, .h3 a, ul.icons .icons__title a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h2, .h2 { font-size: 1.35em; line-height: 1.4; } @media screen and (max-width: 736px) { h2, .h2 { font-size: 1.1em; } } .h3, ul.icons .icons__title, h3 { font-size: 1.15em; line-height: 1.4; } @media screen and (max-width: 736px) { .h3, ul.icons .icons__title, h3 { font-size: 1em; } } .h4, h4 { font-size: 1em; line-height: 1.5em; } .h5, h5 { font-size: 0.8em; line-height: 1.5em; } .h6, h6 { font-size: 0.7em; line-height: 1.5em; } sub { font-size: 0.8em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } hr { border: 0; border-bottom: solid 2px #fff; margin: 3em 0; } hr.major { margin: 4.5em 0; } blockquote { border-left: solid 4px #fff; font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; } code { background: rgba(144, 144, 144, 0.25); border-radius: 3px; font-family: "Courier New", monospace; font-size: 0.9em; letter-spacing: 0; margin: 0 0.25em; padding: 0.25em 0.65em; } pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; } pre code { display: block; line-height: 1.75em; padding: 1em 1.5em; overflow-x: auto; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } header p { color: rgba(255, 255, 255, 0.5); position: relative; top: -0.25em; } header h3 + p { font-size: 1.1em; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.9em; } header.major { margin: 0 0 3.5em 0; } header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 { border-bottom: solid 2px #fff; display: inline-block; padding-bottom: 1em; position: relative; } header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after { content: ''; display: block; height: 1px; } header.major p { color: #fff; top: 0; } @media screen and (max-width: 736px) { header.major { margin: 0 0 2em 0; } } @media screen and (max-width: 980px) { header br { display: none; } } /* Section/Article */ section.special, article.special { text-align: center; } /* Form */ form { margin: 0 0 2em 0; } label { color: #fff; display: block; font-size: 0.9em; font-weight: 600; margin: 0 0 1em 0; } input[type="text"], input[type="password"], input[type="email"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: rgba(144, 144, 144, 0.25); border-radius: 3px; border: none; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus { box-shadow: 0 0 0 2px #F3A712; } .select-wrapper { text-decoration: none; display: block; position: relative; } .select-wrapper:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .select-wrapper:before { -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; color: #fff; content: '\f078'; display: block; height: 2.75em; line-height: 2.75em; position: absolute; right: 0; text-align: center; top: 0; width: 2.75em; } .select-wrapper select::-ms-expand { display: none; } input[type="text"], input[type="password"], input[type="email"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 400; padding-left: 2.4em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(144, 144, 144, 0.25); border-radius: 3px; content: ''; display: inline-block; height: 1.65em; left: 0; line-height: 1.58125em; position: absolute; text-align: center; top: 0; width: 1.65em; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #29335C; color: #fff; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { box-shadow: 0 0 0 2px #F3A712; } input[type="checkbox"] + label:before { border-radius: 3px; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1.0; } :-moz-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1.0; } ::-moz-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1.0; } :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1.0; } .formerize-placeholder { color: rgba(255, 255, 255, 0.5) !important; opacity: 1.0; } /* Box */ .box { border-radius: 3px; border: solid 2px #fff; margin-bottom: 2em; padding: 1.5em; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } .icon.major { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); border-radius: 3px; border: solid 2px #fff; display: inline-block; font-size: 1.35em; height: calc(3em + 2px); line-height: 3em; text-align: center; width: calc(3em + 2px); } .icon.major:before { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; font-size: 1.5em; } @media screen and (max-width: 736px) { .icon.major { font-size: 1em; } } .icon.style1 { color: #29335C; } .icon.style2 { color: #ffffff; } .icon.style3 { color: #ed4933; } .icon.style4 { color: #25558C; } /* Image */ .image { border-radius: 3px; border: 0; display: inline-block; position: relative; } .image img { border-radius: 3px; display: block; } .image.left { float: left; margin: 0 2em 2em 0; top: 0.25em; } .image.right { float: right; margin: 0 0 2em 2em; top: 0.25em; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.fit { display: block; margin: 0 0 2em 0; width: 100%; } .image.fit img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px #fff; padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 1em 0 0; } ul.icons li:last-child { padding-right: 0; } ul.icons.major { padding: 1em 0; } ul.icons.major li { padding-right: 3.5em; } ul.icons.major li:last-child { padding-right: 0; } @media screen and (max-width: 736px) { ul.icons.major li { padding: 0 1em; } } ul.icons.icons--flex { display: flex; justify-content: space-between; max-width: 980px; margin: auto; padding-left: 16px; } ul.icons.icons--flex li { flex-basis: 33.333%; padding-right: 0; } @media screen and (max-width: 736px) { ul.icons.icons--flex { display: block; padding: 0; } ul.icons.icons--flex li { display: block; margin: 40px 0; padding: 0; } } ul.icons.icons--flex .icon { margin-right: 8px; } ul.icons .icons__title { display: block; margin-top: 40px; } @media screen and (max-width: 736px) { ul.icons .icons__title { margin-top: 20px; } } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1.5em 0 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.small li { padding: 0 0.75em 0 0; } ul.actions.vertical li { display: block; padding: 1.5em 0 0 0; } ul.actions.vertical li:first-child { padding-top: 0; } ul.actions.vertical li > * { margin-bottom: 0; } ul.actions.vertical.small li { padding: 0.75em 0 0 0; } ul.actions.vertical.small li:first-child { padding-top: 0; } ul.actions.fit { display: table; margin-left: -1.5em; padding: 0; table-layout: fixed; width: calc(100% + 1.5em); } ul.actions.fit li { display: table-cell; padding: 0 0 0 1.5em; } ul.actions.fit li > * { margin-bottom: 0; } ul.actions.fit.small { margin-left: -0.75em; width: calc(100% + 0.75em); } ul.actions.fit.small li { padding: 0 0 0 0.75em; } @media screen and (max-width: 736px) { ul.actions li { display: block; padding: 1em 0 0 0; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { margin: 0 auto !important; max-width: 30em; width: 100%; } ul.actions li > *.icon:before { margin-left: -1em; } ul.actions.small li { padding: 0.5em 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } } dl { margin: 0 0 2em 0; } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px #fff; border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(144, 144, 144, 0.25); } table td { padding: 0.75em 0.75em; } table th { color: #fff; font-size: 0.9em; font-weight: 600; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px #fff; } table tfoot { border-top: solid 2px #fff; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px #fff; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: transparent; border-radius: 3px; border: 0; box-shadow: inset 0 0 0 2px #fff; color: #fff; cursor: pointer; display: inline-block; font-size: 0.8em; font-weight: 600; height: 3.125em; letter-spacing: 0.225em; line-height: 3.125em; padding: 0 2.75em; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: rgba(144, 144, 144, 0.25); } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: rgba(144, 144, 144, 0.5); } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin: 0 0 1em 0; width: 100%; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.8em; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 1.35em; } input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special { background-color: #ed4933; box-shadow: none !important; color: #ffffff !important; } input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover { background-color: #ef5e4a !important; } input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active { background-color: #eb341c !important; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; opacity: 0.25; } @media screen and (max-width: 736px) { input[type="submit"], input[type="reset"], input[type="button"], button, .button { height: 3.75em; line-height: 3.75em; } } /* Features */ .features { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; list-style: none; padding: 0; width: 100%; } .features li { padding: 4em 4em 2em 6em ; display: block; position: relative; text-align: left; width: 50%; } .features li:nth-child(1) { background-color: rgba(0, 0, 0, 0.035); } .features li:nth-child(2) { background-color: rgba(0, 0, 0, 0.07); } .features li:nth-child(3) { background-color: rgba(0, 0, 0, 0.105); } .features li:nth-child(4) { background-color: rgba(0, 0, 0, 0.14); } .features li:nth-child(5) { background-color: rgba(0, 0, 0, 0.175); } .features li:nth-child(6) { background-color: rgba(0, 0, 0, 0.21); } .features li:nth-child(7) { background-color: rgba(0, 0, 0, 0.245); } .features li:nth-child(8) { background-color: rgba(0, 0, 0, 0.28); } .features li:nth-child(9) { background-color: rgba(0, 0, 0, 0.315); } .features li:nth-child(10) { background-color: rgba(0, 0, 0, 0.35); } .features li:before { display: block; color: #F3A712; position: absolute; left: 1.75em; top: 2.75em; font-size: 1.5em; } .features li:nth-child(1) { border-top-left-radius: 3px; } .features li:nth-child(2) { border-top-right-radius: 3px; } .features li:nth-last-child(1) { border-bottom-right-radius: 3px; } .features li:nth-last-child(2) { border-bottom-left-radius: 3px; } @media screen and (max-width: 980px) { .features li { padding: 3em 2em 1em 2em ; text-align: center; } .features li:before { left: 0; margin: 0 0 1em 0; position: relative; top: 0; } } @media screen and (max-width: 736px) { .features li { padding: 3em 0 1em 0 ; background-color: transparent !important; border-top: solid 2px #fff; width: 100%; } .features li:first-child { border-top: 0; } } /* Spotlight */ .spotlight { -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; } .spotlight .image { -moz-order: 1; -webkit-order: 1; -ms-order: 1; order: 1; border-radius: 0; width: 40%; } .spotlight .image img { border-radius: 0; width: 100%; } .spotlight .content { padding: 2em 4em 0.1em 4em ; -moz-order: 2; -webkit-order: 2; -ms-order: 2; order: 2; max-width: 48em; width: 60%; } .spotlight:nth-child(2n) { -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .spotlight:nth-child(1) { background-color: rgba(0, 0, 0, 0.075); } .spotlight:nth-child(2) { background-color: rgba(0, 0, 0, 0.15); } .spotlight:nth-child(3) { background-color: rgba(0, 0, 0, 0.225); } .spotlight:nth-child(4) { background-color: rgba(0, 0, 0, 0.3); } .spotlight:nth-child(5) { background-color: rgba(0, 0, 0, 0.375); } .spotlight:nth-child(6) { background-color: rgba(0, 0, 0, 0.45); } .spotlight:nth-child(7) { background-color: rgba(0, 0, 0, 0.525); } .spotlight:nth-child(8) { background-color: rgba(0, 0, 0, 0.6); } .spotlight:nth-child(9) { background-color: rgba(0, 0, 0, 0.675); } .spotlight:nth-child(10) { background-color: rgba(0, 0, 0, 0.75); } @media screen and (max-width: 1280px) { .spotlight .image { width: 45%; } .spotlight .content { width: 55%; } } @media screen and (max-width: 980px) { .spotlight { display: block; } .spotlight br { display: none; } .spotlight .image { width: 100%; } .spotlight .content { padding: 4em 3em 2em 3em ; max-width: none; text-align: center; width: 100%; } } @media screen and (max-width: 736px) { .spotlight .content { padding: 3em 2em 1em 2em ; } } /* Wrapper */ .wrapper { padding: 6em 0 4em 0 ; } .wrapper > .inner { width: 60em; margin: 0 auto; } @media screen and (max-width: 1280px) { .wrapper > .inner { width: 90%; } } @media screen and (max-width: 980px) { .wrapper > .inner { width: 100%; } } .wrapper.alt { padding: 0; } .wrapper.style1 { background-color: #F3A712; color: #fce9c4; } .wrapper.style1 strong, .wrapper.style1 b { color: #ffffff; } .wrapper.style1 .h2, .wrapper.style1 .h3, .wrapper.style1 ul.icons .icons__title, ul.icons .wrapper.style1 .icons__title, .wrapper.style1 .h4, .wrapper.style1 .h5, .wrapper.style1 .h6, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 { color: #ffffff; } .wrapper.style1 hr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 blockquote { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 code { background: rgba(255, 255, 255, 0.075); } .wrapper.style1 header p { color: #fadca0; } .wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 header.major p { color: #fce9c4; } .wrapper.style1 label { color: #ffffff; } .wrapper.style1 input[type="text"], .wrapper.style1 input[type="password"], .wrapper.style1 input[type="email"], .wrapper.style1 select, .wrapper.style1 textarea { background: rgba(255, 255, 255, 0.075); } .wrapper.style1 .select-wrapper:before { color: rgba(0, 0, 0, 0.125); } .wrapper.style1 input[type="checkbox"] + label, .wrapper.style1 input[type="radio"] + label { color: #fce9c4; } .wrapper.style1 input[type="checkbox"] + label:before, .wrapper.style1 input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.075); } .wrapper.style1 input[type="checkbox"]:checked + label:before, .wrapper.style1 input[type="radio"]:checked + label:before { background: #ffffff; color: #F3A712; } .wrapper.style1 ::-webkit-input-placeholder { color: #fadca0 !important; } .wrapper.style1 :-moz-placeholder { color: #fadca0 !important; } .wrapper.style1 ::-moz-placeholder { color: #fadca0 !important; } .wrapper.style1 :-ms-input-placeholder { color: #fadca0 !important; } .wrapper.style1 .formerize-placeholder { color: #fadca0 !important; } .wrapper.style1 .icon.major { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 ul.alt li { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 table tbody tr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style1 table th { color: #ffffff; } .wrapper.style1 table thead { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 table tfoot { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 table.alt tbody tr td { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style1 input[type="submit"], .wrapper.style1 input[type="reset"], .wrapper.style1 input[type="button"], .wrapper.style1 button, .wrapper.style1 .button { box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125); color: #ffffff; } .wrapper.style1 input[type="submit"]:hover, .wrapper.style1 input[type="reset"]:hover, .wrapper.style1 input[type="button"]:hover, .wrapper.style1 button:hover, .wrapper.style1 .button:hover { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style1 input[type="submit"]:active, .wrapper.style1 input[type="reset"]:active, .wrapper.style1 input[type="button"]:active, .wrapper.style1 button:active, .wrapper.style1 .button:active { background-color: rgba(255, 255, 255, 0.2); } @media screen and (max-width: 736px) { .wrapper.style1 .features li { border-top-color: rgba(0, 0, 0, 0.125); } } .wrapper.style2 { background-color: #29335C; } .wrapper.style3 { background-color: #ed4933; color: #fbd2cc; } .wrapper.style3 strong, .wrapper.style3 b { color: #ffffff; } .wrapper.style3 .h2, .wrapper.style3 .h3, .wrapper.style3 ul.icons .icons__title, ul.icons .wrapper.style3 .icons__title, .wrapper.style3 .h4, .wrapper.style3 .h5, .wrapper.style3 .h6, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 { color: #ffffff; } .wrapper.style3 hr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 blockquote { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 code { background: rgba(255, 255, 255, 0.075); } .wrapper.style3 header p { color: #f8b6ad; } .wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 header.major p { color: #fbd2cc; } .wrapper.style3 label { color: #ffffff; } .wrapper.style3 input[type="text"], .wrapper.style3 input[type="password"], .wrapper.style3 input[type="email"], .wrapper.style3 select, .wrapper.style3 textarea { background: rgba(255, 255, 255, 0.075); } .wrapper.style3 .select-wrapper:before { color: rgba(0, 0, 0, 0.125); } .wrapper.style3 input[type="checkbox"] + label, .wrapper.style3 input[type="radio"] + label { color: #fbd2cc; } .wrapper.style3 input[type="checkbox"] + label:before, .wrapper.style3 input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.075); } .wrapper.style3 input[type="checkbox"]:checked + label:before, .wrapper.style3 input[type="radio"]:checked + label:before { background: #ffffff; color: #ed4933; } .wrapper.style3 ::-webkit-input-placeholder { color: #f8b6ad !important; } .wrapper.style3 :-moz-placeholder { color: #f8b6ad !important; } .wrapper.style3 ::-moz-placeholder { color: #f8b6ad !important; } .wrapper.style3 :-ms-input-placeholder { color: #f8b6ad !important; } .wrapper.style3 .formerize-placeholder { color: #f8b6ad !important; } .wrapper.style3 .icon.major { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 ul.alt li { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 table tbody tr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style3 table th { color: #ffffff; } .wrapper.style3 table thead { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 table tfoot { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 table.alt tbody tr td { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style3 input[type="submit"], .wrapper.style3 input[type="reset"], .wrapper.style3 input[type="button"], .wrapper.style3 button, .wrapper.style3 .button { box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125); color: #ffffff; } .wrapper.style3 input[type="submit"]:hover, .wrapper.style3 input[type="reset"]:hover, .wrapper.style3 input[type="button"]:hover, .wrapper.style3 button:hover, .wrapper.style3 .button:hover { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style3 input[type="submit"]:active, .wrapper.style3 input[type="reset"]:active, .wrapper.style3 input[type="button"]:active, .wrapper.style3 button:active, .wrapper.style3 .button:active { background-color: rgba(255, 255, 255, 0.2); } @media screen and (max-width: 736px) { .wrapper.style3 .features li { border-top-color: rgba(0, 0, 0, 0.125); } } .wrapper.style4 { background-color: transparent; } .wrapper.style5 { background-color: #ffffff; color: #4E4852; } .wrapper.style5 strong, .wrapper.style5 b { color: #2E3842; } .wrapper.style5 .h2, .wrapper.style5 .h3, .wrapper.style5 ul.icons .icons__title, ul.icons .wrapper.style5 .icons__title, .wrapper.style5 .h4, .wrapper.style5 .h5, .wrapper.style5 .h6, .wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 { color: #2E3842; } .wrapper.style5 hr { border-color: #dfdfdf; } .wrapper.style5 blockquote { border-color: #dfdfdf; } .wrapper.style5 code { background: rgba(0, 0, 0, 0.0375); } .wrapper.style5 header p { color: #8E8892; } .wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 { border-color: #dfdfdf; } .wrapper.style5 header.major p { color: #4E4852; } .wrapper.style5 label { color: #2E3842; } .wrapper.style5 input[type="text"], .wrapper.style5 input[type="password"], .wrapper.style5 input[type="email"], .wrapper.style5 select, .wrapper.style5 textarea { background: rgba(0, 0, 0, 0.0375); } .wrapper.style5 .select-wrapper:before { color: #dfdfdf; } .wrapper.style5 input[type="checkbox"] + label, .wrapper.style5 input[type="radio"] + label { color: #4E4852; } .wrapper.style5 input[type="checkbox"] + label:before, .wrapper.style5 input[type="radio"] + label:before { background: rgba(0, 0, 0, 0.0375); } .wrapper.style5 input[type="checkbox"]:checked + label:before, .wrapper.style5 input[type="radio"]:checked + label:before { background: #2E3842; color: #ffffff; } .wrapper.style5 ::-webkit-input-placeholder { color: #8E8892 !important; } .wrapper.style5 :-moz-placeholder { color: #8E8892 !important; } .wrapper.style5 ::-moz-placeholder { color: #8E8892 !important; } .wrapper.style5 :-ms-input-placeholder { color: #8E8892 !important; } .wrapper.style5 .formerize-placeholder { color: #8E8892 !important; } .wrapper.style5 .icon.major { border-color: #dfdfdf; } .wrapper.style5 ul.alt li { border-color: #dfdfdf; } .wrapper.style5 table tbody tr { border-color: #dfdfdf; } .wrapper.style5 table tbody tr:nth-child(2n + 1) { background-color: rgba(0, 0, 0, 0.0375); } .wrapper.style5 table th { color: #2E3842; } .wrapper.style5 table thead { border-color: #dfdfdf; } .wrapper.style5 table tfoot { border-color: #dfdfdf; } .wrapper.style5 table.alt tbody tr td { border-color: #dfdfdf; } .wrapper.style5 input[type="submit"], .wrapper.style5 input[type="reset"], .wrapper.style5 input[type="button"], .wrapper.style5 button, .wrapper.style5 .button { box-shadow: inset 0 0 0 2px #dfdfdf; color: #2E3842; } .wrapper.style5 input[type="submit"]:hover, .wrapper.style5 input[type="reset"]:hover, .wrapper.style5 input[type="button"]:hover, .wrapper.style5 button:hover, .wrapper.style5 .button:hover { background-color: rgba(0, 0, 0, 0.0375); } .wrapper.style5 input[type="submit"]:active, .wrapper.style5 input[type="reset"]:active, .wrapper.style5 input[type="button"]:active, .wrapper.style5 button:active, .wrapper.style5 .button:active { background-color: rgba(0, 0, 0, 0.1); } @media screen and (max-width: 736px) { .wrapper.style5 .features li { border-top-color: #dfdfdf; } } .wrapper.style6 { background-color: #25558C; color: #c9d5e2; } .wrapper.style6 strong, .wrapper.style6 b { color: #ffffff; } .wrapper.style6 .h2, .wrapper.style6 .h3, .wrapper.style6 ul.icons .icons__title, ul.icons .wrapper.style6 .icons__title, .wrapper.style6 .h4, .wrapper.style6 .h5, .wrapper.style6 .h6, .wrapper.style6 h2, .wrapper.style6 h3, .wrapper.style6 h4, .wrapper.style6 h5, .wrapper.style6 h6 { color: #ffffff; } .wrapper.style6 hr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 blockquote { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 code { background: rgba(255, 255, 255, 0.075); } .wrapper.style6 header p { color: #a8bbd1; } .wrapper.style6 header.major h2, .wrapper.style6 header.major h3, .wrapper.style6 header.major h4, .wrapper.style6 header.major h5, .wrapper.style6 header.major h6 { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 header.major p { color: #c9d5e2; } .wrapper.style6 label { color: #ffffff; } .wrapper.style6 input[type="text"], .wrapper.style6 input[type="password"], .wrapper.style6 input[type="email"], .wrapper.style6 select, .wrapper.style6 textarea { background: rgba(255, 255, 255, 0.075); } .wrapper.style6 .select-wrapper:before { color: rgba(0, 0, 0, 0.125); } .wrapper.style6 input[type="checkbox"] + label, .wrapper.style6 input[type="radio"] + label { color: #c9d5e2; } .wrapper.style6 input[type="checkbox"] + label:before, .wrapper.style6 input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.075); } .wrapper.style6 input[type="checkbox"]:checked + label:before, .wrapper.style6 input[type="radio"]:checked + label:before { background: #ffffff; color: #25558C; } .wrapper.style6 ::-webkit-input-placeholder { color: #a8bbd1 !important; } .wrapper.style6 :-moz-placeholder { color: #a8bbd1 !important; } .wrapper.style6 ::-moz-placeholder { color: #a8bbd1 !important; } .wrapper.style6 :-ms-input-placeholder { color: #a8bbd1 !important; } .wrapper.style6 .formerize-placeholder { color: #a8bbd1 !important; } .wrapper.style6 .icon.major { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 ul.alt li { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 table tbody tr { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style6 table th { color: #ffffff; } .wrapper.style6 table thead { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 table tfoot { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 table.alt tbody tr td { border-color: rgba(0, 0, 0, 0.125); } .wrapper.style6 input[type="submit"], .wrapper.style6 input[type="reset"], .wrapper.style6 input[type="button"], .wrapper.style6 button, .wrapper.style6 .button { box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125); color: #ffffff; } .wrapper.style6 input[type="submit"]:hover, .wrapper.style6 input[type="reset"]:hover, .wrapper.style6 input[type="button"]:hover, .wrapper.style6 button:hover, .wrapper.style6 .button:hover { background-color: rgba(255, 255, 255, 0.075); } .wrapper.style6 input[type="submit"]:active, .wrapper.style6 input[type="reset"]:active, .wrapper.style6 input[type="button"]:active, .wrapper.style6 button:active, .wrapper.style6 .button:active { background-color: rgba(255, 255, 255, 0.2); } @media screen and (max-width: 736px) { .wrapper.style6 .features li { border-top-color: rgba(0, 0, 0, 0.125); } } @media screen and (max-width: 980px) { .wrapper { padding: 4em 3em 2em 3em ; } } @media screen and (max-width: 736px) { .wrapper { padding: 3em 2em 1em 2em ; } } /* Page Wrapper + Menu */ #page-wrapper { -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; transition: opacity 0.5s ease; opacity: 1; padding-top: 3em; } #page-wrapper:before { background: rgba(0, 0, 0, 0); content: ''; display: block; display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 10001; } #menu { display: none; -moz-transform: translateX(20em); -webkit-transform: translateX(20em); -ms-transform: translateX(20em); transform: translateX(20em); -moz-transition: -moz-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; -webkit-overflow-scrolling: touch; background: #F3A712; color: #ffffff; height: 100%; max-width: 80%; overflow-y: auto; padding: 3em 2em; position: fixed; right: 0; top: 0; width: 20em; z-index: 10002; } #menu ul { list-style: none; padding: 0; } #menu ul > li { border-top: solid 1px rgba(0, 0, 0, 0.125); margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; } #menu ul > li:first-child { border-top: 0 !important; margin-top: 0 !important; padding-top: 0 !important; } #menu ul > li > a { border: 0; color: inherit; display: block; font-size: 0.8em; letter-spacing: 0.225em; outline: 0; text-decoration: none; text-transform: uppercase; } @media screen and (max-width: 736px) { #menu ul > li > a { line-height: 3em; } } #menu .close { background-image: url("images/close.svg"); background-position: 4.85em 1em; background-repeat: no-repeat; border: 0; cursor: pointer; display: block; height: 3em; position: absolute; right: 0; top: 0; vertical-align: middle; width: 7em; } @media screen and (max-width: 736px) { #menu { padding: 3em 1.5em; } } body.is-menu-visible #page-wrapper { opacity: 0.35; } body.is-menu-visible #page-wrapper:before { display: block; } body.is-menu-visible #menu { -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } /* Header */ #header { -moz-transition: background-color 0.2s ease; -webkit-transition: background-color 0.2s ease; -ms-transition: background-color 0.2s ease; transition: background-color 0.2s ease; background: #29335C; height: 3em; left: 0; line-height: 3em; position: fixed; top: 0; width: 100%; z-index: 10000; } #header h1 { -moz-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; height: inherit; left: 1.25em; line-height: inherit; position: absolute; top: 0; } #header h1 a { border: 0; display: block; height: inherit; line-height: inherit; } @media screen and (max-width: 736px) { #header h1 a { font-size: 0.8em; } } #header nav { height: inherit; line-height: inherit; position: absolute; right: 0; top: 0; } #header nav > ul { list-style: none; margin: 0; padding: 0; white-space: nowrap; } #header nav > ul > li { display: inline-block; padding: 0; } #header nav > ul > li > a { border: 0; color: #fff; display: block; font-size: 0.8em; letter-spacing: 0.225em; padding: 0 1.5em; text-transform: uppercase; } #header nav > ul > li > a.menuToggle { outline: 0; position: relative; } #header nav > ul > li > a.menuToggle:after { background-image: url("images/bars.svg"); background-position: right center; background-repeat: no-repeat; content: ''; display: inline-block; height: 3.75em; vertical-align: top; width: 2em; } @media screen and (max-width: 736px) { #header nav > ul > li > a.menuToggle { padding: 0 1.5em; } #header nav > ul > li > a.menuToggle span { display: none; } } @media screen and (max-width: 736px) { #header nav > ul > li > a { padding: 0 0 0 1.5em; } } #header nav > ul > li:first-child { margin-left: 0; } #header.alt { background: transparent; } #header.alt h1 { -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; opacity: 0; } /* Banner */ #banner { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; cursor: default; height: 100vh; min-height: 35em; overflow: hidden; position: relative; text-align: center; } #banner h2 { -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease; -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease; transition: transform 0.5s ease, opacity 0.5s ease; display: inline-block; font-size: 1.75em; opacity: 1; padding: 0.35em 1em; position: relative; z-index: 1; } #banner h2:before, #banner h2:after { -moz-transition: width 1s ease; -webkit-transition: width 1s ease; -ms-transition: width 1s ease; transition: width 1s ease; -moz-transition-delay: 0.25s; -webkit-transition-delay: 0.25s; -ms-transition-delay: 0.25s; transition-delay: 0.25s; background: #fff; content: ''; display: block; height: 2px; position: absolute; width: 100%; } #banner h2:before { top: 0; left: 0; } #banner h2:after { bottom: 0; right: 0; } #banner h1 { -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; transition: opacity 0.5s ease; -moz-transition-delay: 1s; -webkit-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; margin-bottom: 25px; opacity: 1; } #banner h1 a { color: inherit; } @media screen and (max-width: 736px) { #banner { padding: 7em 3em 5em 3em ; height: auto; min-height: 0; } #banner .particles-js-canvas-el { -moz-transition: opacity 3s ease-in-out; -webkit-transition: opacity 3s ease-in-out; -ms-transition: opacity 3s ease-in-out; transition: opacity 3s ease-in-out; -moz-transition-delay: 1s; -webkit-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; opacity: 1; } } @media screen and (max-width: 736px) and (max-width: 980px) { #banner .particles-js-canvas-el { display: none; } } @media screen and (max-width: 736px) { #banner h2 { font-size: 1.25em; } #banner br { display: none; } } body.is-loading #banner h1 { opacity: 0; } body.is-loading #banner h2 { -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; } body.is-loading #banner h2:before, body.is-loading #banner h2:after { width: 0; } body.is-loading #banner .particles-js-canvas-el { opacity: 0; } .particle { position: relative; user-select: none; background: #ed4933; } @media screen and (max-width: 980px) { .particle { background: none; } } .particle .particles-js-canvas-el { width: 100%; height: 100%; } .particle .content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; user-select: auto; } #contact header { -moz-order: 1; -webkit-order: 1; -ms-order: 1; order: 1; } #contact header p { color: inherit; } #contact .actions { -moz-order: 2; -webkit-order: 2; -ms-order: 2; order: 2; width: 30%; } @media screen and (max-width: 980px) { #contact { display: block; text-align: center; } #contact header { padding-right: 0; width: 100%; } #contact .actions { margin-left: auto; margin-right: auto; max-width: 20em; width: 100%; } } @media screen and (max-width: 736px) { #contact .actions { max-width: none; } } /* Main */ #main > header { padding: 12em 0 10em 0 ; background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); position: relative; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; } #main > header > * { position: relative; z-index: 1; } #main > header .header-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 0; filter: blur(3px) brightness(40%); } #main > header h2 { font-size: 1.75em; margin: 0 0 0.5em 0; } #main > header p { color: inherit; letter-spacing: 0.225em; text-transform: uppercase; top: 0; } #main > header p a { color: inherit; } @media screen and (max-width: 1680px) { #main > header { padding: 10em 0 8em 0 ; } } @media screen and (max-width: 1280px) { #main > header { padding: 8em 3em 6em 3em ; } } @media screen and (max-width: 980px) { #main > header { padding: 10em 3em 8em 3em ; } } @media screen and (max-width: 736px) { #main > header { padding: 5em 3em 3em 3em ; } #main > header h2 { font-size: 1.25em; margin: 0 0 1em 0; } } body.is-mobile #main > header { background-attachment: scroll; } /* Footer */ #footer { padding: 6em 0 4em 0 ; background-color: #1c2340; text-align: center; } #footer .icons { font-size: 1.25em; } #footer .icons a { color: rgba(255, 255, 255, 0.5); } #footer .icons a:hover { color: #fff; } #footer .copyright { color: rgba(255, 255, 255, 0.5); font-size: 0.8em; letter-spacing: 0.225em; list-style: none; padding: 0; text-transform: uppercase; } #footer .copyright li { border-left: solid 1px rgba(255, 255, 255, 0.5); display: inline-block; line-height: 1em; margin-left: 1em; padding-left: 1em; } #footer .copyright li:first-child { border-left: 0; margin-left: 0; padding-left: 0; } #footer .copyright li a { color: inherit; } #footer .copyright li a:hover { color: #fff; } @media screen and (max-width: 480px) { #footer .copyright li { border: 0; display: block; line-height: 1.65em; margin: 0; padding: 0.5em 0; } } @media screen and (max-width: 980px) { #footer { padding: 4em 3em 2em 3em ; } } @media screen and (max-width: 736px) { #footer { padding: 3em 2em 1em 2em ; } } /* Landing */ body.landing #page-wrapper { background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; padding-top: 0; } body.landing #page-wrapper { padding-top: 0; } body.landing #footer { background-color: rgba(28, 35, 64, 0.9); } body.is-mobile.landing #page-wrapper { background: none; } body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4 { background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/images/banner.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; } body.is-mobile.landing #footer { background-color: #1c2340; }