﻿div.fancy-select{position:relative;font-weight:600;font-size:13px;color:#46565D;clear:both}div.fancy-select.disabled{opacity:0.5}div.fancy-select select:focus+div.trigger{border:2px solid #8FB360}div.fancy-select div.trigger{border-radius:4px;cursor:pointer;padding:6px 24px 5px 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;background:#fff;border:2px solid #D4D9DE;color:#8891A3;width:100%;transition:all 240ms ease-out;-webkit-transition:all 240ms ease-out;-moz-transition:all 240ms ease-out;-ms-transition:all 240ms ease-out;-o-transition:all 240ms ease-out}div.fancy-select div.trigger:before,div.fancy-select div.trigger:after{content:"";display:block;position:absolute;width:0;height:0;border:4px solid transparent;right:9px}div.fancy-select div.trigger:after{border-top-color:#8891A3;top:18px}div.fancy-select div.trigger:before{border-bottom-color:#8891A3;top:7px}div.fancy-select div.trigger.open{border-color:#8FB360}div.fancy-select ul.options{list-style:none;margin:0;position:absolute;top:38px;left:0;visibility:hidden;opacity:0;z-index:50;max-height:200px;overflow:auto;background:#fff;border:2px solid #D4D9DE;border-radius:3px;min-width:100%;transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;-webkit-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;-moz-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;-ms-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;-o-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out}div.fancy-select ul.options.open{visibility:visible;top:45px;opacity:1;transition:opacity 300ms ease-out, top 300ms ease-out;-webkit-transition:opacity 300ms ease-out, top 300ms ease-out;-moz-transition:opacity 300ms ease-out, top 300ms ease-out;-ms-transition:opacity 300ms ease-out, top 300ms ease-out;-o-transition:opacity 300ms ease-out, top 300ms ease-out}div.fancy-select ul.options li{padding:8px 12px;color:#8891A3;cursor:pointer;white-space:nowrap;border-top:2px solid #D4D9DE;transition:all 150ms ease-out;-webkit-transition:all 150ms ease-out;-moz-transition:all 150ms ease-out;-ms-transition:all 150ms ease-out;-o-transition:all 150ms ease-out}div.fancy-select ul.options li{border-top:0}div.fancy-select ul.options li.selected{background:#F5F5F5;color:#3C4142}div.fancy-select ul.options li.hover{background:#F5F5F5}/*!
 *  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-face{font-family:'FontAwesome';src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"),url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"),url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"),url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height: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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.admin.api.users div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.api.users div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.api.users div#dashboard-table-container table tr td.email,body.admin.api.users div#dashboard-table-container table tr th.email{width:260px;padding:0 15px}body.admin.api.users div#dashboard-table-container table tr td.name,body.admin.api.users div#dashboard-table-container table tr th.name{width:200px}body.admin.api.users div#dashboard-table-container table tr td.api-requests,body.admin.api.users div#dashboard-table-container table tr th.api-requests{width:126px}body.admin.api.users div#dashboard-table-container table tr td.authorized-users,body.admin.api.users div#dashboard-table-container table tr th.authorized-users{width:126px}body.admin.api.users div#dashboard-table-container table tr td.edit,body.admin.api.users div#dashboard-table-container table tr th.edit{width:240px;padding-right:15px}body.admin.api.users div#dashboard-table-container table tr td.edit a.button,body.admin.api.users div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:left;margin-left:10px}body.admin.api.users div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.api.users div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.api.users div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.api.users div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.api.users div#dashboard-table-container table thead.header tr{height:47px}body.admin.api.users div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.api.users div#dashboard-table-container table thead.section tr{height:40px}body.admin.api.users div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.api.users div#dashboard-table-container table tbody tr{height:50px}body.admin.api.users div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.app_settings.index #security-questions-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px;clear:both}body.admin.app_settings.index #security-questions-table span.icon{font-size:20px;padding:2px}body.admin.app_settings.index #security-questions-table a.icon-link{border:none}body.admin.app_settings.index #security-questions-table table{border-collapse:collapse;width:100%;background:#fff}body.admin.app_settings.index #security-questions-table table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.app_settings.index #security-questions-table table thead.header{background:#E8E8E8}body.admin.app_settings.index #security-questions-table table thead th{padding:5px}body.admin.app_settings.index #security-questions-table table thead th.actions{width:90px}body.admin.app_settings.index #security-questions-table table tbody tr{height:30px}body.admin.app_settings.index #security-questions-table table tbody tr:nth-child(even){background:#F5F5F5}body.admin.app_settings.index #security-questions-table table tbody tr td{padding:5px}body.admin.billing div#summary-data-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:5px;width:70%}body.admin.billing div#summary-data-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.billing div#summary-data-table-container table tr td.name,body.admin.billing div#summary-data-table-container table tr th.name{width:160px;padding-left:15px;text-align:left;border-right:2px solid #D4D9DE}body.admin.billing div#summary-data-table-container table tr td.value,body.admin.billing div#summary-data-table-container table tr th.value{width:230px;text-align:right;padding-right:15px}body.admin.billing div#summary-data-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.billing div#summary-data-table-container table thead.header{background:#E8E8E8}body.admin.billing div#summary-data-table-container table thead.header tr{height:47px}body.admin.billing div#summary-data-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.billing div#summary-data-table-container table thead.section tr{height:35px}body.admin.billing div#summary-data-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.billing div#summary-data-table-container table tbody tr{height:30px}body.admin.billing div#summary-data-table-container table tbody tr:nth-child(even){background:#F0F0F0}body.admin.billing div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.billing div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.billing div#dashboard-table-container table tr td.email,body.admin.billing div#dashboard-table-container table tr th.email{width:260px;padding:0 15px}body.admin.billing div#dashboard-table-container table tr td.name,body.admin.billing div#dashboard-table-container table tr th.name{width:200px}body.admin.billing div#dashboard-table-container table tr td.api-requests,body.admin.billing div#dashboard-table-container table tr th.api-requests{width:126px}body.admin.billing div#dashboard-table-container table tr td.authorized-users,body.admin.billing div#dashboard-table-container table tr th.authorized-users{width:126px}body.admin.billing div#dashboard-table-container table tr td.edit,body.admin.billing div#dashboard-table-container table tr th.edit{width:240px;padding-right:15px}body.admin.billing div#dashboard-table-container table tr td.edit a.button,body.admin.billing div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:left;margin-left:10px}body.admin.billing div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.billing div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.billing div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.billing div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.billing div#dashboard-table-container table thead.header tr{height:47px}body.admin.billing div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.billing div#dashboard-table-container table thead.section tr{height:40px}body.admin.billing div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.billing div#dashboard-table-container table tbody tr{height:50px}body.admin.billing div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.coupons textarea,body.admin.new_coupon textarea,body.admin.edit_coupon textarea{height:200px}body.admin.coupons div#dashboard-table-container,body.admin.new_coupon div#dashboard-table-container,body.admin.edit_coupon div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.coupons div#dashboard-table-container table,body.admin.new_coupon div#dashboard-table-container table,body.admin.edit_coupon div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.coupons div#dashboard-table-container table tr td.name,body.admin.coupons div#dashboard-table-container table tr th.name,body.admin.new_coupon div#dashboard-table-container table tr td.name,body.admin.new_coupon div#dashboard-table-container table tr th.name,body.admin.edit_coupon div#dashboard-table-container table tr td.name,body.admin.edit_coupon div#dashboard-table-container table tr th.name{width:200px;padding-left:15px}body.admin.coupons div#dashboard-table-container table tr td.code,body.admin.coupons div#dashboard-table-container table tr th.code,body.admin.new_coupon div#dashboard-table-container table tr td.code,body.admin.new_coupon div#dashboard-table-container table tr th.code,body.admin.edit_coupon div#dashboard-table-container table tr td.code,body.admin.edit_coupon div#dashboard-table-container table tr th.code{width:200px}body.admin.coupons div#dashboard-table-container table tr td.times-used,body.admin.coupons div#dashboard-table-container table tr th.times-used,body.admin.new_coupon div#dashboard-table-container table tr td.times-used,body.admin.new_coupon div#dashboard-table-container table tr th.times-used,body.admin.edit_coupon div#dashboard-table-container table tr td.times-used,body.admin.edit_coupon div#dashboard-table-container table tr th.times-used{width:90px}body.admin.coupons div#dashboard-table-container table tr td.notify-at,body.admin.coupons div#dashboard-table-container table tr th.notify-at,body.admin.new_coupon div#dashboard-table-container table tr td.notify-at,body.admin.new_coupon div#dashboard-table-container table tr th.notify-at,body.admin.edit_coupon div#dashboard-table-container table tr td.notify-at,body.admin.edit_coupon div#dashboard-table-container table tr th.notify-at{width:90px}body.admin.coupons div#dashboard-table-container table tr td.discount,body.admin.coupons div#dashboard-table-container table tr th.discount,body.admin.new_coupon div#dashboard-table-container table tr td.discount,body.admin.new_coupon div#dashboard-table-container table tr th.discount,body.admin.edit_coupon div#dashboard-table-container table tr td.discount,body.admin.edit_coupon div#dashboard-table-container table tr th.discount{width:80px}body.admin.coupons div#dashboard-table-container table tr td.disabled,body.admin.coupons div#dashboard-table-container table tr th.disabled,body.admin.new_coupon div#dashboard-table-container table tr td.disabled,body.admin.new_coupon div#dashboard-table-container table tr th.disabled,body.admin.edit_coupon div#dashboard-table-container table tr td.disabled,body.admin.edit_coupon div#dashboard-table-container table tr th.disabled{width:80px}body.admin.coupons div#dashboard-table-container table tr td.edit,body.admin.coupons div#dashboard-table-container table tr th.edit,body.admin.new_coupon div#dashboard-table-container table tr td.edit,body.admin.new_coupon div#dashboard-table-container table tr th.edit,body.admin.edit_coupon div#dashboard-table-container table tr td.edit,body.admin.edit_coupon div#dashboard-table-container table tr th.edit{width:220px;padding-right:15px}body.admin.coupons div#dashboard-table-container table tr td.edit a.button,body.admin.coupons div#dashboard-table-container table tr th.edit a.button,body.admin.new_coupon div#dashboard-table-container table tr td.edit a.button,body.admin.new_coupon div#dashboard-table-container table tr th.edit a.button,body.admin.edit_coupon div#dashboard-table-container table tr td.edit a.button,body.admin.edit_coupon div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:right;margin-left:10px}body.admin.coupons div#dashboard-table-container table tr td.edit a.button:last-child,body.admin.coupons div#dashboard-table-container table tr th.edit a.button:last-child,body.admin.new_coupon div#dashboard-table-container table tr td.edit a.button:last-child,body.admin.new_coupon div#dashboard-table-container table tr th.edit a.button:last-child,body.admin.edit_coupon div#dashboard-table-container table tr td.edit a.button:last-child,body.admin.edit_coupon div#dashboard-table-container table tr th.edit a.button:last-child{margin-left:0}body.admin.coupons div#dashboard-table-container table thead,body.admin.new_coupon div#dashboard-table-container table thead,body.admin.edit_coupon div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.coupons div#dashboard-table-container table thead.header,body.admin.new_coupon div#dashboard-table-container table thead.header,body.admin.edit_coupon div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.coupons div#dashboard-table-container table thead.header tr,body.admin.new_coupon div#dashboard-table-container table thead.header tr,body.admin.edit_coupon div#dashboard-table-container table thead.header tr{height:47px}body.admin.coupons div#dashboard-table-container table thead.section,body.admin.new_coupon div#dashboard-table-container table thead.section,body.admin.edit_coupon div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.coupons div#dashboard-table-container table thead.section tr,body.admin.new_coupon div#dashboard-table-container table thead.section tr,body.admin.edit_coupon div#dashboard-table-container table thead.section tr{height:40px}body.admin.coupons div#dashboard-table-container table thead.section tr th,body.admin.new_coupon div#dashboard-table-container table thead.section tr th,body.admin.edit_coupon div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.coupons div#dashboard-table-container table tbody tr,body.admin.new_coupon div#dashboard-table-container table tbody tr,body.admin.edit_coupon div#dashboard-table-container table tbody tr{height:50px}body.admin.coupons div#dashboard-table-container table tbody tr:nth-child(even),body.admin.new_coupon div#dashboard-table-container table tbody tr:nth-child(even),body.admin.edit_coupon div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.credits div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.credits div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.credits div#dashboard-table-container table tr td.name,body.admin.credits div#dashboard-table-container table tr th.name{padding-left:15px}body.admin.credits div#dashboard-table-container table tr td.edit,body.admin.credits div#dashboard-table-container table tr th.edit{padding-right:15px;text-align:right}body.admin.credits div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.credits div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.credits div#dashboard-table-container table thead.header tr{height:47px}body.admin.credits div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.credits div#dashboard-table-container table thead.section tr{height:40px}body.admin.credits div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.credits div#dashboard-table-container table tbody tr{height:50px}body.admin.credits div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.documents.show{background:#F3F1F1}body.admin.documents.show div#main{text-align:center;margin-top:90px}body.admin.documents.show div#main div#pages-container{display:inline-block;text-align:center;border:2px solid #CFD4D9;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;max-width:100%}body.admin.documents.show div#main div#pages-container header#page-controller{text-align:left;background:#E8E8E8;border-bottom:2px solid #D4D9DE;border-radius:1px 1px 0 0;-webkit-border-radius:1px 1px 0 0;-moz-border-radius:1px 1px 0 0;-o-border-radius:1px 1px 0 0;padding:7px 18px 6px}body.admin.documents.show div#main div#pages-container header#page-controller h3{color:#88919A;float:left;font-size:14px;font-weight:600;padding-top:2px}body.admin.documents.show div#main div#pages-container header#page-controller menu{float:right}body.admin.documents.show div#main div#pages-container header#page-controller menu a#show-all{color:#88919A;font-weight:600;float:left;text-align:right;width:300px;padding:2px 20px 0 0;border:none}body.admin.documents.show div#main div#pages-container header#page-controller menu a#individual-pages{color:#88919A;font-weight:600;float:left;text-align:right;width:140px;padding:2px 20px 0 0;border:none}body.admin.documents.show div#main div#pages-container header#page-controller menu p{color:#88919A;font-weight:600;float:left;text-align:right;width:90px;padding:2px 20px 0 0}body.admin.documents.show div#main div#pages-container header#page-controller menu ul{list-style:none;float:left}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li{float:left}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li:first-child button{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-right:0}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li:first-child button:after{border-right-color:#8891A3;left:3px}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li:last-child button{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li:last-child button:after{border-left-color:#8891A3;left:8px}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li button{border:2px solid #CED3D8;border-top-color:#D4D9DE;border-bottom-color:#C4C9CD;text-indent:100%;overflow:hidden;display:block;white-space:nowrap;width:24px;height:24px;background-color:#F6F6F6;background-image:-webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F5F5F5));background-image:-webkit-linear-gradient(#FCFCFC, #F5F5F5);background-image:-moz-linear-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-moz-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-o-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);background-image:-ms-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);position:relative}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li button:after{content:"";display:block;position:absolute;border:5px solid transparent;top:5px}body.admin.documents.show div#main div#pages-container header#page-controller menu ul li p{display:block;white-space:nowrap;height:24px;cursor:pointer;padding-left:15px}body.admin.documents.show div#main div#pages-container ul#pages{max-width:100%;display:inline-block;text-align:left;list-style:none;vertical-align:bottom}body.admin.documents.show div#main div#pages-container ul#pages li{display:none;overflow:hidden;position:relative}body.admin.documents.show div#main div#pages-container ul#pages li.current-page{display:block}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation{z-index:1;position:absolute !important;min-height:20px;min-width:43px}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation.selected div.note{display:block}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation.has-note{cursor:pointer}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation.redaction{background:#3C4142;color:#fff}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation.highlight{background:url(/assets/highlight-bg-c895feac811a1fc0e66d617ff3fa4136de423079ff18cf11758e02b830411196.png);color:#3C4142}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation span.number{position:absolute;display:block;bottom:0;left:7px;font-weight:600}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation span.number:before{display:block;float:right;margin:2px 0 0 2px}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation div.note{width:250px;border:2px solid #93B666;position:absolute;top:100%;left:0;margin-top:9px;background:#D5E4C2;font-size:13px;line-height:20px;color:#3C4142;padding:12px 9px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;display:none;cursor:default}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation div.note:before,body.admin.documents.show div#main div#pages-container ul#pages li div.annotation div.note:after{width:0;height:0;content:"";border:6px solid transparent;left:12px;position:absolute;display:block}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation div.note:before{border-bottom-color:#93B666;top:-14px}body.admin.documents.show div#main div#pages-container ul#pages li div.annotation div.note:after{border-bottom-color:#D5E4C2;top:-11px}body.admin.documents.show div#main div#pages-container ul#pages li img{position:relative;vertical-align:bottom;max-width:100%}body.admin.verification_requests.expedite div.bulk-bag{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px}body.admin.verification_requests.expedite div.bulk-bag h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.admin.verification_requests.expedite div.bulk-bag>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options{list-style:none}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li{margin-bottom:12px}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label{display:block;cursor:pointer}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label div.radio,body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label p.desc,body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label p.price{float:left;font-weight:600}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label div.radio{margin:1px 18px 0 0}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label p.desc{color:#3C4142;width:180px}body.admin.verification_requests.expedite div.bulk-bag ul.purchase-options li label p.price{color:#8FB361}body.admin.give_credits .datetime,body.admin.issuers.extend_credits .datetime{width:250px}body.admin.give_credits .datetime #expires__1i,body.admin.give_credits .datetime #ai_expires__1i,body.admin.give_credits .datetime #qcqp_expires__1i,body.admin.issuers.extend_credits .datetime #expires__1i,body.admin.issuers.extend_credits .datetime #ai_expires__1i,body.admin.issuers.extend_credits .datetime #qcqp_expires__1i{width:70px;height:33px;padding-left:5px;color:#8891A3;border:2px solid #D4D9DE;display:inline}body.admin.give_credits .datetime #expires__2i,body.admin.give_credits .datetime #ai_expires__2i,body.admin.give_credits .datetime #qcqp_expires__2i,body.admin.issuers.extend_credits .datetime #expires__2i,body.admin.issuers.extend_credits .datetime #ai_expires__2i,body.admin.issuers.extend_credits .datetime #qcqp_expires__2i{width:100px;height:33px;padding-left:5px;color:#8891A3;border:2px solid #D4D9DE;display:inline}body.admin.give_credits .datetime #expires__3i,body.admin.give_credits .datetime #ai_expires__3i,body.admin.give_credits .datetime #qcqp_expires__3i,body.admin.issuers.extend_credits .datetime #expires__3i,body.admin.issuers.extend_credits .datetime #ai_expires__3i,body.admin.issuers.extend_credits .datetime #qcqp_expires__3i{width:60px;height:33px;padding-left:5px;color:#8891A3;border:2px solid #D4D9DE;display:inline}body.admin header#admin-header{border-bottom:2px solid #D4D9DE;background:#fff}body.admin header#admin-header h2{font-size:22px;font-weight:600;color:#3C4142;float:left;margin-top:19px}body.admin header#admin-header nav{margin-top:10px;float:right}body.admin header#admin-header nav ul{list-style:none}body.admin header#admin-header nav ul li{float:left}body.admin header#admin-header nav ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.admin header#admin-header nav ul li:first-child a.current{border-left:2px solid #C5C8CB}body.admin header#admin-header nav ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.admin header#admin-header nav ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin header#admin-header nav ul li a{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:80px;padding:6px 0 5px;font-weight:600}body.admin header#admin-header nav ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.admin header#admin-header .admin-reviewer-support-badge{position:relative;top:-12px;left:16px;z-index:1;background-color:#8FB360}body.admin header#admin-header .admin-custom-vr-to-review-badge{position:relative;top:-5px;left:0px;z-index:1;background-color:#8FB360}body.admin header#admin-header .admin-custom-vr-to-approve-badge{position:relative;top:-5px;left:-75px;z-index:1;background-color:#E77}body.admin section#dashboard-toolbar{margin-top:48px}body.admin section#dashboard-toolbar menu.table-controls{float:left}body.admin section#dashboard-toolbar menu.table-controls div.search{width:300px}body.admin section#dashboard-toolbar menu.table-controls div.search:before{position:absolute;top:11px;left:9px}body.admin section#dashboard-toolbar menu.table-controls div.search input{padding-left:27px}body.admin section#dashboard-toolbar nav.add{float:right}body.admin section#dashboard-toolbar nav.add .button,body.admin section#dashboard-toolbar nav.add .buttonish{float:left;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;margin-left:2px}body.admin section#dashboard-toolbar nav.add .button:first-child,body.admin section#dashboard-toolbar nav.add .buttonish:first-child{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px}body.admin section#dashboard-toolbar nav.add .button:last-child,body.admin section#dashboard-toolbar nav.add .buttonish:last-child{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;padding:9px 14px 8px}body.admin section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.admin section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic{padding-left:39px}body.admin section#dashboard-toolbar nav.add .button:first-child:last-child,body.admin section#dashboard-toolbar nav.add .buttonish:first-child:last-child{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.investors div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.investors div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.investors div#dashboard-table-container table tr td.id,body.admin.investors div#dashboard-table-container table tr th.id{width:50px;padding-left:15px}body.admin.investors div#dashboard-table-container table tr td.email,body.admin.investors div#dashboard-table-container table tr th.email{width:160px}body.admin.investors div#dashboard-table-container table tr td.name,body.admin.investors div#dashboard-table-container table tr th.name{width:160px}body.admin.investors div#dashboard-table-container table tr td.reviews,body.admin.investors div#dashboard-table-container table tr th.reviews{width:126px}body.admin.investors div#dashboard-table-container table tr td.current-amount,body.admin.investors div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.investors div#dashboard-table-container table tr td.investor,body.admin.investors div#dashboard-table-container table tr th.investor{width:20px;padding-left:15px}body.admin.investors div#dashboard-table-container table tr td.investment-type,body.admin.investors div#dashboard-table-container table tr th.investment-type{width:50px;padding-left:15px}body.admin.investors div#dashboard-table-container table tr td.verification-method,body.admin.investors div#dashboard-table-container table tr th.verification-method{width:100px;padding-left:15px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.investors div#dashboard-table-container table tr td.edit,body.admin.investors div#dashboard-table-container table tr th.edit{width:140px;padding-right:15px}body.admin.investors div#dashboard-table-container table tr td.edit a.button,body.admin.investors div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:right;margin-left:10px}body.admin.investors div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.investors div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.investors div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.investors div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.investors div#dashboard-table-container table thead.header tr{height:47px}body.admin.investors div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.investors div#dashboard-table-container table thead.section tr{height:40px}body.admin.investors div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.investors div#dashboard-table-container table tbody tr{height:50px}body.admin.investors div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.invites div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.invites div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.invites div#dashboard-table-container table tr td.email,body.admin.invites div#dashboard-table-container table tr th.email{width:190px;padding-left:10px}body.admin.invites div#dashboard-table-container table tr td.date,body.admin.invites div#dashboard-table-container table tr th.date{width:100px}body.admin.invites div#dashboard-table-container table tr td.issuer,body.admin.invites div#dashboard-table-container table tr th.issuer{width:180px}body.admin.invites div#dashboard-table-container table tr td.type,body.admin.invites div#dashboard-table-container table tr th.type{width:80px}body.admin.invites div#dashboard-table-container table tr td.declined,body.admin.invites div#dashboard-table-container table tr th.declined{width:80px}body.admin.invites div#dashboard-table-container table tr td.edit,body.admin.invites div#dashboard-table-container table tr th.edit{width:250px;padding-right:15px}body.admin.invites div#dashboard-table-container table tr td.edit a.button,body.admin.invites div#dashboard-table-container table tr th.edit a.button{padding:6px 4px;display:block;float:left;margin-left:4px;width:60px}body.admin.invites div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.invites div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.invites div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.invites div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.invites div#dashboard-table-container table thead.header tr{height:47px}body.admin.invites div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.invites div#dashboard-table-container table thead.section tr{height:40px}body.admin.invites div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.invites div#dashboard-table-container table tbody tr{height:50px}body.admin.invites div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.issuers #credit-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px;clear:both}body.admin.issuers #credit-table table{border-collapse:collapse;width:100%;background:#fff}body.admin.issuers #credit-table table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.issuers #credit-table table thead.header{background:#E8E8E8}body.admin.issuers #credit-table table thead th{padding:5px}body.admin.issuers #credit-table table tbody tr{height:30px}body.admin.issuers #credit-table table tbody tr:nth-child(even){background:#F5F5F5}body.admin.issuers #credit-table table tbody tr td{padding:5px}body.admin.issuers div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.issuers div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.issuers div#dashboard-table-container table tr td.id,body.admin.issuers div#dashboard-table-container table tr th.id{width:50px;padding-left:15px}body.admin.issuers div#dashboard-table-container table tr td.email,body.admin.issuers div#dashboard-table-container table tr th.email{width:160px}body.admin.issuers div#dashboard-table-container table tr td.name,body.admin.issuers div#dashboard-table-container table tr th.name{width:160px}body.admin.issuers div#dashboard-table-container table tr td.reviews,body.admin.issuers div#dashboard-table-container table tr th.reviews{width:126px}body.admin.issuers div#dashboard-table-container table tr td.current-amount,body.admin.issuers div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.issuers div#dashboard-table-container table tr td.investor,body.admin.issuers div#dashboard-table-container table tr th.investor{width:20px;padding-left:15px}body.admin.issuers div#dashboard-table-container table tr td.investment-type,body.admin.issuers div#dashboard-table-container table tr th.investment-type{width:50px;padding-left:15px}body.admin.issuers div#dashboard-table-container table tr td.verification-method,body.admin.issuers div#dashboard-table-container table tr th.verification-method{width:100px;padding-left:15px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.issuers div#dashboard-table-container table tr td.edit,body.admin.issuers div#dashboard-table-container table tr th.edit{width:140px;padding-right:15px}body.admin.issuers div#dashboard-table-container table tr td.edit a.button,body.admin.issuers div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:right;margin-left:10px}body.admin.issuers div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.issuers div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.issuers div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.issuers div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.issuers div#dashboard-table-container table thead.header tr{height:47px}body.admin.issuers div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.issuers div#dashboard-table-container table thead.section tr{height:40px}body.admin.issuers div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.issuers div#dashboard-table-container table tbody tr{height:50px}body.admin.issuers div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.payments div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.payments div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.payments div#dashboard-table-container table tr td.email,body.admin.payments div#dashboard-table-container table tr th.email{padding-left:15px}body.admin.payments div#dashboard-table-container table tr td.date-created,body.admin.payments div#dashboard-table-container table tr th.date-created{padding-right:15px}body.admin.payments div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.payments div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.payments div#dashboard-table-container table thead.header tr{height:47px}body.admin.payments div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.payments div#dashboard-table-container table thead.section tr{height:40px}body.admin.payments div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.payments div#dashboard-table-container table tbody tr{height:50px}body.admin.payments div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.portals div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.portals div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.portals div#dashboard-table-container table tr td.name,body.admin.portals div#dashboard-table-container table tr th.name{width:160px;padding-left:15px}body.admin.portals div#dashboard-table-container table tr td.reviews,body.admin.portals div#dashboard-table-container table tr th.reviews{width:126px}body.admin.portals div#dashboard-table-container table tr td.current-amount,body.admin.portals div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.portals div#dashboard-table-container table tr td.investor,body.admin.portals div#dashboard-table-container table tr th.investor{width:20px;padding-left:15px}body.admin.portals div#dashboard-table-container table tr td.investment-type,body.admin.portals div#dashboard-table-container table tr th.investment-type{width:50px;padding-left:15px}body.admin.portals div#dashboard-table-container table tr td.verification-method,body.admin.portals div#dashboard-table-container table tr th.verification-method{width:100px;padding-left:15px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.portals div#dashboard-table-container table tr td.edit,body.admin.portals div#dashboard-table-container table tr th.edit{width:140px;padding-right:15px}body.admin.portals div#dashboard-table-container table tr td.edit a.button,body.admin.portals div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:left;margin-left:10px}body.admin.portals div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.portals div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.portals div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.portals div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.portals div#dashboard-table-container table thead.header tr{height:47px}body.admin.portals div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.portals div#dashboard-table-container table thead.section tr{height:40px}body.admin.portals div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.portals div#dashboard-table-container table tbody tr{height:50px}body.admin.portals div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.referrals div#dashboard-table-container,body.admin.referral_counts div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.referrals div#dashboard-table-container table,body.admin.referral_counts div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.referrals div#dashboard-table-container table tr td.id,body.admin.referrals div#dashboard-table-container table tr th.id,body.admin.referral_counts div#dashboard-table-container table tr td.id,body.admin.referral_counts div#dashboard-table-container table tr th.id{width:50px;padding-left:15px}body.admin.referrals div#dashboard-table-container table tr td.email,body.admin.referrals div#dashboard-table-container table tr th.email,body.admin.referral_counts div#dashboard-table-container table tr td.email,body.admin.referral_counts div#dashboard-table-container table tr th.email{width:180px}body.admin.referrals div#dashboard-table-container table tr td.name,body.admin.referrals div#dashboard-table-container table tr th.name,body.admin.referral_counts div#dashboard-table-container table tr td.name,body.admin.referral_counts div#dashboard-table-container table tr th.name{width:160px}body.admin.referrals div#dashboard-table-container table thead,body.admin.referral_counts div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.referrals div#dashboard-table-container table thead.header,body.admin.referral_counts div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.referrals div#dashboard-table-container table thead.header tr,body.admin.referral_counts div#dashboard-table-container table thead.header tr{height:47px}body.admin.referrals div#dashboard-table-container table thead.section,body.admin.referral_counts div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.referrals div#dashboard-table-container table thead.section tr,body.admin.referral_counts div#dashboard-table-container table thead.section tr{height:40px}body.admin.referrals div#dashboard-table-container table thead.section tr th,body.admin.referral_counts div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.referrals div#dashboard-table-container table tbody tr,body.admin.referral_counts div#dashboard-table-container table tbody tr{height:50px}body.admin.referrals div#dashboard-table-container table tbody tr:nth-child(even),body.admin.referral_counts div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.reviewers div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.reviewers div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.reviewers div#dashboard-table-container table tr td.email,body.admin.reviewers div#dashboard-table-container table tr th.email{width:300px;padding-left:15px}body.admin.reviewers div#dashboard-table-container table tr td.name,body.admin.reviewers div#dashboard-table-container table tr th.name{width:188px;padding-left:15px}body.admin.reviewers div#dashboard-table-container table tr td.reviews,body.admin.reviewers div#dashboard-table-container table tr th.reviews{width:140px}body.admin.reviewers div#dashboard-table-container table tr td.current-amount,body.admin.reviewers div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.reviewers div#dashboard-table-container table tr td.edit,body.admin.reviewers div#dashboard-table-container table tr th.edit{width:140px;padding-right:15px}body.admin.reviewers div#dashboard-table-container table tr td.edit a.button,body.admin.reviewers div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:left;margin-left:10px}body.admin.reviewers div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.reviewers div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.reviewers div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.reviewers div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.reviewers div#dashboard-table-container table thead.header tr{height:47px}body.admin.reviewers div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.reviewers div#dashboard-table-container table thead.section tr{height:40px}body.admin.reviewers div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.reviewers div#dashboard-table-container table tbody tr{height:50px}body.admin.reviewers div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.support div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.support div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.support div#dashboard-table-container table tr td,body.admin.support div#dashboard-table-container table tr th{text-align:left}body.admin.support div#dashboard-table-container table tr td.vr-id,body.admin.support div#dashboard-table-container table tr th.vr-id{width:30px;padding-left:15px}body.admin.support div#dashboard-table-container table tr td.pdf,body.admin.support div#dashboard-table-container table tr th.pdf{width:40px}body.admin.support div#dashboard-table-container table tr td.issuer,body.admin.support div#dashboard-table-container table tr th.issuer{width:100px}body.admin.support div#dashboard-table-container table tr td.reviewer,body.admin.support div#dashboard-table-container table tr th.reviewer{width:120px}body.admin.support div#dashboard-table-container table tr td.vr-status,body.admin.support div#dashboard-table-container table tr th.vr-status{width:50px}body.admin.support div#dashboard-table-container table tr td.edit,body.admin.support div#dashboard-table-container table tr th.edit{width:30px}body.admin.support div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.support div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.support div#dashboard-table-container table thead.header tr{height:47px}body.admin.support div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.support div#dashboard-table-container table thead.section tr{height:40px}body.admin.support div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.support div#dashboard-table-container table tbody tr{height:50px}body.admin.support div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.unsubscribed div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.unsubscribed div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.unsubscribed div#dashboard-table-container table tr td.date,body.admin.unsubscribed div#dashboard-table-container table tr th.date{padding-left:15px}body.admin.unsubscribed div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.unsubscribed div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.unsubscribed div#dashboard-table-container table thead.header tr{height:47px}body.admin.unsubscribed div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.unsubscribed div#dashboard-table-container table thead.section tr{height:40px}body.admin.unsubscribed div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.unsubscribed div#dashboard-table-container table tbody tr{height:50px}body.admin.unsubscribed div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.unused_credit_detail div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.unused_credit_detail div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.unused_credit_detail div#dashboard-table-container table tr th{text-align:center}body.admin.unused_credit_detail div#dashboard-table-container table tr td{text-align:left}body.admin.unused_credit_detail div#dashboard-table-container table tr td.purchased,body.admin.unused_credit_detail div#dashboard-table-container table tr th.purchased{width:70px;padding-left:15px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.expires,body.admin.unused_credit_detail div#dashboard-table-container table tr th.expires{width:70px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.email,body.admin.unused_credit_detail div#dashboard-table-container table tr th.email{width:120px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.name,body.admin.unused_credit_detail div#dashboard-table-container table tr th.name{width:120px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.type,body.admin.unused_credit_detail div#dashboard-table-container table tr th.type{width:70px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.number,body.admin.unused_credit_detail div#dashboard-table-container table tr th.number{width:70px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.price_per_credit,body.admin.unused_credit_detail div#dashboard-table-container table tr th.price_per_credit{width:80px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.total_price,body.admin.unused_credit_detail div#dashboard-table-container table tr th.total_price{width:80px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.number{text-align:right;padding-right:15px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.price_per_credit{text-align:right;padding-right:15px}body.admin.unused_credit_detail div#dashboard-table-container table tr td.total_price{text-align:right;padding-right:15px}body.admin.unused_credit_detail div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.unused_credit_detail div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.unused_credit_detail div#dashboard-table-container table thead.header tr{height:47px}body.admin.unused_credit_detail div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.unused_credit_detail div#dashboard-table-container table thead.section tr{height:40px}body.admin.unused_credit_detail div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.unused_credit_detail div#dashboard-table-container table tbody tr{height:50px}body.admin.unused_credit_detail div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.users div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.users div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.users div#dashboard-table-container table tr td.email,body.admin.users div#dashboard-table-container table tr th.email{width:150px;padding-left:15px}body.admin.users div#dashboard-table-container table tr td.name,body.admin.users div#dashboard-table-container table tr th.name{width:150px}body.admin.users div#dashboard-table-container table tr td.reviews,body.admin.users div#dashboard-table-container table tr th.reviews{width:126px}body.admin.users div#dashboard-table-container table tr td.current-amount,body.admin.users div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.users div#dashboard-table-container table tr td.investor,body.admin.users div#dashboard-table-container table tr th.investor{width:20px;padding-left:15px}body.admin.users div#dashboard-table-container table tr td.investment-type,body.admin.users div#dashboard-table-container table tr th.investment-type{width:50px;padding-left:15px}body.admin.users div#dashboard-table-container table tr td.verification-method,body.admin.users div#dashboard-table-container table tr th.verification-method{width:100px;padding-left:15px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.users div#dashboard-table-container table tr td.edit,body.admin.users div#dashboard-table-container table tr th.edit{width:180px;padding-right:5px;white-space:nowrap}body.admin.users div#dashboard-table-container table tr td.edit a.button,body.admin.users div#dashboard-table-container table tr th.edit a.button{padding:5px 9px;display:block;float:left;margin-left:5px}body.admin.users div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.users div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.users div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.users div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.users div#dashboard-table-container table thead.header tr{height:47px}body.admin.users div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.users div#dashboard-table-container table thead.section tr{height:40px}body.admin.users div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.users div#dashboard-table-container table tbody tr{height:50px}body.admin.users div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.verification_methods div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.verification_methods div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.verification_methods div#dashboard-table-container table tr td.id,body.admin.verification_methods div#dashboard-table-container table tr th.id{width:50px;padding-left:15px}body.admin.verification_methods div#dashboard-table-container table tr td.email,body.admin.verification_methods div#dashboard-table-container table tr th.email{width:160px}body.admin.verification_methods div#dashboard-table-container table tr td.name,body.admin.verification_methods div#dashboard-table-container table tr th.name{width:160px}body.admin.verification_methods div#dashboard-table-container table tr td.reviews,body.admin.verification_methods div#dashboard-table-container table tr th.reviews{width:126px}body.admin.verification_methods div#dashboard-table-container table tr td.current-amount,body.admin.verification_methods div#dashboard-table-container table tr th.current-amount{width:180px}body.admin.verification_methods div#dashboard-table-container table tr td.investor,body.admin.verification_methods div#dashboard-table-container table tr th.investor{width:20px;padding-left:15px}body.admin.verification_methods div#dashboard-table-container table tr td.investment-type,body.admin.verification_methods div#dashboard-table-container table tr th.investment-type{width:50px;padding-left:15px}body.admin.verification_methods div#dashboard-table-container table tr td.verification-method,body.admin.verification_methods div#dashboard-table-container table tr th.verification-method{width:100px;padding-left:15px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.verification_methods div#dashboard-table-container table tr td.edit,body.admin.verification_methods div#dashboard-table-container table tr th.edit{width:140px;padding-right:15px}body.admin.verification_methods div#dashboard-table-container table tr td.edit a.button,body.admin.verification_methods div#dashboard-table-container table tr th.edit a.button{padding:6px 11px;display:block;float:left;margin-left:10px}body.admin.verification_methods div#dashboard-table-container table tr td.edit a.button:first-child,body.admin.verification_methods div#dashboard-table-container table tr th.edit a.button:first-child{margin-left:0}body.admin.verification_methods div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.verification_methods div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.verification_methods div#dashboard-table-container table thead.header tr{height:47px}body.admin.verification_methods div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.verification_methods div#dashboard-table-container table thead.section tr{height:40px}body.admin.verification_methods div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.verification_methods div#dashboard-table-container table tbody tr{height:50px}body.admin.verification_methods div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.verification_requests div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.verification_requests div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.verification_requests div#dashboard-table-container table tr td,body.admin.verification_requests div#dashboard-table-container table tr th{text-align:left}body.admin.verification_requests div#dashboard-table-container table tr td.vr-id,body.admin.verification_requests div#dashboard-table-container table tr th.vr-id{width:30px;padding-left:15px}body.admin.verification_requests div#dashboard-table-container table tr td.pdf,body.admin.verification_requests div#dashboard-table-container table tr th.pdf{width:40px}body.admin.verification_requests div#dashboard-table-container table tr td.issuer,body.admin.verification_requests div#dashboard-table-container table tr th.issuer{width:100px}body.admin.verification_requests div#dashboard-table-container table tr td.reviewer,body.admin.verification_requests div#dashboard-table-container table tr th.reviewer{width:120px}body.admin.verification_requests div#dashboard-table-container table tr td.vr-status,body.admin.verification_requests div#dashboard-table-container table tr th.vr-status{width:50px}body.admin.verification_requests div#dashboard-table-container table tr td.edit,body.admin.verification_requests div#dashboard-table-container table tr th.edit{width:30px}body.admin.verification_requests div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.verification_requests div#dashboard-table-container table thead.header{background:#E8E8E8}body.admin.verification_requests div#dashboard-table-container table thead.header tr{height:47px}body.admin.verification_requests div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.verification_requests div#dashboard-table-container table thead.section tr{height:40px}body.admin.verification_requests div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.verification_requests div#dashboard-table-container table tbody tr{height:50px}body.admin.verification_requests div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.verification_requests div#transunion-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.verification_requests div#transunion-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.verification_requests div#transunion-table-container table tr td,body.admin.verification_requests div#transunion-table-container table tr th{text-align:left}body.admin.verification_requests div#transunion-table-container table tr td.date,body.admin.verification_requests div#transunion-table-container table tr th.date{width:100px;padding-left:15px}body.admin.verification_requests div#transunion-table-container table tr td.name,body.admin.verification_requests div#transunion-table-container table tr th.name{width:200px}body.admin.verification_requests div#transunion-table-container table tr td.failure_reason,body.admin.verification_requests div#transunion-table-container table tr th.failure_reason{width:300px}body.admin.verification_requests div#transunion-table-container table tr td.frozen,body.admin.verification_requests div#transunion-table-container table tr th.frozen{width:80px}body.admin.verification_requests div#transunion-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.verification_requests div#transunion-table-container table thead.header{background:#E8E8E8}body.admin.verification_requests div#transunion-table-container table thead.header tr{height:47px}body.admin.verification_requests div#transunion-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.verification_requests div#transunion-table-container table thead.section tr{height:40px}body.admin.verification_requests div#transunion-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.verification_requests div#transunion-table-container table tbody tr{height:50px}body.admin.verification_requests div#transunion-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.verification_requests.new header#reviewer-task-header{height:57px;border-bottom:2px solid #D4D9DE;background:#fff}body.admin.verification_requests.new header#reviewer-task-header h2{font-size:22px;font-weight:600;color:#3C4142;float:left;margin-top:19px}body.admin.verification_requests.new div#content-container div.short ul,body.admin.verification_requests.new div#content-container div.short ol{margin-left:24px}body.admin.verification_requests.new div#content-container h4{margin-bottom:9px}body.admin.verification_requests.new div#content-container div.net-worth h3.nmb{margin-bottom:6px}body.admin.verification_requests.new div#content-container div.net-worth p.no-credit{font-weight:600;margin:-12px 0 18px}body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-debt,body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-debt-last-sixty-days,body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-value{font-weight:600;color:#3C4142;margin-bottom:4px}body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-debt span.number,body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-debt-last-sixty-days span.number,body.admin.verification_requests.new div#content-container div.net-worth p.primary-residence-value span.number{color:#88919A}body.admin.verification_requests.new div#content-container div.net-worth p.total{color:#3C4142;font-weight:600;margin:6px 0 30px}body.admin.verification_requests.new div#content-container div.net-worth div.table-container{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table{width:100%;border-collapse:collapse}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table thead{border-bottom:2px solid #D4D9DE}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table thead th{background:#E8E8E8;color:#3C4142;text-align:left;padding:6px 0 6px 12px}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table tbody tr:first-child td{padding-top:8px}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table tbody tr:last-child td{padding-bottom:8px}body.admin.verification_requests.new div#content-container div.net-worth div.table-container table tbody td{color:#88919A;padding:5px 0 5px 12px}body.admin.verification_requests.new div#content-container .reviewer-note{width:100%;height:100px}body.admin.verification_requests.new div#content-container .reviewer-note #verification_request_reviewer_note{height:80%}body.admin.verification_requests.new div#content-container div.document-collections div.collection{margin-bottom:30px}body.admin.verification_requests.new div#content-container div.document-collections div.collection:last-child{margin-bottom:0}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents{list-style:none;background:#E8E8E8;padding:9px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li:first-child a{border-top:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li:last-child a{border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li a{background:#fff;border:2px solid #D4D9DE;border-top:0;height:37px;position:relative;display:block}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li a span.name{display:block;width:200px;float:left;padding:7px 6px 0 12px}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li a span.file{font-weight:normal;width:321px;display:block;position:absolute;top:0;right:10px;height:100%;padding:7px 18px 0 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.verification_requests.new div#content-container div.document-collections div.collection ul.documents li a span.file:before{position:absolute;top:9px;left:0}body.admin.verification_requests.show header#reviewer-task-header{height:57px;border-bottom:2px solid #D4D9DE;background:#fff}body.admin.verification_requests.show header#reviewer-task-header h2{font-size:22px;font-weight:600;color:#3C4142;float:left;margin-top:19px}body.admin.verification_requests.show div#content-container div.short ul,body.admin.verification_requests.show div#content-container div.short ol{margin-left:24px}body.admin.verification_requests.show div#content-container h4{margin-bottom:9px}body.admin.verification_requests.show div#content-container div.net-worth h3.nmb{margin-bottom:6px}body.admin.verification_requests.show div#content-container div.net-worth p.no-credit{font-weight:600;margin:-12px 0 18px}body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-debt,body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-debt-last-sixty-days,body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-value{font-weight:600;color:#3C4142;margin-bottom:4px}body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-debt span.number,body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-debt-last-sixty-days span.number,body.admin.verification_requests.show div#content-container div.net-worth p.primary-residence-value span.number{color:#88919A}body.admin.verification_requests.show div#content-container div.net-worth p.total{color:#3C4142;font-weight:600;margin:6px 0 30px}body.admin.verification_requests.show div#content-container div.net-worth div.table-container{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table{width:100%;border-collapse:collapse}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table thead{border-bottom:2px solid #D4D9DE}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table thead th{background:#E8E8E8;color:#3C4142;text-align:left;padding:6px 0 6px 12px}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table tbody tr:first-child td{padding-top:8px}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table tbody tr:last-child td{padding-bottom:8px}body.admin.verification_requests.show div#content-container div.net-worth div.table-container table tbody td{color:#88919A;padding:5px 0 5px 12px}body.admin.verification_requests.show div#content-container #verification_request_reviewer_note{height:100px;width:100%}body.admin.verification_requests.show div#content-container div.document-collections div.collection{margin-bottom:30px}body.admin.verification_requests.show div#content-container div.document-collections div.collection:last-child{margin-bottom:0}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents{list-style:none;background:#E8E8E8;padding:9px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:first-child a{border-top:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:last-child a{border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a{background:#fff;border:2px solid #D4D9DE;border-top:0;height:37px;position:relative;display:block}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.name{display:block;width:200px;float:left;padding:7px 6px 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.file{font-weight:normal;width:321px;display:block;position:absolute;top:0;right:10px;height:100%;padding:7px 18px 0 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.file:before{position:absolute;top:9px;left:0}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.original_file{font-weight:normal;width:525px;display:block;position:absolute;top:0;right:10px;height:100%;padding:7px 18px 0 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.admin.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.original_file:before{position:absolute;top:9px;left:0}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}/*!
 *  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-face{font-family:'FontAwesome';src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"),url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"),url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"),url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height: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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.admin.certificate_templates.new .add-element,body.admin.certificate_templates.edit .add-element,body.issuer.certificate_templates.new .add-element,body.issuer.certificate_templates.edit .add-element{float:right}body.admin.certificate_templates.new div#substitutions-table-container,body.admin.certificate_templates.edit div#substitutions-table-container,body.issuer.certificate_templates.new div#substitutions-table-container,body.issuer.certificate_templates.edit div#substitutions-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.certificate_templates.new div#substitutions-table-container span.icon,body.admin.certificate_templates.edit div#substitutions-table-container span.icon,body.issuer.certificate_templates.new div#substitutions-table-container span.icon,body.issuer.certificate_templates.edit div#substitutions-table-container span.icon{font-size:20px;padding:5px}body.admin.certificate_templates.new div#substitutions-table-container a.icon-link,body.admin.certificate_templates.edit div#substitutions-table-container a.icon-link,body.issuer.certificate_templates.new div#substitutions-table-container a.icon-link,body.issuer.certificate_templates.edit div#substitutions-table-container a.icon-link{border:none}body.admin.certificate_templates.new div#substitutions-table-container table,body.admin.certificate_templates.edit div#substitutions-table-container table,body.issuer.certificate_templates.new div#substitutions-table-container table,body.issuer.certificate_templates.edit div#substitutions-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.certificate_templates.new div#substitutions-table-container table tr td.key,body.admin.certificate_templates.new div#substitutions-table-container table tr th.key,body.admin.certificate_templates.edit div#substitutions-table-container table tr td.key,body.admin.certificate_templates.edit div#substitutions-table-container table tr th.key,body.issuer.certificate_templates.new div#substitutions-table-container table tr td.key,body.issuer.certificate_templates.new div#substitutions-table-container table tr th.key,body.issuer.certificate_templates.edit div#substitutions-table-container table tr td.key,body.issuer.certificate_templates.edit div#substitutions-table-container table tr th.key{width:200px;padding-left:15px}body.admin.certificate_templates.new div#substitutions-table-container table tr td.description,body.admin.certificate_templates.new div#substitutions-table-container table tr th.description,body.admin.certificate_templates.edit div#substitutions-table-container table tr td.description,body.admin.certificate_templates.edit div#substitutions-table-container table tr th.description,body.issuer.certificate_templates.new div#substitutions-table-container table tr td.description,body.issuer.certificate_templates.new div#substitutions-table-container table tr th.description,body.issuer.certificate_templates.edit div#substitutions-table-container table tr td.description,body.issuer.certificate_templates.edit div#substitutions-table-container table tr th.description{min-width:400px}body.admin.certificate_templates.new div#substitutions-table-container table tr td.actions,body.admin.certificate_templates.new div#substitutions-table-container table tr th.actions,body.admin.certificate_templates.edit div#substitutions-table-container table tr td.actions,body.admin.certificate_templates.edit div#substitutions-table-container table tr th.actions,body.issuer.certificate_templates.new div#substitutions-table-container table tr td.actions,body.issuer.certificate_templates.new div#substitutions-table-container table tr th.actions,body.issuer.certificate_templates.edit div#substitutions-table-container table tr td.actions,body.issuer.certificate_templates.edit div#substitutions-table-container table tr th.actions{width:150px;padding-right:15px}body.admin.certificate_templates.new div#substitutions-table-container table thead,body.admin.certificate_templates.edit div#substitutions-table-container table thead,body.issuer.certificate_templates.new div#substitutions-table-container table thead,body.issuer.certificate_templates.edit div#substitutions-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.certificate_templates.new div#substitutions-table-container table thead.header,body.admin.certificate_templates.edit div#substitutions-table-container table thead.header,body.issuer.certificate_templates.new div#substitutions-table-container table thead.header,body.issuer.certificate_templates.edit div#substitutions-table-container table thead.header{background:#E8E8E8}body.admin.certificate_templates.new div#substitutions-table-container table thead.header tr,body.admin.certificate_templates.edit div#substitutions-table-container table thead.header tr,body.issuer.certificate_templates.new div#substitutions-table-container table thead.header tr,body.issuer.certificate_templates.edit div#substitutions-table-container table thead.header tr{height:47px}body.admin.certificate_templates.new div#substitutions-table-container table thead.section,body.admin.certificate_templates.edit div#substitutions-table-container table thead.section,body.issuer.certificate_templates.new div#substitutions-table-container table thead.section,body.issuer.certificate_templates.edit div#substitutions-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.certificate_templates.new div#substitutions-table-container table thead.section tr,body.admin.certificate_templates.edit div#substitutions-table-container table thead.section tr,body.issuer.certificate_templates.new div#substitutions-table-container table thead.section tr,body.issuer.certificate_templates.edit div#substitutions-table-container table thead.section tr{height:40px}body.admin.certificate_templates.new div#substitutions-table-container table thead.section tr th,body.admin.certificate_templates.edit div#substitutions-table-container table thead.section tr th,body.issuer.certificate_templates.new div#substitutions-table-container table thead.section tr th,body.issuer.certificate_templates.edit div#substitutions-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.certificate_templates.new div#substitutions-table-container table tbody tr,body.admin.certificate_templates.edit div#substitutions-table-container table tbody tr,body.issuer.certificate_templates.new div#substitutions-table-container table tbody tr,body.issuer.certificate_templates.edit div#substitutions-table-container table tbody tr{height:50px}body.admin.certificate_templates.new div#substitutions-table-container table tbody tr:nth-child(even),body.admin.certificate_templates.edit div#substitutions-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates.new div#substitutions-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates.edit div#substitutions-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.certificate_templates.new div#issuer-table-container,body.admin.certificate_templates.edit div#issuer-table-container,body.issuer.certificate_templates.new div#issuer-table-container,body.issuer.certificate_templates.edit div#issuer-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.certificate_templates.new div#issuer-table-container span.icon,body.admin.certificate_templates.edit div#issuer-table-container span.icon,body.issuer.certificate_templates.new div#issuer-table-container span.icon,body.issuer.certificate_templates.edit div#issuer-table-container span.icon{font-size:20px;padding:5px}body.admin.certificate_templates.new div#issuer-table-container a.icon-link,body.admin.certificate_templates.edit div#issuer-table-container a.icon-link,body.issuer.certificate_templates.new div#issuer-table-container a.icon-link,body.issuer.certificate_templates.edit div#issuer-table-container a.icon-link{border:none}body.admin.certificate_templates.new div#issuer-table-container table,body.admin.certificate_templates.edit div#issuer-table-container table,body.issuer.certificate_templates.new div#issuer-table-container table,body.issuer.certificate_templates.edit div#issuer-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.certificate_templates.new div#issuer-table-container table tr td.name,body.admin.certificate_templates.new div#issuer-table-container table tr th.name,body.admin.certificate_templates.edit div#issuer-table-container table tr td.name,body.admin.certificate_templates.edit div#issuer-table-container table tr th.name,body.issuer.certificate_templates.new div#issuer-table-container table tr td.name,body.issuer.certificate_templates.new div#issuer-table-container table tr th.name,body.issuer.certificate_templates.edit div#issuer-table-container table tr td.name,body.issuer.certificate_templates.edit div#issuer-table-container table tr th.name{min-width:120px;padding-left:15px}body.admin.certificate_templates.new div#issuer-table-container table tr td.email,body.admin.certificate_templates.new div#issuer-table-container table tr th.email,body.admin.certificate_templates.edit div#issuer-table-container table tr td.email,body.admin.certificate_templates.edit div#issuer-table-container table tr th.email,body.issuer.certificate_templates.new div#issuer-table-container table tr td.email,body.issuer.certificate_templates.new div#issuer-table-container table tr th.email,body.issuer.certificate_templates.edit div#issuer-table-container table tr td.email,body.issuer.certificate_templates.edit div#issuer-table-container table tr th.email{min-width:200px}body.admin.certificate_templates.new div#issuer-table-container table tr td.price,body.admin.certificate_templates.new div#issuer-table-container table tr th.price,body.admin.certificate_templates.edit div#issuer-table-container table tr td.price,body.admin.certificate_templates.edit div#issuer-table-container table tr th.price,body.issuer.certificate_templates.new div#issuer-table-container table tr td.price,body.issuer.certificate_templates.new div#issuer-table-container table tr th.price,body.issuer.certificate_templates.edit div#issuer-table-container table tr td.price,body.issuer.certificate_templates.edit div#issuer-table-container table tr th.price{width:150px}body.admin.certificate_templates.new div#issuer-table-container table tr td.actions,body.admin.certificate_templates.new div#issuer-table-container table tr th.actions,body.admin.certificate_templates.edit div#issuer-table-container table tr td.actions,body.admin.certificate_templates.edit div#issuer-table-container table tr th.actions,body.issuer.certificate_templates.new div#issuer-table-container table tr td.actions,body.issuer.certificate_templates.new div#issuer-table-container table tr th.actions,body.issuer.certificate_templates.edit div#issuer-table-container table tr td.actions,body.issuer.certificate_templates.edit div#issuer-table-container table tr th.actions{width:120px;padding-right:15px}body.admin.certificate_templates.new div#issuer-table-container table thead,body.admin.certificate_templates.edit div#issuer-table-container table thead,body.issuer.certificate_templates.new div#issuer-table-container table thead,body.issuer.certificate_templates.edit div#issuer-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.certificate_templates.new div#issuer-table-container table thead.header,body.admin.certificate_templates.edit div#issuer-table-container table thead.header,body.issuer.certificate_templates.new div#issuer-table-container table thead.header,body.issuer.certificate_templates.edit div#issuer-table-container table thead.header{background:#E8E8E8}body.admin.certificate_templates.new div#issuer-table-container table thead.header tr,body.admin.certificate_templates.edit div#issuer-table-container table thead.header tr,body.issuer.certificate_templates.new div#issuer-table-container table thead.header tr,body.issuer.certificate_templates.edit div#issuer-table-container table thead.header tr{height:47px}body.admin.certificate_templates.new div#issuer-table-container table thead.section,body.admin.certificate_templates.edit div#issuer-table-container table thead.section,body.issuer.certificate_templates.new div#issuer-table-container table thead.section,body.issuer.certificate_templates.edit div#issuer-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.certificate_templates.new div#issuer-table-container table thead.section tr,body.admin.certificate_templates.edit div#issuer-table-container table thead.section tr,body.issuer.certificate_templates.new div#issuer-table-container table thead.section tr,body.issuer.certificate_templates.edit div#issuer-table-container table thead.section tr{height:40px}body.admin.certificate_templates.new div#issuer-table-container table thead.section tr th,body.admin.certificate_templates.edit div#issuer-table-container table thead.section tr th,body.issuer.certificate_templates.new div#issuer-table-container table thead.section tr th,body.issuer.certificate_templates.edit div#issuer-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.certificate_templates.new div#issuer-table-container table tbody tr,body.admin.certificate_templates.edit div#issuer-table-container table tbody tr,body.issuer.certificate_templates.new div#issuer-table-container table tbody tr,body.issuer.certificate_templates.edit div#issuer-table-container table tbody tr{height:50px}body.admin.certificate_templates.new div#issuer-table-container table tbody tr:nth-child(even),body.admin.certificate_templates.edit div#issuer-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates.new div#issuer-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates.edit div#issuer-table-container table tbody tr:nth-child(even){background:#F5F5F5}/*!
 *  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-face{font-family:'FontAwesome';src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"),url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"),url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"),url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height: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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.admin.certificate_templates nav.custom,body.issuer.certificate_templates nav.custom,body.issuer.custom_vr_dashboard.index nav.custom{margin-bottom:30px;float:none}body.admin.certificate_templates nav.custom ul,body.issuer.certificate_templates nav.custom ul,body.issuer.custom_vr_dashboard.index nav.custom ul{list-style:none}body.admin.certificate_templates nav.custom ul li,body.issuer.certificate_templates nav.custom ul li,body.issuer.custom_vr_dashboard.index nav.custom ul li{float:left}body.admin.certificate_templates nav.custom ul li:first-child a,body.issuer.certificate_templates nav.custom ul li:first-child a,body.issuer.custom_vr_dashboard.index nav.custom ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.admin.certificate_templates nav.custom ul li:first-child a.current,body.issuer.certificate_templates nav.custom ul li:first-child a.current,body.issuer.custom_vr_dashboard.index nav.custom ul li:first-child a.current{border-left:2px solid #C5C8CB}body.admin.certificate_templates nav.custom ul li:last-child a,body.issuer.certificate_templates nav.custom ul li:last-child a,body.issuer.custom_vr_dashboard.index nav.custom ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.admin.certificate_templates nav.custom ul li:first-child:last-child a,body.issuer.certificate_templates nav.custom ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.index nav.custom ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.certificate_templates nav.custom ul li a,body.issuer.certificate_templates nav.custom ul li a,body.issuer.custom_vr_dashboard.index nav.custom ul li a{whitespace:nowrap;display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:150px;padding:6px 0 5px;font-weight:600}body.admin.certificate_templates nav.custom ul li a.current,body.issuer.certificate_templates nav.custom ul li a.current,body.issuer.custom_vr_dashboard.index nav.custom ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.admin.certificate_templates div#certificate-template-table-container,body.issuer.certificate_templates div#certificate-template-table-container,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.certificate_templates div#certificate-template-table-container span.icon,body.issuer.certificate_templates div#certificate-template-table-container span.icon,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container span.icon{font-size:20px;padding:5px}body.admin.certificate_templates div#certificate-template-table-container a.icon-link,body.issuer.certificate_templates div#certificate-template-table-container a.icon-link,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container a.icon-link{border:none}body.admin.certificate_templates div#certificate-template-table-container table,body.issuer.certificate_templates div#certificate-template-table-container table,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.certificate_templates div#certificate-template-table-container table tr td.name,body.admin.certificate_templates div#certificate-template-table-container table tr th.name,body.issuer.certificate_templates div#certificate-template-table-container table tr td.name,body.issuer.certificate_templates div#certificate-template-table-container table tr th.name,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr td.name,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr th.name{width:200px;padding-left:15px}body.admin.certificate_templates div#certificate-template-table-container table tr td.description,body.admin.certificate_templates div#certificate-template-table-container table tr th.description,body.issuer.certificate_templates div#certificate-template-table-container table tr td.description,body.issuer.certificate_templates div#certificate-template-table-container table tr th.description,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr td.description,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr th.description{min-width:400px}body.admin.certificate_templates div#certificate-template-table-container table tr td.actions,body.admin.certificate_templates div#certificate-template-table-container table tr th.actions,body.issuer.certificate_templates div#certificate-template-table-container table tr td.actions,body.issuer.certificate_templates div#certificate-template-table-container table tr th.actions,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr td.actions,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tr th.actions{width:150px}body.admin.certificate_templates div#certificate-template-table-container table thead,body.issuer.certificate_templates div#certificate-template-table-container table thead,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.certificate_templates div#certificate-template-table-container table thead.header,body.issuer.certificate_templates div#certificate-template-table-container table thead.header,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead.header{background:#E8E8E8}body.admin.certificate_templates div#certificate-template-table-container table thead.header tr,body.issuer.certificate_templates div#certificate-template-table-container table thead.header tr,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead.header tr{height:47px}body.admin.certificate_templates div#certificate-template-table-container table thead.section,body.issuer.certificate_templates div#certificate-template-table-container table thead.section,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.certificate_templates div#certificate-template-table-container table thead.section tr,body.issuer.certificate_templates div#certificate-template-table-container table thead.section tr,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead.section tr{height:40px}body.admin.certificate_templates div#certificate-template-table-container table thead.section tr th,body.issuer.certificate_templates div#certificate-template-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.certificate_templates div#certificate-template-table-container table tbody tr,body.issuer.certificate_templates div#certificate-template-table-container table tbody tr,body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tbody tr{height:50px}body.admin.certificate_templates div#certificate-template-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates div#certificate-template-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.index div#certificate-template-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.certificate_templates.add_issuer form#certificate-templates-issuers-form,body.admin.certificate_templates.edit_issuer form#certificate-templates-issuers-form{width:570px;margin:48px auto 0}body.admin.custom_certificates.new form#custom-certificate-form,body.issuer.custom_certificates.new form#custom-certificate-form,body.admin.custom_certificates.edit form#custom-certificate-form,body.issuer.custom_certificates.edit form#custom-certificate-form{width:940px;margin:48px auto 0}body.admin.custom_certificates.new form#custom-certificate-form .add-element,body.issuer.custom_certificates.new form#custom-certificate-form .add-element,body.admin.custom_certificates.edit form#custom-certificate-form .add-element,body.issuer.custom_certificates.edit form#custom-certificate-form .add-element{float:right}body.admin.custom_verifications.changes div#cv-changes-table-container,body.issuer.custom_verifications.changes div#cv-changes-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.changes div#cv-changes-table-container span.icon,body.issuer.custom_verifications.changes div#cv-changes-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.changes div#cv-changes-table-container a.icon-link,body.issuer.custom_verifications.changes div#cv-changes-table-container a.icon-link{border:none}body.admin.custom_verifications.changes div#cv-changes-table-container table,body.issuer.custom_verifications.changes div#cv-changes-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.changes div#cv-changes-table-container table tr td.date,body.admin.custom_verifications.changes div#cv-changes-table-container table tr th.date,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr td.date,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr th.date{width:125px;padding-left:15px}body.admin.custom_verifications.changes div#cv-changes-table-container table tr td.user,body.admin.custom_verifications.changes div#cv-changes-table-container table tr th.user,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr td.user,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr th.user{width:175px}body.admin.custom_verifications.changes div#cv-changes-table-container table tr td.action,body.admin.custom_verifications.changes div#cv-changes-table-container table tr th.action,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr td.action,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr th.action{width:100px;padding-right:15px}body.admin.custom_verifications.changes div#cv-changes-table-container table tr td.changes,body.admin.custom_verifications.changes div#cv-changes-table-container table tr th.changes,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr td.changes,body.issuer.custom_verifications.changes div#cv-changes-table-container table tr th.changes{min-width:300px;padding-top:10px;padding-bottom:10px}body.admin.custom_verifications.changes div#cv-changes-table-container table thead,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.changes div#cv-changes-table-container table thead.header,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.changes div#cv-changes-table-container table thead.header tr,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead.header tr{height:47px}body.admin.custom_verifications.changes div#cv-changes-table-container table thead.section,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.changes div#cv-changes-table-container table thead.section tr,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead.section tr{height:40px}body.admin.custom_verifications.changes div#cv-changes-table-container table thead.section tr th,body.issuer.custom_verifications.changes div#cv-changes-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.changes div#cv-changes-table-container table tbody tr,body.issuer.custom_verifications.changes div#cv-changes-table-container table tbody tr{height:50px}body.admin.custom_verifications.changes div#cv-changes-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.changes div#cv-changes-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_elements.new form#custom-element-form,body.admin.custom_elements.edit form#custom-element-form,body.issuer.custom_elements.new form#custom-element-form,body.issuer.custom_elements.edit form#custom-element-form{width:940px;margin:48px auto 0}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container span.icon,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container span.icon,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container span.icon,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container a.icon-link,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container a.icon-link,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container a.icon-link,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container a.icon-link{border:none}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.label,body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.label,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.label,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.label,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.label,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.label,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.label,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.label{min-width:120px;padding-left:15px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.function,body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.function,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.function,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.function,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.function,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.function,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.function,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.function{min-width:150px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.element,body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.element,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.element,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.element,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.element,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.element,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.element,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.element{min-width:250px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.selected,body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.selected,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.selected,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.selected,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.selected,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.selected,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.selected,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.selected{min-width:50px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.actions,body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.actions,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.actions,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.actions,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr td.actions,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tr th.actions,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr td.actions,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tr th.actions{width:120px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.header,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.header,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.header,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.header{background:#E8E8E8}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.header tr,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.header tr,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.header tr,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.header tr{height:47px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section tr,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section tr,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section tr,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section tr{height:40px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section tr th,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section tr th,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table thead.section tr th,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tbody tr,body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tbody tr,body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tbody tr,body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tbody tr{height:50px}body.admin.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tbody tr:nth-child(even),body.admin.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tbody tr:nth-child(even),body.issuer.custom_elements.new form#custom-element-form div#custom-radio-button-table-container table tbody tr:nth-child(even),body.issuer.custom_elements.edit form#custom-element-form div#custom-radio-button-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form,body.admin.custom_verifications.edit form#custom-verification-form,body.issuer.custom_verifications.new form#custom-verification-form,body.issuer.custom_verifications.edit form#custom-verification-form{width:940px;margin:48px auto 0}body.admin.custom_verifications.new form#custom-verification-form .add-element,body.admin.custom_verifications.edit form#custom-verification-form .add-element,body.issuer.custom_verifications.new form#custom-verification-form .add-element,body.issuer.custom_verifications.edit form#custom-verification-form .add-element{float:right}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.name,body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.name,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.name,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.name,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.name,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.name,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.name,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.name{min-width:120px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.description,body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.description,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.description,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.description,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.description,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.description,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.description,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.description{min-width:300px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tr th.actions{width:150px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#custom-group-member-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#custom-group-member-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.label,body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.label,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.label,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.label,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.label,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.label,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.label,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.label{min-width:120px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.type,body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.type,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.type,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.type,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.type,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.type,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.type,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.type{width:100px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.description,body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.description,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.description,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.description,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.description,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.description,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.description,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.description{min-width:300px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.required,body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.required,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.required,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.required,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.required,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.required,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.required,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.required{width:80px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tr th.actions{width:120px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#custom-element-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#custom-element-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-header,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-header,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-header,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-header{width:50%;float:right;margin-top:-30}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:10px;width:50%;float:right}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.version,body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.version,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.version,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.version,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.version,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.version,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.version,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.version{min-width:100px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.active,body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.active,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.active,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.active,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.active,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.active,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.active,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.active{width:150px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tr th.actions{width:150px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#custom-certificate-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#custom-certificate-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container span.icon,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container a.icon-link,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.name,body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.name,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.name,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.name,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.name,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.name,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.name,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.name,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.name,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.name,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.name,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.name,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.name,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.name,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.name,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.name{min-width:120px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.email,body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.email,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.email,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.email,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.email,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.email,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.email,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.email,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.email,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.email,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.email,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.email,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.email,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.email,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.email,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.email{min-width:200px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.price,body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.price,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.price,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.price,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.price,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.price,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.price,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.price,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.price,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.price,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.price,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.price,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.price,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.price,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.price,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.price{width:150px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.actions,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tr th.actions{width:120px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.header,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.header tr,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section tr,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section tr th,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tbody tr,body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#issuer-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.new form#custom-verification-form div#investor-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#investor-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#issuer-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#investor-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#issuer-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#investor-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.name,body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.name,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.name,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.name,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.name,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.name,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.name,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.name{min-width:120px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.email,body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.email,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.email,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.email,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.email,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.email,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.email,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.email{min-width:200px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.fee,body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.fee,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.fee,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.fee,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.fee,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.fee,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.fee,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.fee{width:100px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tr th.actions{width:120px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#reviewer-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#reviewer-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container span.icon,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container span.icon,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container span.icon,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container a.icon-link,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container a.icon-link,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container a.icon-link,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container a.icon-link{border:none}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.name,body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.name,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.name,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.name,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.name,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.name,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.name,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.name{min-width:120px;padding-left:15px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.description,body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.description,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.description,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.description,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.description,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.description,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.description,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.description{min-width:200px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.actions,body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.actions,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.actions,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.actions,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr td.actions,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tr th.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr td.actions,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tr th.actions{width:120px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.header,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.header,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.header,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.header tr,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.header tr,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.header tr,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.header tr{height:47px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section tr,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section tr,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section tr,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section tr{height:40px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section tr th,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section tr th,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table thead.section tr th,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tbody tr,body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tbody tr,body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tbody tr,body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tbody tr{height:50px}body.admin.custom_verifications.new form#custom-verification-form div#certificate-table-container table tbody tr:nth-child(even),body.admin.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.new form#custom-verification-form div#certificate-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.edit form#custom-verification-form div#certificate-table-container table tbody tr:nth-child(even){background:#F5F5F5}/*!
 *  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-face{font-family:'FontAwesome';src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");src:url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"),url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"),url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"),url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"),url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height: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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.admin.custom_verifications #single-or-multi-method a,body.issuer.custom_verifications #single-or-multi-method a,body.issuer.custom_vr_dashboard.pending #single-or-multi-method a,body.issuer.custom_vr_dashboard.completed #single-or-multi-method a,body.issuer.custom_vr_dashboard.tracking #single-or-multi-method a{border-bottom:0px}body.admin.custom_verifications nav.custom,body.issuer.custom_verifications nav.custom,body.issuer.custom_vr_dashboard.pending nav.custom,body.issuer.custom_vr_dashboard.completed nav.custom,body.issuer.custom_vr_dashboard.tracking nav.custom{margin-bottom:30px;float:none}body.admin.custom_verifications nav.custom ul,body.issuer.custom_verifications nav.custom ul,body.issuer.custom_vr_dashboard.pending nav.custom ul,body.issuer.custom_vr_dashboard.completed nav.custom ul,body.issuer.custom_vr_dashboard.tracking nav.custom ul{list-style:none}body.admin.custom_verifications nav.custom ul li,body.issuer.custom_verifications nav.custom ul li,body.issuer.custom_vr_dashboard.pending nav.custom ul li,body.issuer.custom_vr_dashboard.completed nav.custom ul li,body.issuer.custom_vr_dashboard.tracking nav.custom ul li{float:left}body.admin.custom_verifications nav.custom ul li:first-child a,body.issuer.custom_verifications nav.custom ul li:first-child a,body.issuer.custom_vr_dashboard.pending nav.custom ul li:first-child a,body.issuer.custom_vr_dashboard.completed nav.custom ul li:first-child a,body.issuer.custom_vr_dashboard.tracking nav.custom ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.admin.custom_verifications nav.custom ul li:first-child a.current,body.issuer.custom_verifications nav.custom ul li:first-child a.current,body.issuer.custom_vr_dashboard.pending nav.custom ul li:first-child a.current,body.issuer.custom_vr_dashboard.completed nav.custom ul li:first-child a.current,body.issuer.custom_vr_dashboard.tracking nav.custom ul li:first-child a.current{border-left:2px solid #C5C8CB}body.admin.custom_verifications nav.custom ul li:last-child a,body.issuer.custom_verifications nav.custom ul li:last-child a,body.issuer.custom_vr_dashboard.pending nav.custom ul li:last-child a,body.issuer.custom_vr_dashboard.completed nav.custom ul li:last-child a,body.issuer.custom_vr_dashboard.tracking nav.custom ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.admin.custom_verifications nav.custom ul li:first-child:last-child a,body.issuer.custom_verifications nav.custom ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.pending nav.custom ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.completed nav.custom ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.tracking nav.custom ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.admin.custom_verifications nav.custom ul li a,body.issuer.custom_verifications nav.custom ul li a,body.issuer.custom_vr_dashboard.pending nav.custom ul li a,body.issuer.custom_vr_dashboard.completed nav.custom ul li a,body.issuer.custom_vr_dashboard.tracking nav.custom ul li a{whitespace:nowrap;display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:150px;padding:6px 0 5px;font-weight:600}body.admin.custom_verifications nav.custom ul li a.current,body.issuer.custom_verifications nav.custom ul li a.current,body.issuer.custom_vr_dashboard.pending nav.custom ul li a.current,body.issuer.custom_vr_dashboard.completed nav.custom ul li a.current,body.issuer.custom_vr_dashboard.tracking nav.custom ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.admin.custom_verifications div#custom-verification-table-container,body.issuer.custom_verifications div#custom-verification-table-container,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications div#custom-verification-table-container span.icon,body.issuer.custom_verifications div#custom-verification-table-container span.icon,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container span.icon,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container span.icon,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications div#custom-verification-table-container a.icon-link,body.issuer.custom_verifications div#custom-verification-table-container a.icon-link,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container a.icon-link,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container a.icon-link,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container a.icon-link{border:none}body.admin.custom_verifications div#custom-verification-table-container table,body.issuer.custom_verifications div#custom-verification-table-container table,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications div#custom-verification-table-container table tr td.name,body.admin.custom_verifications div#custom-verification-table-container table tr th.name,body.issuer.custom_verifications div#custom-verification-table-container table tr td.name,body.issuer.custom_verifications div#custom-verification-table-container table tr th.name,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr td.name,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr th.name,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr td.name,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr th.name,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr td.name,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr th.name{width:200px;padding-left:15px}body.admin.custom_verifications div#custom-verification-table-container table tr td.description,body.admin.custom_verifications div#custom-verification-table-container table tr th.description,body.issuer.custom_verifications div#custom-verification-table-container table tr td.description,body.issuer.custom_verifications div#custom-verification-table-container table tr th.description,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr td.description,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr th.description,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr td.description,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr th.description,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr td.description,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr th.description{min-width:300px}body.admin.custom_verifications div#custom-verification-table-container table tr td.verified_label,body.admin.custom_verifications div#custom-verification-table-container table tr th.verified_label,body.issuer.custom_verifications div#custom-verification-table-container table tr td.verified_label,body.issuer.custom_verifications div#custom-verification-table-container table tr th.verified_label,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr td.verified_label,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr th.verified_label,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr td.verified_label,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr th.verified_label,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr td.verified_label,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr th.verified_label{width:150px}body.admin.custom_verifications div#custom-verification-table-container table tr td.status,body.admin.custom_verifications div#custom-verification-table-container table tr th.status,body.issuer.custom_verifications div#custom-verification-table-container table tr td.status,body.issuer.custom_verifications div#custom-verification-table-container table tr th.status,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr td.status,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr th.status,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr td.status,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr th.status,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr td.status,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr th.status{width:150px}body.admin.custom_verifications div#custom-verification-table-container table tr td.actions,body.admin.custom_verifications div#custom-verification-table-container table tr th.actions,body.issuer.custom_verifications div#custom-verification-table-container table tr td.actions,body.issuer.custom_verifications div#custom-verification-table-container table tr th.actions,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr td.actions,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tr th.actions,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr td.actions,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tr th.actions,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr td.actions,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tr th.actions{width:120px}body.admin.custom_verifications div#custom-verification-table-container table thead,body.issuer.custom_verifications div#custom-verification-table-container table thead,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications div#custom-verification-table-container table thead.header,body.issuer.custom_verifications div#custom-verification-table-container table thead.header,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead.header,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead.header,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications div#custom-verification-table-container table thead.header tr,body.issuer.custom_verifications div#custom-verification-table-container table thead.header tr,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead.header tr,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead.header tr,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead.header tr{height:47px}body.admin.custom_verifications div#custom-verification-table-container table thead.section,body.issuer.custom_verifications div#custom-verification-table-container table thead.section,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead.section,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead.section,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications div#custom-verification-table-container table thead.section tr,body.issuer.custom_verifications div#custom-verification-table-container table thead.section tr,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead.section tr,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead.section tr,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead.section tr{height:40px}body.admin.custom_verifications div#custom-verification-table-container table thead.section tr th,body.issuer.custom_verifications div#custom-verification-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications div#custom-verification-table-container table tbody tr,body.issuer.custom_verifications div#custom-verification-table-container table tbody tr,body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tbody tr,body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tbody tr,body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tbody tr{height:50px}body.admin.custom_verifications div#custom-verification-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications div#custom-verification-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.pending div#custom-verification-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.completed div#custom-verification-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.tracking div#custom-verification-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.add_investor form#custom-verifications-investors-form,body.admin.custom_verifications.edit_investor form#custom-verifications-investors-form{width:570px;margin:48px auto 0}body.admin.custom_verifications.add_issuer form#custom-verifications-issuers-form,body.admin.custom_verifications.edit_issuer form#custom-verifications-issuers-form{width:570px;margin:48px auto 0}body.admin.custom_verifications.show ol,body.issuer.custom_verifications.show ol,body.investor.verification_requests.custom_verification ol,body.investor.verification_requests.custom_group ol{list-style-position:inside !important}body.admin.custom_verifications.show ul,body.issuer.custom_verifications.show ul,body.investor.verification_requests.custom_verification ul,body.investor.verification_requests.custom_group ul{list-style-position:inside !important}body.admin.custom_verifications.show div.radio,body.issuer.custom_verifications.show div.radio,body.investor.verification_requests.custom_verification div.radio,body.investor.verification_requests.custom_group div.radio{float:left;font-weight:600}body.admin.custom_verifications.show div.methods-container,body.issuer.custom_verifications.show div.methods-container,body.investor.verification_requests.custom_verification div.methods-container,body.investor.verification_requests.custom_group div.methods-container{margin-bottom:18px}body.admin.custom_verifications.show div.methods-container>p,body.issuer.custom_verifications.show div.methods-container>p,body.investor.verification_requests.custom_verification div.methods-container>p,body.investor.verification_requests.custom_group div.methods-container>p{color:#3C4142;font-weight:600}body.admin.custom_verifications.show div.methods-container div.title,body.issuer.custom_verifications.show div.methods-container div.title,body.investor.verification_requests.custom_verification div.methods-container div.title,body.investor.verification_requests.custom_group div.methods-container div.title{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#E8E8E8;padding:7px 0 5px}body.admin.custom_verifications.show div.methods-container div.title p,body.issuer.custom_verifications.show div.methods-container div.title p,body.investor.verification_requests.custom_verification div.methods-container div.title p,body.investor.verification_requests.custom_group div.methods-container div.title p{color:#3C4142;font-weight:600;float:left;margin-bottom:0}body.admin.custom_verifications.show div.methods-container div.title p.method,body.issuer.custom_verifications.show div.methods-container div.title p.method,body.investor.verification_requests.custom_verification div.methods-container div.title p.method,body.investor.verification_requests.custom_group div.methods-container div.title p.method{margin-left:24px;width:430px}body.admin.custom_verifications.show div.methods-container>ul,body.issuer.custom_verifications.show div.methods-container>ul,body.investor.verification_requests.custom_verification div.methods-container>ul,body.investor.verification_requests.custom_group div.methods-container>ul{list-style:none;padding:0 23px;background:#fff;border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.admin.custom_verifications.show div.methods-container>ul>li,body.issuer.custom_verifications.show div.methods-container>ul>li,body.investor.verification_requests.custom_verification div.methods-container>ul>li,body.investor.verification_requests.custom_group div.methods-container>ul>li{border-top:2px solid #D4D9DE;padding:24px 0;position:relative}body.admin.custom_verifications.show div.methods-container>ul>li:before,body.issuer.custom_verifications.show div.methods-container>ul>li:before,body.investor.verification_requests.custom_verification div.methods-container>ul>li:before,body.investor.verification_requests.custom_group div.methods-container>ul>li:before{content:"OR";display:block;position:absolute;background:#fff;padding:0 9px;top:-11px;left:50%;margin-left:-15px;font-style:italic}body.admin.custom_verifications.show div.methods-container>ul>li:first-child,body.issuer.custom_verifications.show div.methods-container>ul>li:first-child,body.investor.verification_requests.custom_verification div.methods-container>ul>li:first-child,body.investor.verification_requests.custom_group div.methods-container>ul>li:first-child{border-top:0}body.admin.custom_verifications.show div.methods-container>ul>li:first-child:before,body.issuer.custom_verifications.show div.methods-container>ul>li:first-child:before,body.investor.verification_requests.custom_verification div.methods-container>ul>li:first-child:before,body.investor.verification_requests.custom_group div.methods-container>ul>li:first-child:before{display:none}body.admin.custom_verifications.show div.methods-container>ul>li div.desc,body.issuer.custom_verifications.show div.methods-container>ul>li div.desc,body.investor.verification_requests.custom_verification div.methods-container>ul>li div.desc,body.investor.verification_requests.custom_group div.methods-container>ul>li div.desc{float:left;width:400px}body.admin.custom_verifications.show div.methods-container>ul>li div.desc div.short ul,body.admin.custom_verifications.show div.methods-container>ul>li div.desc div.short ol,body.issuer.custom_verifications.show div.methods-container>ul>li div.desc div.short ul,body.issuer.custom_verifications.show div.methods-container>ul>li div.desc div.short ol,body.investor.verification_requests.custom_verification div.methods-container>ul>li div.desc div.short ul,body.investor.verification_requests.custom_verification div.methods-container>ul>li div.desc div.short ol,body.investor.verification_requests.custom_group div.methods-container>ul>li div.desc div.short ul,body.investor.verification_requests.custom_group div.methods-container>ul>li div.desc div.short ol{margin-left:24px}body.admin.custom_verifications.show div.methods-container>ul>li .button,body.admin.custom_verifications.show div.methods-container>ul>li button,body.issuer.custom_verifications.show div.methods-container>ul>li .button,body.issuer.custom_verifications.show div.methods-container>ul>li button,body.investor.verification_requests.custom_verification div.methods-container>ul>li .button,body.investor.verification_requests.custom_verification div.methods-container>ul>li button,body.investor.verification_requests.custom_group div.methods-container>ul>li .button,body.investor.verification_requests.custom_group div.methods-container>ul>li button{display:block;width:90px;float:left;margin-left:30px;padding-left:0;padding-right:0}body.admin.custom_radio_buttons.new select#custom_radio_button_target_ids,body.admin.custom_radio_buttons.edit select#custom_radio_button_target_ids,body.issuer.custom_radio_buttons.new select#custom_radio_button_target_ids,body.issuer.custom_radio_buttons.edit select#custom_radio_button_target_ids{height:auto}body.admin.custom_verifications.add_reviewer form#custom-verifications-reviewers-form,body.admin.custom_verifications.edit_reviewer form#custom-verifications-reviewers-form{width:570px;margin:48px auto 0}body.admin.custom_verifications.terms_versions div#terms-table-container,body.issuer.custom_verifications.terms_versions div#terms-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.admin.custom_verifications.terms_versions div#terms-table-container span.icon,body.issuer.custom_verifications.terms_versions div#terms-table-container span.icon{font-size:20px;padding:5px}body.admin.custom_verifications.terms_versions div#terms-table-container a.icon-link,body.issuer.custom_verifications.terms_versions div#terms-table-container a.icon-link{border:none}body.admin.custom_verifications.terms_versions div#terms-table-container table,body.issuer.custom_verifications.terms_versions div#terms-table-container table{border-collapse:collapse;width:100%;background:#fff}body.admin.custom_verifications.terms_versions div#terms-table-container table tr td.filename,body.admin.custom_verifications.terms_versions div#terms-table-container table tr th.filename,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr td.filename,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr th.filename{min-width:200px;padding-left:15px}body.admin.custom_verifications.terms_versions div#terms-table-container table tr td.versions,body.admin.custom_verifications.terms_versions div#terms-table-container table tr th.versions,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr td.versions,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr th.versions{min-width:150px}body.admin.custom_verifications.terms_versions div#terms-table-container table tr td.actions,body.admin.custom_verifications.terms_versions div#terms-table-container table tr th.actions,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr td.actions,body.issuer.custom_verifications.terms_versions div#terms-table-container table tr th.actions{width:120px}body.admin.custom_verifications.terms_versions div#terms-table-container table thead,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.admin.custom_verifications.terms_versions div#terms-table-container table thead.header,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead.header{background:#E8E8E8}body.admin.custom_verifications.terms_versions div#terms-table-container table thead.header tr,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead.header tr{height:47px}body.admin.custom_verifications.terms_versions div#terms-table-container table thead.section,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.admin.custom_verifications.terms_versions div#terms-table-container table thead.section tr,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead.section tr{height:40px}body.admin.custom_verifications.terms_versions div#terms-table-container table thead.section tr th,body.issuer.custom_verifications.terms_versions div#terms-table-container table thead.section tr th{padding:9px 0 9px 15px}body.admin.custom_verifications.terms_versions div#terms-table-container table tbody tr,body.issuer.custom_verifications.terms_versions div#terms-table-container table tbody tr{height:50px}body.admin.custom_verifications.terms_versions div#terms-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications.terms_versions div#terms-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.admin.custom_verifications.new div.tooltip,body.issuer.custom_verifications.new div.tooltip,body.admin.custom_verifications.new_group div.tooltip,body.issuer.custom_verifications.new_group div.tooltip,body.admin.custom_verifications.edit div.tooltip,body.issuer.custom_verifications.edit div.tooltip,body.admin.custom_elements.new div.tooltip,body.issuer.custom_elements.new div.tooltip,body.admin.custom_elements.edit div.tooltip,body.issuer.custom_elements.edit div.tooltip,body.admin.certificate_templates.new div.tooltip,body.issuer.certificate_templates.new div.tooltip,body.admin.certificate_templates.edit div.tooltip,body.issuer.certificate_templates.edit div.tooltip,body.admin.custom_radio_buttons.new div.tooltip,body.issuer.custom_radio_buttons.new div.tooltip,body.admin.custom_radio_buttons.edit div.tooltip,body.issuer.custom_radio_buttons.edit div.tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.admin.custom_verifications.new div.tooltip.righty:after,body.issuer.custom_verifications.new div.tooltip.righty:after,body.admin.custom_verifications.new_group div.tooltip.righty:after,body.issuer.custom_verifications.new_group div.tooltip.righty:after,body.admin.custom_verifications.edit div.tooltip.righty:after,body.issuer.custom_verifications.edit div.tooltip.righty:after,body.admin.custom_elements.new div.tooltip.righty:after,body.issuer.custom_elements.new div.tooltip.righty:after,body.admin.custom_elements.edit div.tooltip.righty:after,body.issuer.custom_elements.edit div.tooltip.righty:after,body.admin.certificate_templates.new div.tooltip.righty:after,body.issuer.certificate_templates.new div.tooltip.righty:after,body.admin.certificate_templates.edit div.tooltip.righty:after,body.issuer.certificate_templates.edit div.tooltip.righty:after,body.admin.custom_radio_buttons.new div.tooltip.righty:after,body.issuer.custom_radio_buttons.new div.tooltip.righty:after,body.admin.custom_radio_buttons.edit div.tooltip.righty:after,body.issuer.custom_radio_buttons.edit div.tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.admin.custom_verifications.new div.tooltip:after,body.issuer.custom_verifications.new div.tooltip:after,body.admin.custom_verifications.new_group div.tooltip:after,body.issuer.custom_verifications.new_group div.tooltip:after,body.admin.custom_verifications.edit div.tooltip:after,body.issuer.custom_verifications.edit div.tooltip:after,body.admin.custom_elements.new div.tooltip:after,body.issuer.custom_elements.new div.tooltip:after,body.admin.custom_elements.edit div.tooltip:after,body.issuer.custom_elements.edit div.tooltip:after,body.admin.certificate_templates.new div.tooltip:after,body.issuer.certificate_templates.new div.tooltip:after,body.admin.certificate_templates.edit div.tooltip:after,body.issuer.certificate_templates.edit div.tooltip:after,body.admin.custom_radio_buttons.new div.tooltip:after,body.issuer.custom_radio_buttons.new div.tooltip:after,body.admin.custom_radio_buttons.edit div.tooltip:after,body.issuer.custom_radio_buttons.edit div.tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.admin.custom_verifications.new div.tooltip ol,body.issuer.custom_verifications.new div.tooltip ol,body.admin.custom_verifications.new_group div.tooltip ol,body.issuer.custom_verifications.new_group div.tooltip ol,body.admin.custom_verifications.edit div.tooltip ol,body.issuer.custom_verifications.edit div.tooltip ol,body.admin.custom_elements.new div.tooltip ol,body.issuer.custom_elements.new div.tooltip ol,body.admin.custom_elements.edit div.tooltip ol,body.issuer.custom_elements.edit div.tooltip ol,body.admin.certificate_templates.new div.tooltip ol,body.issuer.certificate_templates.new div.tooltip ol,body.admin.certificate_templates.edit div.tooltip ol,body.issuer.certificate_templates.edit div.tooltip ol,body.admin.custom_radio_buttons.new div.tooltip ol,body.issuer.custom_radio_buttons.new div.tooltip ol,body.admin.custom_radio_buttons.edit div.tooltip ol,body.issuer.custom_radio_buttons.edit div.tooltip ol{list-style-position:inside}body.admin.custom_verifications.new div.tooltip ul,body.issuer.custom_verifications.new div.tooltip ul,body.admin.custom_verifications.new_group div.tooltip ul,body.issuer.custom_verifications.new_group div.tooltip ul,body.admin.custom_verifications.edit div.tooltip ul,body.issuer.custom_verifications.edit div.tooltip ul,body.admin.custom_elements.new div.tooltip ul,body.issuer.custom_elements.new div.tooltip ul,body.admin.custom_elements.edit div.tooltip ul,body.issuer.custom_elements.edit div.tooltip ul,body.admin.certificate_templates.new div.tooltip ul,body.issuer.certificate_templates.new div.tooltip ul,body.admin.certificate_templates.edit div.tooltip ul,body.issuer.certificate_templates.edit div.tooltip ul,body.admin.custom_radio_buttons.new div.tooltip ul,body.issuer.custom_radio_buttons.new div.tooltip ul,body.admin.custom_radio_buttons.edit div.tooltip ul,body.issuer.custom_radio_buttons.edit div.tooltip ul{list-style-position:inside}body.admin.custom_verifications.index div.tooltip,body.issuer.custom_verifications.index div.tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.admin.custom_verifications.index div.tooltip.righty:after,body.issuer.custom_verifications.index div.tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.admin.custom_verifications.index div.tooltip:after,body.issuer.custom_verifications.index div.tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.admin.custom_verifications.index div.tooltip p,body.issuer.custom_verifications.index div.tooltip p{margin-bottom:15px}body.admin.custom_verifications.index div.tooltip ol,body.issuer.custom_verifications.index div.tooltip ol{list-style-position:inside}body.admin.custom_verifications.index div.tooltip ul,body.issuer.custom_verifications.index div.tooltip ul{list-style-position:inside}body.dashboard header#dashboard-header,body.issuer.custom_verifications header#dashboard-header,body.issuer.certificate_templates header#dashboard-header,body.issuer.custom_vr_dashboard.pending header#dashboard-header,body.issuer.custom_vr_dashboard.completed header#dashboard-header,body.issuer.custom_vr_dashboard.tracking header#dashboard-header,.issuer.custom_elements header#dashboard-header,body.issuer.custom_radio_buttons.edit header#dashboard-header,body.issuer.custom_radio_buttons.new header#dashboard-header{height:57px;border-bottom:2px solid #D4D9DE;background:#fff}body.dashboard header#dashboard-header h2,body.issuer.custom_verifications header#dashboard-header h2,body.issuer.certificate_templates header#dashboard-header h2,body.issuer.custom_vr_dashboard.pending header#dashboard-header h2,body.issuer.custom_vr_dashboard.completed header#dashboard-header h2,body.issuer.custom_vr_dashboard.tracking header#dashboard-header h2,.issuer.custom_elements header#dashboard-header h2,body.issuer.custom_radio_buttons.edit header#dashboard-header h2,body.issuer.custom_radio_buttons.new header#dashboard-header h2{font-size:22px;font-weight:600;color:#3C4142;float:left;margin-top:19px}body.dashboard header#dashboard-header nav,body.issuer.custom_verifications header#dashboard-header nav,body.issuer.certificate_templates header#dashboard-header nav,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav,.issuer.custom_elements header#dashboard-header nav,body.issuer.custom_radio_buttons.edit header#dashboard-header nav,body.issuer.custom_radio_buttons.new header#dashboard-header nav{float:right;margin-top:10px}body.dashboard header#dashboard-header nav ul,body.issuer.custom_verifications header#dashboard-header nav ul,body.issuer.certificate_templates header#dashboard-header nav ul,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul,.issuer.custom_elements header#dashboard-header nav ul,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul{list-style:none}body.dashboard header#dashboard-header nav ul li,body.issuer.custom_verifications header#dashboard-header nav ul li,body.issuer.certificate_templates header#dashboard-header nav ul li,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li,.issuer.custom_elements header#dashboard-header nav ul li,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li{float:left}body.dashboard header#dashboard-header nav ul li:first-child a,body.issuer.custom_verifications header#dashboard-header nav ul li:first-child a,body.issuer.certificate_templates header#dashboard-header nav ul li:first-child a,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li:first-child a,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li:first-child a,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li:first-child a,.issuer.custom_elements header#dashboard-header nav ul li:first-child a,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li:first-child a,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.dashboard header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_verifications header#dashboard-header nav ul li:first-child a.current,body.issuer.certificate_templates header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li:first-child a.current,.issuer.custom_elements header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li:first-child a.current,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li:first-child a.current{border-left:2px solid #C5C8CB}body.dashboard header#dashboard-header nav ul li:last-child a,body.issuer.custom_verifications header#dashboard-header nav ul li:last-child a,body.issuer.certificate_templates header#dashboard-header nav ul li:last-child a,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li:last-child a,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li:last-child a,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li:last-child a,.issuer.custom_elements header#dashboard-header nav ul li:last-child a,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li:last-child a,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.dashboard header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_verifications header#dashboard-header nav ul li:first-child:last-child a,body.issuer.certificate_templates header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li:first-child:last-child a,.issuer.custom_elements header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li:first-child:last-child a,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.dashboard header#dashboard-header nav ul li a,body.issuer.custom_verifications header#dashboard-header nav ul li a,body.issuer.certificate_templates header#dashboard-header nav ul li a,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li a,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li a,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li a,.issuer.custom_elements header#dashboard-header nav ul li a,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li a,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li a{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:88px;padding:6px 0 5px;font-weight:600}body.dashboard header#dashboard-header nav ul li a.current,body.issuer.custom_verifications header#dashboard-header nav ul li a.current,body.issuer.certificate_templates header#dashboard-header nav ul li a.current,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav ul li a.current,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav ul li a.current,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav ul li a.current,.issuer.custom_elements header#dashboard-header nav ul li a.current,body.issuer.custom_radio_buttons.edit header#dashboard-header nav ul li a.current,body.issuer.custom_radio_buttons.new header#dashboard-header nav ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.dashboard div#empty-dashboard,body.issuer.custom_verifications div#empty-dashboard,body.issuer.certificate_templates div#empty-dashboard,body.issuer.custom_vr_dashboard.pending div#empty-dashboard,body.issuer.custom_vr_dashboard.completed div#empty-dashboard,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard,.issuer.custom_elements div#empty-dashboard,body.issuer.custom_radio_buttons.edit div#empty-dashboard,body.issuer.custom_radio_buttons.new div#empty-dashboard{padding-top:190px;position:relative;margin:60px 0 81px}body.dashboard div#empty-dashboard:after,body.issuer.custom_verifications div#empty-dashboard:after,body.issuer.certificate_templates div#empty-dashboard:after,body.issuer.custom_vr_dashboard.pending div#empty-dashboard:after,body.issuer.custom_vr_dashboard.completed div#empty-dashboard:after,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard:after,.issuer.custom_elements div#empty-dashboard:after,body.issuer.custom_radio_buttons.edit div#empty-dashboard:after,body.issuer.custom_radio_buttons.new div#empty-dashboard:after{content:"";display:block;background:url(/assets/default-dashboard-icons-5046d45213d6a3626a22a00b21e76b148cd04ce0c04720ccb347d36f4e6b817a.png);width:139px;height:145px;position:absolute;top:0;left:50%;margin-left:-70px}body.dashboard div#empty-dashboard.investor:after,body.issuer.custom_verifications div#empty-dashboard.investor:after,body.issuer.certificate_templates div#empty-dashboard.investor:after,body.issuer.custom_vr_dashboard.pending div#empty-dashboard.investor:after,body.issuer.custom_vr_dashboard.completed div#empty-dashboard.investor:after,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard.investor:after,.issuer.custom_elements div#empty-dashboard.investor:after,body.issuer.custom_radio_buttons.edit div#empty-dashboard.investor:after,body.issuer.custom_radio_buttons.new div#empty-dashboard.investor:after{background-position:-0px -0px}body.dashboard div#empty-dashboard.issuer:after,body.issuer.custom_verifications div#empty-dashboard.issuer:after,body.issuer.certificate_templates div#empty-dashboard.issuer:after,body.issuer.custom_vr_dashboard.pending div#empty-dashboard.issuer:after,body.issuer.custom_vr_dashboard.completed div#empty-dashboard.issuer:after,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard.issuer:after,.issuer.custom_elements div#empty-dashboard.issuer:after,body.issuer.custom_radio_buttons.edit div#empty-dashboard.issuer:after,body.issuer.custom_radio_buttons.new div#empty-dashboard.issuer:after{background-position:-0px -145px}body.dashboard div#empty-dashboard p,body.issuer.custom_verifications div#empty-dashboard p,body.issuer.certificate_templates div#empty-dashboard p,body.issuer.custom_vr_dashboard.pending div#empty-dashboard p,body.issuer.custom_vr_dashboard.completed div#empty-dashboard p,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard p,.issuer.custom_elements div#empty-dashboard p,body.issuer.custom_radio_buttons.edit div#empty-dashboard p,body.issuer.custom_radio_buttons.new div#empty-dashboard p{text-align:center;font-weight:600}body.dashboard div#empty-dashboard a,body.issuer.custom_verifications div#empty-dashboard a,body.issuer.certificate_templates div#empty-dashboard a,body.issuer.custom_vr_dashboard.pending div#empty-dashboard a,body.issuer.custom_vr_dashboard.completed div#empty-dashboard a,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard a,.issuer.custom_elements div#empty-dashboard a,body.issuer.custom_radio_buttons.edit div#empty-dashboard a,body.issuer.custom_radio_buttons.new div#empty-dashboard a{display:block;margin:24px auto 0;width:150px}body.dashboard div#empty-dashboard a.self-verification,body.issuer.custom_verifications div#empty-dashboard a.self-verification,body.issuer.certificate_templates div#empty-dashboard a.self-verification,body.issuer.custom_vr_dashboard.pending div#empty-dashboard a.self-verification,body.issuer.custom_vr_dashboard.completed div#empty-dashboard a.self-verification,body.issuer.custom_vr_dashboard.tracking div#empty-dashboard a.self-verification,.issuer.custom_elements div#empty-dashboard a.self-verification,body.issuer.custom_radio_buttons.edit div#empty-dashboard a.self-verification,body.issuer.custom_radio_buttons.new div#empty-dashboard a.self-verification{width:190px}body.dashboard section#dashboard-toolbar,body.issuer.custom_verifications section#dashboard-toolbar,body.issuer.certificate_templates section#dashboard-toolbar,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar,.issuer.custom_elements section#dashboard-toolbar,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar,body.issuer.custom_radio_buttons.new section#dashboard-toolbar{margin-top:48px}body.dashboard section#dashboard-toolbar menu.table-controls,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls,.issuer.custom_elements section#dashboard-toolbar menu.table-controls,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls{float:left}body.dashboard section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.field,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.field,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.field,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.field{margin-bottom:0;margin-right:10px;float:left}body.dashboard section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.search,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.search,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.search,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.search{width:200px}body.dashboard section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.search:before,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.search:before,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.search:before{position:absolute;top:11px;left:9px}body.dashboard section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.search input,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.search input,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.search input,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.search input{padding-left:27px}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container{float:left;display:none;position:relative}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor{position:absolute;top:38px;left:0;background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;z-index:10;width:220px}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul{list-style:none;max-height:198px;overflow:auto}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li{cursor:pointer;position:relative;border-top:2px solid #D4D9DE;font-weight:600}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:first-child{border-radius:1px 1px 0 0;-webkit-border-radius:1px 1px 0 0;-moz-border-radius:1px 1px 0 0;-o-border-radius:1px 1px 0 0;border-top:0}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:last-child{border-radius:0 0 1px 1px;-webkit-border-radius:0 0 1px 1px;-moz-border-radius:0 0 1px 1px;-o-border-radius:0 0 1px 1px}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li:hover{background-color:#F5F5F5}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label{padding:7px 7px 7px 39px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label:before{content:"";display:block;background:url(/assets/checkboxes-976832a0a91642185d5c2eb4a69559534af197c319b210ff53048d00cec2d8c3.png);width:16px;height:16px;position:absolute;top:8px;left:10px}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.checked:before{background-position:-32px 0}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul li.label.half-checked:before{background-position:-64px 0}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor ul:empty+div.add{border-top:0}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add{border-top:2px solid #D4D9DE}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.add input{display:block;width:100%;height:100%;font-size:13px;padding:8px 10px}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply{border-top:2px solid #D4D9DE;display:none}body.dashboard section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_verifications section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.certificate_templates section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,.issuer.custom_elements section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button,body.issuer.custom_radio_buttons.new section#dashboard-toolbar menu.table-controls div.label-editor-container div#label-editor div.apply button{padding-top:4px;padding-bottom:4px;display:block;width:200px;margin:6px 0 6px 8px}body.dashboard section#dashboard-toolbar nav.add,body.issuer.custom_verifications section#dashboard-toolbar nav.add,body.issuer.certificate_templates section#dashboard-toolbar nav.add,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add,.issuer.custom_elements section#dashboard-toolbar nav.add,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add{float:right}body.dashboard section#dashboard-toolbar nav.add .button,body.dashboard section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_verifications section#dashboard-toolbar nav.add .button,body.issuer.custom_verifications section#dashboard-toolbar nav.add .buttonish,body.issuer.certificate_templates section#dashboard-toolbar nav.add .button,body.issuer.certificate_templates section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .button,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .button,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .button,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .buttonish,.issuer.custom_elements section#dashboard-toolbar nav.add .button,.issuer.custom_elements section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .button,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .buttonish,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .button,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .buttonish{float:left;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;margin-left:2px}body.dashboard section#dashboard-toolbar nav.add .button:first-child,body.dashboard section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .button:first-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .buttonish:first-child,.issuer.custom_elements section#dashboard-toolbar nav.add .button:first-child,.issuer.custom_elements section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .buttonish:first-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .button:first-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .buttonish:first-child{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px}body.dashboard section#dashboard-toolbar nav.add .button:last-child,body.dashboard section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .button:last-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .buttonish:last-child,.issuer.custom_elements section#dashboard-toolbar nav.add .button:last-child,.issuer.custom_elements section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .buttonish:last-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .button:last-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .buttonish:last-child{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;padding:9px 14px 8px}body.dashboard section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.dashboard section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_verifications section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_verifications section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.certificate_templates section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.certificate_templates section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,.issuer.custom_elements section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,.issuer.custom_elements section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .button:last-child.pseudo-iconic,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .buttonish:last-child.pseudo-iconic{padding-left:39px}body.dashboard section#dashboard-toolbar nav.add .button:first-child:last-child,body.dashboard section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_verifications section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.certificate_templates section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar nav.add .buttonish:first-child:last-child,.issuer.custom_elements section#dashboard-toolbar nav.add .button:first-child:last-child,.issuer.custom_elements section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar nav.add .buttonish:first-child:last-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .button:first-child:last-child,body.issuer.custom_radio_buttons.new section#dashboard-toolbar nav.add .buttonish:first-child:last-child{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.dashboard div#dashboard-table-container,body.issuer.custom_verifications div#dashboard-table-container,body.issuer.certificate_templates div#dashboard-table-container,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container,.issuer.custom_elements div#dashboard-table-container,body.issuer.custom_radio_buttons.edit div#dashboard-table-container,body.issuer.custom_radio_buttons.new div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}body.dashboard div#dashboard-table-container table,body.issuer.custom_verifications div#dashboard-table-container table,body.issuer.certificate_templates div#dashboard-table-container table,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table,.issuer.custom_elements div#dashboard-table-container table,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table,body.issuer.custom_radio_buttons.new div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.dashboard div#dashboard-table-container table tr td.sort,body.dashboard div#dashboard-table-container table tr th.sort,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort,.issuer.custom_elements div#dashboard-table-container table tr td.sort,.issuer.custom_elements div#dashboard-table-container table tr th.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort{cursor:pointer}body.dashboard div#dashboard-table-container table tr td.sort:hover i.sort,body.dashboard div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort:hover i.sort,.issuer.custom_elements div#dashboard-table-container table tr td.sort:hover i.sort,.issuer.custom_elements div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort:hover i.sort{display:inline-block}body.dashboard div#dashboard-table-container table tr td.sort.down i.sort,body.dashboard div#dashboard-table-container table tr td.sort.up i.sort,body.dashboard div#dashboard-table-container table tr th.sort.down i.sort,body.dashboard div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort.up i.sort,.issuer.custom_elements div#dashboard-table-container table tr td.sort.down i.sort,.issuer.custom_elements div#dashboard-table-container table tr td.sort.up i.sort,.issuer.custom_elements div#dashboard-table-container table tr th.sort.down i.sort,.issuer.custom_elements div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort.up i.sort{display:inline-block}body.dashboard div#dashboard-table-container table tr td.sort i.sort,body.dashboard div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort i.sort,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort i.sort,.issuer.custom_elements div#dashboard-table-container table tr td.sort i.sort,.issuer.custom_elements div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort i.sort{background:url(/assets/triangle-2681b5f66397ec8ce8d09b5dd0fd2f162150f80c7728a95830f394733bef64f4.png) no-repeat right top;display:inline-block;height:9px;width:9px;display:none;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}body.dashboard div#dashboard-table-container table tr td.sort i.sort.down,body.dashboard div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_verifications div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_verifications div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.certificate_templates div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.certificate_templates div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort i.sort.down,.issuer.custom_elements div#dashboard-table-container table tr td.sort i.sort.down,.issuer.custom_elements div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.sort i.sort.down{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}body.dashboard div#dashboard-table-container table tr td.check,body.dashboard div#dashboard-table-container table tr th.check,body.issuer.custom_verifications div#dashboard-table-container table tr td.check,body.issuer.custom_verifications div#dashboard-table-container table tr th.check,body.issuer.certificate_templates div#dashboard-table-container table tr td.check,body.issuer.certificate_templates div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.check,.issuer.custom_elements div#dashboard-table-container table tr td.check,.issuer.custom_elements div#dashboard-table-container table tr th.check,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.check,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.check,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.check,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.check{width:49px}body.dashboard div#dashboard-table-container table tr td.check div.checkbox,body.dashboard div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_verifications div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_verifications div#dashboard-table-container table tr th.check div.checkbox,body.issuer.certificate_templates div#dashboard-table-container table tr td.check div.checkbox,body.issuer.certificate_templates div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.check div.checkbox,.issuer.custom_elements div#dashboard-table-container table tr td.check div.checkbox,.issuer.custom_elements div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.check div.checkbox{margin:0 auto}body.dashboard div#dashboard-table-container table tr td.investor,body.dashboard div#dashboard-table-container table tr th.investor,body.issuer.custom_verifications div#dashboard-table-container table tr td.investor,body.issuer.custom_verifications div#dashboard-table-container table tr th.investor,body.issuer.certificate_templates div#dashboard-table-container table tr td.investor,body.issuer.certificate_templates div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor,.issuer.custom_elements div#dashboard-table-container table tr td.investor,.issuer.custom_elements div#dashboard-table-container table tr th.investor,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.investor,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.investor,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.investor,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.investor{width:300px}body.dashboard div#dashboard-table-container table tr td.investor ul.labels,body.dashboard div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_verifications div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_verifications div#dashboard-table-container table tr th.investor ul.labels,body.issuer.certificate_templates div#dashboard-table-container table tr td.investor ul.labels,body.issuer.certificate_templates div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels,.issuer.custom_elements div#dashboard-table-container table tr td.investor ul.labels,.issuer.custom_elements div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.investor ul.labels{list-style:none;display:inline;margin:0 0 -6px 9px}body.dashboard div#dashboard-table-container table tr td.investor ul.labels li,body.dashboard div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_verifications div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_verifications div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.certificate_templates div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.certificate_templates div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li,.issuer.custom_elements div#dashboard-table-container table tr td.investor ul.labels li,.issuer.custom_elements div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.investor ul.labels li{display:inline-block;margin-right:6px}body.dashboard div#dashboard-table-container table tr td.investor ul.labels li a,body.dashboard div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_verifications div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_verifications div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.certificate_templates div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.certificate_templates div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li a,.issuer.custom_elements div#dashboard-table-container table tr td.investor ul.labels li a,.issuer.custom_elements div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.investor ul.labels li a{background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0}body.dashboard div#dashboard-table-container table tr td.investor ul.labels li .portal,body.dashboard div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_verifications div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_verifications div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.certificate_templates div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.certificate_templates div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li .portal,.issuer.custom_elements div#dashboard-table-container table tr td.investor ul.labels li .portal,.issuer.custom_elements div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.investor ul.labels li .portal{background:#f3b0a3}body.dashboard div#dashboard-table-container table tr td.requested,body.dashboard div#dashboard-table-container table tr th.requested,body.issuer.custom_verifications div#dashboard-table-container table tr td.requested,body.issuer.custom_verifications div#dashboard-table-container table tr th.requested,body.issuer.certificate_templates div#dashboard-table-container table tr td.requested,body.issuer.certificate_templates div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.requested,.issuer.custom_elements div#dashboard-table-container table tr td.requested,.issuer.custom_elements div#dashboard-table-container table tr th.requested,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.requested,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.requested,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.requested,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.requested{width:166px}body.dashboard div#dashboard-table-container table tr td.pdf,body.dashboard div#dashboard-table-container table tr th.pdf,body.issuer.custom_verifications div#dashboard-table-container table tr td.pdf,body.issuer.custom_verifications div#dashboard-table-container table tr th.pdf,body.issuer.certificate_templates div#dashboard-table-container table tr td.pdf,body.issuer.certificate_templates div#dashboard-table-container table tr th.pdf,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.pdf,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.pdf,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.pdf,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.pdf,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.pdf,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.pdf,.issuer.custom_elements div#dashboard-table-container table tr td.pdf,.issuer.custom_elements div#dashboard-table-container table tr th.pdf,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.pdf,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.pdf,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.pdf,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.pdf{width:40px}body.dashboard div#dashboard-table-container table tr td.status,body.dashboard div#dashboard-table-container table tr th.status,body.issuer.custom_verifications div#dashboard-table-container table tr td.status,body.issuer.custom_verifications div#dashboard-table-container table tr th.status,body.issuer.certificate_templates div#dashboard-table-container table tr td.status,body.issuer.certificate_templates div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status,.issuer.custom_elements div#dashboard-table-container table tr td.status,.issuer.custom_elements div#dashboard-table-container table tr th.status,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status{width:182px}body.dashboard div#dashboard-table-container table tr td.status div.status-icon,body.dashboard div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr td.status div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.status-icon{cursor:help}body.dashboard div#dashboard-table-container table tr td.status a+div.status-icon,body.dashboard div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status a+div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr td.status a+div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status a+div.status-icon{float:right;margin-top:6px;margin-right:28px}body.dashboard div#dashboard-table-container table tr td.status span.date,body.dashboard div#dashboard-table-container table tr th.status span.date,body.issuer.custom_verifications div#dashboard-table-container table tr td.status span.date,body.issuer.custom_verifications div#dashboard-table-container table tr th.status span.date,body.issuer.certificate_templates div#dashboard-table-container table tr td.status span.date,body.issuer.certificate_templates div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status span.date,.issuer.custom_elements div#dashboard-table-container table tr td.status span.date,.issuer.custom_elements div#dashboard-table-container table tr th.status span.date,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status span.date,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status span.date,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status span.date,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status span.date{float:left;display:block}body.dashboard div#dashboard-table-container table tr td.status span.date+div.status-icon,body.dashboard div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status span.date+div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr td.status span.date+div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status span.date+div.status-icon{float:right;display:block;margin-right:28px}body.dashboard div#dashboard-table-container table tr td.status div.progress div.status-icon,body.dashboard div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr td.status div.progress div.status-icon,.issuer.custom_elements div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.progress div.status-icon{float:left;margin:0 5px}body.dashboard div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.dashboard div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,.issuer.custom_elements div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,.issuer.custom_elements div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child{margin-left:0}body.dashboard div#dashboard-table-container table tr td.status div.progress div.line,body.dashboard div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.line,.issuer.custom_elements div#dashboard-table-container table tr td.status div.progress div.line,.issuer.custom_elements div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.progress div.line{background:#D4D9DE;height:2px;width:40px;float:left;margin-top:8px}body.dashboard div#dashboard-table-container table tr td.status div.progress div.line.green,body.dashboard div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.line.green,.issuer.custom_elements div#dashboard-table-container table tr td.status div.progress div.line.green,.issuer.custom_elements div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.progress div.line.green{background:#8FB361}body.dashboard div#dashboard-table-container table tr td.status div.actions,body.dashboard div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.actions,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.actions,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions,.issuer.custom_elements div#dashboard-table-container table tr td.status div.actions,.issuer.custom_elements div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.actions{border-top:0;margin:0;padding:0}body.dashboard div#dashboard-table-container table tr td.status div.actions a,body.dashboard div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.actions a,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.actions a,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a,.issuer.custom_elements div#dashboard-table-container table tr td.status div.actions a,.issuer.custom_elements div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.actions a{display:block;float:left;padding:6px 11px}body.dashboard div#dashboard-table-container table tr td.status div.actions a:first-child,body.dashboard div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a:first-child,.issuer.custom_elements div#dashboard-table-container table tr td.status div.actions a:first-child,.issuer.custom_elements div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.actions a:first-child{margin-right:10px}body.dashboard div#dashboard-table-container table tr td.status div.actions a.more-info,body.dashboard div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_verifications div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_verifications div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.certificate_templates div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.certificate_templates div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a.more-info,.issuer.custom_elements div#dashboard-table-container table tr td.status div.actions a.more-info,.issuer.custom_elements div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tr th.status div.actions a.more-info{width:153px;padding:6px 0}body.dashboard div#dashboard-table-container table thead,body.issuer.custom_verifications div#dashboard-table-container table thead,body.issuer.certificate_templates div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead,.issuer.custom_elements div#dashboard-table-container table thead,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.dashboard div#dashboard-table-container table thead.header,body.issuer.custom_verifications div#dashboard-table-container table thead.header,body.issuer.certificate_templates div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.header,.issuer.custom_elements div#dashboard-table-container table thead.header,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.header,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.header{background:#E8E8E8}body.dashboard div#dashboard-table-container table thead.header tr,body.issuer.custom_verifications div#dashboard-table-container table thead.header tr,body.issuer.certificate_templates div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.header tr,.issuer.custom_elements div#dashboard-table-container table thead.header tr,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.header tr,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.header tr{height:47px}body.dashboard div#dashboard-table-container table thead.section,body.issuer.custom_verifications div#dashboard-table-container table thead.section,body.issuer.certificate_templates div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section,.issuer.custom_elements div#dashboard-table-container table thead.section,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.section,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.dashboard div#dashboard-table-container table thead.section tr,body.issuer.custom_verifications div#dashboard-table-container table thead.section tr,body.issuer.certificate_templates div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section tr,.issuer.custom_elements div#dashboard-table-container table thead.section tr,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.section tr,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.section tr{height:40px}body.dashboard div#dashboard-table-container table thead.section tr th,body.issuer.custom_verifications div#dashboard-table-container table thead.section tr th,body.issuer.certificate_templates div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section tr th,.issuer.custom_elements div#dashboard-table-container table thead.section tr th,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.section tr th,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 48px}body.dashboard div#dashboard-table-container table tbody tr,body.issuer.custom_verifications div#dashboard-table-container table tbody tr,body.issuer.certificate_templates div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tbody tr,.issuer.custom_elements div#dashboard-table-container table tbody tr,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tbody tr,body.issuer.custom_radio_buttons.new div#dashboard-table-container table tbody tr{height:50px}body.dashboard div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_verifications div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.certificate_templates div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tbody tr:nth-child(even),.issuer.custom_elements div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_radio_buttons.edit div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_radio_buttons.new div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}@media only screen and (min-width: 640px) and (max-width: 959px){body.dashboard div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_verifications div#dashboard-table-container table .status div.progress div.line,body.issuer.certificate_templates div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .status div.progress div.line,.issuer.custom_elements div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .status div.progress div.line{width:5px !important}}@media only screen and (max-width: 639px){body.dashboard header#dashboard-header,body.issuer.custom_verifications header#dashboard-header,body.issuer.certificate_templates header#dashboard-header,body.issuer.custom_vr_dashboard.pending header#dashboard-header,body.issuer.custom_vr_dashboard.completed header#dashboard-header,body.issuer.custom_vr_dashboard.tracking header#dashboard-header,.issuer.custom_elements header#dashboard-header,body.issuer.custom_radio_buttons.edit header#dashboard-header,body.issuer.custom_radio_buttons.new header#dashboard-header{text-align:center}body.dashboard header#dashboard-header h2,body.issuer.custom_verifications header#dashboard-header h2,body.issuer.certificate_templates header#dashboard-header h2,body.issuer.custom_vr_dashboard.pending header#dashboard-header h2,body.issuer.custom_vr_dashboard.completed header#dashboard-header h2,body.issuer.custom_vr_dashboard.tracking header#dashboard-header h2,.issuer.custom_elements header#dashboard-header h2,body.issuer.custom_radio_buttons.edit header#dashboard-header h2,body.issuer.custom_radio_buttons.new header#dashboard-header h2{display:none}body.dashboard header#dashboard-header nav,body.issuer.custom_verifications header#dashboard-header nav,body.issuer.certificate_templates header#dashboard-header nav,body.issuer.custom_vr_dashboard.pending header#dashboard-header nav,body.issuer.custom_vr_dashboard.completed header#dashboard-header nav,body.issuer.custom_vr_dashboard.tracking header#dashboard-header nav,.issuer.custom_elements header#dashboard-header nav,body.issuer.custom_radio_buttons.edit header#dashboard-header nav,body.issuer.custom_radio_buttons.new header#dashboard-header nav{display:inline-block;overflow:hidden;float:none}body.dashboard div.inner,body.issuer.custom_verifications div.inner,body.issuer.certificate_templates div.inner,body.issuer.custom_vr_dashboard.pending div.inner,body.issuer.custom_vr_dashboard.completed div.inner,body.issuer.custom_vr_dashboard.tracking div.inner,.issuer.custom_elements div.inner,body.issuer.custom_radio_buttons.edit div.inner,body.issuer.custom_radio_buttons.new div.inner{width:100%}body.dashboard section#dashboard-toolbar,body.issuer.custom_verifications section#dashboard-toolbar,body.issuer.certificate_templates section#dashboard-toolbar,body.issuer.custom_vr_dashboard.pending section#dashboard-toolbar,body.issuer.custom_vr_dashboard.completed section#dashboard-toolbar,body.issuer.custom_vr_dashboard.tracking section#dashboard-toolbar,.issuer.custom_elements section#dashboard-toolbar,body.issuer.custom_radio_buttons.edit section#dashboard-toolbar,body.issuer.custom_radio_buttons.new section#dashboard-toolbar{margin-top:20px;padding:0 10px}body.dashboard menu.table-controls,body.issuer.custom_verifications menu.table-controls,body.issuer.certificate_templates menu.table-controls,body.issuer.custom_vr_dashboard.pending menu.table-controls,body.issuer.custom_vr_dashboard.completed menu.table-controls,body.issuer.custom_vr_dashboard.tracking menu.table-controls,.issuer.custom_elements menu.table-controls,body.issuer.custom_radio_buttons.edit menu.table-controls,body.issuer.custom_radio_buttons.new menu.table-controls{display:none}body.dashboard div#dashboard-table-container,body.issuer.custom_verifications div#dashboard-table-container,body.issuer.certificate_templates div#dashboard-table-container,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container,.issuer.custom_elements div#dashboard-table-container,body.issuer.custom_radio_buttons.edit div#dashboard-table-container,body.issuer.custom_radio_buttons.new div#dashboard-table-container{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-left:none;border-right:none}body.dashboard div#dashboard-table-container table .check,body.issuer.custom_verifications div#dashboard-table-container table .check,body.issuer.certificate_templates div#dashboard-table-container table .check,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .check,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .check,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .check,.issuer.custom_elements div#dashboard-table-container table .check,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .check,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .check{display:none}body.dashboard div#dashboard-table-container table .requested,body.issuer.custom_verifications div#dashboard-table-container table .requested,body.issuer.certificate_templates div#dashboard-table-container table .requested,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .requested,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .requested,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .requested,.issuer.custom_elements div#dashboard-table-container table .requested,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .requested,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .requested{display:none}body.dashboard div#dashboard-table-container table thead.section tr th,body.issuer.custom_verifications div#dashboard-table-container table thead.section tr th,body.issuer.certificate_templates div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section tr th,.issuer.custom_elements div#dashboard-table-container table thead.section tr th,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table thead.section tr th,body.issuer.custom_radio_buttons.new div#dashboard-table-container table thead.section tr th{padding-left:10px}body.dashboard div#dashboard-table-container table .investor,body.issuer.custom_verifications div#dashboard-table-container table .investor,body.issuer.certificate_templates div#dashboard-table-container table .investor,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .investor,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .investor,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .investor,.issuer.custom_elements div#dashboard-table-container table .investor,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .investor,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .investor{padding-left:10px}body.dashboard div#dashboard-table-container table .status,body.issuer.custom_verifications div#dashboard-table-container table .status,body.issuer.certificate_templates div#dashboard-table-container table .status,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .status,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .status,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .status,.issuer.custom_elements div#dashboard-table-container table .status,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .status,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .status{width:380px !important}body.dashboard div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_verifications div#dashboard-table-container table .status div.progress div.line,body.issuer.certificate_templates div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table .status div.progress div.line,.issuer.custom_elements div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_radio_buttons.edit div#dashboard-table-container table .status div.progress div.line,body.issuer.custom_radio_buttons.new div#dashboard-table-container table .status div.progress div.line{width:5px !important}}body.dashboard .download_links,body.issuer.custom_verifications .download_links,body.issuer.certificate_templates .download_links,body.issuer.custom_vr_dashboard.pending .download_links,body.issuer.custom_vr_dashboard.completed .download_links,body.issuer.custom_vr_dashboard.tracking .download_links,.issuer.custom_elements .download_links,body.issuer.custom_radio_buttons.edit .download_links,body.issuer.custom_radio_buttons.new .download_links{margin-top:1em}body.dashboard.reviewer_dashboard div#dashboard-table-container table tr td.task,body.dashboard.reviewer_dashboard div#dashboard-table-container table tr th.task{width:585px;padding-left:15px}body.dashboard.reviewer_dashboard div#dashboard-table-container table tr td.requested,body.dashboard.reviewer_dashboard div#dashboard-table-container table tr th.requested{width:165px}body.dashboard.reviewer_dashboard div#dashboard-table-container table tr td.status,body.dashboard.reviewer_dashboard div#dashboard-table-container table tr th.status{width:180px}body.dashboard.reviewer_dashboard div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 15px}#billboard{text-align:center;background:#fff;padding:50px 0;border-bottom:2px solid #D4D9DE}#billboard h1{color:#3C4142;margin-bottom:40px;line-height:1.5}#billboard p{max-width:600px;margin:0 auto;font-size:16px;line-height:1.8}.demo .verify{width:960px}.demo .verify section{float:left;width:450px;margin:15px}.demo .verify section h4{text-align:left;padding:50px 5px 20px 0px;font-size:20px;color:#3C4142}.demo .verify section a{float:right;top:-5px}.demo .verify section p{color:#5b636b}.demo .accredited{clear:both;width:960px;padding-top:50px}.demo .accredited section{border-top:2px solid #D4D9DE;clear:both;margin:15px}.demo .accredited section h4{text-align:left;padding:50px 5px 20px 0px;font-size:20px;color:#3C4142}.demo .accredited section a{float:right;top:-5px}.demo .accredited section p{color:#5b636b}body.users.gdpr_consent div.consent{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px;margin-bottom:10px}body.users.gdpr_consent div.consent h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.users.gdpr_consent div.consent>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.users.gdpr_consent div.consent ul.consent-options{list-style:none}body.users.gdpr_consent div.consent ul.consent-options li{margin-bottom:12px}body.users.gdpr_consent div.consent ul.consent-options li label{display:block;cursor:pointer}body.users.gdpr_consent div.consent ul.consent-options li label div.radio,body.users.gdpr_consent div.consent ul.consent-options li label p.desc,body.users.gdpr_consent div.consent ul.consent-options li label p.price{float:left;font-weight:600}body.users.gdpr_consent div.consent ul.consent-options li label div.radio{margin:1px 18px 0 0}body.users.gdpr_consent div.consent ul.consent-options li label p.desc{color:#3C4142;width:160px}body.users.gdpr_consent div.consent ul.consent-options li label p.price{color:#8FB361}*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-text-size-adjust:100%}html{overflow-y:scroll}body,input,select,textarea,button{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:sans-serif}select.fancify-me{height:35px;color:#8891A3;border:2px solid #D4D9DE;font-size:14px;padding:6px 24px 5px 6px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:4px;-webkit-transition:all 240ms ease-out}ol{list-style-position:inside;margin-bottom:10px}ul{list-style-position:inside;margin-bottom:10px}::-moz-selection{background:#ed7d63;color:#fff;text-shadow:none}::selection{background:#ed7d63;color:#fff;text-shadow:none}img{-ms-interpolation-mode:bicubic}strong{font-weight:bold}em{font-style:italic}.group:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .group{height:1%}*:first-child+html .group{min-height:1px}body{font-size:14px;color:#51575c;line-height:20px;background:#F3F1F1}.inner{width:940px;margin:0 auto}.small-inner{width:570px;margin:0 auto}.nmbi{margin-bottom:0 !important}a{font-weight:600;text-decoration:none;color:#3C4142;border-bottom:1px dotted #88919A}div.checkbox{background:url(/assets/checkboxes-976832a0a91642185d5c2eb4a69559534af197c319b210ff53048d00cec2d8c3.png);width:16px;height:16px;display:block}div.checkbox:active{background-position:-16px 0}div.checkbox.checked{background-position:-32px 0}div.checkbox.checked:active{background-position:-48px 0}div.checkbox input[type="checkbox"]{width:16px;height:16px;display:block;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer}div.radio{background:url(/assets/radios-14cabe285030ba7e43b5e6fd7ee6dc0d3db8931310ea751f4001b016d95f6d15.png);width:16px;height:16px;display:block}div.radio:active{background-position:-16px 0}div.radio.checked{background-position:-32px 0}div.radio.checked:active{background-position:-48px 0}div.radio input[type="radio"]{width:16px;height:16px;display:block;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer}.addthis_toolbox a{border:0}@media only screen and (max-width: 639px){.inner{width:300px}}@media only screen and (min-width: 640px) and (max-width: 959px){.inner{width:620px}}#overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2;cursor:pointer}#overlay img{display:block;margin-top:350px;margin-left:auto;margin-right:auto;width:100px}body.home.index{background:#fff}body.home.index div.illus{background:url(/assets/home/index/illus-c9c0f66b5f71791f78d0f00e436567b131a220eae930e96a29020578bea2547c.png);width:139px;height:151px;margin:0 auto 30px}body.home.index div.illus.confidential{background-position:0 0}body.home.index div.illus.investors{background-position:-139px 0;height:145px}body.home.index div.illus.issuers{background-position:-278px 0;height:145px}body.home.index div.illus.reliable{background-position:-417px 0;width:155px}body.home.index div.illus.simple{background-position:-572px 0;width:160px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){body.home.index div.illus{background:url(/assets/home/index/illus@2x-802a9391603054d12b827dd03bc8d15cda50f7e292f5c759388c5d0085e3abb5.png);background-size:732px 151px}}body.home.index div#billboard{background:#8FB360 url(/assets/home/index/billboard-d34685fc6c50fcd3b6caf111b5c6cb7530c755a6683ead51494fcedf87a54981.jpg);background-size:cover;background-position:center top;padding:30px 0 54px}body.home.index div#billboard div#flash div.flash-message{background:rgba(143,179,96,0.25);border:2px solid #8FB360;color:#fff}body.home.index div#billboard h2,body.home.index div#billboard h3{text-align:center;color:#fff;font-weight:600}body.home.index div#billboard a#watch-video-trigger{display:block;width:200px;padding-top:15px;padding-bottom:15px;font-size:16px;margin:0 auto 24px}body.home.index div#billboard a#watch-video-trigger:before{top:14px;left:39px}body.home.index div#billboard h2{font-size:38px;margin:42px 0 45px}body.home.index div#billboard h3{font-size:18px;line-height:36px;font-weight:normal;width:900px;margin:0 auto 42px}body.home.index div#billboard h3.api{width:300px;font-size:22px;border:1px solid white;border-radius:4px}body.home.index div#billboard h3.api a{color:white}body.home.index div#billboard h3.custom{width:400px;font-size:22px;border:1px solid white;border-radius:4px}body.home.index div#billboard h3.custom a{color:white}body.home.index div#billboard div.cta{float:left;width:450px;background:#E9EBE2;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;padding:30px 20px}body.home.index div#billboard div.cta.first{margin-right:40px}body.home.index div#billboard div.cta h4{font-weight:600;font-size:21px;text-align:center;color:#3C4142}body.home.index div#billboard div.cta table{color:#88919A;font-size:18px;text-align:center;width:100%;margin:30px 0 42px}body.home.index div#billboard div.cta table thead th{padding-bottom:9px}body.home.index div#billboard div.cta a.button{font-size:16px;width:300px;margin:0 auto;display:block;padding:11px 0}body.home.index div#billboard div.cta a.how{text-align:center;display:block;border:0;margin-top:24px;color:#89AF58;width:250px}body.home.index div.features{background:#F3F1F1}body.home.index div.features ul{list-style:none;width:960px;margin:0 auto;padding:60px 0}body.home.index div.features ul li{float:left;width:300px;margin:10px}body.home.index div.features ul li h4,body.home.index div.features ul li p{text-align:center;color:#3C4142}body.home.index div.features ul li h4{font-size:28px;font-weight:600;margin-bottom:36px}body.home.index div.features ul li p{line-height:24px;width:280px;margin:0 auto}body.home.index div.about{padding:60px 0 0}body.home.index div.about h5,body.home.index div.about p{color:#3C4142;text-align:center}body.home.index div.about h5{font-size:28px;font-weight:600;margin-bottom:30px}body.home.index div.about p{line-height:24px;width:785px;margin:0 auto 15px}body.home.index div.about a.button{display:block;margin:30px auto 36px;width:220px}body.home.index div#modal-content{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:102;background:#333;background:rgba(0,0,0,0.5)}body.home.index div#modal-content.visible{display:block}body.home.index div#modal-content div.video-wrapper{border:20px solid #fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;width:940px;max-width:95%;margin:100px auto 0}body.home.index div#modal-content div.video-wrapper div.video-container{position:relative;padding-bottom:53%;padding-top:30px;height:0;overflow:hidden}body.home.index div#modal-content div.video-wrapper div.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 639px){body.home.index div#billboard{padding-bottom:0}body.home.index div#billboard div.inner{width:100%}body.home.index div#billboard h2{margin:10px 0 30px;line-height:1.2;font-size:34px;padding:0 20px}body.home.index div#billboard h3{width:100%;padding:0 20px}body.home.index div#billboard div.cta{float:none;width:100%;margin:0 !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0}body.home.index div#billboard div.cta a.button{width:100%}body.home.index div#billboard div.cta:last-child{padding-bottom:60px}body.home.index div.features ul{width:100%}body.home.index div.features ul li{width:100%;margin:0 0 40px;padding:0 20px}body.home.index div.features ul li:last-child{margin-bottom:0}body.home.index div.about{padding-bottom:30px}body.home.index div.about div.inner{width:100%;padding:0 20px}body.home.index div.about p{width:100%}}@media only screen and (min-width: 640px) and (max-width: 959px){body.home.index div#billboard div.inner{max-width:620px;width:100% !important}body.home.index div#billboard h3{width:100%;padding:0 40px}body.home.index div#billboard div.cta{width:300px;float:right}body.home.index div#billboard div.cta.first{margin-right:10px;float:left}body.home.index div#billboard div.cta h4{font-size:18px}body.home.index div#billboard div.cta table{margin-bottom:30px}body.home.index div#billboard div.cta a.button{width:100%}body.home.index div.features ul{width:100%;text-align:center}body.home.index div.features ul li{float:none;display:inline-block;text-align:left;vertical-align:top}body.home.index div.features ul li:last-child{margin-top:50px}body.home.index div.about{padding-bottom:90px}body.home.index div.about div.inner{width:100%;padding:0 20px}body.home.index div.about p{width:100%}}body.lite_terms .term-numerals{padding-left:30px}.term-letters{padding-left:50px}.term-letters span{padding-left:60px;-webkit-box-decoration-break:clone;box-decoration-break:clone}body.investor.dashboard div.self-verification-warning{width:55%;margin:auto;padding:5px;border:1px solid lightgray}body.investor.dashboard #ai-credit-details a{border-bottom:0px}body.investor.dashboard #qcqp-credit-details a{border-bottom:0px}body.investor.dashboard #self-request-warning a{border-bottom:0px}body.investor.dashboard #credit-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px;clear:both}body.investor.dashboard #credit-table table{border-collapse:collapse;width:100%;background:#fff}body.investor.dashboard #credit-table table thead{text-align:left;color:#3C4142;font-weight:600}body.investor.dashboard #credit-table table thead.header{background:#E8E8E8}body.investor.dashboard #credit-table table thead th{padding:5px}body.investor.dashboard #credit-table table tbody tr{height:30px}body.investor.dashboard #credit-table table tbody tr:nth-child(even){background:#F5F5F5}body.investor.dashboard #credit-table table tbody tr td{padding:5px}div#dashboard-table-container.investor-dashboard-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px}div#dashboard-table-container.investor-dashboard-table table{border-collapse:collapse;width:100%;background:#fff}div#dashboard-table-container.investor-dashboard-table table tr td.issuer,div#dashboard-table-container.investor-dashboard-table table tr th.issuer{max-width:200px !important}div#dashboard-table-container.investor-dashboard-table table tr td.investor,div#dashboard-table-container.investor-dashboard-table table tr th.investor{max-width:200px !important}div#dashboard-table-container.investor-dashboard-table table tr td.type,div#dashboard-table-container.investor-dashboard-table table tr th.type{padding-left:5px;padding-right:5px}div#dashboard-table-container.investor-dashboard-table table tr td.requested,div#dashboard-table-container.investor-dashboard-table table tr th.requested{width:110px !important}div#dashboard-table-container.investor-dashboard-table table tr td.status,div#dashboard-table-container.investor-dashboard-table table tr th.status{width:200px !important;padding-right:0px !important}div#dashboard-table-container.investor-dashboard-table table tr td.status a,div#dashboard-table-container.investor-dashboard-table table tr th.status a{padding-left:14px !important;padding-right:14px !important}div#dashboard-table-container.investor-dashboard-table table tr td.status a.all,div#dashboard-table-container.investor-dashboard-table table tr th.status a.all{padding-left:4px !important;padding-right:4px !important}div#dashboard-table-container.investor-dashboard-table table tr td.status a.continue,div#dashboard-table-container.investor-dashboard-table table tr th.status a.continue{width:167px !important}div#dashboard-table-container.investor-dashboard-table table tr td.status a.more-info,div#dashboard-table-container.investor-dashboard-table table tr th.status a.more-info{width:167px !important}div#dashboard-table-container.investor-dashboard-table table tr td.expedited,div#dashboard-table-container.investor-dashboard-table table tr th.expedited{max-width:120px !important;min-width:0px}body.investor.continue_self_verification div#content-container div.existing{padding-bottom:6px}body.investor.continue_self_verification div#content-container div.existing p{margin-bottom:18px}body.investor.continue_self_verification div#content-container div.existing a{display:inline-block;margin-bottom:12px}body.investor.continue_self_verification div#content-container>p{color:#3C4142;font-weight:600}body.investor.continue_self_verification div#content-container>p.light{color:#88919A}@media only screen and (max-width: 639px){body.investor.continue_self_verification div#content-container div.methods-container div.title p.method{width:100%}body.investor.continue_self_verification div#content-container div.methods-container div.title p.time{display:none}body.investor.continue_self_verification div#content-container div.methods-container>ul>li div.desc{width:100%;float:none;font-size:13px}body.investor.continue_self_verification div#content-container div.methods-container>ul>li .button,body.investor.continue_self_verification div#content-container div.methods-container>ul>li button{margin-top:18px;float:none;margin-left:0;width:100%}}@-webkit-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@-moz-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@-ms-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}body.investor.verification_requests.documents #self-request-warning a,body.investor.verification_requests.custom_verification #self-request-warning a,body.admin.custom_verifications.show #self-request-warning a,body.issuer.custom_verifications.show #self-request-warning a{border-bottom:0px}body.investor.verification_requests.documents div#legal-name-tooltip,body.investor.verification_requests.custom_verification div#legal-name-tooltip,body.admin.custom_verifications.show div#legal-name-tooltip,body.issuer.custom_verifications.show div#legal-name-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.investor.verification_requests.documents div#legal-name-tooltip.righty:after,body.investor.verification_requests.custom_verification div#legal-name-tooltip.righty:after,body.admin.custom_verifications.show div#legal-name-tooltip.righty:after,body.issuer.custom_verifications.show div#legal-name-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.documents div#legal-name-tooltip:after,body.investor.verification_requests.custom_verification div#legal-name-tooltip:after,body.admin.custom_verifications.show div#legal-name-tooltip:after,body.issuer.custom_verifications.show div#legal-name-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.documents div#credit-report-legal-reason-tooltip,body.investor.verification_requests.custom_verification div#credit-report-legal-reason-tooltip,body.admin.custom_verifications.show div#credit-report-legal-reason-tooltip,body.issuer.custom_verifications.show div#credit-report-legal-reason-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.investor.verification_requests.documents div#credit-report-legal-reason-tooltip.righty:after,body.investor.verification_requests.custom_verification div#credit-report-legal-reason-tooltip.righty:after,body.admin.custom_verifications.show div#credit-report-legal-reason-tooltip.righty:after,body.issuer.custom_verifications.show div#credit-report-legal-reason-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.documents div#credit-report-legal-reason-tooltip:after,body.investor.verification_requests.custom_verification div#credit-report-legal-reason-tooltip:after,body.admin.custom_verifications.show div#credit-report-legal-reason-tooltip:after,body.issuer.custom_verifications.show div#credit-report-legal-reason-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.documents div#spousal-equivalent-tooltip,body.investor.verification_requests.custom_verification div#spousal-equivalent-tooltip,body.admin.custom_verifications.show div#spousal-equivalent-tooltip,body.issuer.custom_verifications.show div#spousal-equivalent-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;font-weight:600;padding:6px 9px}body.investor.verification_requests.documents div#spousal-equivalent-tooltip.righty:after,body.investor.verification_requests.custom_verification div#spousal-equivalent-tooltip.righty:after,body.admin.custom_verifications.show div#spousal-equivalent-tooltip.righty:after,body.issuer.custom_verifications.show div#spousal-equivalent-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.documents div#spousal-equivalent-tooltip:after,body.investor.verification_requests.custom_verification div#spousal-equivalent-tooltip:after,body.admin.custom_verifications.show div#spousal-equivalent-tooltip:after,body.issuer.custom_verifications.show div#spousal-equivalent-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.documents div#content-container div.loading-indicator,body.investor.verification_requests.custom_verification div#content-container div.loading-indicator,body.admin.custom_verifications.show div#content-container div.loading-indicator,body.issuer.custom_verifications.show div#content-container div.loading-indicator{width:16px;height:16px;position:absolute;background:url(/assets/loading-3f539d625a47bb2eb38756ec2863a2e4eed866c61873c91e833024ccb5f79976.png);animation:loading 900ms infinite linear normal;-ms-animation:loading 900ms infinite linear normal;-moz-animation:loading 900ms infinite linear normal;-webkit-animation:loading 900ms infinite linear normal;animation-delay:0s;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s}body.investor.verification_requests.documents div#content-container div.uploadable,body.investor.verification_requests.custom_verification div#content-container div.uploadable,body.admin.custom_verifications.show div#content-container div.uploadable,body.issuer.custom_verifications.show div#content-container div.uploadable{background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:8px;margin-bottom:30px}body.investor.verification_requests.documents div#content-container div.uploadable:last-child,body.investor.verification_requests.custom_verification div#content-container div.uploadable:last-child,body.admin.custom_verifications.show div#content-container div.uploadable:last-child,body.issuer.custom_verifications.show div#content-container div.uploadable:last-child{margin-bottom:0}body.investor.verification_requests.documents div#content-container div.uploadable.loading div.file-input button.uploadable-trigger,body.investor.verification_requests.custom_verification div#content-container div.uploadable.loading div.file-input button.uploadable-trigger,body.admin.custom_verifications.show div#content-container div.uploadable.loading div.file-input button.uploadable-trigger,body.issuer.custom_verifications.show div#content-container div.uploadable.loading div.file-input button.uploadable-trigger{display:none}body.investor.verification_requests.documents div#content-container div.uploadable ul.files,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files,body.admin.custom_verifications.show div#content-container div.uploadable ul.files,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:2px solid #D4D9DE;list-style:none;margin-bottom:8px}body.investor.verification_requests.documents div#content-container div.uploadable ul.files.empty,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files.empty,body.admin.custom_verifications.show div#content-container div.uploadable ul.files.empty,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files.empty{display:none}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file{background:#fff;border-top:2px solid #D4D9DE;height:60px;position:relative;padding-left:20px;padding-top:10px}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file:first-child,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file:first-child,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file:first-child,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file:first-child{border-top:0}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file:first-child input.document-name,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file:first-child input.document-name,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file:first-child input.document-name,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file:first-child input.document-name{padding:10px 6px 10px 12px}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name{font-size:14px;display:block;width:200px;float:left;border-radius:1px 0 0 1px;-webkit-border-radius:1px 0 0 1px;-moz-border-radius:1px 0 0 1px;-o-border-radius:1px 0 0 1px;padding:10px 6px 8px 12px;height:100%}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name.error,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name.error,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name.error,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name.error{background:#f9d7d0}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name::-webkit-input-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name:-moz-placeholder,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name:-moz-placeholder,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name:-moz-placeholder,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name:-moz-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name::-moz-placeholder,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name::-moz-placeholder,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name::-moz-placeholder,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name::-moz-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file input.document-name:-ms-input-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file{border:0;font-weight:normal;width:321px;display:block;position:absolute;top:0;right:10px;height:100%}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file:before,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file:before,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file:before,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file:before{position:absolute;top:10px;left:0}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file p,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file p,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p{padding:7px 18px 0 33px}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file p span.file-name,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file p span.file-name,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p span.file-name,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p span.file-name{display:inline-block;float:left;max-width:296px;padding-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file p strong,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file p strong,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p strong,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p strong{color:#8FB361}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.file p strong.blacked-out,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.file p strong.blacked-out,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p strong.blacked-out,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.file p strong.blacked-out{color:#3C4142}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.delete,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.delete,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.delete,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.delete{width:16px;height:16px;display:block;position:absolute;top:11px;right:10px;background:transparent;padding:0;overflow:hidden;text-indent:100%;white-space:nowrap}body.investor.verification_requests.documents div#content-container div.uploadable ul.files li.file a.delete:before,body.investor.verification_requests.custom_verification div#content-container div.uploadable ul.files li.file a.delete:before,body.admin.custom_verifications.show div#content-container div.uploadable ul.files li.file a.delete:before,body.issuer.custom_verifications.show div#content-container div.uploadable ul.files li.file a.delete:before{position:absolute;top:0;left:0}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input{display:block;background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;position:relative;height:60px}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input input,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input input,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input input,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input input{display:block;position:absolute;border:1px solid #f00;width:120px;height:38px;top:0;right:0;z-index:2;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input p,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input p,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input p,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input p{color:#88919A;font-weight:600;float:left;padding:6px 0 0 15px}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input p strong,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input p strong,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input p strong,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input p strong{color:#3C4142}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input button.uploadable-trigger,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input button.uploadable-trigger,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input button.uploadable-trigger,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input button.uploadable-trigger{width:110px;display:block;position:absolute;top:0;right:1px;padding-left:0;padding-right:0;z-index:1}body.investor.verification_requests.documents div#content-container div.uploadable div.file-input div.loading-indicator,body.investor.verification_requests.custom_verification div#content-container div.uploadable div.file-input div.loading-indicator,body.admin.custom_verifications.show div#content-container div.uploadable div.file-input div.loading-indicator,body.issuer.custom_verifications.show div#content-container div.uploadable div.file-input div.loading-indicator{top:10px;right:15px}body.investor.verification_requests.documents div#content-container div.multi-uploadable,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable,body.admin.custom_verifications.show div#content-container div.multi-uploadable,body.issuer.custom_verifications.show div#content-container div.multi-uploadable{background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:8px;margin-bottom:30px}body.investor.verification_requests.documents div#content-container div.multi-uploadable:last-child,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable:last-child,body.admin.custom_verifications.show div#content-container div.multi-uploadable:last-child,body.issuer.custom_verifications.show div#content-container div.multi-uploadable:last-child{margin-bottom:0}body.investor.verification_requests.documents div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger,body.admin.custom_verifications.show div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger,body.issuer.custom_verifications.show div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger{display:none}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:2px solid #D4D9DE;list-style:none;margin-bottom:8px}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files.empty,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files.empty,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files.empty,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files.empty{display:none}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file{background:#fff;border-top:2px solid #D4D9DE;height:60px;position:relative}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file:first-child,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file:first-child,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file:first-child,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file:first-child{border-top:0}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name{padding:10px 6px 10px 12px}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name{font-size:14px;display:block;width:200px;float:left;border-radius:1px 0 0 1px;-webkit-border-radius:1px 0 0 1px;-moz-border-radius:1px 0 0 1px;-o-border-radius:1px 0 0 1px;padding:10px 6px 8px 12px;height:100%}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name.error,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name.error,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name.error,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name.error{background:#f9d7d0}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name::-webkit-input-placeholder,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name::-webkit-input-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name:-moz-placeholder,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name:-moz-placeholder,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name:-moz-placeholder,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name:-moz-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name::-moz-placeholder,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name::-moz-placeholder,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name::-moz-placeholder,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name::-moz-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name:-ms-input-placeholder,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file input.document-name:-ms-input-placeholder{color:#af5889 !important;font-weight:bold !important}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file{border:0;font-weight:normal;width:321px;display:block;position:absolute;top:0;right:10px;height:100%}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file:before,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file:before,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file:before,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file:before{position:absolute;top:10px;left:0}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file p,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p{padding:7px 18px 0 33px}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name{display:inline-block;float:left;max-width:296px;padding-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p strong,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file p strong,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p strong,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p strong{color:#8FB361}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out{color:#3C4142}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.delete,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.delete,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.delete,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.delete{width:16px;height:16px;display:block;position:absolute;top:11px;right:10px;background:transparent;padding:0;overflow:hidden;text-indent:100%;white-space:nowrap}body.investor.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.delete:before,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable ul.files li.file a.delete:before,body.admin.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.delete:before,body.issuer.custom_verifications.show div#content-container div.multi-uploadable ul.files li.file a.delete:before{position:absolute;top:0;left:0}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input{display:block;background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;position:relative;height:35px}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input input,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input input,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input input,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input input{display:block;position:absolute;border:1px solid #f00;width:120px;height:38px;top:0;right:0;z-index:2;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input p,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input p,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input p,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input p{color:#88919A;font-weight:600;float:left;padding:6px 0 0 15px}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input p strong,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input p strong,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input p strong,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input p strong{color:#3C4142}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input button.uploadable-trigger,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input button.uploadable-trigger,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input button.uploadable-trigger,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input button.uploadable-trigger{width:110px;display:block;position:absolute;top:0;right:1px;padding-left:0;padding-right:0;z-index:1}body.investor.verification_requests.documents div#content-container div.multi-uploadable div.file-input div.loading-indicator,body.investor.verification_requests.custom_verification div#content-container div.multi-uploadable div.file-input div.loading-indicator,body.admin.custom_verifications.show div#content-container div.multi-uploadable div.file-input div.loading-indicator,body.issuer.custom_verifications.show div#content-container div.multi-uploadable div.file-input div.loading-indicator{top:10px;right:15px}body.investor.verification_requests.documents div#content-container p#blackout-warning,body.investor.verification_requests.custom_verification div#content-container p#blackout-warning,body.admin.custom_verifications.show div#content-container p#blackout-warning,body.issuer.custom_verifications.show div#content-container p#blackout-warning{margin-top:30px;display:none}body.investor.verification_requests.documents div#content-container p.below-actions,body.investor.verification_requests.custom_verification div#content-container p.below-actions,body.admin.custom_verifications.show div#content-container p.below-actions,body.issuer.custom_verifications.show div#content-container p.below-actions{margin-top:18px}body.investor.verification_requests.done div#expedited-review-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.investor.verification_requests.done div#expedited-review-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.done div#expedited-review-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.done div#complete-container{width:570px;margin:48px auto 0}body.investor.verification_requests.done div#complete-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.investor.verification_requests.done div#complete-container p.help{margin:0 0 30px}body.investor.verification_requests.done div#complete-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.investor.verification_requests.done div#complete-container div.investor-emails div.top.no-labels{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.investor.verification_requests.done div#complete-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.investor.verification_requests.done div#complete-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.investor.verification_requests.done div#complete-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.investor.verification_requests.done div#complete-container div.investor-emails div.top ul{list-style:none}body.investor.verification_requests.done div#complete-container div.investor-emails div.top ul li{line-height:22px}body.investor.verification_requests.done div#complete-container div.investor-emails div.top ul li strong{color:#3C4142}body.investor.verification_requests.done div#complete-container div.investor-emails ul.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin:0 0 20px;padding:8px 10px 4px 39px;list-style:none;display:block;background:#fff;position:relative}body.investor.verification_requests.done div#complete-container div.investor-emails ul.labels:before{position:absolute;top:11px;left:11px}body.investor.verification_requests.done div#complete-container div.investor-emails ul.labels li{display:inline-block;margin:0 6px 6px 0;background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0;line-height:1}body.investor.verification_requests.edit_document{background:#2E3334;padding-top:57px}body.investor.verification_requests.edit_document menu#annotations-toolbar{position:fixed;top:0;left:0;background:#fff;border-bottom:2px solid #D4D9DE;width:100%;padding:10px 0;z-index:100}body.investor.verification_requests.edit_document menu#annotations-toolbar a.done{float:right}body.investor.verification_requests.edit_document menu#annotation-toolbar{position:fixed;bottom:-52px;left:0;background:#F7F5F5;border-top:2px solid #D4D9DE;width:100%;z-index:100;padding:7px 0 8px;transition:bottom 180ms ease-out;-webkit-transition:bottom 180ms ease-out;-moz-transition:bottom 180ms ease-out;-o-transition:bottom 180ms ease-out;-ms-transition:bottom 180ms ease-out}body.investor.verification_requests.edit_document menu#annotation-toolbar.visible{bottom:0}body.investor.verification_requests.edit_document menu#annotation-toolbar button#delete-annotation{width:100px;padding-left:0;padding-right:0;margin-right:0}body.investor.verification_requests.edit_document menu#annotation-toolbar div.field{width:830px;float:right;margin-bottom:0;margin-right:0}body.investor.verification_requests.edit_document div#instructions{background:#F7F5F5;margin-bottom:30px;padding:22px 0 11px}body.investor.verification_requests.edit_document div#instructions p{color:#88919A;margin-bottom:12px}body.investor.verification_requests.edit_document div#main{text-align:center}body.investor.verification_requests.edit_document div#main div#pages-container{display:inline-block;text-align:center;border:2px solid #CFD4D9;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;max-width:100%;width:100%;background-color:#ffffff}body.investor.verification_requests.edit_document div#main div#pages-container .loading-img{padding:40px}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller{text-align:left;background:#E8E8E8;border-bottom:2px solid #D4D9DE;border-radius:1px 1px 0 0;-webkit-border-radius:1px 1px 0 0;-moz-border-radius:1px 1px 0 0;-o-border-radius:1px 1px 0 0;padding:7px 18px 6px}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller h3{color:#88919A;float:left;font-size:14px;font-weight:600;padding-top:2px}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu{float:right}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu p{color:#88919A;font-weight:600;float:left;text-align:right;width:90px;padding:2px 20px 0 0}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul{list-style:none;float:left}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li{float:left}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li:first-child button{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-right:0}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li:first-child button:after{border-right-color:#8891A3;left:3px}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li:last-child button{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li:last-child button:after{border-left-color:#8891A3;left:8px}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li button{border:2px solid #CED3D8;border-top-color:#D4D9DE;border-bottom-color:#C4C9CD;text-indent:100%;overflow:hidden;display:block;white-space:nowrap;width:24px;height:24px;background-color:#F6F6F6;background-image:-webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F5F5F5));background-image:-webkit-linear-gradient(#FCFCFC, #F5F5F5);background-image:-moz-linear-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-moz-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-o-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);background-image:-ms-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);position:relative}body.investor.verification_requests.edit_document div#main div#pages-container header#page-controller menu ul li button:after{content:"";display:block;position:absolute;border:5px solid transparent;top:5px}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages{max-width:100%;display:inline-block;text-align:left;list-style:none;vertical-align:bottom}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li{display:none;overflow:hidden;position:relative}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li.current-page{display:block}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation{z-index:1;cursor:move;position:absolute !important;min-height:20px;min-width:43px}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation.selected div.handle{display:block !important}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation.redaction{background:#3C4142;color:#fff}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation.highlight{background:url(/assets/highlight-bg-c895feac811a1fc0e66d617ff3fa4136de423079ff18cf11758e02b830411196.png);color:#3C4142}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation div.handle{position:absolute;width:14px;height:14px;border:2px solid #76A631;background-color:#89AF58;background-image:-webkit-gradient(linear, left top, left bottom, from(#8DB25D), to(#85AD53));background-image:-webkit-linear-gradient(#8DB25D, #85AD53);background-image:-moz-linear-gradient(center top, #8DB25D 0%, #85AD53 100%);background-image:-moz-gradient(center top, #8DB25D 0%, #85AD53 100%);background-image:-o-linear-gradient(top, #8DB25D 0%, #85AD53 100%);background-image:-ms-linear-gradient(top, #8DB25D 0%, #85AD53 100%);box-shadow:inset 0 1px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2);border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-o-border-radius:14px;display:none !important}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation div.handle.nw{top:-7px;left:-7px;cursor:nw-resize}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation div.handle.ne{top:-7px;right:-7px;cursor:ne-resize}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation div.handle.se{bottom:-7px;right:-7px;cursor:se-resize}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation div.handle.sw{bottom:-7px;left:-7px;cursor:sw-resize}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation span.number{position:absolute;display:block;bottom:0;left:7px;font-weight:600}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li div.annotation span.number:before{display:block;float:right;margin:2px 0 0 2px}body.investor.verification_requests.edit_document div#main div#pages-container ul#pages li img{position:relative;vertical-align:bottom;max-width:100%}@media only screen and (min-width: 640px) and (max-width: 959px){body.investor.verification_requests.edit_document menu#annotation-toolbar div.field{width:510px}}@media only screen and (max-width: 639px){body.investor.verification_requests.edit_document menu#annotations-toolbar a.done{text-indent:100%;white-space:nowrap;text-indent:100%;width:35px;position:relative;display:block;padding-left:0;padding-right:0}body.investor.verification_requests.edit_document menu#annotations-toolbar a.done:before{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;content:"";display:block;background:url(/assets/icons-a9ecd3eeeb32fa02731945029d9aaa45ba3f4423c060a8904008112ac15b0023.png);width:16px;height:16px;background-position:0 -249px;position:absolute}body.investor.verification_requests.edit_document div#instructions{padding:10px 0 6px}body.investor.verification_requests.edit_document div#instructions p{color:#88919A;font-size:13px}body.investor.verification_requests.edit_document menu#annotation-toolbar div.field{width:250px;margin-right:10px}body.investor.verification_requests.edit_document menu#annotation-toolbar button#delete-annotation{text-indent:100%;white-space:nowrap;text-indent:100%;width:35px;position:relative}body.investor.verification_requests.edit_document menu#annotation-toolbar button#delete-annotation:before{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;content:"";display:block;background:url(/assets/icons-a9ecd3eeeb32fa02731945029d9aaa45ba3f4423c060a8904008112ac15b0023.png);width:16px;height:16px;background-position:0 -265px;position:absolute}}body.investor.verification_requests.documents div#content-container div.entity-2 p.file-desc{width:500px}body.investor.verification_requests.documents div#content-container div.entity-4 p.file-desc{width:500px}body.investor.verification_requests.documents div#content-container div.entity-5 p.file-desc{width:500px}body.investor.verification_requests.documents div#content-container div.entity-7 p.file-desc{width:500px}body.investor.verification_requests.documents div#content-container div.entity-7 div.option{margin-bottom:30px}body.investor.verification_requests.documents div#content-container div.entity-7 div.option{display:none}body.investor.verification_requests.documents div#content-container div.entity-7 div.option.plan-statement{display:block}body.investor.verification_requests.documents div#content-container div.entity-7 p.picker{display:none}body.investor.verification_requests.documents div#content-container div.entity-7 p.picker.plan-statement{display:block}body.investor.verification_requests.documents label.inline-checkbox,body.investor.verification_requests.credit_report_auth label.inline-checkbox{display:block;cursor:pointer;font-weight:600}body.investor.verification_requests.documents label.inline-checkbox div.checkbox,body.investor.verification_requests.credit_report_auth label.inline-checkbox div.checkbox{float:left;margin:1px 9px 0 0}body.investor.verification_requests.documents div#content-container div.individual-3 div.page,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.page{display:none}body.investor.verification_requests.documents div#content-container div.individual-3 div.page.net-worth-assessment,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.page.net-worth-assessment{display:block}body.investor.verification_requests.documents div#content-container div.individual-3 hr.mb30,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 hr.mb30{margin-bottom:30px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label{display:block;cursor:pointer;font-weight:600}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label div.checkbox,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label div.checkbox,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label div.checkbox,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label div.checkbox{float:left;margin:1px 9px 0 0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities h4,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets h4,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities h4,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets h4{color:#3C4142;font-size:18px;margin-bottom:15px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul{list-style:none}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li{position:relative}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete{width:16px;height:16px;padding:0;text-indent:100%;overflow:hidden;position:absolute;left:-30px;top:35px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete:before,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete:before,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete:before,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete:before{position:absolute;top:0;left:0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days{width:100%}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt input,body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days input,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt input,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days input{width:275px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets{margin-top:54px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container{margin-top:48px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container h5,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container h5{color:#3C4142;font-size:18px;margin-bottom:12px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container p#net-worth-sufficient,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container p#net-worth-sufficient{margin:24px 0 0;display:none}@media only screen and (max-width: 639px){body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li:last-child,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li:last-child{border-bottom:0;margin-bottom:0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li button.delete,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xsmall,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xsmall{width:134px;margin-right:0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xxxsmall,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xxxsmall{width:146px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li:last-child,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li:last-child{border-bottom:0;margin-bottom:0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small{width:274px;margin-right:0}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small+div.small,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small+div.small{width:140px}body.investor.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li div.xxsmall,body.investor.verification_requests.credit_report_auth div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li div.xxsmall{width:140px;margin-right:0}}body.investor.verification_requests.prompt_legal_name div#legal-name-tooltip,body.investor.embedded_api.legal_name div#legal-name-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.investor.verification_requests.prompt_legal_name div#legal-name-tooltip.righty:after,body.investor.embedded_api.legal_name div#legal-name-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.prompt_legal_name div#legal-name-tooltip:after,body.investor.embedded_api.legal_name div#legal-name-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.pay_with_credit_card div#credit-container,body.investor.verification_requests.process_credit_card div#credit-container,body.investor.verification_requests.purchase_expedite div#credit-container,body.investor.verification_requests.purchase_credit_report div#credit-container,body.lite.verification_requests.purchase_credit_report div#credit-container,body.issuer.dashboard.purchase_expedite div#credit-container{width:570px;margin:48px auto 0}body.investor.verification_requests.pay_with_credit_card div#credit-container p.help,body.investor.verification_requests.process_credit_card div#credit-container p.help,body.investor.verification_requests.purchase_expedite div#credit-container p.help,body.investor.verification_requests.purchase_credit_report div#credit-container p.help,body.lite.verification_requests.purchase_credit_report div#credit-container p.help,body.issuer.dashboard.purchase_expedite div#credit-container p.help{margin:0 0 30px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary,body.investor.verification_requests.process_credit_card div#credit-container div.summary,body.investor.verification_requests.purchase_expedite div#credit-container div.summary,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary,body.issuer.dashboard.purchase_expedite div#credit-container div.summary{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;height:75px;margin-bottom:48px;position:relative}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary:after,body.investor.verification_requests.process_credit_card div#credit-container div.summary:after,body.investor.verification_requests.purchase_expedite div#credit-container div.summary:after,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary:after,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary:after,body.issuer.dashboard.purchase_expedite div#credit-container div.summary:after{content:"";display:block;height:2px;background:#D4D9DE;width:570px;position:absolute;bottom:-24px;left:-2px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary p,body.investor.verification_requests.process_credit_card div#credit-container div.summary p,body.investor.verification_requests.purchase_expedite div#credit-container div.summary p,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary p,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary p,body.issuer.dashboard.purchase_expedite div#credit-container div.summary p{color:#8FB361;font-weight:600;float:left;height:100%;padding:14px 0 0 18px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary p.price-description,body.investor.verification_requests.process_credit_card div#credit-container div.summary p.price-description,body.investor.verification_requests.purchase_expedite div#credit-container div.summary p.price-description,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary p.price-description,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary p.price-description,body.issuer.dashboard.purchase_expedite div#credit-container div.summary p.price-description{border-right:2px solid #D4D9DE;width:420px}@media only screen and (max-width: 639px){body.investor.verification_requests.pay_with_credit_card div#credit-container,body.investor.verification_requests.process_credit_card div#credit-container,body.investor.verification_requests.purchase_expedite div#credit-container,body.investor.verification_requests.purchase_credit_report div#credit-container,body.lite.verification_requests.purchase_credit_report div#credit-container,body.issuer.dashboard.purchase_expedite div#credit-container{width:100%;padding:0 10px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary,body.investor.verification_requests.process_credit_card div#credit-container div.summary,body.investor.verification_requests.purchase_expedite div#credit-container div.summary,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary,body.issuer.dashboard.purchase_expedite div#credit-container div.summary{height:auto;overflow:hidden;margin:0 0 30px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary:after,body.investor.verification_requests.process_credit_card div#credit-container div.summary:after,body.investor.verification_requests.purchase_expedite div#credit-container div.summary:after,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary:after,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary:after,body.issuer.dashboard.purchase_expedite div#credit-container div.summary:after{display:none}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary p,body.investor.verification_requests.process_credit_card div#credit-container div.summary p,body.investor.verification_requests.purchase_expedite div#credit-container div.summary p,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary p,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary p,body.issuer.dashboard.purchase_expedite div#credit-container div.summary p{padding-right:18px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary p.price-description,body.investor.verification_requests.process_credit_card div#credit-container div.summary p.price-description,body.investor.verification_requests.purchase_expedite div#credit-container div.summary p.price-description,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary p.price-description,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary p.price-description,body.issuer.dashboard.purchase_expedite div#credit-container div.summary p.price-description{width:100%;border-right:none;padding-bottom:10px}body.investor.verification_requests.pay_with_credit_card div#credit-container div.summary p.price,body.investor.verification_requests.process_credit_card div#credit-container div.summary p.price,body.investor.verification_requests.purchase_expedite div#credit-container div.summary p.price,body.investor.verification_requests.purchase_credit_report div#credit-container div.summary p.price,body.lite.verification_requests.purchase_credit_report div#credit-container div.summary p.price,body.issuer.dashboard.purchase_expedite div#credit-container div.summary p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;padding-bottom:10px}body.investor.verification_requests.pay_with_credit_card div#credit-container form div.field,body.investor.verification_requests.process_credit_card div#credit-container form div.field,body.investor.verification_requests.purchase_expedite div#credit-container form div.field,body.investor.verification_requests.purchase_credit_report div#credit-container form div.field,body.lite.verification_requests.purchase_credit_report div#credit-container form div.field,body.issuer.dashboard.purchase_expedite div#credit-container form div.field{width:100%;margin-right:0}}body.investor.verification_requests.payment div.summary{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;height:75px;position:relative}body.investor.verification_requests.payment div.summary p{color:#8FB361;font-weight:600;float:left;height:100%;padding:12px 0 0 18px}body.investor.verification_requests.payment div.summary p.price-description{border-right:2px solid #D4D9DE;width:420px}body.investor.verification_requests.payment div.bulk-bag{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px}body.investor.verification_requests.payment div.bulk-bag h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.investor.verification_requests.payment div.bulk-bag>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options{list-style:none}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li{margin-bottom:12px}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label{display:block;cursor:pointer}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label div.radio,body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label p.desc,body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label p.price{float:left;font-weight:600}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label div.radio{margin:1px 18px 0 0}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label p.desc{color:#3C4142;width:160px}body.investor.verification_requests.payment div.bulk-bag ul.purchase-options li label p.price{color:#8FB361}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options{list-style:none}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li{margin-bottom:12px}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label{display:block;cursor:pointer}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label div.radio,body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label p.desc,body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label p.price{float:left;font-weight:600}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label div.radio{margin:1px 18px 0 0}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label p.desc{color:#3C4142;width:200px}body.investor.verification_requests.payment div.bulk-bag ul.expedite-purchase-options li label p.price{color:#8FB361}body.investor.verification_requests.payment form#coupon-form{margin:36px 0 0}@media only screen and (max-width: 639px){body.investor.verification_requests.payment div.summary{height:auto}body.investor.verification_requests.payment div.summary p{float:none}body.investor.verification_requests.payment div.summary p.price{border-top:2px solid #D4D9DE}body.investor.verification_requests.payment div.actions a.button.first{display:none}body.investor.verification_requests.payment div.actions .button{padding:9px 10px 8px}}body.investor.verification_requests.paypal_return div#summary-container{width:570px;margin:48px auto 0}body.investor.verification_requests.paypal_return div#summary-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.investor.verification_requests.paypal_return div#summary-container p.help{margin:0 0 30px}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff;padding:18px;position:relative}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:0}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top ul{list-style:none}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top ul li{line-height:22px}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top ul li strong{color:#3C4142}@media only screen and (max-width: 639px){body.investor.verification_requests.paypal_return div#summary-container{width:100%;padding:0 10px}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top{padding:0}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top:after{display:none}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top p{padding:14px 18px 10px}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top p.price-description{width:100%;border-right:none}body.investor.verification_requests.paypal_return div#summary-container div.investor-emails div.top p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;position:relative;top:auto;left:auto}}body.investor.verification_requests.verification_method div#spousal-equivalent-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.investor.verification_requests.verification_method div#spousal-equivalent-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.investor.verification_requests.verification_method div#spousal-equivalent-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.investor.verification_requests.verification_method div#content-container div.existing{padding-bottom:6px}body.investor.verification_requests.verification_method div#content-container div.existing p{margin-bottom:18px}body.investor.verification_requests.verification_method div#content-container div.existing a{display:inline-block;margin-bottom:12px}body.investor.verification_requests.verification_method div#content-container>p{color:#3C4142;font-weight:600}body.investor.verification_requests.verification_method div#content-container>p.light{color:#88919A}body.investor.verification_requests.verification_method div#content-container p.below-actions{margin-top:18px}body.investor.verification_requests.verification_method div#content-container ul#investment-method{list-style:none;margin-bottom:18px}body.investor.verification_requests.verification_method div#content-container ul#investment-method li{float:left}body.investor.verification_requests.verification_method div#content-container ul#investment-method li:first-child label{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.investor.verification_requests.verification_method div#content-container ul#investment-method li:first-child label.current{border-left:2px solid #C5C8CB}body.investor.verification_requests.verification_method div#content-container ul#investment-method li:last-child label{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.investor.verification_requests.verification_method div#content-container ul#investment-method li label{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:190px;padding:6px 0 5px;font-weight:600;cursor:pointer;position:relative}body.investor.verification_requests.verification_method div#content-container ul#investment-method li label.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.investor.verification_requests.verification_method div#content-container ul#investment-method li label input{zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);width:1px;height:1px;position:absolute}body.investor.verification_requests.verification_method div#content-container div.methods-container{margin-bottom:18px;display:none}body.investor.verification_requests.verification_method div#content-container div.methods-container>p{color:#3C4142;font-weight:600}body.investor.verification_requests.verification_method div#content-container div.methods-container div.title{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#E8E8E8;padding:7px 0 5px}body.investor.verification_requests.verification_method div#content-container div.methods-container div.title p{color:#3C4142;font-weight:600;float:left;margin-bottom:0}body.investor.verification_requests.verification_method div#content-container div.methods-container div.title p.method{margin-left:24px;width:430px}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul{list-style:none;padding:0 23px;background:#fff;border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li{border-top:2px solid #D4D9DE;padding:24px 0;position:relative}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li:before{content:"OR";display:block;position:absolute;background:#fff;padding:0 9px;top:-11px;left:50%;margin-left:-15px;font-style:italic}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li:first-child{border-top:0}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li:first-child:before{display:none}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li div.desc{float:left;width:400px}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li div.desc div.short ul,body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li div.desc div.short ol{margin-left:24px}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li .button,body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li button{display:block;width:90px;float:left;margin-left:30px;padding-left:0;padding-right:0}body.investor.verification_requests.verification_method div#content-container div.methods-container#individual-methods-entity>ul>li:nth-child(2):before{display:none}body.investor.verification_requests.verification_method div#content-container div.methods-container#trust-individual-methods>ul>li:nth-child(2):before{display:none}body.investor.verification_requests.verification_method div#content-container div.methods-container#trust-entity-methods>ul>li:nth-child(2):before{display:none}@media only screen and (max-width: 639px){body.investor.verification_requests.verification_method div#content-container div.methods-container div.title p.method{width:100%}body.investor.verification_requests.verification_method div#content-container div.methods-container div.title p.time{display:none}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li div.desc{width:100%;float:none;font-size:13px}body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li .button,body.investor.verification_requests.verification_method div#content-container div.methods-container>ul>li button{margin-top:18px;float:none;margin-left:0;width:100%}}body.issuer.dashboard #validation_codes,body.issuer.custom_vr_dashboard.pending #validation_codes,body.issuer.custom_vr_dashboard.completed #validation_codes,body.issuer.custom_vr_dashboard.tracking #validation_codes{width:735px}body.issuer.dashboard #validate_investors,body.issuer.custom_vr_dashboard.pending #validate_investors,body.issuer.custom_vr_dashboard.completed #validate_investors,body.issuer.custom_vr_dashboard.tracking #validate_investors{float:right}body.issuer.dashboard #credit-details a,body.issuer.dashboard #ai-credit-details a,body.issuer.dashboard #qcqp-credit-details a,body.issuer.dashboard #coupon-details a,body.issuer.dashboard #custom-credit-details a,body.issuer.custom_vr_dashboard.pending #credit-details a,body.issuer.custom_vr_dashboard.pending #ai-credit-details a,body.issuer.custom_vr_dashboard.pending #qcqp-credit-details a,body.issuer.custom_vr_dashboard.pending #coupon-details a,body.issuer.custom_vr_dashboard.pending #custom-credit-details a,body.issuer.custom_vr_dashboard.completed #credit-details a,body.issuer.custom_vr_dashboard.completed #ai-credit-details a,body.issuer.custom_vr_dashboard.completed #qcqp-credit-details a,body.issuer.custom_vr_dashboard.completed #coupon-details a,body.issuer.custom_vr_dashboard.completed #custom-credit-details a,body.issuer.custom_vr_dashboard.tracking #credit-details a,body.issuer.custom_vr_dashboard.tracking #ai-credit-details a,body.issuer.custom_vr_dashboard.tracking #qcqp-credit-details a,body.issuer.custom_vr_dashboard.tracking #coupon-details a,body.issuer.custom_vr_dashboard.tracking #custom-credit-details a{border-bottom:0px}body.issuer.dashboard #credit-table,body.issuer.custom_vr_dashboard.pending #credit-table,body.issuer.custom_vr_dashboard.completed #credit-table,body.issuer.custom_vr_dashboard.tracking #credit-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px;clear:both}body.issuer.dashboard #credit-table table,body.issuer.custom_vr_dashboard.pending #credit-table table,body.issuer.custom_vr_dashboard.completed #credit-table table,body.issuer.custom_vr_dashboard.tracking #credit-table table{border-collapse:collapse;width:100%;background:#fff}body.issuer.dashboard #credit-table table thead,body.issuer.custom_vr_dashboard.pending #credit-table table thead,body.issuer.custom_vr_dashboard.completed #credit-table table thead,body.issuer.custom_vr_dashboard.tracking #credit-table table thead{text-align:left;color:#3C4142;font-weight:600}body.issuer.dashboard #credit-table table thead.header,body.issuer.custom_vr_dashboard.pending #credit-table table thead.header,body.issuer.custom_vr_dashboard.completed #credit-table table thead.header,body.issuer.custom_vr_dashboard.tracking #credit-table table thead.header{background:#E8E8E8}body.issuer.dashboard #credit-table table thead th,body.issuer.custom_vr_dashboard.pending #credit-table table thead th,body.issuer.custom_vr_dashboard.completed #credit-table table thead th,body.issuer.custom_vr_dashboard.tracking #credit-table table thead th{padding:5px}body.issuer.dashboard #credit-table table tbody tr,body.issuer.custom_vr_dashboard.pending #credit-table table tbody tr,body.issuer.custom_vr_dashboard.completed #credit-table table tbody tr,body.issuer.custom_vr_dashboard.tracking #credit-table table tbody tr{height:30px}body.issuer.dashboard #credit-table table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.pending #credit-table table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.completed #credit-table table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.tracking #credit-table table tbody tr:nth-child(even){background:#F5F5F5}body.issuer.dashboard #credit-table table tbody tr td,body.issuer.custom_vr_dashboard.pending #credit-table table tbody tr td,body.issuer.custom_vr_dashboard.completed #credit-table table tbody tr td,body.issuer.custom_vr_dashboard.tracking #credit-table table tbody tr td{padding:5px}body.issuer.dashboard nav,body.issuer.custom_vr_dashboard.pending nav,body.issuer.custom_vr_dashboard.completed nav,body.issuer.custom_vr_dashboard.tracking nav{margin-bottom:30px;float:right}body.issuer.dashboard nav ul,body.issuer.custom_vr_dashboard.pending nav ul,body.issuer.custom_vr_dashboard.completed nav ul,body.issuer.custom_vr_dashboard.tracking nav ul{list-style:none}body.issuer.dashboard nav ul li,body.issuer.custom_vr_dashboard.pending nav ul li,body.issuer.custom_vr_dashboard.completed nav ul li,body.issuer.custom_vr_dashboard.tracking nav ul li{float:left}body.issuer.dashboard nav ul li:first-child a,body.issuer.custom_vr_dashboard.pending nav ul li:first-child a,body.issuer.custom_vr_dashboard.completed nav ul li:first-child a,body.issuer.custom_vr_dashboard.tracking nav ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.issuer.dashboard nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.pending nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.completed nav ul li:first-child a.current,body.issuer.custom_vr_dashboard.tracking nav ul li:first-child a.current{border-left:2px solid #C5C8CB}body.issuer.dashboard nav ul li:last-child a,body.issuer.custom_vr_dashboard.pending nav ul li:last-child a,body.issuer.custom_vr_dashboard.completed nav ul li:last-child a,body.issuer.custom_vr_dashboard.tracking nav ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.issuer.dashboard nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.pending nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.completed nav ul li:first-child:last-child a,body.issuer.custom_vr_dashboard.tracking nav ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.issuer.dashboard nav ul li a,body.issuer.custom_vr_dashboard.pending nav ul li a,body.issuer.custom_vr_dashboard.completed nav ul li a,body.issuer.custom_vr_dashboard.tracking nav ul li a{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:80px;padding:6px 0 5px;font-weight:600}body.issuer.dashboard nav ul li a.current,body.issuer.custom_vr_dashboard.pending nav ul li a.current,body.issuer.custom_vr_dashboard.completed nav ul li a.current,body.issuer.custom_vr_dashboard.tracking nav ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.issuer.dashboard nav.status,body.issuer.custom_vr_dashboard.pending nav.status,body.issuer.custom_vr_dashboard.completed nav.status,body.issuer.custom_vr_dashboard.tracking nav.status{float:none}body.issuer.dashboard div#dashboard-table-container,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:20px;clear:both}body.issuer.dashboard div#dashboard-table-container table,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table{border-collapse:collapse;width:100%;background:#fff}body.issuer.dashboard div#dashboard-table-container table tr td.sort,body.issuer.dashboard div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort{cursor:pointer}body.issuer.dashboard div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.dashboard div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort:hover i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort:hover i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort:hover i.sort{display:inline-block}body.issuer.dashboard div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.dashboard div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.dashboard div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.dashboard div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort.up i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort.down i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort.up i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort.down i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort.up i.sort{display:inline-block}body.issuer.dashboard div#dashboard-table-container table tr td.sort i.sort,body.issuer.dashboard div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort i.sort,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort i.sort{background:url(/assets/triangle-2681b5f66397ec8ce8d09b5dd0fd2f162150f80c7728a95830f394733bef64f4.png) no-repeat right top;display:inline-block;height:9px;width:9px;display:none;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}body.issuer.dashboard div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.dashboard div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.sort i.sort.down,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.sort i.sort.down,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.sort i.sort.down{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}body.issuer.dashboard div#dashboard-table-container table tr td.check,body.issuer.dashboard div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.check,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.check,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.check{width:49px}body.issuer.dashboard div#dashboard-table-container table tr td.check div.checkbox,body.issuer.dashboard div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.check div.checkbox,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.check div.checkbox,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.check div.checkbox{margin:0 auto}body.issuer.dashboard div#dashboard-table-container table tr td.receipt,body.issuer.dashboard div#dashboard-table-container table tr th.receipt,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.receipt,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.receipt,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.receipt,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.receipt,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.receipt,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.receipt{width:30px}body.issuer.dashboard div#dashboard-table-container table tr td.amount,body.issuer.dashboard div#dashboard-table-container table tr th.amount,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.amount,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.amount,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.amount,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.amount,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.amount,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.amount{width:120px}body.issuer.dashboard div#dashboard-table-container table tr td.price,body.issuer.dashboard div#dashboard-table-container table tr th.price,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.price,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.price,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.price,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.price,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.price,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.price{width:100px}body.issuer.dashboard div#dashboard-table-container table tr td.investor,body.issuer.dashboard div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor{width:150px}body.issuer.dashboard div#dashboard-table-container table tr td.investor ul.labels,body.issuer.dashboard div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels{list-style:none;display:inline;margin:0 0 -6px 9px}body.issuer.dashboard div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.dashboard div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li{display:inline-block;margin-right:6px}body.issuer.dashboard div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.dashboard div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li a{background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0}body.issuer.dashboard div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.dashboard div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li .portal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li .portal{background:#f3b0a3}body.issuer.dashboard div#dashboard-table-container table tr td.investor ul.labels li .deal,body.issuer.dashboard div#dashboard-table-container table tr th.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.investor ul.labels li .deal,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.investor ul.labels li .deal{background:#789E47}body.issuer.dashboard div#dashboard-table-container table tr td.requested,body.issuer.dashboard div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.requested,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.requested,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.requested{width:150px}body.issuer.dashboard div#dashboard-table-container table tr td.status,body.issuer.dashboard div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status{width:182px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.status-icon,body.issuer.dashboard div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.status-icon{cursor:help}body.issuer.dashboard div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.dashboard div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status a+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status a+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status a+div.status-icon{float:right;margin-top:6px;margin-right:28px}body.issuer.dashboard div#dashboard-table-container table tr td.status span.date,body.issuer.dashboard div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status span.date,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status span.date,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status span.date{float:left;display:block}body.issuer.dashboard div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.dashboard div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status span.date+div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status span.date+div.status-icon{float:right;display:block;margin-right:28px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.dashboard div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.status-icon,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.status-icon{float:left;margin:0 5px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.dashboard div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.status-icon:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.status-icon:first-child{margin-left:0}body.issuer.dashboard div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.dashboard div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.line,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.line{background:#D4D9DE;height:2px;width:40px;float:left;margin-top:8px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.dashboard div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.progress div.line.green,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.progress div.line.green,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.progress div.line.green{background:#8FB361}body.issuer.dashboard div#dashboard-table-container table tr td.status div.actions,body.issuer.dashboard div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions{border-top:0;margin:0;padding:0}body.issuer.dashboard div#dashboard-table-container table tr td.status div.actions a,body.issuer.dashboard div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a{display:block;float:left;padding:6px 11px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.dashboard div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a:first-child{margin-right:10px}body.issuer.dashboard div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.dashboard div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.status div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.status div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.status div.actions a.more-info{width:90px;padding:6px 0}body.issuer.dashboard div#dashboard-table-container table tr td.actions,body.issuer.dashboard div#dashboard-table-container table tr th.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.actions{width:100px}body.issuer.dashboard div#dashboard-table-container table tr td.actions div.actions,body.issuer.dashboard div#dashboard-table-container table tr th.actions div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.actions div.actions,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.actions div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.actions div.actions,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.actions div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.actions div.actions,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.actions div.actions{border-top:0;margin:0;padding:0}body.issuer.dashboard div#dashboard-table-container table tr td.actions div.actions a,body.issuer.dashboard div#dashboard-table-container table tr th.actions div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.actions div.actions a,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.actions div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.actions div.actions a,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.actions div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.actions div.actions a,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.actions div.actions a{display:block;float:left;padding:6px 11px}body.issuer.dashboard div#dashboard-table-container table tr td.actions div.actions a:first-child,body.issuer.dashboard div#dashboard-table-container table tr th.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.actions div.actions a:first-child,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.actions div.actions a:first-child{margin-right:10px}body.issuer.dashboard div#dashboard-table-container table tr td.actions div.actions a.more-info,body.issuer.dashboard div#dashboard-table-container table tr th.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr td.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tr th.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr td.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tr th.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr td.actions div.actions a.more-info,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tr th.actions div.actions a.more-info{width:90px;padding:6px 0}body.issuer.dashboard div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead{text-align:left;color:#3C4142;font-weight:600}body.issuer.dashboard div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.header,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.header{background:#E8E8E8}body.issuer.dashboard div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.header tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.header tr{height:47px}body.issuer.dashboard div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.issuer.dashboard div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section tr{height:40px}body.issuer.dashboard div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table thead.section tr th,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table thead.section tr th{padding:9px 0 9px 48px}body.issuer.dashboard div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tbody tr,body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tbody tr{height:50px}body.issuer.dashboard div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.pending div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.completed div#dashboard-table-container table tbody tr:nth-child(even),body.issuer.custom_vr_dashboard.tracking div#dashboard-table-container table tbody tr:nth-child(even){background:#F5F5F5}body.issuer.orders.show div#complete-container{width:570px;margin:48px auto 0}body.issuer.orders.show div#complete-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.issuer.orders.show div#complete-container p.help{margin:0 0 30px}body.issuer.orders.show div#complete-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.issuer.orders.show div#complete-container div.investor-emails div.top.no-labels{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.issuer.orders.show div#complete-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.issuer.orders.show div#complete-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.issuer.orders.show div#complete-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.issuer.orders.show div#complete-container div.investor-emails div.top ul{list-style:none}body.issuer.orders.show div#complete-container div.investor-emails div.top ul li{line-height:22px}body.issuer.orders.show div#complete-container div.investor-emails div.top ul li strong{color:#3C4142}body.issuer.orders.show div#complete-container div.investor-emails ul.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin:0 0 20px;padding:8px 10px 4px 39px;list-style:none;display:block;background:#fff;position:relative}body.issuer.orders.show div#complete-container div.investor-emails ul.labels:before{position:absolute;top:11px;left:11px}body.issuer.orders.show div#complete-container div.investor-emails ul.labels li{display:inline-block;margin:0 6px 6px 0;background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0;line-height:1}@media only screen and (max-width: 639px){body.issuer.orders.show div#complete-container{width:100%;padding:0 10px}}ul.labels{list-style:none;display:inline;margin:0 0 -6px 9px}ul.labels li{display:inline-block;margin-right:6px}ul.labels li a{background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0}body.issuer.wizard.complete div#expedited-review-tooltip,body.issuer.dashboard.purchase_complete div#expedited-review-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.issuer.wizard.complete div#expedited-review-tooltip.righty:after,body.issuer.dashboard.purchase_complete div#expedited-review-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.issuer.wizard.complete div#expedited-review-tooltip:after,body.issuer.dashboard.purchase_complete div#expedited-review-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.issuer.wizard.complete div#complete-container,body.issuer.dashboard.purchase_complete div#complete-container{width:570px;margin:48px auto 0}body.issuer.wizard.complete div#complete-container h3,body.issuer.dashboard.purchase_complete div#complete-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.issuer.wizard.complete div#complete-container p.help,body.issuer.dashboard.purchase_complete div#complete-container p.help{margin:0 0 30px}body.issuer.wizard.complete div#complete-container div.investor-emails div.top,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.issuer.wizard.complete div#complete-container div.investor-emails div.top.no-labels,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top.no-labels{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.issuer.wizard.complete div#complete-container div.investor-emails div.top:after,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.issuer.wizard.complete div#complete-container div.investor-emails div.top p.price-description,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.issuer.wizard.complete div#complete-container div.investor-emails div.top p.price,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.issuer.wizard.complete div#complete-container div.investor-emails div.top ul,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top ul{list-style:none}body.issuer.wizard.complete div#complete-container div.investor-emails div.top ul li,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top ul li{line-height:22px}body.issuer.wizard.complete div#complete-container div.investor-emails div.top ul li strong,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails div.top ul li strong{color:#3C4142}body.issuer.wizard.complete div#complete-container div.investor-emails ul.labels,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails ul.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin:0 0 20px;padding:8px 10px 4px 39px;list-style:none;display:block;background:#fff;position:relative}body.issuer.wizard.complete div#complete-container div.investor-emails ul.labels:before,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails ul.labels:before{position:absolute;top:11px;left:11px}body.issuer.wizard.complete div#complete-container div.investor-emails ul.labels li,body.issuer.dashboard.purchase_complete div#complete-container div.investor-emails ul.labels li{display:inline-block;margin:0 6px 6px 0;background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0;line-height:1}@media only screen and (max-width: 639px){body.issuer.wizard.complete div#complete-container,body.issuer.dashboard.purchase_complete div#complete-container{width:100%;padding:0 10px}}ul.labels{list-style:none;display:inline;margin:0 0 -6px 9px}ul.labels li{display:inline-block;margin-right:6px}ul.labels li a{background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0}body.issuer.wizard.confirmation form#confirmation-form,body.issuer.wizard.submit_confirmation form#confirmation-form,body.issuer.dashboard.purchase_options form#confirmation-form,body.issuer.dashboard.purchase_credits form#confirmation-form,body.investor.verification_requests.expedite form#confirmation-form,body.issuer.dashboard.expedite form#confirmation-form{width:570px;margin:48px auto 0}body.issuer.wizard.confirmation form#confirmation-form p.help,body.issuer.wizard.submit_confirmation form#confirmation-form p.help,body.issuer.dashboard.purchase_options form#confirmation-form p.help,body.issuer.dashboard.purchase_credits form#confirmation-form p.help,body.investor.verification_requests.expedite form#confirmation-form p.help,body.issuer.dashboard.expedite form#confirmation-form p.help{margin:0 0 30px}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails:after,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails:after,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails:after,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails:after,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails:after,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails p.price-description,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails p.price-description,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails p.price,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails p.price,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails ul,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails ul,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails ul,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails ul,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails ul,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails ul{list-style:none}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails ul li,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails ul li,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails ul li,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails ul li,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails ul li,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails ul li{line-height:22px}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails ul li strong,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails ul li strong,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails ul li strong,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails ul li strong,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails ul li strong,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails ul li strong{color:#3C4142}body.issuer.wizard.confirmation form#confirmation-form div.labels,body.issuer.wizard.submit_confirmation form#confirmation-form div.labels,body.issuer.dashboard.purchase_options form#confirmation-form div.labels,body.issuer.dashboard.purchase_credits form#confirmation-form div.labels,body.investor.verification_requests.expedite form#confirmation-form div.labels,body.issuer.dashboard.expedite form#confirmation-form div.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin-bottom:20px;padding:10px}body.issuer.wizard.confirmation form#confirmation-form div.labels div.field,body.issuer.wizard.submit_confirmation form#confirmation-form div.labels div.field,body.issuer.dashboard.purchase_options form#confirmation-form div.labels div.field,body.issuer.dashboard.purchase_credits form#confirmation-form div.labels div.field,body.investor.verification_requests.expedite form#confirmation-form div.labels div.field,body.issuer.dashboard.expedite form#confirmation-form div.labels div.field{margin:0}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag h5,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag h5,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag h5,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag h5,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag h5,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag>p,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag>p,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag>p,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag>p,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag>p,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options{list-style:none}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li{margin-bottom:12px}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label{display:block;cursor:pointer}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.price{float:left;font-weight:600}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio{margin:1px 18px 0 0}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc{color:#3C4142;width:190px}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc select{width:45px;font-weight:bold;border:2px solid #D4D9DE;background-color:#F3F1F1}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.price,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li label p.price{color:#8FB361}body.issuer.wizard.confirmation form#confirmation-form div#coupon-form,body.issuer.wizard.submit_confirmation form#confirmation-form div#coupon-form,body.issuer.dashboard.purchase_options form#confirmation-form div#coupon-form,body.issuer.dashboard.purchase_credits form#confirmation-form div#coupon-form,body.investor.verification_requests.expedite form#confirmation-form div#coupon-form,body.issuer.dashboard.expedite form#confirmation-form div#coupon-form{margin:12px 0 0}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag+div#coupon-form,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag+div#coupon-form,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag+div#coupon-form,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag+div#coupon-form,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag+div#coupon-form,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag+div#coupon-form{margin:30px 0 0}@media screen and (max-width: 320px){body.issuer.wizard.confirmation form#confirmation-form div.investor-emails p.price-description,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails p.price-description,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails p.price-description,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails p.price-description{max-width:185px}}@media only screen and (max-width: 639px){body.issuer.wizard.confirmation form#confirmation-form,body.issuer.wizard.submit_confirmation form#confirmation-form,body.issuer.dashboard.purchase_options form#confirmation-form,body.issuer.dashboard.purchase_credits form#confirmation-form,body.investor.verification_requests.expedite form#confirmation-form,body.issuer.dashboard.expedite form#confirmation-form{margin-top:28px;width:100%;padding:0 20px}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails:after,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails:after,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails:after,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails:after,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails:after,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails:after{right:60px;left:auto}body.issuer.wizard.confirmation form#confirmation-form div.investor-emails p.price,body.issuer.wizard.submit_confirmation form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.purchase_options form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.purchase_credits form#confirmation-form div.investor-emails p.price,body.investor.verification_requests.expedite form#confirmation-form div.investor-emails p.price,body.issuer.dashboard.expedite form#confirmation-form div.investor-emails p.price{left:auto;right:0;width:60px;text-align:center}body.issuer.wizard.confirmation form#confirmation-form div.bulk-bag ul.purchase-options li p.price,body.issuer.wizard.submit_confirmation form#confirmation-form div.bulk-bag ul.purchase-options li p.price,body.issuer.dashboard.purchase_options form#confirmation-form div.bulk-bag ul.purchase-options li p.price,body.issuer.dashboard.purchase_credits form#confirmation-form div.bulk-bag ul.purchase-options li p.price,body.investor.verification_requests.expedite form#confirmation-form div.bulk-bag ul.purchase-options li p.price,body.issuer.dashboard.expedite form#confirmation-form div.bulk-bag ul.purchase-options li p.price{display:block;margin-left:34px}body.issuer.wizard.confirmation form#confirmation-form div.actions a.button.first,body.issuer.wizard.submit_confirmation form#confirmation-form div.actions a.button.first,body.issuer.dashboard.purchase_options form#confirmation-form div.actions a.button.first,body.issuer.dashboard.purchase_credits form#confirmation-form div.actions a.button.first,body.investor.verification_requests.expedite form#confirmation-form div.actions a.button.first,body.issuer.dashboard.expedite form#confirmation-form div.actions a.button.first{display:none}body.issuer.wizard.confirmation form#confirmation-form div.actions .button,body.issuer.wizard.submit_confirmation form#confirmation-form div.actions .button,body.issuer.dashboard.purchase_options form#confirmation-form div.actions .button,body.issuer.dashboard.purchase_credits form#confirmation-form div.actions .button,body.investor.verification_requests.expedite form#confirmation-form div.actions .button,body.issuer.dashboard.expedite form#confirmation-form div.actions .button{padding:9px 10px 8px}}body.issuer.wizard.continue_po div.wrapper{width:570px;margin:48px auto 0}@media only screen and (max-width: 639px){body.issuer.wizard.continue_po div.wrapper{width:100%;padding:0 20px;margin-top:28px}}p.clear-emails{margin-top:2em !important}.bulk-import{margin-top:2em !important}body.issuer.wizard.investors form#investors-form,body.issuer.wizard.investors form#custom-vr-form,body.issuer.wizard.submit_investors form#investors-form,body.issuer.wizard.submit_investors form#custom-vr-form,body.issuer.wizard.update_investors form#investors-form,body.issuer.wizard.update_investors form#custom-vr-form,body.issuer.wizard.confirm_continue_po form#investors-form,body.issuer.wizard.confirm_continue_po form#custom-vr-form{width:590px;margin:48px auto 0}body.issuer.wizard.investors form#investors-form p,body.issuer.wizard.investors form#custom-vr-form p,body.issuer.wizard.submit_investors form#investors-form p,body.issuer.wizard.submit_investors form#custom-vr-form p,body.issuer.wizard.update_investors form#investors-form p,body.issuer.wizard.update_investors form#custom-vr-form p,body.issuer.wizard.confirm_continue_po form#investors-form p,body.issuer.wizard.confirm_continue_po form#custom-vr-form p{margin:0 0 12px 10px}body.issuer.wizard.investors form#investors-form p.help,body.issuer.wizard.investors form#custom-vr-form p.help,body.issuer.wizard.submit_investors form#investors-form p.help,body.issuer.wizard.submit_investors form#custom-vr-form p.help,body.issuer.wizard.update_investors form#investors-form p.help,body.issuer.wizard.update_investors form#custom-vr-form p.help,body.issuer.wizard.confirm_continue_po form#investors-form p.help,body.issuer.wizard.confirm_continue_po form#custom-vr-form p.help{margin-bottom:30px}body.issuer.wizard.investors form#investors-form div.investor-field,body.issuer.wizard.investors form#investors-form div.custom-vr-field,body.issuer.wizard.investors form#custom-vr-form div.investor-field,body.issuer.wizard.investors form#custom-vr-form div.custom-vr-field,body.issuer.wizard.submit_investors form#investors-form div.investor-field,body.issuer.wizard.submit_investors form#investors-form div.custom-vr-field,body.issuer.wizard.submit_investors form#custom-vr-form div.investor-field,body.issuer.wizard.submit_investors form#custom-vr-form div.custom-vr-field,body.issuer.wizard.update_investors form#investors-form div.investor-field,body.issuer.wizard.update_investors form#investors-form div.custom-vr-field,body.issuer.wizard.update_investors form#custom-vr-form div.investor-field,body.issuer.wizard.update_investors form#custom-vr-form div.custom-vr-field,body.issuer.wizard.confirm_continue_po form#investors-form div.investor-field,body.issuer.wizard.confirm_continue_po form#investors-form div.custom-vr-field,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.investor-field,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.custom-vr-field{display:inline-block;background-color:#e4e4e4;height:49px;padding-top:7px}body.issuer.wizard.investors form#investors-form div.field,body.issuer.wizard.investors form#custom-vr-form div.field,body.issuer.wizard.submit_investors form#investors-form div.field,body.issuer.wizard.submit_investors form#custom-vr-form div.field,body.issuer.wizard.update_investors form#investors-form div.field,body.issuer.wizard.update_investors form#custom-vr-form div.field,body.issuer.wizard.confirm_continue_po form#investors-form div.field,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field{margin:0 10px 20px}body.issuer.wizard.investors form#investors-form div.field.pseudo-iconic.person:before,body.issuer.wizard.investors form#custom-vr-form div.field.pseudo-iconic.person:before,body.issuer.wizard.submit_investors form#investors-form div.field.pseudo-iconic.person:before,body.issuer.wizard.submit_investors form#custom-vr-form div.field.pseudo-iconic.person:before,body.issuer.wizard.update_investors form#investors-form div.field.pseudo-iconic.person:before,body.issuer.wizard.update_investors form#custom-vr-form div.field.pseudo-iconic.person:before,body.issuer.wizard.confirm_continue_po form#investors-form div.field.pseudo-iconic.person:before,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field.pseudo-iconic.person:before{position:absolute;top:9px;left:9px}body.issuer.wizard.investors form#investors-form div.field.pseudo-iconic.person input,body.issuer.wizard.investors form#custom-vr-form div.field.pseudo-iconic.person input,body.issuer.wizard.submit_investors form#investors-form div.field.pseudo-iconic.person input,body.issuer.wizard.submit_investors form#custom-vr-form div.field.pseudo-iconic.person input,body.issuer.wizard.update_investors form#investors-form div.field.pseudo-iconic.person input,body.issuer.wizard.update_investors form#custom-vr-form div.field.pseudo-iconic.person input,body.issuer.wizard.confirm_continue_po form#investors-form div.field.pseudo-iconic.person input,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field.pseudo-iconic.person input{padding-left:30px}body.issuer.wizard.investors form#investors-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.investors form#custom-vr-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.submit_investors form#investors-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.submit_investors form#custom-vr-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.update_investors form#investors-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.update_investors form#custom-vr-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.confirm_continue_po form#investors-form div.field.pseudo-iconic.person2:before,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field.pseudo-iconic.person2:before{position:absolute;top:9px;left:9px}body.issuer.wizard.investors form#investors-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.investors form#custom-vr-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.submit_investors form#investors-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.submit_investors form#custom-vr-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.update_investors form#investors-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.update_investors form#custom-vr-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.confirm_continue_po form#investors-form div.field.pseudo-iconic.person2 input,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field.pseudo-iconic.person2 input{padding-left:30px}body.issuer.wizard.investors form#investors-form div.actions,body.issuer.wizard.investors form#custom-vr-form div.actions,body.issuer.wizard.submit_investors form#investors-form div.actions,body.issuer.wizard.submit_investors form#custom-vr-form div.actions,body.issuer.wizard.update_investors form#investors-form div.actions,body.issuer.wizard.update_investors form#custom-vr-form div.actions,body.issuer.wizard.confirm_continue_po form#investors-form div.actions,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.actions{margin:39px 10px 0}@media only screen and (max-width: 639px){body.issuer.wizard.investors form#investors-form,body.issuer.wizard.investors form#custom-vr-form,body.issuer.wizard.submit_investors form#investors-form,body.issuer.wizard.submit_investors form#custom-vr-form,body.issuer.wizard.update_investors form#investors-form,body.issuer.wizard.update_investors form#custom-vr-form,body.issuer.wizard.confirm_continue_po form#investors-form,body.issuer.wizard.confirm_continue_po form#custom-vr-form{width:100%;padding:0 20px;margin-top:28px}body.issuer.wizard.investors form#investors-form div.field,body.issuer.wizard.investors form#custom-vr-form div.field,body.issuer.wizard.submit_investors form#investors-form div.field,body.issuer.wizard.submit_investors form#custom-vr-form div.field,body.issuer.wizard.update_investors form#investors-form div.field,body.issuer.wizard.update_investors form#custom-vr-form div.field,body.issuer.wizard.confirm_continue_po form#investors-form div.field,body.issuer.wizard.confirm_continue_po form#custom-vr-form div.field{width:100%;margin-left:0;margin-right:0}body.issuer.wizard.investors form#investors-form p,body.issuer.wizard.investors form#custom-vr-form p,body.issuer.wizard.submit_investors form#investors-form p,body.issuer.wizard.submit_investors form#custom-vr-form p,body.issuer.wizard.update_investors form#investors-form p,body.issuer.wizard.update_investors form#custom-vr-form p,body.issuer.wizard.confirm_continue_po form#investors-form p,body.issuer.wizard.confirm_continue_po form#custom-vr-form p{margin-left:0}}body.issuer.wizard.lite_options form#lite-options-form{width:590px;margin:48px auto 0}body.issuer.wizard.lite_options form#lite-options-form p{margin:0 0 12px 10px}body.issuer.wizard.lite_options form#lite-options-form p.help{margin-bottom:30px}body.issuer.wizard.lite_options form#lite-options-form div.field{margin:0 10px 20px}body.issuer.wizard.lite_options form#lite-options-form div.field.pseudo-iconic.person:before{position:absolute;top:9px;left:9px}body.issuer.wizard.lite_options form#lite-options-form div.field.pseudo-iconic.person input{padding-left:30px}body.issuer.wizard.lite_options form#lite-options-form div.actions{margin:39px 10px 0}@media only screen and (max-width: 639px){body.issuer.wizard.lite_options form#lite-options-form{width:100%;padding:0 20px;margin-top:28px}body.issuer.wizard.lite_options form#lite-options-form div.field{width:100%;margin-left:0;margin-right:0}body.issuer.wizard.lite_options form#lite-options-form p{margin-left:0}}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container{margin-bottom:18px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>p{color:#3C4142;font-weight:600}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container div.title{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#E8E8E8;padding:7px 0 5px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container div.title p{color:#3C4142;font-weight:600;float:left;margin-bottom:0}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container div.title p.method{margin-left:24px;width:430px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul{list-style:none;padding:0 23px;background:#fff;border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li{border-top:2px solid #D4D9DE;padding:24px 0;position:relative}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li:before{content:"OR";display:block;position:absolute;background:#fff;padding:0 9px;top:-11px;left:50%;margin-left:-15px;font-style:italic}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li:first-child{border-top:0}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li:first-child:before{display:none}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li div.desc{float:left;width:400px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li div.desc div.short ul,body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li div.desc div.short ol{margin-left:24px}body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li .button,body.issuer.wizard.lite_options form#lite-options-form div.lite-options-container>ul>li button{display:block;width:90px;float:left;margin-left:30px;padding-left:0;padding-right:0}body.issuer.wizard.options form#options-form{width:590px;margin:48px auto 0}body.issuer.wizard.options form#options-form p{margin:0 0 12px 10px}body.issuer.wizard.options form#options-form p.help{margin-bottom:30px}body.issuer.wizard.options form#options-form div.field{margin:0 10px 20px}body.issuer.wizard.options form#options-form div.field.pseudo-iconic.person:before{position:absolute;top:9px;left:9px}body.issuer.wizard.options form#options-form div.field.pseudo-iconic.person input{padding-left:30px}body.issuer.wizard.options form#options-form div.actions{margin:39px 10px 0}@media only screen and (max-width: 639px){body.issuer.wizard.options form#options-form{width:100%;padding:0 20px;margin-top:28px}body.issuer.wizard.options form#options-form div.field{width:100%;margin-left:0;margin-right:0}body.issuer.wizard.options form#options-form p{margin-left:0}}body.issuer.wizard.options form#options-form div.options-container{margin-bottom:18px}body.issuer.wizard.options form#options-form div.options-container>p{color:#3C4142;font-weight:600}body.issuer.wizard.options form#options-form div.options-container div.title{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#E8E8E8;padding:7px 0 5px}body.issuer.wizard.options form#options-form div.options-container div.title p{color:#3C4142;font-weight:600;float:left;margin-bottom:0}body.issuer.wizard.options form#options-form div.options-container div.title p.method{margin-left:24px;width:430px}body.issuer.wizard.options form#options-form div.options-container>ul{list-style:none;padding:0 23px;background:#fff;border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.issuer.wizard.options form#options-form div.options-container>ul>li{border-top:2px solid #D4D9DE;padding:24px 0;position:relative}body.issuer.wizard.options form#options-form div.options-container>ul>li:before{content:"OR";display:block;position:absolute;background:#fff;padding:0 9px;top:-11px;left:50%;margin-left:-15px;font-style:italic}body.issuer.wizard.options form#options-form div.options-container>ul>li:first-child{border-top:0}body.issuer.wizard.options form#options-form div.options-container>ul>li:first-child:before{display:none}body.issuer.wizard.options form#options-form div.options-container>ul>li div.desc{float:left;width:75%}body.issuer.wizard.options form#options-form div.options-container>ul>li div.desc div.short ul,body.issuer.wizard.options form#options-form div.options-container>ul>li div.desc div.short ol{margin-left:24px}body.issuer.wizard.options form#options-form div.options-container>ul>li .button,body.issuer.wizard.options form#options-form div.options-container>ul>li button{display:block;width:90px;float:left;margin-left:30px;padding-left:0;padding-right:0}body.issuer.wizard.pay_with_credit_card div#credit-container,body.issuer.wizard.process_credit_card div#credit-container{width:570px;margin:48px auto 0}body.issuer.wizard.pay_with_credit_card div#credit-container p.help,body.issuer.wizard.process_credit_card div#credit-container p.help{margin:0 0 30px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary,body.issuer.wizard.process_credit_card div#credit-container div.summary{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;height:110px;margin-bottom:48px;position:relative}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary:after,body.issuer.wizard.process_credit_card div#credit-container div.summary:after{content:"";display:block;height:2px;background:#D4D9DE;width:570px;position:absolute;bottom:-24px;left:-2px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary p,body.issuer.wizard.process_credit_card div#credit-container div.summary p{color:#8FB361;font-weight:600;float:left;height:100%;padding:14px 0 0 18px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary p.price-description,body.issuer.wizard.process_credit_card div#credit-container div.summary p.price-description{border-right:2px solid #D4D9DE;width:420px}@media only screen and (max-width: 639px){body.issuer.wizard.pay_with_credit_card div#credit-container,body.issuer.wizard.process_credit_card div#credit-container{width:100%;padding:0 10px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary,body.issuer.wizard.process_credit_card div#credit-container div.summary{height:auto;overflow:hidden;margin:0 0 30px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary:after,body.issuer.wizard.process_credit_card div#credit-container div.summary:after{display:none}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary p,body.issuer.wizard.process_credit_card div#credit-container div.summary p{padding-right:18px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary p.price-description,body.issuer.wizard.process_credit_card div#credit-container div.summary p.price-description{width:100%;border-right:none;padding-bottom:10px}body.issuer.wizard.pay_with_credit_card div#credit-container div.summary p.price,body.issuer.wizard.process_credit_card div#credit-container div.summary p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;padding-bottom:10px}body.issuer.wizard.pay_with_credit_card div#credit-container form div.field,body.issuer.wizard.process_credit_card div#credit-container form div.field{width:100%;margin-right:0}}body.issuer.wizard.paypal_return div#summary-container,body.issuer.dashboard.paypal_return div#summary-container{width:570px;margin:48px auto 0}body.issuer.wizard.paypal_return div#summary-container h3,body.issuer.dashboard.paypal_return div#summary-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.issuer.wizard.paypal_return div#summary-container p.help,body.issuer.dashboard.paypal_return div#summary-container p.help{margin:0 0 30px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff;padding:18px;position:relative}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top:after,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top p.price-description,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top p.price,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top ul,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top ul{list-style:none}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top ul li,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top ul li{line-height:22px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top ul li strong,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top ul li strong{color:#3C4142}@media only screen and (max-width: 639px){body.issuer.wizard.paypal_return div#summary-container,body.issuer.dashboard.paypal_return div#summary-container{width:100%;padding:0 10px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top{padding:0}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top:after,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top:after{display:none}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top p,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top p{padding:14px 18px 10px}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top p.price-description,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top p.price-description{width:100%;border-right:none}body.issuer.wizard.paypal_return div#summary-container div.investor-emails div.top p.price,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails div.top p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;position:relative;top:auto;left:auto}body.issuer.wizard.paypal_return div#summary-container div.investor-emails ul,body.issuer.dashboard.paypal_return div#summary-container div.investor-emails ul{border-top:2px solid #D4D9DE;padding:14px 18px 10px}}body.lite div#spousal-equivalent-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.lite div#spousal-equivalent-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.lite div#spousal-equivalent-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.lite div#content-container div.existing{padding-bottom:6px}body.lite div#content-container div.existing p{margin-bottom:18px}body.lite div#content-container div.existing a{display:inline-block;margin-bottom:12px}body.lite div#content-container>p{color:#3C4142;font-weight:600}body.lite div#content-container>p.light{color:#88919A}body.lite div#content-container ul#investment-method{list-style:none;margin-bottom:18px}body.lite div#content-container ul#investment-method li{float:left}body.lite div#content-container ul#investment-method li:first-child label{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.lite div#content-container ul#investment-method li:first-child label.current{border-left:2px solid #C5C8CB}body.lite div#content-container ul#investment-method li:last-child label{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.lite div#content-container ul#investment-method li label{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:150px;padding:6px 0 5px;font-weight:600;cursor:pointer;position:relative}body.lite div#content-container ul#investment-method li label.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.lite div#content-container ul#investment-method li label input{zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);width:1px;height:1px;position:absolute}body.lite div#content-container div.methods-container{margin-bottom:18px;display:none}body.lite div#content-container div.methods-container>p{color:#3C4142;font-weight:600}body.lite div#content-container div.methods-container div.title{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#E8E8E8;padding:7px 0 5px}body.lite div#content-container div.methods-container div.title p{color:#3C4142;font-weight:600;float:left;margin-bottom:0}body.lite div#content-container div.methods-container div.title p.method{margin-left:24px;width:430px}body.lite div#content-container div.methods-container>ul{list-style:none;padding:0 23px;background:#fff;border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.lite div#content-container div.methods-container>ul>li{border-top:2px solid #D4D9DE;padding:24px 0;position:relative}body.lite div#content-container div.methods-container>ul>li:before{content:"OR";display:block;position:absolute;background:#fff;padding:0 9px;top:-11px;left:50%;margin-left:-15px;font-style:italic}body.lite div#content-container div.methods-container>ul>li:first-child{border-top:0}body.lite div#content-container div.methods-container>ul>li:first-child:before{display:none}body.lite div#content-container div.methods-container>ul>li div.desc{float:left;width:400px}body.lite div#content-container div.methods-container>ul>li div.desc div.short ul,body.lite div#content-container div.methods-container>ul>li div.desc div.short ol{margin-left:24px}body.lite div#content-container div.methods-container>ul>li .button,body.lite div#content-container div.methods-container>ul>li button{display:block;width:90px;float:left;margin-left:30px;padding-left:0;padding-right:0}@media only screen and (max-width: 639px){body.lite div#content-container div.methods-container div.title p.method{width:100%}body.lite div#content-container div.methods-container div.title p.time{display:none}body.lite div#content-container div.methods-container>ul>li div.desc{width:100%;float:none;font-size:13px}body.lite div#content-container div.methods-container>ul>li .button,body.lite div#content-container div.methods-container>ul>li button{margin-top:18px;float:none;margin-left:0;width:100%}}body.lite.complete div#complete-container{width:570px;margin:48px auto 0}body.lite.complete div#complete-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.lite.complete div#complete-container p.help{margin:0 0 30px}body.lite.complete div#complete-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.lite.complete div#complete-container div.investor-emails div.top.no-labels{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.lite.complete div#complete-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.lite.complete div#complete-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.lite.complete div#complete-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.lite.complete div#complete-container div.investor-emails div.top ul{list-style:none}body.lite.complete div#complete-container div.investor-emails div.top ul li{line-height:22px}body.lite.complete div#complete-container div.investor-emails div.top ul li strong{color:#3C4142}body.lite.complete div#complete-container div.investor-emails ul.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin:0 0 20px;padding:8px 10px 4px 39px;list-style:none;display:block;background:#fff;position:relative}body.lite.complete div#complete-container div.investor-emails ul.labels:before{position:absolute;top:11px;left:11px}body.lite.complete div#complete-container div.investor-emails ul.labels li{display:inline-block;margin:0 6px 6px 0;background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0;line-height:1}@media only screen and (max-width: 639px){body.lite.complete div#complete-container{width:100%;padding:0 10px}}ul.labels{list-style:none;display:inline;margin:0 0 -6px 9px}ul.labels li{display:inline-block;margin-right:6px}ul.labels li a{background:#D6DBE0;font-size:10px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 3px 2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0}@-webkit-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@-moz-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@-ms-keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}@keyframes loading{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}}body.lite.verification_requests.documents label.inline-checkbox,body.lite.verification_requests.credit_report_auth label.inline-checkbox{display:block;cursor:pointer;font-weight:600}body.lite.verification_requests.documents label.inline-checkbox div.checkbox,body.lite.verification_requests.credit_report_auth label.inline-checkbox div.checkbox{float:left;margin:1px 9px 0 0}body.lite.verification_requests.documents div#spousal-equivalent-tooltip,body.lite.verification_requests.credit_report_auth div#spousal-equivalent-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.lite.verification_requests.documents div#spousal-equivalent-tooltip.righty:after,body.lite.verification_requests.credit_report_auth div#spousal-equivalent-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.lite.verification_requests.documents div#spousal-equivalent-tooltip:after,body.lite.verification_requests.credit_report_auth div#spousal-equivalent-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.lite.verification_requests.documents div#legal-name-tooltip,body.lite.verification_requests.credit_report_auth div#legal-name-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.lite.verification_requests.documents div#legal-name-tooltip.righty:after,body.lite.verification_requests.credit_report_auth div#legal-name-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.lite.verification_requests.documents div#legal-name-tooltip:after,body.lite.verification_requests.credit_report_auth div#legal-name-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.lite.verification_requests.documents div#content-container div.reviewer-comments,body.lite.verification_requests.credit_report_auth div#content-container div.reviewer-comments{border-bottom:2px solid #D4D9DE}body.lite.verification_requests.documents div#content-container div.loading-indicator,body.lite.verification_requests.credit_report_auth div#content-container div.loading-indicator{width:16px;height:16px;position:absolute;background:url(/assets/loading-3f539d625a47bb2eb38756ec2863a2e4eed866c61873c91e833024ccb5f79976.png);animation:loading 900ms infinite linear normal;-ms-animation:loading 900ms infinite linear normal;-moz-animation:loading 900ms infinite linear normal;-webkit-animation:loading 900ms infinite linear normal;animation-delay:0s;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s}body.lite.verification_requests.documents div#content-container div.uploadable,body.lite.verification_requests.documents div#content-container div.multi-uploadable,body.lite.verification_requests.credit_report_auth div#content-container div.uploadable,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable{margin-bottom:30px}body.lite.verification_requests.documents div#content-container div.uploadable:last-child,body.lite.verification_requests.documents div#content-container div.multi-uploadable:last-child,body.lite.verification_requests.credit_report_auth div#content-container div.uploadable:last-child,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable:last-child{margin-bottom:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable{background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:8px}body.lite.verification_requests.documents div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable.loading div.file-input button.uploadable-trigger{display:none}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:2px solid #D4D9DE;list-style:none;margin-bottom:8px}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files.empty,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files.empty{display:none}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file{background:#fff;border-top:2px solid #D4D9DE;height:60px;position:relative}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file:first-child,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file:first-child{border-top:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file:first-child input.document-name{padding:10px 6px 10px 12px}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file input.document-name{font-size:14px;display:block;width:200px;float:left;border-radius:1px 0 0 1px;-webkit-border-radius:1px 0 0 1px;-moz-border-radius:1px 0 0 1px;-o-border-radius:1px 0 0 1px;padding:10px 6px 8px 12px;height:100%}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name.error,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file input.document-name.error{background:#f9d7d0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file{border:0;font-weight:normal;width:321px;display:block;position:absolute;top:0;right:10px;height:100%}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file:before,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file:before{position:absolute;top:10px;left:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file p{padding:7px 18px 0 33px}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name{display:inline-block;float:left;max-width:296px;padding-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p strong,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file p strong{color:#8FB361}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file p strong.blacked-out{color:#3C4142}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.delete,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.delete{width:16px;height:16px;display:block;position:absolute;top:11px;right:10px;background:transparent;padding:0;overflow:hidden;text-indent:100%;white-space:nowrap}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.delete:before,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.delete:before{position:absolute;top:0;left:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input{display:block;background:#E8E8E8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;position:relative;height:35px}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input input,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input input{display:block;position:absolute;border:1px solid #f00;width:120px;height:38px;top:0;right:0;z-index:2;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input p,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input p{color:#88919A;font-weight:600;float:left;padding:6px 0 0 15px}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input p strong,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input p strong{color:#3C4142}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input button.uploadable-trigger,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input button.uploadable-trigger{width:110px;display:block;position:absolute;top:0;right:1px;padding-left:0;padding-right:0;z-index:1}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input div.loading-indicator,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input div.loading-indicator{top:10px;right:15px}body.lite.verification_requests.documents div#content-container p#blackout-warning,body.lite.verification_requests.credit_report_auth div#content-container p#blackout-warning{margin-top:30px;display:none}body.lite.verification_requests.documents div#content-container p.below-actions,body.lite.verification_requests.credit_report_auth div#content-container p.below-actions{margin-top:18px}@media only screen and (max-width: 639px){body.lite.verification_requests.documents div#content-container p.file-desc,body.lite.verification_requests.credit_report_auth div#content-container p.file-desc{max-width:100%}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file{height:74px}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file input.document-name{width:100%;float:none;padding:10px 6px 8px 12px;position:absolute;bottom:0;left:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file input.document-name.error,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file input.document-name.error{background:#f9d7d0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file{width:100%;height:37px;right:0}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file:before,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file:before{left:10px}body.lite.verification_requests.documents div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable ul.files li.file a.file p span.file-name{max-width:80px}body.lite.verification_requests.documents div#content-container div.multi-uploadable div.file-input p,body.lite.verification_requests.credit_report_auth div#content-container div.multi-uploadable div.file-input p{display:none}}body.lite.verification_requests.documents div#content-container div.entity-2 p.file-desc{width:500px}body.lite.verification_requests.documents div#content-container div.entity-7 p.file-desc{width:500px}body.lite.verification_requests.documents div#content-container div.entity-7 div.option{margin-bottom:30px}body.lite.verification_requests.documents div#content-container div.entity-7 div.option{display:none}body.lite.verification_requests.documents div#content-container div.entity-7 div.option.plan-statement{display:block}body.lite.verification_requests.documents div#content-container div.entity-7 p.picker{display:none}body.lite.verification_requests.documents div#content-container div.entity-7 p.picker.plan-statement{display:block}body.lite.verification_requests.documents div#content-container div.individual-3 div.page{display:none}body.lite.verification_requests.documents div#content-container div.individual-3 div.page.net-worth-assessment{display:block}body.lite.verification_requests.documents div#content-container div.individual-3 hr.mb30{margin-bottom:30px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label{display:block;cursor:pointer;font-weight:600}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.no-credit-report label div.checkbox,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#most-recent-credit-report label div.checkbox{float:left;margin:1px 9px 0 0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities h4,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets h4{color:#3C4142;font-size:18px;margin-bottom:15px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul{list-style:none}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li{position:relative}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete{width:16px;height:16px;padding:0;text-indent:100%;overflow:hidden;position:absolute;left:-30px;top:35px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul li button.delete:before,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul li button.delete:before{position:absolute;top:0;left:0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days{width:100%}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt input,body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities div.primary-residence-debt-last-sixty-days input{width:275px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets{margin-top:54px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container{margin-top:48px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container h5{color:#3C4142;font-size:18px;margin-bottom:12px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div#net-worth-container p#net-worth-sufficient{margin:24px 0 0;display:none}@media only screen and (max-width: 639px){body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li:last-child{border-bottom:0;margin-bottom:0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xsmall{width:134px;margin-right:0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xxxsmall{width:146px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li:last-child{border-bottom:0;margin-bottom:0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small{width:274px;margin-right:0}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small+div.small{width:140px}body.lite.verification_requests.documents div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li div.xxsmall{width:140px;margin-right:0}}body.lite.pay_with_credit_card div#credit-container,body.lite.process_credit_card div#credit-container{width:570px;margin:48px auto 0}body.lite.pay_with_credit_card div#credit-container p.help,body.lite.process_credit_card div#credit-container p.help{margin:0 0 30px}body.lite.pay_with_credit_card div#credit-container div.summary,body.lite.process_credit_card div#credit-container div.summary{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;height:75px;margin-bottom:48px;position:relative}body.lite.pay_with_credit_card div#credit-container div.summary:after,body.lite.process_credit_card div#credit-container div.summary:after{content:"";display:block;height:2px;background:#D4D9DE;width:570px;position:absolute;bottom:-24px;left:-2px}body.lite.pay_with_credit_card div#credit-container div.summary p,body.lite.process_credit_card div#credit-container div.summary p{color:#8FB361;font-weight:600;float:left;height:100%;padding:14px 0 0 18px}body.lite.pay_with_credit_card div#credit-container div.summary p.price-description,body.lite.process_credit_card div#credit-container div.summary p.price-description{border-right:2px solid #D4D9DE;width:420px}@media only screen and (max-width: 639px){body.lite.pay_with_credit_card div#credit-container,body.lite.process_credit_card div#credit-container{width:100%;padding:0 10px}body.lite.pay_with_credit_card div#credit-container div.summary,body.lite.process_credit_card div#credit-container div.summary{height:auto;overflow:hidden;margin:0 0 30px}body.lite.pay_with_credit_card div#credit-container div.summary:after,body.lite.process_credit_card div#credit-container div.summary:after{display:none}body.lite.pay_with_credit_card div#credit-container div.summary p,body.lite.process_credit_card div#credit-container div.summary p{padding-right:18px}body.lite.pay_with_credit_card div#credit-container div.summary p.price-description,body.lite.process_credit_card div#credit-container div.summary p.price-description{width:100%;border-right:none;padding-bottom:10px}body.lite.pay_with_credit_card div#credit-container div.summary p.price,body.lite.process_credit_card div#credit-container div.summary p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;padding-bottom:10px}body.lite.pay_with_credit_card div#credit-container form div.field,body.lite.process_credit_card div#credit-container form div.field{width:100%;margin-right:0}}body.lite.payments form#confirmation-form{width:570px;margin:48px auto 0}body.lite.payments form#confirmation-form p.help{margin:0 0 30px}body.lite.payments form#confirmation-form div.investor-emails{border:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;background:#fff;padding:18px;position:relative}body.lite.payments form#confirmation-form div.investor-emails:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.lite.payments form#confirmation-form div.investor-emails p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.lite.payments form#confirmation-form div.investor-emails p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.lite.payments form#confirmation-form div.investor-emails ul{list-style:none}body.lite.payments form#confirmation-form div.investor-emails ul li{line-height:22px}body.lite.payments form#confirmation-form div.investor-emails ul li strong{color:#3C4142}body.lite.payments form#confirmation-form div.labels{border:2px solid #D4D9DE;border-top:0;border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;margin-bottom:20px;padding:10px}body.lite.payments form#confirmation-form div.labels div.field{margin:0}body.lite.payments form#confirmation-form div.bulk-bag{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px}body.lite.payments form#confirmation-form div.bulk-bag h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.lite.payments form#confirmation-form div.bulk-bag>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options{list-style:none}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li{margin-bottom:12px}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label{display:block;cursor:pointer}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio,body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc,body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label p.price{float:left;font-weight:600}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label div.radio{margin:1px 18px 0 0}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label p.desc{color:#3C4142;width:160px}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li label p.price{color:#8FB361}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options{list-style:none}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li{margin-bottom:12px}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label{display:block;cursor:pointer}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label div.radio,body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label p.desc,body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label p.price{float:left;font-weight:600}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label div.radio{margin:1px 18px 0 0}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label p.desc{color:#3C4142;width:200px}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li label p.price{color:#8FB361}body.lite.payments form#confirmation-form div#coupon-form{margin:12px 0 0}body.lite.payments form#confirmation-form div.bulk-bag+div#coupon-form{margin:30px 0 0}@media screen and (max-width: 320px){body.lite.payments form#confirmation-form div.investor-emails p.price-description{max-width:185px}}@media only screen and (max-width: 639px){body.lite.payments form#confirmation-form{margin-top:28px;width:100%;padding:0 20px}body.lite.payments form#confirmation-form div.investor-emails:after{right:60px;left:auto}body.lite.payments form#confirmation-form div.investor-emails p.price{left:auto;right:0;width:60px;text-align:center}body.lite.payments form#confirmation-form div.bulk-bag ul.purchase-options li p.price{display:block;margin-left:34px}body.lite.payments form#confirmation-form div.bulk-bag ul.expedite-purchase-options li p.price{display:block;margin-left:34px}body.lite.payments form#confirmation-form div.actions a.button.first{display:none}body.lite.payments form#confirmation-form div.actions .button{padding:9px 10px 8px}}body.lite.paypal_return div#summary-container{width:570px;margin:48px auto 0}body.lite.paypal_return div#summary-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.lite.paypal_return div#summary-container p.help{margin:0 0 30px}body.lite.paypal_return div#summary-container div.investor-emails div.top{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff;padding:18px;position:relative}body.lite.paypal_return div#summary-container div.investor-emails div.top:after{content:"";width:2px;height:100%;position:absolute;top:0;left:437px;background:#D4D9DE}body.lite.paypal_return div#summary-container div.investor-emails div.top p.price-description{font-weight:600;color:#8FB361;margin-bottom:6px}body.lite.paypal_return div#summary-container div.investor-emails div.top p.price{font-weight:600;color:#8FB361;position:absolute;top:18px;left:458px}body.lite.paypal_return div#summary-container div.investor-emails div.top ul{list-style:none}body.lite.paypal_return div#summary-container div.investor-emails div.top ul li{line-height:22px}body.lite.paypal_return div#summary-container div.investor-emails div.top ul li strong{color:#3C4142}@media only screen and (max-width: 639px){body.lite.paypal_return div#summary-container{width:100%;padding:0 10px}body.lite.paypal_return div#summary-container div.investor-emails div.top{padding:0}body.lite.paypal_return div#summary-container div.investor-emails div.top:after{display:none}body.lite.paypal_return div#summary-container div.investor-emails div.top p{padding:14px 18px 10px}body.lite.paypal_return div#summary-container div.investor-emails div.top p.price-description{width:100%;border-right:none}body.lite.paypal_return div#summary-container div.investor-emails div.top p.price{width:100%;background:#fff;margin:0;border-top:2px solid #D4D9DE;position:relative;top:auto;left:auto}body.lite.paypal_return div#summary-container div.investor-emails ul{border-top:2px solid #D4D9DE;padding:14px 18px 10px}}body.meta.about{background:#fff}body.meta.about .bios h1,body.meta.about .the-idea h1{color:#3C4142;font-size:28px;font-weight:600;line-height:36px}body.meta.about .bios article{border-top:2px solid #D4D9DE;color:#3C4142;padding:66px 0 42px}body.meta.about .bios article:first-child{border-top:0}body.meta.about .bios article .pic{width:300px;float:left}body.meta.about .bios article .pic img{display:block;margin:0 auto}body.meta.about .bios article .bio{float:left;width:620px;margin-left:20px}body.meta.about .bios article .bio h2{margin-bottom:15px;font-size:14px;font-weight:600}body.meta.about .bios article .bio p{font-size:14px;line-height:24px}body.meta.about .the-idea{padding-top:80px}body.meta.about .the-idea h1{text-align:center;margin-bottom:74px}body.meta.about .the-idea .left{width:440px;float:left}body.meta.about .the-idea .left img{display:block;margin-left:15px}body.meta.about .the-idea .right{width:440px;float:right}body.meta.about .the-idea .right p{font-size:16px;line-height:28px}@media only screen and (min-width: 640px) and (max-width: 959px){body.meta.about .bios article{padding:42px 0 27px}body.meta.about .bios article .pic{width:220px}body.meta.about .bios article .pic img{margin:0}body.meta.about .bios article .bio{width:380px}body.meta.about .the-idea{padding-top:60px}body.meta.about .the-idea h1{margin-bottom:51px}body.meta.about .the-idea .left{float:none;width:100%;margin-bottom:42px}body.meta.about .the-idea .left img{margin:0 auto}body.meta.about .the-idea .right{float:none;width:100%;text-align:center}}@media only screen and (max-width: 639px){body.meta.about .bios article{padding:42px 0 27px}body.meta.about .bios article .pic{width:100%;float:none;margin-bottom:30px}body.meta.about .bios article .bio{width:100%;float:none;margin-left:0}body.meta.about .the-idea{padding-top:42px}body.meta.about .the-idea h1{margin-bottom:36px}body.meta.about .the-idea .left{float:none;width:100%;margin-bottom:30px}body.meta.about .the-idea .left img{margin:0 auto;max-width:100%}body.meta.about .the-idea .right{float:none;width:100%;text-align:center}}body.meta.contact div#contact-form,body.meta.create_contact div#contact-form{padding:55px 0}body.meta.contact div#contact-form form,body.meta.create_contact div#contact-form form{max-width:570px;margin:0 auto}body.meta.contact div#flash+div#contact-form,body.meta.create_contact div#flash+div#contact-form{padding:0 0 55px}@media only screen and (max-width: 639px){body.meta.contact div#contact-form form div.field,body.meta.create_contact div#contact-form form div.field{margin-right:0;width:100%}}body.meta.faq h1.question{font-weight:600;line-height:1.3}body.meta.faq div.answer{text-align:left;font-size:16px;width:100%;padding-left:20px;padding-right:20px}body.meta.faq div.answer p{max-width:1000px !important;padding-bottom:20px !important}body.meta.faq div.answer li{max-width:1000px !important;padding-bottom:20px !important}body.meta.faq div.answer table{border-collapse:collapse;border:2px solid lightgrey;max-width:1000px;margin:auto;background:#fff}body.meta.faq div.answer table tr th{text-align:center;background:#8FB360;color:#F3F1F1;text-decoration:underline;padding:7px}body.meta.faq div.answer table tr td{text-align:left;vertical-align:top;padding:7px;border:2px solid lightgrey}body.meta.faq div.answer table tr td.type,body.meta.faq div.answer table tr th.type{width:200px}body.meta.faq div.answer table tr td.prove,body.meta.faq div.answer table tr th.prove{width:400px}body.meta.faq div.answer table tr td.notes,body.meta.faq div.answer table tr th.notes{width:400px}body.meta.faq div.answer table thead{text-align:left;color:#3C4142;font-weight:600}body.meta.faq div.answer table thead.header{background:#E8E8E8}body.meta.faq div.answer table thead.header tr{height:47px}body.meta.faq div.answer table thead.section{background:#F5F5F5;border-top:2px solid #D4D9DE;border-bottom:2px solid #D4D9DE}body.meta.faq div.answer table thead.section tr{height:40px}body.meta.faq div.answer table thead.section tr th{padding:9px 0 9px 15px}body.meta.faq div.answer table tbody tr{height:50px}body.meta.faq div.answer table tbody tr:nth-child(even){background:#d9fadc}body.meta.faq div#faq{padding:50px 0 0;overflow:hidden}body.meta.faq div#faq div.nav ul.group{list-style-type:none;padding:0px;margin:0px;margin-bottom:30px}body.meta.faq div#faq div.nav ul.group li{margin-right:20px;height:40px;float:left;margin-bottom:10px}body.meta.faq div#faq div.nav ul.group li:last-child{margin-right:0px}body.meta.faq div#faq div.group{margin-bottom:45px;width:100%;max-width:460px;float:left}body.meta.faq div#faq div.group:nth-child(2n+1){margin-right:20px}body.meta.faq div#faq div.group ul{font-size:16px}body.meta.faq div#faq div.group ul li{list-style:none;color:#3c4142;margin-bottom:20px;position:relative;padding-left:25px;cursor:pointer}body.meta.faq div#faq div.group ul li span.question{font-weight:600}body.meta.faq div#faq div.group ul li span.question:hover{color:#0b0c0d}body.meta.faq div#faq div.group ul li:before{content:"";position:absolute;left:0;top:5px;border:5px solid transparent;border-left:5px solid #8891A3;height:0;width:0}body.meta.faq div#faq div.group ul li.open:before{content:"";position:absolute;left:0;top:7px;border:5px solid transparent;border-top:5px solid #8891A3;height:0;width:0}body.meta.faq div#faq div.group ul li div.answer{display:none;cursor:auto}body.meta.faq div#faq div.group ul li div.answer img{vertical-align:bottom}body.meta.faq div#faq div.group ul li div.answer div.inset{background:#E8E4E4;padding:15px;margin-top:15px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.meta.faq div#faq div.group ul li div.answer img.faq-image{display:block;margin-top:15px}body.meta.faq div#faq div.group ul li p{color:#69727c;margin:15px 0 0;line-height:1.7}body.meta.faq div#faq h2{color:#3c4142;font-size:24px;margin-bottom:30px}@media only screen and (min-width: 640px) and (max-width: 959px){body.meta.faq div#faq div.group{max-width:100%;float:none}}body.meta div#billboard{text-align:center;background:#fff;border-bottom:2px solid #D4D9DE;padding:50px 0}body.meta div#billboard.wide p{max-width:780px}body.meta div#billboard h1{color:#3C4142;margin-bottom:40px;line-height:1.5}body.meta div#billboard p{max-width:600px;margin:0 auto;font-size:16px;line-height:1.8}body.meta div#content{background:#F3F1F1}body.meta div#content p{color:#5b636b;line-height:1.8;margin-bottom:15px}body.meta div#content div.white{background:#fff}body.meta.privacy div#billboard{padding:60px 0 20px}body.meta.privacy div#content{padding:50px 0 40px;font-size:16px}body.meta.privacy div#content h1,body.meta.privacy div#content h2,body.meta.privacy div#content h3{color:#3c4142;margin:20px 0 15px;line-height:1.2}body.meta.privacy div#content ul,body.meta.privacy div#content ol{margin-bottom:15px;line-height:1.6}body.meta.privacy div#content ul,body.meta.privacy div#content ol{margin-left:21px}body.meta.privacy table{width:100%;border-collapse:collapse}body.meta.privacy th{background-color:lightgray}body.meta.privacy th,body.meta.privacy td{padding:5px}body.meta.privacy td{vertical-align:top}body.meta.privacy table,body.meta.privacy th,body.meta.privacy td{border:2px solid #51575c}body.meta.support div#faq{padding:50px 0 0;overflow:hidden}body.meta.support div#faq div.nav ul.group{list-style-type:none;padding:0px;margin:0px;margin-bottom:30px}body.meta.support div#faq div.nav ul.group li{margin-right:20px;height:40px;float:left;margin-bottom:10px}body.meta.support div#faq div.nav ul.group li:last-child{margin-right:0px}body.meta.support div#faq div.group{margin-bottom:45px;width:100%;max-width:460px;float:left}body.meta.support div#faq div.group:nth-child(2n+1){margin-right:20px}body.meta.support div#faq div.group ul{font-size:16px}body.meta.support div#faq div.group ul li{list-style:none;color:#3c4142;margin-bottom:20px;position:relative;padding-left:25px;cursor:pointer}body.meta.support div#faq div.group ul li span.question{font-weight:600}body.meta.support div#faq div.group ul li span.question:hover{color:#0b0c0d}body.meta.support div#faq div.group ul li:before{content:"";position:absolute;left:0;top:5px;border:5px solid transparent;border-left:5px solid #8891A3;height:0;width:0}body.meta.support div#faq div.group ul li.open:before{content:"";position:absolute;left:0;top:7px;border:5px solid transparent;border-top:5px solid #8891A3;height:0;width:0}body.meta.support div#faq div.group ul li div.answer{display:none;cursor:auto}body.meta.support div#faq div.group ul li div.answer img{vertical-align:bottom}body.meta.support div#faq div.group ul li div.answer div.inset{background:#E8E4E4;padding:15px;margin-top:15px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.meta.support div#faq div.group ul li div.answer img.faq-image{display:block;margin-top:15px}body.meta.support div#faq div.group ul li p{color:#69727c;margin:15px 0 0;line-height:1.7}body.meta.support div#faq h2{color:#3c4142;font-size:24px;margin-bottom:30px}@media only screen and (min-width: 640px) and (max-width: 959px){body.meta.support div#faq div.group{max-width:100%;float:none}}body.meta.terms div#billboard{padding:60px 0 20px}body.meta.terms div#content{padding:50px 0 40px;font-size:16px}body.meta.terms div#content h1,body.meta.terms div#content h2,body.meta.terms div#content h3{color:#3c4142;margin:20px 0 15px;line-height:1.2}body.meta.terms div#content ul,body.meta.terms div#content ol{margin-bottom:15px;line-height:1.6}body.meta.terms div#content ul,body.meta.terms div#content ol{margin-left:21px}body.meta.verify_an_investor .image_container{position:relative}body.meta.verify_an_investor .image_container img#verify-an-investor{width:100%;height:auto}body.meta.verify_an_investor .image_container .issuer_main_text{position:absolute;color:black}body.meta.verify_an_investor .image_container .issuer_main_text h2{font-size:24px;line-height:2.0 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_main_text p{font-size:18px;line-height:1.4 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_one_text{position:absolute;color:white}body.meta.verify_an_investor .image_container .issuer_step_one_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_one_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_one_text p.spacer{line-height:1 !important}body.meta.verify_an_investor .image_container .issuer_step_two_text{position:absolute;color:white}body.meta.verify_an_investor .image_container .issuer_step_two_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_two_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_two_text p.spacer{line-height:1 !important}body.meta.verify_an_investor .image_container .issuer_step_three_text{position:absolute;color:white}body.meta.verify_an_investor .image_container .issuer_step_three_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_three_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_step_three_text p.spacer{line-height:1 !important}body.meta.verify_an_investor .image_container .issuer_bottom_text{position:absolute;color:black}body.meta.verify_an_investor .image_container .issuer_bottom_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_an_investor .image_container .issuer_bottom_text p.spacer{line-height:1 !important}body.meta.verify_an_investor .image_container .issuer_bottom_text a{color:#8FB361;border:none}body.meta.verify_an_investor #content{padding-top:48px}body.meta.verify_an_investor #content h3{color:#3C4142;margin:6px 0 15px}body.meta.verify_an_investor #content p{font-size:16px;line-height:28px;margin-bottom:36px}body.meta.verify_an_investor .footer{text-align:center}body.meta.verify_yourself .image_container{position:relative}body.meta.verify_yourself .image_container img#verify-yourself{max-width:100%;height:auto}body.meta.verify_yourself .image_container .investor_main_text{position:absolute;color:black}body.meta.verify_yourself .image_container .investor_main_text h2{font-size:24px;line-height:2.0 !important;text-align:left}body.meta.verify_yourself .image_container .investor_main_text p{font-size:18px;line-height:1.4 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_one_text{position:absolute;color:white}body.meta.verify_yourself .image_container .investor_step_one_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_one_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_one_text p.spacer{line-height:1 !important}body.meta.verify_yourself .image_container .investor_step_two_text{position:absolute;color:white}body.meta.verify_yourself .image_container .investor_step_two_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_two_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_two_text p.spacer{line-height:1 !important}body.meta.verify_yourself .image_container .investor_step_three_text{position:absolute;color:white}body.meta.verify_yourself .image_container .investor_step_three_text h2{font-size:24px;line-height:1.1 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_three_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_yourself .image_container .investor_step_three_text p.spacer{line-height:1 !important}body.meta.verify_yourself .image_container .investor_bottom_text{position:absolute;color:black}body.meta.verify_yourself .image_container .investor_bottom_text p{font-size:18px;line-height:1.3 !important;text-align:left}body.meta.verify_yourself .image_container .investor_bottom_text p.spacer{line-height:1 !important}body.meta.verify_yourself .image_container .investor_bottom_text a{color:#8FB361;border:none}body.meta.verify_yourself #content{padding-top:48px}body.meta.verify_yourself #content h3{color:#3C4142;margin:6px 0 15px}body.meta.verify_yourself #content p{font-size:16px;line-height:28px;margin-bottom:36px}body.meta.verify_yourself .footer{text-align:center}body.password_resets form.edit_user input:valid#user_password,body.password_resets form.edit_user input:valid#user_password_confirmation{background-image:url(/assets/correct-f99f5b175069b95efc60c225643b11a705595bf1abee8d0af6f2ae440eef8ab1.png);background-position:right top;background-repeat:no-repeat}body.password_resets form.edit_user input:invalid#user_password,body.password_resets form.edit_user input:invalid#user_password_confirmation{background-image:url(/assets/error-5d27ef7be0a9b87d14b1b5282f69a062c22c267852fe4a957301b4af5bd72713.png);background-position:right top;background-repeat:no-repeat}body.reviewer.dashboard nav{margin-top:40px;float:right}body.reviewer.dashboard nav ul{list-style:none}body.reviewer.dashboard nav ul li{float:left}body.reviewer.dashboard nav ul li:first-child a{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-left:2px solid #C3C8CD}body.reviewer.dashboard nav ul li:first-child a.current{border-left:2px solid #C5C8CB}body.reviewer.dashboard nav ul li:last-child a{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.reviewer.dashboard nav ul li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.reviewer.dashboard nav ul li a{display:block;color:#9FA6AC;background:#fff;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C3C8CD;border-left:0;text-decoration:none;text-align:center;width:80px;padding:6px 0 5px;font-weight:600}body.reviewer.dashboard nav ul li a.current{color:#76954E;background:#F0F0F0;border-bottom-color:#B8BBBD;border-right-color:#C5C8CB;border-top-color:#CBCED1}body.reviewer.dashboard nav.status{float:none}body.reviewer.verification_requests.show header#reviewer-task-header,body.verification_requests.accredited header#reviewer-task-header{height:57px;border-bottom:2px solid #D4D9DE;background:#fff}body.reviewer.verification_requests.show header#reviewer-task-header h2,body.verification_requests.accredited header#reviewer-task-header h2{font-size:22px;font-weight:600;color:#3C4142;float:left;margin-top:19px}body.reviewer.verification_requests.show div#content-container label.inline-checkbox,body.verification_requests.accredited div#content-container label.inline-checkbox{display:block;cursor:pointer;font-weight:600}body.reviewer.verification_requests.show div#content-container label.inline-checkbox div.checkbox,body.verification_requests.accredited div#content-container label.inline-checkbox div.checkbox{float:left;margin:1px 9px 0 0}body.reviewer.verification_requests.show div#content-container div.short ul,body.reviewer.verification_requests.show div#content-container div.short ol,body.verification_requests.accredited div#content-container div.short ul,body.verification_requests.accredited div#content-container div.short ol{margin-left:24px}body.reviewer.verification_requests.show div#content-container h4,body.verification_requests.accredited div#content-container h4{margin-bottom:9px}body.reviewer.verification_requests.show div#content-container div.net-worth h3.nmb,body.verification_requests.accredited div#content-container div.net-worth h3.nmb{margin-bottom:6px}body.reviewer.verification_requests.show div#content-container div.net-worth p.no-credit,body.verification_requests.accredited div#content-container div.net-worth p.no-credit{font-weight:600;margin:-12px 0 18px}body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-debt,body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-debt-last-sixty-days,body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-value,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-debt,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-debt-last-sixty-days,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-value{font-weight:600;color:#3C4142;margin-bottom:4px}body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-debt span.number,body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-debt-last-sixty-days span.number,body.reviewer.verification_requests.show div#content-container div.net-worth p.primary-residence-value span.number,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-debt span.number,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-debt-last-sixty-days span.number,body.verification_requests.accredited div#content-container div.net-worth p.primary-residence-value span.number{color:#88919A}body.reviewer.verification_requests.show div#content-container div.net-worth p.total,body.verification_requests.accredited div#content-container div.net-worth p.total{color:#3C4142;font-weight:600;margin:6px 0 30px}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container,body.verification_requests.accredited div#content-container div.net-worth div.table-container{border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;background:#fff}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table,body.verification_requests.accredited div#content-container div.net-worth div.table-container table{width:100%;border-collapse:collapse}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table thead,body.verification_requests.accredited div#content-container div.net-worth div.table-container table thead{border-bottom:2px solid #D4D9DE}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table thead th,body.verification_requests.accredited div#content-container div.net-worth div.table-container table thead th{background:#E8E8E8;color:#3C4142;text-align:left;padding:6px 0 6px 12px}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table tbody tr:first-child td,body.verification_requests.accredited div#content-container div.net-worth div.table-container table tbody tr:first-child td{padding-top:8px}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table tbody tr:last-child td,body.verification_requests.accredited div#content-container div.net-worth div.table-container table tbody tr:last-child td{padding-bottom:8px}body.reviewer.verification_requests.show div#content-container div.net-worth div.table-container table tbody td,body.verification_requests.accredited div#content-container div.net-worth div.table-container table tbody td{color:#88919A;padding:5px 0 5px 12px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection,body.verification_requests.accredited div#content-container div.document-collections div.collection{margin-bottom:30px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection:last-child,body.verification_requests.accredited div#content-container div.document-collections div.collection:last-child{margin-bottom:0}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents{list-style:none;background:#E8E8E8;padding:9px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li{height:60px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:first-child a,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li:first-child a{border-top:2px solid #D4D9DE;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:last-child a,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li:last-child a{border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li:first-child:last-child a,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li:first-child:last-child a{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li a{background:#fff;border:2px solid #D4D9DE;border-top:0;height:60px;position:relative;display:block}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.name,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li a span.name{display:block;width:100%;float:left;padding:7px 6px 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.file,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li a span.file{font-weight:normal;display:block;top:0;right:10px;padding:7px 18px 0 11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.reviewer.verification_requests.show div#content-container div.document-collections div.collection ul.documents li a span.file:before,body.verification_requests.accredited div#content-container div.document-collections div.collection ul.documents li a span.file:before{left:0;float:left}body.reviewer.verification_requests.show div#content-container div#calculator,body.verification_requests.accredited div#content-container div#calculator{border:2px solid darkgrey;margin-left:-40px;margin-right:-40px;padding:40px;background:#ffffff}body.reviewer.verification_requests.show div#content-container div.individual-3 div.page,body.verification_requests.accredited div#content-container div.individual-3 div.page{display:none}body.reviewer.verification_requests.show div#content-container div.individual-3 div.page.net-worth-assessment,body.verification_requests.accredited div#content-container div.individual-3 div.page.net-worth-assessment{display:block}body.reviewer.verification_requests.show div#content-container div.individual-3 hr.mb30,body.verification_requests.accredited div#content-container div.individual-3 hr.mb30{margin-bottom:30px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities h4,body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets h4,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities h4,body.verification_requests.accredited div#content-container div.individual-3 div.assets h4{color:#3C4142;font-size:18px;margin-bottom:15px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities>ul,body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets>ul,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities>ul,body.verification_requests.accredited div#content-container div.individual-3 div.assets>ul{list-style:none}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities>ul li,body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets>ul li,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities>ul li,body.verification_requests.accredited div#content-container div.individual-3 div.assets>ul li{position:relative}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities>ul li button.delete,body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets>ul li button.delete,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities>ul li button.delete,body.verification_requests.accredited div#content-container div.individual-3 div.assets>ul li button.delete{width:16px;height:16px;padding:0;text-indent:100%;overflow:hidden;position:absolute;left:-30px;top:35px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities>ul li button.delete:before,body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets>ul li button.delete:before,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities>ul li button.delete:before,body.verification_requests.accredited div#content-container div.individual-3 div.assets>ul li button.delete:before{position:absolute;top:0;left:0}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities div.primary-residence-debt,body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities div.primary-residence-debt-last-sixty-days,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities div.primary-residence-debt,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities div.primary-residence-debt-last-sixty-days{width:100%}body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities div.primary-residence-debt input,body.reviewer.verification_requests.show div#content-container div.individual-3 div.liabilities div.primary-residence-debt-last-sixty-days input,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities div.primary-residence-debt input,body.verification_requests.accredited div#content-container div.individual-3 div.liabilities div.primary-residence-debt-last-sixty-days input{width:275px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.assets,body.verification_requests.accredited div#content-container div.individual-3 div.assets{margin-top:54px}body.reviewer.verification_requests.show div#content-container div.individual-3 div#net-worth-container,body.verification_requests.accredited div#content-container div.individual-3 div#net-worth-container{margin-top:48px}body.reviewer.verification_requests.show div#content-container div.individual-3 div#net-worth-container h5,body.verification_requests.accredited div#content-container div.individual-3 div#net-worth-container h5{color:#3C4142;font-size:18px;margin-bottom:12px}body.reviewer.verification_requests.show div#content-container div.individual-3 div#net-worth-container p#net-worth-sufficient,body.verification_requests.accredited div#content-container div.individual-3 div#net-worth-container p#net-worth-sufficient{margin:24px 0 0;display:none}@media only screen and (max-width: 639px){body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li:last-child,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li:last-child{border-bottom:0;margin-bottom:0}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li button.delete,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xsmall,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xsmall{width:134px;margin-right:0}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xxxsmall,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.liabilities>ul>li div.xxxsmall{width:146px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li{border-bottom:2px solid #D4D9DE;margin-bottom:18px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li:last-child,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li:last-child{border-bottom:0;margin-bottom:0}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete{position:relative;float:left;left:0;margin-right:10px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small{width:274px;margin-right:0}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small+div.small,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li button.delete+div.small+div.small{width:140px}body.reviewer.verification_requests.show div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li div.xxsmall,body.verification_requests.accredited div#content-container div.individual-3 div.net-worth-assessment div.assets>ul>li div.xxsmall{width:140px;margin-right:0}}body.reviewer.verification_requests.show_document{background:#F3F1F1}body.reviewer.verification_requests.show_document div#main{text-align:center;margin-top:50px}body.reviewer.verification_requests.show_document div#main div#pages-container{display:inline-block;text-align:center;border:2px solid #CFD4D9;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;max-width:100%}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller{text-align:left;background:#E8E8E8;border-bottom:2px solid #D4D9DE;border-radius:1px 1px 0 0;-webkit-border-radius:1px 1px 0 0;-moz-border-radius:1px 1px 0 0;-o-border-radius:1px 1px 0 0;padding:7px 18px 6px}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller h3{color:#88919A;float:left;font-size:14px;font-weight:600;padding-top:2px}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu{float:right}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu p{color:#88919A;font-weight:600;float:left;text-align:right;width:90px;padding:2px 20px 0 0}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu a#certify-document{color:#88919A;font-weight:600;float:left;text-align:right;width:150px;padding:2px 20px 0 0;border:none}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu a#decertify-document{color:#88919A;font-weight:600;float:left;text-align:right;width:150px;padding:2px 20px 0 0;border:none}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu a#show-all{color:#88919A;font-weight:600;float:left;text-align:right;width:300px;padding:2px 20px 0 0;border:none}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu a#individual-pages{color:#88919A;font-weight:600;float:left;text-align:right;width:140px;padding:2px 20px 0 0;border:none}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul{list-style:none;float:left}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li{float:left}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li:first-child button{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-right:0}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li:first-child button:after{border-right-color:#8891A3;left:3px}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li:last-child button{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li:last-child button:after{border-left-color:#8891A3;left:8px}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li button{border:2px solid #CED3D8;border-top-color:#D4D9DE;border-bottom-color:#C4C9CD;text-indent:100%;overflow:hidden;display:block;white-space:nowrap;width:24px;height:24px;background-color:#F6F6F6;background-image:-webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F5F5F5));background-image:-webkit-linear-gradient(#FCFCFC, #F5F5F5);background-image:-moz-linear-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-moz-gradient(center top, #FCFCFC 0%, #F5F5F5 100%);background-image:-o-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);background-image:-ms-linear-gradient(top, #FCFCFC 0%, #F5F5F5 100%);position:relative}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li button:after{content:"";display:block;position:absolute;border:5px solid transparent;top:5px}body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li p,body.reviewer.verification_requests.show_document div#main div#pages-container header#page-controller menu ul li span{display:block;white-space:nowrap;height:24px;cursor:pointer;padding-left:15px}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages{max-width:100%;display:inline-block;text-align:left;list-style:none;vertical-align:bottom}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li{display:none;overflow:hidden;position:relative}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li.current-page{display:block}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation{z-index:1;position:absolute !important;min-height:20px;min-width:43px}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation.selected div.note{display:block}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation.has-note{cursor:pointer}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation.redaction{background:#3C4142;color:#fff}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation.highlight{background:url(/assets/highlight-bg-c895feac811a1fc0e66d617ff3fa4136de423079ff18cf11758e02b830411196.png);color:#3C4142}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation span.number{position:absolute;display:block;bottom:0;left:7px;font-weight:600}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation span.number:before{display:block;float:right;margin:2px 0 0 2px}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation div.note{width:250px;border:2px solid #93B666;position:absolute;top:100%;left:0;margin-top:9px;background:#D5E4C2;font-size:13px;line-height:20px;color:#3C4142;padding:12px 9px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;display:none;cursor:default}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation div.note:before,body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation div.note:after{width:0;height:0;content:"";border:6px solid transparent;left:12px;position:absolute;display:block}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation div.note:before{border-bottom-color:#93B666;top:-14px}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li div.annotation div.note:after{border-bottom-color:#D5E4C2;top:-11px}body.reviewer.verification_requests.show_document div#main div#pages-container ul#pages li img{position:relative;vertical-align:bottom;max-width:100%}body.sessions.new form#sign-in-form,body.sessions.new form#security-code,body.sessions.security_code form#sign-in-form,body.sessions.security_code form#security-code{width:350px;margin:60px auto 0}body.sessions.new form#sign-in-form div.actions,body.sessions.new form#security-code div.actions,body.sessions.security_code form#sign-in-form div.actions,body.sessions.security_code form#security-code div.actions{border:0;padding:10px 0 0;margin:0}body.sessions.new form#sign-in-form div.actions input[type="submit"],body.sessions.new form#security-code div.actions input[type="submit"],body.sessions.security_code form#sign-in-form div.actions input[type="submit"],body.sessions.security_code form#security-code div.actions input[type="submit"]{display:block;width:100%}@media only screen and (max-width: 639px){body.sessions.new form#sign-in-form,body.sessions.new form#security-code,body.sessions.security_code form#sign-in-form,body.sessions.security_code form#security-code{width:100%;max-width:350px;padding:0 20px}}body.sessions.security_code #resend-code-warning a{border-bottom:0px}@-webkit-keyframes busy-green{0%, 100%{background:#89AF58}50%{background:#6f8f45}}@-moz-keyframes busy-green{0%, 100%{background:#89AF58}50%{background:#6f8f45}}@-ms-keyframes busy-green{0%, 100%{background:#89AF58}50%{background:#6f8f45}}@keyframes busy-green{0%, 100%{background:#89AF58}50%{background:#6f8f45}}a,button,.button{position:relative}a:active,button:active,.button:active{top:1px}body.touch-device a:active,body.touch-device button:active,body.touch-device .button:active{top:0}.buttonish{line-height:1;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;font-size:14px;padding:9px 21px 8px;text-decoration:none;cursor:default;appearance:none;-moz-appearance:none;-webkit-appearance:none;box-shadow:inset 0 1px rgba(255,255,255,0.6);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.6);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.6);-o-box-shadow:inset 0 1px rgba(255,255,255,0.6);font-weight:600;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C0C5C9;color:#88919A;background-color:#F6F6F6;background-image:-webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#F5F5F5));background-image:-webkit-linear-gradient(#F7F7F7, #F5F5F5);background-image:-moz-linear-gradient(center top, #F7F7F7 0%, #F5F5F5 100%);background-image:-moz-gradient(center top, #F7F7F7 0%, #F5F5F5 100%);background-image:-o-linear-gradient(top, #F7F7F7 0%, #F5F5F5 100%);background-image:-ms-linear-gradient(top, #F7F7F7 0%, #F5F5F5 100%);text-align:center}.buttonish.green{background-color:#89AF58;background-image:-webkit-gradient(linear, left top, left bottom, from(#8FB360), to(#83AB50));background-image:-webkit-linear-gradient(#8FB360, #83AB50);background-image:-moz-linear-gradient(center top, #8FB360 0%, #83AB50 100%);background-image:-moz-gradient(center top, #8FB360 0%, #83AB50 100%);background-image:-o-linear-gradient(top, #8FB360 0%, #83AB50 100%);background-image:-ms-linear-gradient(top, #8FB360 0%, #83AB50 100%);color:#fff;border:2px solid #709C2E;border-top-color:#76A531;border-bottom-color:#608727;text-shadow:0 1px rgba(0,0,0,0.15);-webkit-text-shadow:0 1px rgba(0,0,0,0.15);-moz-text-shadow:0 1px rgba(0,0,0,0.15);-o-text-shadow:0 1px rgba(0,0,0,0.15);box-shadow:inset 0 1px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2)}.buttonish.orange{background-color:#EA765F;background-image:-webkit-gradient(linear, left top, left bottom, from(#EB7C66), to(#E96F57));background-image:-webkit-linear-gradient(#EB7C66, #E96F57);background-image:-moz-linear-gradient(center top, #EB7C66 0%, #E96F57 100%);background-image:-moz-gradient(center top, #EB7C66 0%, #E96F57 100%);background-image:-o-linear-gradient(top, #EB7C66 0%, #E96F57 100%);background-image:-ms-linear-gradient(top, #EB7C66 0%, #E96F57 100%);color:#fff;text-shadow:0 1px rgba(0,0,0,0.1);-webkit-text-shadow:0 1px rgba(0,0,0,0.1);-moz-text-shadow:0 1px rgba(0,0,0,0.1);-o-text-shadow:0 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2);border:2px solid #D0644E;border-top-color:#DB6952;border-bottom-color:#B25643}.buttonish.dark{background:#363B3C;border:2px solid #2A2E2E;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;color:#fff;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;-o-text-shadow:none}button,.button{line-height:1;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;font-size:14px;padding:9px 21px 8px;text-decoration:none;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;box-shadow:inset 0 1px rgba(255,255,255,0.6);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.6);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.6);-o-box-shadow:inset 0 1px rgba(255,255,255,0.6);font-weight:600;border:2px solid #D0D5DA;border-top-color:#D4D9DE;border-bottom-color:#C0C5C9;color:#88919A;background-color:#F6F6F6;background-image:-webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#F5F5F5));background-image:-webkit-linear-gradient(#F7F7F7, #F5F5F5);background-image:-moz-linear-gradient(center top, #F7F7F7 0%, #F5F5F5 100%);background-image:-moz-gradient(center top, #F7F7F7 0%, #F5F5F5 100%);background-image:-o-linear-gradient(top, #F7F7F7 0%, #F5F5F5 100%);background-image:-ms-linear-gradient(top, #F7F7F7 0%, #F5F5F5 100%);text-align:center}button.unstyled,.button.unstyled{padding:0;border:0;background:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0}button[disabled],.button[disabled]{cursor:default;zoom:1;opacity:0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);pointer-events:none}button.white,.button.white{background:#fff}button.gold,.button.gold{background:#FFD700}button.gold:hover,.button.gold:hover{background-color:#F3D700;background-image:-webkit-gradient(linear, left top, left bottom, from(#F4D700), to(#F1D700));background-image:-webkit-linear-gradient(#F4D700, #F1D700);background-image:-moz-linear-gradient(center top, #F4D700 0%, #F1D700 100%);background-image:-moz-gradient(center top, #F4D700 0%, #F1D700 100%);background-image:-o-linear-gradient(top, #F4D700 0%, #F1D700 100%);background-image:-ms-linear-gradient(top, #F4D700 0%, #F1D700 100%)}button.large,.button.large{font-size:16px;padding:15px 21px 14px}button:hover,.button:hover{background-color:#F3F3F3;background-image:-webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F1F1F1));background-image:-webkit-linear-gradient(#F4F4F4, #F1F1F1);background-image:-moz-linear-gradient(center top, #F4F4F4 0%, #F1F1F1 100%);background-image:-moz-gradient(center top, #F4F4F4 0%, #F1F1F1 100%);background-image:-o-linear-gradient(top, #F4F4F4 0%, #F1F1F1 100%);background-image:-ms-linear-gradient(top, #F4F4F4 0%, #F1F1F1 100%)}button:active,.button:active{background:#F5F5F5;box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03)}button.pseudo-iconic,.button.pseudo-iconic{padding-left:39px}button.pseudo-iconic:before,.button.pseudo-iconic:before{position:absolute;top:7px;left:12px}button.pseudo-iconic.plus:before,.button.pseudo-iconic.plus:before{top:9px}button.arrow,.button.arrow{padding-right:30px}button.arrow:after,.button.arrow:after{content:"";display:block;width:0;height:0;border:4px solid transparent;border-top-color:#fff;position:absolute;top:14px;right:11px}button.green,.button.green{background-color:#89AF58;background-image:-webkit-gradient(linear, left top, left bottom, from(#8FB360), to(#83AB50));background-image:-webkit-linear-gradient(#8FB360, #83AB50);background-image:-moz-linear-gradient(center top, #8FB360 0%, #83AB50 100%);background-image:-moz-gradient(center top, #8FB360 0%, #83AB50 100%);background-image:-o-linear-gradient(top, #8FB360 0%, #83AB50 100%);background-image:-ms-linear-gradient(top, #8FB360 0%, #83AB50 100%);color:#fff;border:2px solid #709C2E;border-top-color:#76A531;border-bottom-color:#608727;text-shadow:0 1px rgba(0,0,0,0.15);-webkit-text-shadow:0 1px rgba(0,0,0,0.15);-moz-text-shadow:0 1px rgba(0,0,0,0.15);-o-text-shadow:0 1px rgba(0,0,0,0.15);box-shadow:inset 0 1px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2)}button.green.busy,.button.green.busy{animation:busy-green 1800ms infinite linear normal;-ms-animation:busy-green 1800ms infinite linear normal;-moz-animation:busy-green 1800ms infinite linear normal;-webkit-animation:busy-green 1800ms infinite linear normal;animation-delay:0s;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s}button.green:hover,.button.green:hover{background-color:#769C45;background-image:-webkit-gradient(linear, left top, left bottom, from(#7CA14D), to(#6F973B));background-image:-webkit-linear-gradient(#7CA14D, #6F973B);background-image:-moz-linear-gradient(center top, #7CA14D 0%, #6F973B 100%);background-image:-moz-gradient(center top, #7CA14D 0%, #6F973B 100%);background-image:-o-linear-gradient(top, #7CA14D 0%, #6F973B 100%);background-image:-ms-linear-gradient(top, #7CA14D 0%, #6F973B 100%);border:2px solid #669027;border-top-color:#6B9729;border-bottom-color:#577C21}button.green:active,.button.green:active{background-color:#729742;background-image:-webkit-gradient(linear, left top, left bottom, from(#789C4A), to(#6A9138));background-image:-webkit-linear-gradient(#789C4A, #6A9138);background-image:-moz-linear-gradient(center top, #789C4A 0%, #6A9138 100%);background-image:-moz-gradient(center top, #789C4A 0%, #6A9138 100%);background-image:-o-linear-gradient(top, #789C4A 0%, #6A9138 100%);background-image:-ms-linear-gradient(top, #789C4A 0%, #6A9138 100%);border:2px solid #537620;border-top-color:#577C21;border-bottom-color:#47651B;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}button.orange,.button.orange{background-color:#EA765F;background-image:-webkit-gradient(linear, left top, left bottom, from(#EB7C66), to(#E96F57));background-image:-webkit-linear-gradient(#EB7C66, #E96F57);background-image:-moz-linear-gradient(center top, #EB7C66 0%, #E96F57 100%);background-image:-moz-gradient(center top, #EB7C66 0%, #E96F57 100%);background-image:-o-linear-gradient(top, #EB7C66 0%, #E96F57 100%);background-image:-ms-linear-gradient(top, #EB7C66 0%, #E96F57 100%);color:#fff;text-shadow:0 1px rgba(0,0,0,0.1);-webkit-text-shadow:0 1px rgba(0,0,0,0.1);-moz-text-shadow:0 1px rgba(0,0,0,0.1);-o-text-shadow:0 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2);border:2px solid #D0644E;border-top-color:#DB6952;border-bottom-color:#B25643}button.orange:hover,.button.orange:hover{background-color:#E26B53;background-image:-webkit-gradient(linear, left top, left bottom, from(#E3725B), to(#E0644C));background-image:-webkit-linear-gradient(#E3725B, #E0644C);background-image:-moz-linear-gradient(center top, #E3725B 0%, #E0644C 100%);background-image:-moz-gradient(center top, #E3725B 0%, #E0644C 100%);background-image:-o-linear-gradient(top, #E3725B 0%, #E0644C 100%);background-image:-ms-linear-gradient(top, #E3725B 0%, #E0644C 100%)}button.orange:active,.button.orange:active{background-color:#DF6349;background-image:-webkit-gradient(linear, left top, left bottom, from(#E16A52), to(#DE5D42));background-image:-webkit-linear-gradient(#E16A52, #DE5D42);background-image:-moz-linear-gradient(center top, #E16A52 0%, #DE5D42 100%);background-image:-moz-gradient(center top, #E16A52 0%, #DE5D42 100%);background-image:-o-linear-gradient(top, #E16A52 0%, #DE5D42 100%);background-image:-ms-linear-gradient(top, #E16A52 0%, #DE5D42 100%);box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;border:2px solid #B55C4A;border-top-color:#BF614E;border-bottom-color:#9B4F40;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}button.orange:focus,.button.orange:focus{box-shadow:inset 0 1px rgba(255,255,255,0.2),0 0 0 2px rgba(239,159,142,0.75);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2),0 0 0 2px rgba(239,159,142,0.75);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.2),0 0 0 2px rgba(239,159,142,0.75);-o-box-shadow:inset 0 1px rgba(255,255,255,0.2),0 0 0 2px rgba(239,159,142,0.75)}button.orange:focus:active,.button.orange:focus:active{box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(239,159,142,0.75);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(239,159,142,0.75);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(239,159,142,0.75);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(239,159,142,0.75)}button.emails-disabled,.button.emails-disabled{color:gray}button.black,.button.black{background:#3C4142;border:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;color:#fff;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;-o-text-shadow:none}button.dark,.button.dark{background:#363B3C;border:2px solid #2A2E2E;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;color:#fff;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;-o-text-shadow:none}button.dark.arrow,.button.dark.arrow{padding-right:42px}button.dark.arrow:after,.button.dark.arrow:after{content:"";display:block;position:absolute;border:4px solid transparent;border-top-color:#fff;top:14px;right:14px}button.dark:focus,.button.dark:focus{box-shadow:0 0 0 2px rgba(143,179,97,0.4);-webkit-box-shadow:0 0 0 2px rgba(143,179,97,0.4);-moz-box-shadow:0 0 0 2px rgba(143,179,97,0.4);-o-box-shadow:0 0 0 2px rgba(143,179,97,0.4)}button.dark:focus:active,.button.dark:focus:active{box-shadow:0 0 0 2px rgba(143,179,97,0.4);-webkit-box-shadow:0 0 0 2px rgba(143,179,97,0.4);-moz-box-shadow:0 0 0 2px rgba(143,179,97,0.4);-o-box-shadow:0 0 0 2px rgba(143,179,97,0.4)}button:focus,.button:focus{box-shadow:inset 0 1px rgba(255,255,255,0.3),0 0 0 2px rgba(143,179,97,0.75);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3),0 0 0 2px rgba(143,179,97,0.75);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.3),0 0 0 2px rgba(143,179,97,0.75);-o-box-shadow:inset 0 1px rgba(255,255,255,0.3),0 0 0 2px rgba(143,179,97,0.75)}button:focus:active,.button:focus:active{box-shadow:inset 0 1px 1px rgba(0,0,0,0.03),0 0 0 2px rgba(143,179,97,0.75);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03),0 0 0 2px rgba(143,179,97,0.75);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03),0 0 0 2px rgba(143,179,97,0.75);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.03),0 0 0 2px rgba(143,179,97,0.75)}div#content-container{width:570px;margin:48px auto 0}div#content-container h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}div#content-container p{margin-bottom:12px;line-height:24px}div#content-container p.help{margin:0 0 30px}div#content-container p strong{color:#3C4142}div#content-container hr{height:2px;background:#D4D9DE;margin:18px 0}div#content-container hr.biggie{margin:42px 0}@media only screen and (max-width: 639px){div#content-container{width:100%;padding:0 10px}}input::-webkit-input-placeholder{color:#8891A3}input:-moz-placeholder{color:#8891A3}input::-moz-placeholder{color:#8891A3}input:-ms-input-placeholder{color:#8891A3}div.field input,div.field textarea{display:block;width:100%;border:2px solid #D4D9DE;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;font-size:14px;color:#969DA3;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;transition:all 120ms linear;-webkit-transition:all 120ms linear;-moz-transition:all 120ms linear;-o-transition:all 120ms linear;-ms-transition:all 120ms linear}div.field input[disabled],div.field textarea[disabled]{zoom:1;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}div.field input:focus,div.field textarea:focus{border-color:#8FB360;color:#3C4142}div.field input{padding:7px}div.field.short-textarea textarea{height:150px}div.field textarea{padding:7px;resize:vertical;height:344px}div.field textarea.code{font-family:monospace, sans-serif;font-size:14px;line-height:24px}div.field textarea.note{height:100px}div.field textarea:focus{color:#969DA3}div.field{position:relative;clear:both;margin:0 20px 20px 0;width:275px;max-width:100%}div.field.nmb{margin-bottom:0}div.field p.error{float:right;font-size:12px;color:#b93117;margin-bottom:0 !important;line-height:20px !important;white-space:nowrap}div.field div.field_with_errors label{color:#b93117;float:left}div.field div.field_with_errors input,div.field div.field_with_errors textarea,div.field div.field_with_errors .default-select{border-color:#ec7963}div.field div.field_with_errors input:focus,div.field div.field_with_errors textarea:focus,div.field div.field_with_errors .default-select:focus{border-color:#BA604E}div.field label{display:block;color:#3C4142;font-weight:600;margin-bottom:5px}div.field label em{font-weight:normal;font-style:normal}div.field label a{float:right;display:block;font-size:12px;line-height:1;margin-top:4px}div.field.select-container.focused div.select-arrow{background-position:bottom}div.field.select-container.labeled div.select-arrow{top:53px}div.field.select-container div.select-arrow{pointer-events:none;content:"";display:block;width:9px;height:5px;position:absolute;right:13px;top:50%;margin-top:-1px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){div.field.select-container div.select-arrow{background-size:cover}}div.field p.info{font-size:13px}div.field select{display:block;width:100%}div.field select.default-select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:2px solid #CCD8DF;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;font-size:14px;color:#969DA3;font-weight:600;padding:15px 12px 16px;background:#fff}div.field select.default-select:focus{border-color:#6FBDC3;color:#6FBDC3}div.field ul.chzn-choices{padding:7px 36px 7px 12px}div.field.full{margin-right:0;width:100%}div.field.xtiny{width:68px}div.field.tiny{width:78px}div.field.xxxsmall{width:100px}div.field.xxsmall{width:122px}div.field.xsmall{width:160px}div.field.small{width:180px}div.field.medium-small{width:265px}div.field.medium{width:300px}div.field.large{width:584px}div.field.inline{float:left;clear:none}div.field.inline.first{clear:left}div.field.inline.last{margin-right:0}div.field.money:before{content:"$";position:absolute;bottom:7px;left:9px}div.field.money input{padding-left:16px}div.field.money:after{content:"USD";position:absolute;bottom:7px;right:9px}div.field.money-debt:before{content:"$";position:absolute;bottom:7px;left:9px}div.field.money-debt input{padding-left:16px}div.field.money-debt:after{content:"USD";position:absolute;bottom:7px;left:235px}div.field.upload{border:2px dashed #CCD8DF;width:224px;height:224px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;position:relative;overflow:hidden;background:#CCD8DF;background-clip:content-box;padding:2px}div.field.upload img{display:block;position:absolute;top:0;left:0;max-width:100%;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}div.field.upload input{display:none}div.field.upload button{margin:90px auto 0;display:block}div.field .chzn-container-single .chzn-single div{width:22px}div.field div.checks{padding-top:7px}div.field div.checks.wide label{width:80px}div.field div.checks.bold label{font-weight:600;color:#3C4142}div.field div.checks label{font-weight:normal;float:left;margin-right:10px;width:50px;cursor:pointer}div.field div.checks label div.checkbox,div.field div.checks label div.radio{float:left;margin:2px 4px 0 0}div.field.icon input,div.field.icon textarea,div.field.icon select.default-select,div.field.icon ul.chzn-choices,div.field.icon a.chzn-single{padding-left:57px}div.field.icon.textarea:before,div.field.icon.textarea:after,div.field.icon.chzn:before,div.field.icon.chzn:after{bottom:auto}div.field.icon.textarea:before,div.field.icon.chzn:before{top:15px}div.field.icon.textarea:after,div.field.icon.chzn:after{top:12px}div.field.icon.textarea.labeled:before,div.field.icon.chzn.labeled:before{top:41px}div.field.icon.textarea.labeled:after,div.field.icon.chzn.labeled:after{top:38px}div.field.icon:before,div.field.icon:after{content:"";display:block;position:absolute;z-index:2}div.field.icon:before{width:24px;height:24px;bottom:15px;left:14px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){div.field.icon:before{background-size:48px 216px}}div.field.icon:after{height:30px;width:2px;border-left:2px solid #CCD8DF;bottom:12px;left:48px}div.field.icon.focused:after{border-left-color:#6FBDC3}div.field.icon.briefcase:before{background-position:0 0}div.field.icon.envelope:before{background-position:0 -24px}div.field.icon.lock:before{background-position:0 -48px}div.field.icon.money:before{background-position:0 -72px}div.field.icon.pencil-mouse:before{background-position:0 -96px}div.field.icon.pencil:before{background-position:0 -120px}div.field.icon.person:before{background-position:0 -144px}div.field.icon.calendar:before{background-position:0 -168px}div.field.icon.calendar-check:before{background-position:0 -192px}div.field.icon.focused.briefcase:before{background-position:-24px 0}div.field.icon.focused.envelope:before{background-position:-24px -24px}div.field.icon.focused.lock:before{background-position:-24px -48px}div.field.icon.focused.money:before{background-position:-24px -72px}div.field.icon.focused.pencil-mouse:before{background-position:-24px -96px}div.field.icon.focused.pencil:before{background-position:-24px -120px}div.field.icon.focused.person:before{background-position:-24px -144px}div.field.icon.focused.calendar:before{background-position:-24px -168px}div.field.icon.focused.calendar-check:before{background-position:-24px -192px}div.actions{border-top:2px solid #D4D9DE;padding-top:20px;margin-top:39px}div.actions input[type="submit"].first,div.actions button.first,div.actions .button.first{float:left;margin-right:10px}div.actions input[type="submit"].last,div.actions button.last,div.actions .button.last{float:right;margin-left:10px}.highlight_errors{border:2px solid red !important}div#flash{padding:10px 0}div#flash div.flash-message{color:#3C4142;font-weight:600;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;margin:10px 0;text-align:center;padding:13px 12px}div#flash div.flash-message.notice{background:#DAE2CD !important;border:2px solid #8FB360 !important;color:#3C4142 !important}div#flash div.flash-message.warning{background:#F0D4CE !important;border:2px solid #EB7D67 !important;color:#3C4142 !important}div#flash div.flash-message.alert{background:#F1EACE !important;border:2px solid #E4CD4A !important;color:#3C4142 !important}div.msg{color:#3C4142;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;margin:10px 0;text-align:center;padding:13px 12px}div.msg.notice_nonbold{background:#DAE2CD;border:2px solid #8FB360}div.msg.notice{background:#DAE2CD;border:2px solid #8FB360;font-weight:600}div.msg.warning{background:#F0D4CE;border:2px solid #EB7D67;font-weight:600}div.msg.alert{background:#F1EACE;border:2px solid #E4CD4A;font-weight:600}.loading-indicator{width:16px;height:16px;position:absolute;background:url(/assets/loading-3f539d625a47bb2eb38756ec2863a2e4eed866c61873c91e833024ccb5f79976.png);animation:loading 900ms infinite linear normal;-ms-animation:loading 900ms infinite linear normal;-moz-animation:loading 900ms infinite linear normal;-webkit-animation:loading 900ms infinite linear normal;animation-delay:0s;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s}html{position:relative;min-height:100%}body{margin:0 0 150px}@media only screen and (max-width: 959px){body{margin-bottom:270px}}footer#bottom{border-top:2px solid #DADDE2;background:#FBFBFB;position:absolute;left:0;bottom:0;height:77px;width:100%}footer#bottom a{border-bottom:0}footer#bottom div.left{float:left;margin-top:16px}footer#bottom div.left p.vi{font-size:16px;color:#3C4142;font-weight:600}footer#bottom div.left ul{list-style:none;margin:3px 0 0}footer#bottom div.left ul li{float:left;margin-right:22px}footer#bottom div.left ul li a{color:#88919A;font-weight:600;text-decoration:none}footer#bottom table{float:right;margin-top:14px}footer#bottom ul.social{float:right;margin-top:26px;margin-right:18px;list-style:none}footer#bottom ul.social li{float:left;margin-left:10px}footer#bottom ul.social li a{width:22px;height:22px;background:url(/assets/social-e4058b10ccbc4785c850330123c71a9385b6c22d44c4175bba2f1a36f62b4fbb.png);display:block;text-indent:100%;white-space:nowrap;overflow:hidden}footer#bottom ul.social li a.facebook{background-position:0 0}footer#bottom ul.social li a.googleplus{background-position:0 -22px}footer#bottom ul.social li a.linkedin{background-position:0 -44px}footer#bottom ul.social li a.twitter{background-position:0 -66px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){footer#bottom ul.social li a{background-image:url(/assets/social@2x-5ec5a24786919d3385ecb2fa612a226ec4dd3515a029f8e4e9dace0addbced16.png);background-size:22px 88px}}@media only screen and (max-width: 959px){footer#bottom{text-align:center;height:214px}footer#bottom div.inner{width:100%;overflow:hidden}footer#bottom div.left{margin-top:20px;width:100%}footer#bottom div.left p.vi{float:none;text-align:center;margin:0 0 15px}footer#bottom div.left ul{width:100%;text-align:center;margin-left:0}footer#bottom div.left ul li{float:none;display:inline-block;margin:3px 18px}footer#bottom ul.social{text-align:center;float:left;width:100%;margin:12px 0 20px}footer#bottom ul.social li{display:inline-block;float:none}footer#bottom ul.social li:first-child{margin-left:0}footer#bottom table{float:none;display:inline-block;margin-top:20px}}a.impersonate-link{color:white}header#top{height:84px;background:#3C4142;border-bottom:4px solid #8FB360;position:relative;z-index:100}header#top div.inner{position:relative}header#top h1{margin-top:25px;float:left}header#top h1 a{display:block;text-indent:100%;white-space:nowrap;overflow:hidden;width:200px;height:30px;background:url(/assets/logo-b443803d67b4ca27893608197c9a32327854e7e4a3152e16addbdfad4e6ec95d.png);border:0}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){header#top h1 a{background:url(/assets/logo@2x-78ca43ea75cad3f17f37f0dc26d04edfbe927fc9c1bf32a52baf26bad65b922c.png);background-size:200px 30px}}header#top h2{font-size:22px;color:#fff;float:right;margin-top:32px}header#top nav{float:right;margin-top:31px}header#top nav ul{list-style:none}header#top nav ul li{float:left;margin-left:30px}header#top nav ul li.lonely{margin-left:84px}header#top nav ul li a{color:#fff;text-decoration:none;font-weight:600;border:0}header#top div.accrued-earnings-indicator{float:right;margin-left:10px;margin-top:23px;border:2px solid #2A2E2E;background:#363B3C;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:6px 15px 5px 0;color:#fff;font-weight:600}header#top div.accrued-earnings-indicator:before{display:block;float:left;margin:1px 12px 0 10px}header#top div#user-menu-container{float:right;position:relative}header#top div#user-menu-container button#user-menu-trigger{width:220px;text-align:left;display:block;float:right;margin-top:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:30px}header#top div#user-menu-container ul#user-menu{list-style:none;background:#3F4445;border:2px solid #2A2E2E;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;width:220px;position:absolute;top:60px;right:0;visibility:hidden;zoom:1;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);transition:visibility 91ms linear, opacity 90ms linear;-webkit-transition:visibility 91ms linear, opacity 90ms linear;-moz-transition:visibility 91ms linear, opacity 90ms linear;-o-transition:visibility 91ms linear, opacity 90ms linear;-ms-transition:visibility 91ms linear, opacity 90ms linear}header#top div#user-menu-container ul#user-menu.open{visibility:visible;zoom:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);z-index:100}header#top div#user-menu-container ul#user-menu li:last-child a{border-bottom:0}header#top div#user-menu-container ul#user-menu li.verified{padding:7px 12px;color:#8FB361;font-weight:600;background:#4C5546;border-bottom:2px solid #363C3D}header#top div#user-menu-container ul#user-menu li a{display:block;color:#fff;text-decoration:none;padding:7px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background 60ms linear;-webkit-transition:background 60ms linear;-moz-transition:background 60ms linear;-o-transition:background 60ms linear;-ms-transition:background 60ms linear;border:0;border-bottom:2px solid #363C3D}header#top div#user-menu-container ul#user-menu li a:hover{background:rgba(0,0,0,0.05)}@media only screen and (max-width: 639px){header#top{border-bottom:2px solid #8FB360;height:auto;padding-bottom:9px}header#top div.inner{width:100%;padding:0 10px}header#top h1{padding-top:7px;float:none;margin-top:0}header#top h1 a{background-size:100%;width:160px;height:24px;margin:0 auto}header#top h2{margin-top:10px;font-size:18px;float:none;text-align:center}header#top nav{margin-top:10px;float:none;width:100%}header#top nav ul{text-align:center}header#top nav ul li{margin:0 6px;display:inline-block;float:none}header#top div#user-menu-container{position:static}header#top div#user-menu-container button#user-menu-trigger{background:url(/assets/icon-mobile-nav-b476a3bc01cf69e66112f2c7e009cfc32e044d53a27d40b11a345bd7ca958265.png);border:none;border-radius:none;-webkit-border-radius:none;-moz-border-radius:none;-o-border-radius:none;padding:0;position:absolute;top:10px;right:10px;height:18px;width:18px;text-indent:100%;color:transparent;white-space:nowrap;overflow:hidden;margin-top:0}header#top div#user-menu-container button#user-menu-trigger:before{display:none}header#top div#user-menu-container button#user-menu-trigger:after{display:none}}@media only screen and (max-width: 639px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 639px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 639px) and (min-resolution: 1.3dppx){header#top div#user-menu-container button#user-menu-trigger{background:url(/assets/icon-mobile-nav@2x-f9fb47a269a2db9686c0c13ccfd403474bc9ec437ac52cef73d0dbfe70b11ebe.png);background-size:18px}}@media only screen and (max-width: 639px){header#top div#user-menu-container ul#user-menu{top:40px;width:100%;left:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-left:none;border-right:none}header#top div#user-menu-container ul#user-menu li{text-align:center;border-top:1px solid #32393A}header#top div#user-menu-container ul#user-menu li:first-child{border-top:none}}.iconic{background:url(/assets/icons-a9ecd3eeeb32fa02731945029d9aaa45ba3f4423c060a8904008112ac15b0023.png);width:16px;height:16px}.iconic.closed-requests-green{background-position:0 0}.iconic.closed-requests{background-position:0 -16px}.iconic.delete{background-position:0 -32px}.iconic.dollar{background-position:0 -48px;width:10px}.iconic.file{background-position:0 -64px;width:14px}.iconic.highlight{background-position:0 -80px;height:17px}.iconic.label-black{background-position:0 -97px}.iconic.label-gray{background-position:0 -113px;height:17px}.iconic.label{background-position:0 -130px;height:17px}.iconic.open-requests-green{background-position:0 -147px}.iconic.open-requests{background-position:0 -163px}.iconic.person{background-position:0 -179px}.iconic.plus{background-position:0 -195px;width:12px;height:13px}.iconic.redact{background-position:0 -208px;height:17px}.iconic.search-gray{background-position:0 -225px;width:12px;height:12px}.iconic.search{background-position:0 -237px;width:12px;height:12px}.iconic.note-highlight{background-position:0 -281px}.iconic.note-redaction{background-position:0 -297px}.iconic.verified{background-position:0 -313px}.iconic.play{background-position:0 -329px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){.iconic{background:url(/assets/icons@2x-80d4091a5418d96fd79a85f285ceedaa1bbf616602e825a5e310ef8c15906d27.png);background-size:16px 345px}}.pseudo-iconic:before{content:"";display:block;background:url(/assets/icons-a9ecd3eeeb32fa02731945029d9aaa45ba3f4423c060a8904008112ac15b0023.png);width:16px;height:16px}.pseudo-iconic.closed-requests-green:before{background-position:0 0}.pseudo-iconic.closed-requests:before{background-position:0 -16px}.pseudo-iconic.delete:before{background-position:0 -32px}.pseudo-iconic.dollar:before{background-position:0 -48px;width:10px}.pseudo-iconic.file:before{background-position:0 -64px;width:14px}.pseudo-iconic.highlight:before{background-position:0 -80px;height:17px}.pseudo-iconic.label-black:before{background-position:0 -97px}.pseudo-iconic.label-gray:before{background-position:0 -113px;height:17px}.pseudo-iconic.label:before{background-position:0 -130px;height:17px}.pseudo-iconic.open-requests-green:before{background-position:0 -147px}.pseudo-iconic.open-requests:before{background-position:0 -163px}.pseudo-iconic.person:before{background-position:0 -179px}.pseudo-iconic.person2:before{background-position:0 -179px}.pseudo-iconic.plus:before{background-position:0 -195px;width:12px;height:13px}.pseudo-iconic.redact:before{background-position:0 -208px;height:17px}.pseudo-iconic.search-gray:before{background-position:0 -225px;width:12px;height:12px}.pseudo-iconic.search:before{background-position:0 -237px;width:12px;height:12px}.pseudo-iconic.check:before{background-position:0 -249px}.pseudo-iconic.trash:before{background-position:0 -265px}.pseudo-iconic.note-highlight:before{background-position:0 -281px}.pseudo-iconic.note-redaction:before{background-position:0 -297px}.pseudo-iconic.verified:before{background-position:0 -313px}.pseudo-iconic.play:before{background-position:0 -329px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){.pseudo-iconic:before{background:url(/assets/icons@2x-80d4091a5418d96fd79a85f285ceedaa1bbf616602e825a5e310ef8c15906d27.png);background-size:16px 345px}}div.progress-bar div.whatever:before{width:22px;height:22px;content:"";background:url(/assets/numbers-bbb04bef8b8251aebf4e9fe79296bdda8255b0d4a4a83370a29ece9240321fc2.png)}div.progress-bar div.whatever.one.active:before{background-position:0 0}div.progress-bar div.whatever.one:before{background-position:0 -22px}div.progress-bar div.whatever.two.active:before{background-position:0 -44px}div.progress-bar div.whatever.two:before{background-position:0 -66px}div.progress-bar div.whatever.three.active:before{background-position:0 -88px}div.progress-bar div.whatever.three:before{background-position:0 -110px}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){div.progress-bar div.whatever{background:url(/assets/numbers@2x-3e28cce65c6a79acf59e0939444b0a6a42b8fab081f0aa5cab897cd1b0dbc329.png);background-size:22px 132px}}header#wizard-progress{background:#fff;border-bottom:2px solid #D4D9DE;height:57px}header#wizard-progress ul{list-style:none;text-align:center;padding-top:19px}header#wizard-progress ul.step-1 li.one{color:#8FB361}header#wizard-progress ul.step-1 li.one:before{background-position:0 0}header#wizard-progress ul.step-2 li.one,header#wizard-progress ul.step-2 li.two{color:#8FB361}header#wizard-progress ul.step-2 li.one:before{background-position:0 0}header#wizard-progress ul.step-2 li.two:before{background-position:0 -44px}header#wizard-progress ul.step-2 li.line.after-one{background:#8FB360}header#wizard-progress ul.step-3 li.one,header#wizard-progress ul.step-3 li.two,header#wizard-progress ul.step-3 li.three{color:#8FB361}header#wizard-progress ul.step-3 li.one:before{background-position:0 0}header#wizard-progress ul.step-3 li.two:before{background-position:0 -44px}header#wizard-progress ul.step-3 li.three:before{background-position:0 -88px}header#wizard-progress ul.step-3 li.line.after-one,header#wizard-progress ul.step-3 li.line.after-two{background:#8FB360}header#wizard-progress ul li{display:inline-block;margin:0 6px;font-size:18px;color:#ABB1B7;font-weight:600}header#wizard-progress ul li:before{content:"";display:block;width:22px;height:22px;background:url(/assets/numbers-bbb04bef8b8251aebf4e9fe79296bdda8255b0d4a4a83370a29ece9240321fc2.png);float:left;margin:-2px 10px 0 0}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){header#wizard-progress ul li:before{background:url(/assets/numbers@2x-3e28cce65c6a79acf59e0939444b0a6a42b8fab081f0aa5cab897cd1b0dbc329.png);background-size:22px 132px}}header#wizard-progress ul li.one:before{background-position:0 -22px}header#wizard-progress ul li.two:before{background-position:0 -66px}header#wizard-progress ul li.three:before{background-position:0 -110px}header#wizard-progress ul li.line{height:2px;background:#ABB1B7;width:95px;vertical-align:4px}header#wizard-progress ul li.line:before{display:none}@media only screen and (min-width: 640px) and (max-width: 959px){header#wizard-progress ul li{font-size:15px}header#wizard-progress ul li.line{width:20px}}@media only screen and (max-width: 639px){header#wizard-progress{display:none}}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url("select2.png") right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;opacity:0;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#5C5C54;border-top:0;display:none;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-bottom:0;border-top:2px solid #8FB360;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0}.select2-drop-active{border:2px solid #8FB360;border-top:none}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url("select2.png") no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto !important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-size:1em;border:1px solid #aaa;border-radius:0}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border-top:0;padding-top:2px;border-bottom:2px solid #8FB360 !important;border-radius:0 0 4px 4px !important}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;color:#fff;font-weight:600}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;color:#3E4345;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:3px 6px;display:list-item;background-image:none}.select2-results li.select2-highlighted,.select2-results li.select2-no-results,.select2-results li.select2-searching{color:#fff}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#8FB361}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#8FB361;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#8FB361;display:list-item;cursor:default}.select2-results .select2-disabled{background:#8FB361;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results{background:#8FB361;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#8FB361;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#8FB361;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto !important;height:1%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;position:relative;border:2px solid #CCD8DF;cursor:text;overflow:hidden;padding:0 0 0 30px;background-color:#fff}.select2-container-multi .select2-choices:after{content:"";display:block;position:absolute;top:8px;left:11px;width:16px;height:17px;background-image:url(/assets/icons-a9ecd3eeeb32fa02731945029d9aaa45ba3f4423c060a8904008112ac15b0023.png);background-position:0 -113px}.select2-locked{padding:3px 5px 3px 5px !important}.select2-container-multi.select2-container-active .select2-choices{border-color:#8FB360;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px}.select2-container-multi.select2-container-active .select2-choices:after{background-position:0 -97px;height:16px}.select2-container-multi.select2-dropdown-open .select2-choices{border-color:#8FB360;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0}.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices{border-bottom-color:transparent;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:1px 0 1px 4px;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-size:100%;color:#969DA3;outline:0;border:0;background:transparent !important}.select2-default{color:#999 !important}.select2-container-multi .select2-choices .select2-search-choice{margin:7px 0 3px 8px;display:block;overflow:hidden;position:relative;background:#8FB361;font-size:10px;line-height:12px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:600;padding:3px 18px 2px 4px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border:0;white-space:nowrap;text-decoration:none;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#759849}.select2-search-choice-close{display:block;width:11px;height:11px;position:absolute;right:3px;top:3px;border:0}.select2-search-choice-close:active{top:3px}.select2-search-choice-close:after{content:"×";font-weight:bold;color:#fff;font-size:15px;font-family:"Arial", sans-serif}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#8FB361;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#8FB361}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:0px !important;top:0px !important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url("select2x2.png") !important;background-repeat:no-repeat !important;background-size:60px 40px !important}.select2-search input{background-position:100% -21px !important}}div.status-icon{width:18px;height:18px;text-indent:100%;overflow:hidden;white-space:nowrap;background:url(/assets/status-icons-5979e8ace8a612cb8d40464276c24f8c347915901d5217243bc9972c18f6d528.png)}@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx){div.status-icon{background:url(/assets/status-icons@2x-9e2d21f1c2f3b268246fc95d4492d0fb568111631621f2ae888fc937ca8d4118.png);background-size:18px}}div.status-icon.awaiting-information{background-position:0 0}div.status-icon.awaiting-review{background-position:0 -18px}div.status-icon.awaiting-verification{background-position:0 -36px}div.status-icon.declined{background-position:0 -54px}div.status-icon.investor{background-position:0 -72px}div.status-icon.reviewed{background-position:0 -90px}div.status-icon.verified,div.status-icon.accepted{background-position:0 -108px}div.status-icon.awaiting-investor{background-position:0 -126px}div#status-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff !important;text-align:center;font-weight:600;padding:6px 9px;white-space:nowrap}div#status-tooltip.righty:after{left:auto;margin-left:auto;right:5px}div#status-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-top-color:rgba(60,65,66,0.95);position:absolute;bottom:-10px;left:50%;margin-left:-5px}div#expedite-tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff !important;text-align:center;font-weight:600;padding:6px 9px;white-space:nowrap}div#expedite-tooltip.righty:after{left:auto;margin-left:auto;right:5px}div#expedite-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-top-color:rgba(60,65,66,0.95);position:absolute;bottom:-10px;left:50%;margin-left:-5px}body.issuer.dashboard.completed div.tooltip{position:absolute;background:rgba(60,65,66,0.95);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.issuer.dashboard.completed div.tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.issuer.dashboard.completed div.tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.issuer.dashboard.completed div.tooltip ol{list-style-position:inside}body.issuer.dashboard.completed div.tooltip ul{list-style-position:inside}body.reviewer.verification_requests.transunion_credit_report #liabilities-table,body.admin.verification_requests.transunion_credit_report #liabilities-table{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border:2px solid #D4D9DE;margin-top:0px;clear:both}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table,body.admin.verification_requests.transunion_credit_report #liabilities-table table{border-collapse:collapse;width:100%;background:#fff}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table thead,body.admin.verification_requests.transunion_credit_report #liabilities-table table thead{text-align:left;color:#3C4142;font-weight:600}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table thead.header,body.admin.verification_requests.transunion_credit_report #liabilities-table table thead.header{background:#E8E8E8}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table thead th,body.admin.verification_requests.transunion_credit_report #liabilities-table table thead th{padding:5px}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table thead th.amount,body.admin.verification_requests.transunion_credit_report #liabilities-table table thead th.amount{text-align:right}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table tbody tr,body.admin.verification_requests.transunion_credit_report #liabilities-table table tbody tr{height:30px}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table tbody tr:nth-child(even),body.admin.verification_requests.transunion_credit_report #liabilities-table table tbody tr:nth-child(even){background:#F5F5F5}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table tbody tr td,body.admin.verification_requests.transunion_credit_report #liabilities-table table tbody tr td{padding:5px}body.reviewer.verification_requests.transunion_credit_report #liabilities-table table tbody tr td.amount,body.admin.verification_requests.transunion_credit_report #liabilities-table table tbody tr td.amount{text-align:right}.already_login{text-align:right;margin-bottom:1em}body.users.edit form#user-edit-form,body.users.update form#user-edit-form{width:570px;margin:48px auto 0}body.users.edit form#user-edit-form p.help,body.users.update form#user-edit-form p.help{margin-bottom:30px}body.users.edit form#user-edit-form fieldset.notifications,body.users.edit form#user-edit-form fieldset.api-info,body.users.edit form#user-edit-form fieldset.applications,body.users.edit form#user-edit-form fieldset.accreditation-badge,body.users.edit form#user-edit-form fieldset.embedded-api-info,body.users.edit form#user-edit-form fieldset.cookie-permissions,body.users.edit form#user-edit-form fieldset.security-questions,body.users.edit form#user-edit-form fieldset.default-dashboard,body.users.update form#user-edit-form fieldset.notifications,body.users.update form#user-edit-form fieldset.api-info,body.users.update form#user-edit-form fieldset.applications,body.users.update form#user-edit-form fieldset.accreditation-badge,body.users.update form#user-edit-form fieldset.embedded-api-info,body.users.update form#user-edit-form fieldset.cookie-permissions,body.users.update form#user-edit-form fieldset.security-questions,body.users.update form#user-edit-form fieldset.default-dashboard{padding-top:42px;border-top:2px solid #D4D9DE;margin-top:42px}body.users.edit form#user-edit-form fieldset h3,body.users.update form#user-edit-form fieldset h3{font-size:18px;color:#3C4142;font-weight:600;margin-bottom:24px}body.users.edit form#user-edit-form fieldset.api-info .button,body.users.update form#user-edit-form fieldset.api-info .button{margin-top:18px;display:block;width:155px}body.users.edit form#user-edit-form fieldset.embedded-api-info .button,body.users.update form#user-edit-form fieldset.embedded-api-info .button{margin-top:18px;display:block;width:220px}body.users.edit form#user-edit-form fieldset.applications ul,body.users.update form#user-edit-form fieldset.applications ul{list-style:none}body.users.edit form#user-edit-form fieldset.applications ul li,body.users.update form#user-edit-form fieldset.applications ul li{line-height:30px}body.users.edit form#user-edit-form fieldset.applications ul li strong,body.users.update form#user-edit-form fieldset.applications ul li strong{color:#3C4142;float:left}body.users.edit form#user-edit-form fieldset.applications ul li a,body.users.update form#user-edit-form fieldset.applications ul li a{border:0;display:block;width:16px;height:16px;text-indent:150%;white-space:nowrap;overflow:hidden;float:right;margin-top:6px}body.users.edit form#user-edit-form fieldset.accreditation-badge textarea.code,body.users.update form#user-edit-form fieldset.accreditation-badge textarea.code{height:120px}body.users.edit form#user-edit-form fieldset.accreditation-badge div.badge-preview-container,body.users.update form#user-edit-form fieldset.accreditation-badge div.badge-preview-container{padding:15px;background:#E8E4E4;margin-bottom:20px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px}body.users.edit form#user-edit-form div.change-password-container,body.users.update form#user-edit-form div.change-password-container{display:none}body.users.edit form#user-edit-form div.change-password-container.editing-password,body.users.update form#user-edit-form div.change-password-container.editing-password{display:block}body.users.edit form#user-edit-form div.contact-info,body.users.update form#user-edit-form div.contact-info{margin-top:30px}@media only screen and (max-width: 639px){body.users.edit form#user-edit-form,body.users.update form#user-edit-form{width:100%;padding:0 20px;margin-top:28px}body.users.edit form#user-edit-form div.field,body.users.update form#user-edit-form div.field{width:100%;float:none}}body.users.edit form#user-edit-form input:valid#user_password,body.users.edit form#user-edit-form input:valid#user_password_confirmation,body.users.update form#user-edit-form input:valid#user_password,body.users.update form#user-edit-form input:valid#user_password_confirmation{background-image:url(/assets/correct-f99f5b175069b95efc60c225643b11a705595bf1abee8d0af6f2ae440eef8ab1.png);background-position:right top;background-repeat:no-repeat}body.users.edit form#user-edit-form input:invalid#user_password,body.users.edit form#user-edit-form input:invalid#user_password_confirmation,body.users.update form#user-edit-form input:invalid#user_password,body.users.update form#user-edit-form input:invalid#user_password_confirmation{background-image:url(/assets/error-5d27ef7be0a9b87d14b1b5282f69a062c22c267852fe4a957301b4af5bd72713.png);background-position:right top;background-repeat:no-repeat}body.users.edit form#transfer-credits,body.users.update form#transfer-credits{margin-top:60px}body.users div#user-account-details-tooltip{position:absolute;background:rgba(60,65,66,0.95) !important;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;text-align:center;color:#fff;text-align:center;font-weight:600;padding:6px 9px}body.users div#user-account-details-tooltip.righty:after{left:auto;margin-left:auto;right:5px}body.users div#user-account-details-tooltip:after{content:"";width:0;height:0;border:5px solid transparent;border-bottom-color:rgba(60,65,66,0.95);position:absolute;top:-10px;left:10%}body.users form#user-form,body.users form#consent-form{width:570px;margin:48px auto 0}body.users form#user-form input+p,body.users form#consent-form input+p{margin-top:3px}body.users form#user-form #user_term,body.users form#consent-form #user_term{float:left;margin-right:10px;margin-top:5px}body.users form#user-form input:valid#user_password,body.users form#user-form input:valid#user_password_confirmation,body.users form#consent-form input:valid#user_password,body.users form#consent-form input:valid#user_password_confirmation{background-image:url(/assets/correct-f99f5b175069b95efc60c225643b11a705595bf1abee8d0af6f2ae440eef8ab1.png);background-position:right top;background-repeat:no-repeat}body.users form#user-form input:invalid#user_password,body.users form#user-form input:invalid#user_password_confirmation,body.users form#consent-form input:invalid#user_password,body.users form#consent-form input:invalid#user_password_confirmation{background-image:url(/assets/error-5d27ef7be0a9b87d14b1b5282f69a062c22c267852fe4a957301b4af5bd72713.png);background-position:right top;background-repeat:no-repeat}body.users form#user-form .field_with_errors input[type=checkbox],body.users form#consent-form .field_with_errors input[type=checkbox]{margin-top:2px !important}body.users form#user-form p.application-authorization,body.users form#consent-form p.application-authorization{color:#3C4142;font-weight:600;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;margin:10px 0;text-align:center;padding:13px 12px;background:#DAE2CD;border:2px solid #8FB360;margin-bottom:24px}body.users form#user-form p.terms a,body.users form#consent-form p.terms a{color:#3C4142;font-weight:600;text-decoration:none}@media only screen and (max-width: 639px){body.users form#user-form,body.users form#consent-form{width:100%;max-width:570px;padding:0 20px;margin-bottom:40px}body.users form#user-form div.field,body.users form#consent-form div.field{margin-right:0;margin-left:0;width:100%}}@media only screen and (min-width: 640px) and (max-width: 959px){body.users form#user-form,body.users form#consent-form{width:100%;max-width:570px}}body.users form#user-form div.consent,body.users form#consent-form div.consent{background:#fff;border:2px solid #D4D9DE;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;padding:15px 18px;margin-bottom:10px}body.users form#user-form div.consent h5,body.users form#consent-form div.consent h5{font-size:14px;color:#3C4142;font-weight:600;margin-bottom:9px}body.users form#user-form div.consent>p,body.users form#consent-form div.consent>p{line-height:22px;padding-right:30px;margin-bottom:18px}body.users form#user-form div.consent ul.consent-options,body.users form#consent-form div.consent ul.consent-options{list-style:none}body.users form#user-form div.consent ul.consent-options li,body.users form#consent-form div.consent ul.consent-options li{margin-bottom:12px}body.users form#user-form div.consent ul.consent-options li label,body.users form#consent-form div.consent ul.consent-options li label{display:block;cursor:pointer}body.users form#user-form div.consent ul.consent-options li label div.radio,body.users form#user-form div.consent ul.consent-options li label p.desc,body.users form#user-form div.consent ul.consent-options li label p.price,body.users form#consent-form div.consent ul.consent-options li label div.radio,body.users form#consent-form div.consent ul.consent-options li label p.desc,body.users form#consent-form div.consent ul.consent-options li label p.price{float:left;font-weight:600}body.users form#user-form div.consent ul.consent-options li label div.radio,body.users form#consent-form div.consent ul.consent-options li label div.radio{margin:1px 18px 0 0}body.users form#user-form div.consent ul.consent-options li label p.desc,body.users form#consent-form div.consent ul.consent-options li label p.desc{color:#3C4142;width:160px}body.users form#user-form div.consent ul.consent-options li label p.price,body.users form#consent-form div.consent ul.consent-options li label p.price{color:#8FB361}
