diff --git a/map-prototype/index.html b/map-prototype/index.html
new file mode 100644
index 0000000..f0d8c38
--- /dev/null
+++ b/map-prototype/index.html
@@ -0,0 +1,217 @@
+
+
+
+
+
+ Map / Philly Mesh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/map-prototype/main2.css b/map-prototype/main2.css
new file mode 100644
index 0000000..d0b7710
--- /dev/null
+++ b/map-prototype/main2.css
@@ -0,0 +1,2369 @@
+@charset "UTF-8";
+/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
+html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
+
+body { margin: 0; }
+
+article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
+
+audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
+
+audio:not([controls]) { display: none; height: 0; }
+
+[hidden], template { display: none; }
+
+.w6 {
+ width: 40rem;
+}
+
+.h50 {
+ height: 40rem;
+}
+
+.h100 {
+ height: 100vh;
+}
+
+#map-div {
+ /*margin-top: 20rem;*/
+}
+
+a { background: transparent; }
+
+a:active, a:hover { outline: 0; }
+
+abbr[title] { border-bottom: 1px dotted; }
+
+b, strong { font-weight: bold; }
+
+dfn { font-style: italic; }
+
+h1 { font-size: 2em; margin: 0.67em 0; }
+
+mark { background: #ff0; color: #000; }
+
+small { font-size: 80%; }
+
+sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
+
+sup { top: -0.5em; }
+
+sub { bottom: -0.25em; }
+
+img { border: 0; }
+
+svg:not(:root) { overflow: hidden; }
+
+figure { margin: 1em 40px; }
+
+hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
+
+pre { overflow: auto; }
+
+code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
+
+button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
+
+button { overflow: visible; }
+
+button, select { text-transform: none; }
+
+button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
+
+button[disabled], html input[disabled] { cursor: default; }
+
+button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
+
+input { line-height: normal; }
+
+input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
+
+input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
+
+input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
+
+input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
+
+fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
+
+legend { border: 0; padding: 0; }
+
+textarea { overflow: auto; }
+
+optgroup { font-weight: bold; }
+
+table { border-collapse: collapse; border-spacing: 0; }
+
+td, th { padding: 0; }
+
+@media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
+ a, a:visited { text-decoration: underline; }
+ a[href]:after { content: " (" attr(href) ")"; }
+ abbr[title]:after { content: " (" attr(title) ")"; }
+ a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
+ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
+ thead { display: table-header-group; }
+ tr, img { page-break-inside: avoid; }
+ img { max-width: 100% !important; }
+ p, h2, h3 { orphans: 3; widows: 3; }
+ h2, h3 { page-break-after: avoid; }
+ select { background: #fff !important; }
+ .navbar { display: none; }
+ .table td, .table th { background-color: #fff !important; }
+ .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
+ .label { border: 1px solid #000; }
+ .table { border-collapse: collapse !important; }
+ .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
+* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
+
+*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
+
+body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: #333333; background-color: #fff; }
+
+input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
+
+a { color: #428bca; text-decoration: none; }
+a:hover, a:focus { color: #2a6496; text-decoration: underline; }
+a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
+
+figure { margin: 0; }
+
+img { vertical-align: middle; }
+
+.img-responsive { display: block; max-width: 100%; height: auto; }
+
+.img-rounded { border-radius: 6px; }
+
+.img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }
+
+.img-circle { border-radius: 50%; }
+
+hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; }
+
+.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
+
+h1, h2, h3, h4, .modal ul.modal-header a, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
+h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, .modal ul.modal-header a small, h4 .small, .modal ul.modal-header a .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; }
+
+h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
+h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }
+
+h4, .modal ul.modal-header a, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
+h4 small, .modal ul.modal-header a small, h4 .small, .modal ul.modal-header a .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }
+
+h1, .h1 { font-size: 36px; }
+
+h2, .h2 { font-size: 30px; }
+
+h3, .h3 { font-size: 24px; }
+
+h4, .modal ul.modal-header a, .h4 { font-size: 18px; }
+
+h5, .h5 { font-size: 14px; }
+
+h6, .h6 { font-size: 12px; }
+
+p { margin: 0 0 10px; }
+
+.lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; }
+@media (min-width: 768px) { .lead { font-size: 21px; } }
+
+small, .small { font-size: 85%; }
+
+cite { font-style: normal; }
+
+.text-left { text-align: left; }
+
+.text-right { text-align: right; }
+
+.text-center { text-align: center; }
+
+.text-justify { text-align: justify; }
+
+.text-muted { color: #999999; }
+
+.text-primary { color: #428bca; }
+
+a.text-primary:hover { color: #3071a9; }
+
+.text-success { color: #3c763d; }
+
+a.text-success:hover { color: #2b542c; }
+
+.text-info { color: #31708f; }
+
+a.text-info:hover { color: #245269; }
+
+.text-warning { color: #8a6d3b; }
+
+a.text-warning:hover { color: #66512c; }
+
+.text-danger { color: #a94442; }
+
+a.text-danger:hover { color: #843534; }
+
+.bg-primary { color: #fff; }
+
+.bg-primary { background-color: #428bca; }
+
+a.bg-primary:hover { background-color: #3071a9; }
+
+.bg-success { background-color: #dff0d8; }
+
+a.bg-success:hover { background-color: #c1e2b3; }
+
+.bg-info { background-color: #d9edf7; }
+
+a.bg-info:hover { background-color: #afd9ee; }
+
+.bg-warning { background-color: #fcf8e3; }
+
+a.bg-warning:hover { background-color: #f7ecb5; }
+
+.bg-danger { background-color: #f2dede; }
+
+a.bg-danger:hover { background-color: #e4b9b9; }
+
+.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; }
+
+ul, ol { margin-top: 0; margin-bottom: 10px; }
+ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }
+
+.list-unstyled, .list-inline { padding-left: 0; list-style: none; }
+
+.list-inline { margin-left: -5px; }
+.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
+
+dl { margin-top: 0; margin-bottom: 20px; }
+
+dt, dd { line-height: 1.42857; }
+
+dt { font-weight: bold; }
+
+dd { margin-left: 0; }
+
+@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
+ .dl-horizontal dd { margin-left: 180px; }
+ .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
+ .dl-horizontal dd:after { clear: both; } }
+abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; }
+
+.initialism { font-size: 90%; text-transform: uppercase; }
+
+blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
+blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
+blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #999999; }
+blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }
+
+.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
+.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
+.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }
+
+blockquote:before, blockquote:after { content: ""; }
+
+address { margin-bottom: 20px; font-style: normal; line-height: 1.42857; }
+
+code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
+
+code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 4px; }
+
+kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
+
+pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; }
+pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }
+
+.pre-scrollable { max-height: 340px; overflow-y: scroll; }
+
+.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
+.container:before, .container:after { content: " "; display: table; }
+.container:after { clear: both; }
+@media (min-width: 768px) { .container { width: 750px; } }
+@media (min-width: 992px) { .container { width: 970px; } }
+@media (min-width: 1200px) { .container { width: 1170px; } }
+
+.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
+.container-fluid:before, .container-fluid:after { content: " "; display: table; }
+.container-fluid:after { clear: both; }
+
+.row { margin-left: -15px; margin-right: -15px; }
+.row:before, .row:after { content: " "; display: table; }
+.row:after { clear: both; }
+
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
+
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
+
+.col-xs-1 { width: 8.33333%; }
+
+.col-xs-2 { width: 16.66667%; }
+
+.col-xs-3 { width: 25%; }
+
+.col-xs-4 { width: 33.33333%; }
+
+.col-xs-5 { width: 41.66667%; }
+
+.col-xs-6 { width: 50%; }
+
+.col-xs-7 { width: 58.33333%; }
+
+.col-xs-8 { width: 66.66667%; }
+
+.col-xs-9 { width: 75%; }
+
+.col-xs-10 { width: 83.33333%; }
+
+.col-xs-11 { width: 91.66667%; }
+
+.col-xs-12 { width: 100%; }
+
+.col-xs-pull-0 { right: 0%; }
+
+.col-xs-pull-1 { right: 8.33333%; }
+
+.col-xs-pull-2 { right: 16.66667%; }
+
+.col-xs-pull-3 { right: 25%; }
+
+.col-xs-pull-4 { right: 33.33333%; }
+
+.col-xs-pull-5 { right: 41.66667%; }
+
+.col-xs-pull-6 { right: 50%; }
+
+.col-xs-pull-7 { right: 58.33333%; }
+
+.col-xs-pull-8 { right: 66.66667%; }
+
+.col-xs-pull-9 { right: 75%; }
+
+.col-xs-pull-10 { right: 83.33333%; }
+
+.col-xs-pull-11 { right: 91.66667%; }
+
+.col-xs-pull-12 { right: 100%; }
+
+.col-xs-push-0 { left: 0%; }
+
+.col-xs-push-1 { left: 8.33333%; }
+
+.col-xs-push-2 { left: 16.66667%; }
+
+.col-xs-push-3 { left: 25%; }
+
+.col-xs-push-4 { left: 33.33333%; }
+
+.col-xs-push-5 { left: 41.66667%; }
+
+.col-xs-push-6 { left: 50%; }
+
+.col-xs-push-7 { left: 58.33333%; }
+
+.col-xs-push-8 { left: 66.66667%; }
+
+.col-xs-push-9 { left: 75%; }
+
+.col-xs-push-10 { left: 83.33333%; }
+
+.col-xs-push-11 { left: 91.66667%; }
+
+.col-xs-push-12 { left: 100%; }
+
+.col-xs-offset-0 { margin-left: 0%; }
+
+.col-xs-offset-1 { margin-left: 8.33333%; }
+
+.col-xs-offset-2 { margin-left: 16.66667%; }
+
+.col-xs-offset-3 { margin-left: 25%; }
+
+.col-xs-offset-4 { margin-left: 33.33333%; }
+
+.col-xs-offset-5 { margin-left: 41.66667%; }
+
+.col-xs-offset-6 { margin-left: 50%; }
+
+.col-xs-offset-7 { margin-left: 58.33333%; }
+
+.col-xs-offset-8 { margin-left: 66.66667%; }
+
+.col-xs-offset-9 { margin-left: 75%; }
+
+.col-xs-offset-10 { margin-left: 83.33333%; }
+
+.col-xs-offset-11 { margin-left: 91.66667%; }
+
+.col-xs-offset-12 { margin-left: 100%; }
+
+@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
+ .col-sm-1 { width: 8.33333%; }
+ .col-sm-2 { width: 16.66667%; }
+ .col-sm-3 { width: 25%; }
+ .col-sm-4 { width: 33.33333%; }
+ .col-sm-5 { width: 41.66667%; }
+ .col-sm-6 { width: 50%; }
+ .col-sm-7 { width: 58.33333%; }
+ .col-sm-8 { width: 66.66667%; }
+ .col-sm-9 { width: 75%; }
+ .col-sm-10 { width: 83.33333%; }
+ .col-sm-11 { width: 91.66667%; }
+ .col-sm-12 { width: 100%; }
+ .col-sm-pull-0 { right: 0%; }
+ .col-sm-pull-1 { right: 8.33333%; }
+ .col-sm-pull-2 { right: 16.66667%; }
+ .col-sm-pull-3 { right: 25%; }
+ .col-sm-pull-4 { right: 33.33333%; }
+ .col-sm-pull-5 { right: 41.66667%; }
+ .col-sm-pull-6 { right: 50%; }
+ .col-sm-pull-7 { right: 58.33333%; }
+ .col-sm-pull-8 { right: 66.66667%; }
+ .col-sm-pull-9 { right: 75%; }
+ .col-sm-pull-10 { right: 83.33333%; }
+ .col-sm-pull-11 { right: 91.66667%; }
+ .col-sm-pull-12 { right: 100%; }
+ .col-sm-push-0 { left: 0%; }
+ .col-sm-push-1 { left: 8.33333%; }
+ .col-sm-push-2 { left: 16.66667%; }
+ .col-sm-push-3 { left: 25%; }
+ .col-sm-push-4 { left: 33.33333%; }
+ .col-sm-push-5 { left: 41.66667%; }
+ .col-sm-push-6 { left: 50%; }
+ .col-sm-push-7 { left: 58.33333%; }
+ .col-sm-push-8 { left: 66.66667%; }
+ .col-sm-push-9 { left: 75%; }
+ .col-sm-push-10 { left: 83.33333%; }
+ .col-sm-push-11 { left: 91.66667%; }
+ .col-sm-push-12 { left: 100%; }
+ .col-sm-offset-0 { margin-left: 0%; }
+ .col-sm-offset-1 { margin-left: 8.33333%; }
+ .col-sm-offset-2 { margin-left: 16.66667%; }
+ .col-sm-offset-3 { margin-left: 25%; }
+ .col-sm-offset-4 { margin-left: 33.33333%; }
+ .col-sm-offset-5 { margin-left: 41.66667%; }
+ .col-sm-offset-6 { margin-left: 50%; }
+ .col-sm-offset-7 { margin-left: 58.33333%; }
+ .col-sm-offset-8 { margin-left: 66.66667%; }
+ .col-sm-offset-9 { margin-left: 75%; }
+ .col-sm-offset-10 { margin-left: 83.33333%; }
+ .col-sm-offset-11 { margin-left: 91.66667%; }
+ .col-sm-offset-12 { margin-left: 100%; } }
+@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
+ .col-md-1 { width: 8.33333%; }
+ .col-md-2 { width: 16.66667%; }
+ .col-md-3 { width: 25%; }
+ .col-md-4 { width: 33.33333%; }
+ .col-md-5 { width: 41.66667%; }
+ .col-md-6 { width: 50%; }
+ .col-md-7 { width: 58.33333%; }
+ .col-md-8 { width: 66.66667%; }
+ .col-md-9 { width: 75%; }
+ .col-md-10 { width: 83.33333%; }
+ .col-md-11 { width: 91.66667%; }
+ .col-md-12 { width: 100%; }
+ .col-md-pull-0 { right: 0%; }
+ .col-md-pull-1 { right: 8.33333%; }
+ .col-md-pull-2 { right: 16.66667%; }
+ .col-md-pull-3 { right: 25%; }
+ .col-md-pull-4 { right: 33.33333%; }
+ .col-md-pull-5 { right: 41.66667%; }
+ .col-md-pull-6 { right: 50%; }
+ .col-md-pull-7 { right: 58.33333%; }
+ .col-md-pull-8 { right: 66.66667%; }
+ .col-md-pull-9 { right: 75%; }
+ .col-md-pull-10 { right: 83.33333%; }
+ .col-md-pull-11 { right: 91.66667%; }
+ .col-md-pull-12 { right: 100%; }
+ .col-md-push-0 { left: 0%; }
+ .col-md-push-1 { left: 8.33333%; }
+ .col-md-push-2 { left: 16.66667%; }
+ .col-md-push-3 { left: 25%; }
+ .col-md-push-4 { left: 33.33333%; }
+ .col-md-push-5 { left: 41.66667%; }
+ .col-md-push-6 { left: 50%; }
+ .col-md-push-7 { left: 58.33333%; }
+ .col-md-push-8 { left: 66.66667%; }
+ .col-md-push-9 { left: 75%; }
+ .col-md-push-10 { left: 83.33333%; }
+ .col-md-push-11 { left: 91.66667%; }
+ .col-md-push-12 { left: 100%; }
+ .col-md-offset-0 { margin-left: 0%; }
+ .col-md-offset-1 { margin-left: 8.33333%; }
+ .col-md-offset-2 { margin-left: 16.66667%; }
+ .col-md-offset-3 { margin-left: 25%; }
+ .col-md-offset-4 { margin-left: 33.33333%; }
+ .col-md-offset-5 { margin-left: 41.66667%; }
+ .col-md-offset-6 { margin-left: 50%; }
+ .col-md-offset-7 { margin-left: 58.33333%; }
+ .col-md-offset-8 { margin-left: 66.66667%; }
+ .col-md-offset-9 { margin-left: 75%; }
+ .col-md-offset-10 { margin-left: 83.33333%; }
+ .col-md-offset-11 { margin-left: 91.66667%; }
+ .col-md-offset-12 { margin-left: 100%; } }
+@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
+ .col-lg-1 { width: 8.33333%; }
+ .col-lg-2 { width: 16.66667%; }
+ .col-lg-3 { width: 25%; }
+ .col-lg-4 { width: 33.33333%; }
+ .col-lg-5 { width: 41.66667%; }
+ .col-lg-6 { width: 50%; }
+ .col-lg-7 { width: 58.33333%; }
+ .col-lg-8 { width: 66.66667%; }
+ .col-lg-9 { width: 75%; }
+ .col-lg-10 { width: 83.33333%; }
+ .col-lg-11 { width: 91.66667%; }
+ .col-lg-12 { width: 100%; }
+ .col-lg-pull-0 { right: 0%; }
+ .col-lg-pull-1 { right: 8.33333%; }
+ .col-lg-pull-2 { right: 16.66667%; }
+ .col-lg-pull-3 { right: 25%; }
+ .col-lg-pull-4 { right: 33.33333%; }
+ .col-lg-pull-5 { right: 41.66667%; }
+ .col-lg-pull-6 { right: 50%; }
+ .col-lg-pull-7 { right: 58.33333%; }
+ .col-lg-pull-8 { right: 66.66667%; }
+ .col-lg-pull-9 { right: 75%; }
+ .col-lg-pull-10 { right: 83.33333%; }
+ .col-lg-pull-11 { right: 91.66667%; }
+ .col-lg-pull-12 { right: 100%; }
+ .col-lg-push-0 { left: 0%; }
+ .col-lg-push-1 { left: 8.33333%; }
+ .col-lg-push-2 { left: 16.66667%; }
+ .col-lg-push-3 { left: 25%; }
+ .col-lg-push-4 { left: 33.33333%; }
+ .col-lg-push-5 { left: 41.66667%; }
+ .col-lg-push-6 { left: 50%; }
+ .col-lg-push-7 { left: 58.33333%; }
+ .col-lg-push-8 { left: 66.66667%; }
+ .col-lg-push-9 { left: 75%; }
+ .col-lg-push-10 { left: 83.33333%; }
+ .col-lg-push-11 { left: 91.66667%; }
+ .col-lg-push-12 { left: 100%; }
+ .col-lg-offset-0 { margin-left: 0%; }
+ .col-lg-offset-1 { margin-left: 8.33333%; }
+ .col-lg-offset-2 { margin-left: 16.66667%; }
+ .col-lg-offset-3 { margin-left: 25%; }
+ .col-lg-offset-4 { margin-left: 33.33333%; }
+ .col-lg-offset-5 { margin-left: 41.66667%; }
+ .col-lg-offset-6 { margin-left: 50%; }
+ .col-lg-offset-7 { margin-left: 58.33333%; }
+ .col-lg-offset-8 { margin-left: 66.66667%; }
+ .col-lg-offset-9 { margin-left: 75%; }
+ .col-lg-offset-10 { margin-left: 83.33333%; }
+ .col-lg-offset-11 { margin-left: 91.66667%; }
+ .col-lg-offset-12 { margin-left: 100%; } }
+table { max-width: 100%; background-color: transparent; }
+
+th { text-align: left; }
+
+.table { width: 100%; margin-bottom: 20px; }
+.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd; }
+.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
+.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
+.table > tbody + tbody { border-top: 2px solid #ddd; }
+.table .table { background-color: #fff; }
+
+.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }
+
+.table-bordered { border: 1px solid #ddd; }
+.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
+.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }
+
+.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }
+
+.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }
+
+table col[class*="col-"] { position: static; float: none; display: table-column; }
+
+table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }
+
+.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }
+
+.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }
+
+.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }
+
+.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }
+
+.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }
+
+.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }
+
+.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }
+
+.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }
+
+.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }
+
+.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }
+
+@media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; -webkit-overflow-scrolling: touch; }
+ .table-responsive > .table { margin-bottom: 0; }
+ .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
+ .table-responsive > .table-bordered { border: 0; }
+ .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
+ .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
+ .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }
+fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
+
+legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }
+
+label { display: inline-block; margin-bottom: 5px; font-weight: bold; }
+
+input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
+
+input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; }
+
+input[type="file"] { display: block; }
+
+input[type="range"] { display: block; width: 100%; }
+
+select[multiple], select[size] { height: auto; }
+
+input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
+
+output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555; }
+
+.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
+.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
+.form-control::-moz-placeholder { color: #999999; opacity: 1; }
+.form-control:-ms-input-placeholder { color: #999999; }
+.form-control::-webkit-input-placeholder { color: #999999; }
+.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }
+
+textarea.form-control { height: auto; }
+
+input[type="search"] { -webkit-appearance: none; }
+
+input[type="date"] { line-height: 34px; }
+
+.form-group { margin-bottom: 15px; }
+
+.radio, .checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; }
+.radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; }
+
+.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; }
+
+.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }
+
+.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }
+
+.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }
+
+input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
+
+.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
+
+select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; }
+
+textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }
+
+.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
+
+select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; }
+
+textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }
+
+.has-feedback { position: relative; }
+.has-feedback .form-control { padding-right: 42.5px; }
+.has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; }
+
+.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; }
+.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
+.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
+.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
+.has-success .form-control-feedback { color: #3c763d; }
+
+.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; }
+.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
+.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
+.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
+.has-warning .form-control-feedback { color: #8a6d3b; }
+
+.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; }
+.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
+.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
+.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
+.has-error .form-control-feedback { color: #a94442; }
+
+.form-control-static { margin-bottom: 0; }
+
+.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }
+
+@media (min-width: 768px) { .form-inline .form-group, .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
+ .form-inline .form-control, .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
+ .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control { width: 100%; }
+ .form-inline .control-label, .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
+ .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; }
+ .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; }
+ .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback { top: 0; } }
+
+.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
+.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
+.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
+.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
+.form-horizontal .form-group:after { clear: both; }
+.form-horizontal .form-control-static { padding-top: 7px; }
+@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } }
+.form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; }
+
+.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
+.btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
+.btn:hover, .btn:focus { color: #333; text-decoration: none; }
+.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
+.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
+
+.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
+.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { color: #333; background-color: #ebebeb; border-color: #adadad; }
+.open .btn-default.dropdown-toggle { color: #333; background-color: #ebebeb; border-color: #adadad; }
+.btn-default:active, .btn-default.active { background-image: none; }
+.open .btn-default.dropdown-toggle { background-image: none; }
+.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
+.btn-default .badge { color: #fff; background-color: #333; }
+
+.btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; }
+.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { color: #fff; background-color: #3276b1; border-color: #285e8e; }
+.open .btn-primary.dropdown-toggle { color: #fff; background-color: #3276b1; border-color: #285e8e; }
+.btn-primary:active, .btn-primary.active { background-image: none; }
+.open .btn-primary.dropdown-toggle { background-image: none; }
+.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; }
+.btn-primary .badge { color: #428bca; background-color: #fff; }
+
+.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
+.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { color: #fff; background-color: #47a447; border-color: #398439; }
+.open .btn-success.dropdown-toggle { color: #fff; background-color: #47a447; border-color: #398439; }
+.btn-success:active, .btn-success.active { background-image: none; }
+.open .btn-success.dropdown-toggle { background-image: none; }
+.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
+.btn-success .badge { color: #5cb85c; background-color: #fff; }
+
+.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
+.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { color: #fff; background-color: #39b3d7; border-color: #269abc; }
+.open .btn-info.dropdown-toggle { color: #fff; background-color: #39b3d7; border-color: #269abc; }
+.btn-info:active, .btn-info.active { background-image: none; }
+.open .btn-info.dropdown-toggle { background-image: none; }
+.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
+.btn-info .badge { color: #5bc0de; background-color: #fff; }
+
+.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
+.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { color: #fff; background-color: #ed9c28; border-color: #d58512; }
+.open .btn-warning.dropdown-toggle { color: #fff; background-color: #ed9c28; border-color: #d58512; }
+.btn-warning:active, .btn-warning.active { background-image: none; }
+.open .btn-warning.dropdown-toggle { background-image: none; }
+.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
+.btn-warning .badge { color: #f0ad4e; background-color: #fff; }
+
+.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
+.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active { color: #fff; background-color: #d2322d; border-color: #ac2925; }
+.open .btn-danger.dropdown-toggle { color: #fff; background-color: #d2322d; border-color: #ac2925; }
+.btn-danger:active, .btn-danger.active { background-image: none; }
+.open .btn-danger.dropdown-toggle { background-image: none; }
+.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
+.btn-danger .badge { color: #d9534f; background-color: #fff; }
+
+.btn-link { color: #428bca; font-weight: normal; cursor: pointer; border-radius: 0; }
+.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
+.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
+.btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; }
+.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; }
+
+.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
+
+.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
+
+.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
+
+.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }
+
+.btn-block + .btn-block { margin-top: 5px; }
+
+input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
+
+.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
+.fade.in { opacity: 1; }
+
+.collapse { display: none; }
+.collapse.in { display: block; }
+
+.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }
+
+@font-face { font-family: 'Glyphicons Halflings'; src: url("bootstrap/glyphicons-halflings-regular.eot"); src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
+.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
+
+.glyphicon-asterisk:before { content: "\2a"; }
+
+.glyphicon-plus:before { content: "\2b"; }
+
+.glyphicon-euro:before { content: "\20ac"; }
+
+.glyphicon-minus:before { content: "\2212"; }
+
+.glyphicon-cloud:before { content: "\2601"; }
+
+.glyphicon-envelope:before { content: "\2709"; }
+
+.glyphicon-pencil:before { content: "\270f"; }
+
+.glyphicon-glass:before { content: "\e001"; }
+
+.glyphicon-music:before { content: "\e002"; }
+
+.glyphicon-search:before { content: "\e003"; }
+
+.glyphicon-heart:before { content: "\e005"; }
+
+.glyphicon-star:before { content: "\e006"; }
+
+.glyphicon-star-empty:before { content: "\e007"; }
+
+.glyphicon-user:before { content: "\e008"; }
+
+.glyphicon-film:before { content: "\e009"; }
+
+.glyphicon-th-large:before { content: "\e010"; }
+
+.glyphicon-th:before { content: "\e011"; }
+
+.glyphicon-th-list:before { content: "\e012"; }
+
+.glyphicon-ok:before { content: "\e013"; }
+
+.glyphicon-remove:before { content: "\e014"; }
+
+.glyphicon-zoom-in:before { content: "\e015"; }
+
+.glyphicon-zoom-out:before { content: "\e016"; }
+
+.glyphicon-off:before { content: "\e017"; }
+
+.glyphicon-signal:before { content: "\e018"; }
+
+.glyphicon-cog:before { content: "\e019"; }
+
+.glyphicon-trash:before { content: "\e020"; }
+
+.glyphicon-home:before { content: "\e021"; }
+
+.glyphicon-file:before { content: "\e022"; }
+
+.glyphicon-time:before { content: "\e023"; }
+
+.glyphicon-road:before { content: "\e024"; }
+
+.glyphicon-download-alt:before { content: "\e025"; }
+
+.glyphicon-download:before { content: "\e026"; }
+
+.glyphicon-upload:before { content: "\e027"; }
+
+.glyphicon-inbox:before { content: "\e028"; }
+
+.glyphicon-play-circle:before { content: "\e029"; }
+
+.glyphicon-repeat:before { content: "\e030"; }
+
+.glyphicon-refresh:before { content: "\e031"; }
+
+.glyphicon-list-alt:before { content: "\e032"; }
+
+.glyphicon-lock:before { content: "\e033"; }
+
+.glyphicon-flag:before { content: "\e034"; }
+
+.glyphicon-headphones:before { content: "\e035"; }
+
+.glyphicon-volume-off:before { content: "\e036"; }
+
+.glyphicon-volume-down:before { content: "\e037"; }
+
+.glyphicon-volume-up:before { content: "\e038"; }
+
+.glyphicon-qrcode:before { content: "\e039"; }
+
+.glyphicon-barcode:before { content: "\e040"; }
+
+.glyphicon-tag:before { content: "\e041"; }
+
+.glyphicon-tags:before { content: "\e042"; }
+
+.glyphicon-book:before { content: "\e043"; }
+
+.glyphicon-bookmark:before { content: "\e044"; }
+
+.glyphicon-print:before { content: "\e045"; }
+
+.glyphicon-camera:before { content: "\e046"; }
+
+.glyphicon-font:before { content: "\e047"; }
+
+.glyphicon-bold:before { content: "\e048"; }
+
+.glyphicon-italic:before { content: "\e049"; }
+
+.glyphicon-text-height:before { content: "\e050"; }
+
+.glyphicon-text-width:before { content: "\e051"; }
+
+.glyphicon-align-left:before { content: "\e052"; }
+
+.glyphicon-align-center:before { content: "\e053"; }
+
+.glyphicon-align-right:before { content: "\e054"; }
+
+.glyphicon-align-justify:before { content: "\e055"; }
+
+.glyphicon-list:before { content: "\e056"; }
+
+.glyphicon-indent-left:before { content: "\e057"; }
+
+.glyphicon-indent-right:before { content: "\e058"; }
+
+.glyphicon-facetime-video:before { content: "\e059"; }
+
+.glyphicon-picture:before { content: "\e060"; }
+
+.glyphicon-map-marker:before { content: "\e062"; }
+
+.glyphicon-adjust:before { content: "\e063"; }
+
+.glyphicon-tint:before { content: "\e064"; }
+
+.glyphicon-edit:before { content: "\e065"; }
+
+.glyphicon-share:before { content: "\e066"; }
+
+.glyphicon-check:before { content: "\e067"; }
+
+.glyphicon-move:before { content: "\e068"; }
+
+.glyphicon-step-backward:before { content: "\e069"; }
+
+.glyphicon-fast-backward:before { content: "\e070"; }
+
+.glyphicon-backward:before { content: "\e071"; }
+
+.glyphicon-play:before { content: "\e072"; }
+
+.glyphicon-pause:before { content: "\e073"; }
+
+.glyphicon-stop:before { content: "\e074"; }
+
+.glyphicon-forward:before { content: "\e075"; }
+
+.glyphicon-fast-forward:before { content: "\e076"; }
+
+.glyphicon-step-forward:before { content: "\e077"; }
+
+.glyphicon-eject:before { content: "\e078"; }
+
+.glyphicon-chevron-left:before { content: "\e079"; }
+
+.glyphicon-chevron-right:before { content: "\e080"; }
+
+.glyphicon-plus-sign:before { content: "\e081"; }
+
+.glyphicon-minus-sign:before { content: "\e082"; }
+
+.glyphicon-remove-sign:before { content: "\e083"; }
+
+.glyphicon-ok-sign:before { content: "\e084"; }
+
+.glyphicon-question-sign:before { content: "\e085"; }
+
+.glyphicon-info-sign:before { content: "\e086"; }
+
+.glyphicon-screenshot:before { content: "\e087"; }
+
+.glyphicon-remove-circle:before { content: "\e088"; }
+
+.glyphicon-ok-circle:before { content: "\e089"; }
+
+.glyphicon-ban-circle:before { content: "\e090"; }
+
+.glyphicon-arrow-left:before { content: "\e091"; }
+
+.glyphicon-arrow-right:before { content: "\e092"; }
+
+.glyphicon-arrow-up:before { content: "\e093"; }
+
+.glyphicon-arrow-down:before { content: "\e094"; }
+
+.glyphicon-share-alt:before { content: "\e095"; }
+
+.glyphicon-resize-full:before { content: "\e096"; }
+
+.glyphicon-resize-small:before { content: "\e097"; }
+
+.glyphicon-exclamation-sign:before { content: "\e101"; }
+
+.glyphicon-gift:before { content: "\e102"; }
+
+.glyphicon-leaf:before { content: "\e103"; }
+
+.glyphicon-fire:before { content: "\e104"; }
+
+.glyphicon-eye-open:before { content: "\e105"; }
+
+.glyphicon-eye-close:before { content: "\e106"; }
+
+.glyphicon-warning-sign:before { content: "\e107"; }
+
+.glyphicon-plane:before { content: "\e108"; }
+
+.glyphicon-calendar:before { content: "\e109"; }
+
+.glyphicon-random:before { content: "\e110"; }
+
+.glyphicon-comment:before { content: "\e111"; }
+
+.glyphicon-magnet:before { content: "\e112"; }
+
+.glyphicon-chevron-up:before { content: "\e113"; }
+
+.glyphicon-chevron-down:before { content: "\e114"; }
+
+.glyphicon-retweet:before { content: "\e115"; }
+
+.glyphicon-shopping-cart:before { content: "\e116"; }
+
+.glyphicon-folder-close:before { content: "\e117"; }
+
+.glyphicon-folder-open:before { content: "\e118"; }
+
+.glyphicon-resize-vertical:before { content: "\e119"; }
+
+.glyphicon-resize-horizontal:before { content: "\e120"; }
+
+.glyphicon-hdd:before { content: "\e121"; }
+
+.glyphicon-bullhorn:before { content: "\e122"; }
+
+.glyphicon-bell:before { content: "\e123"; }
+
+.glyphicon-certificate:before { content: "\e124"; }
+
+.glyphicon-thumbs-up:before { content: "\e125"; }
+
+.glyphicon-thumbs-down:before { content: "\e126"; }
+
+.glyphicon-hand-right:before { content: "\e127"; }
+
+.glyphicon-hand-left:before { content: "\e128"; }
+
+.glyphicon-hand-up:before { content: "\e129"; }
+
+.glyphicon-hand-down:before { content: "\e130"; }
+
+.glyphicon-circle-arrow-right:before { content: "\e131"; }
+
+.glyphicon-circle-arrow-left:before { content: "\e132"; }
+
+.glyphicon-circle-arrow-up:before { content: "\e133"; }
+
+.glyphicon-circle-arrow-down:before { content: "\e134"; }
+
+.glyphicon-globe:before { content: "\e135"; }
+
+.glyphicon-wrench:before { content: "\e136"; }
+
+.glyphicon-tasks:before { content: "\e137"; }
+
+.glyphicon-filter:before { content: "\e138"; }
+
+.glyphicon-briefcase:before { content: "\e139"; }
+
+.glyphicon-fullscreen:before { content: "\e140"; }
+
+.glyphicon-dashboard:before { content: "\e141"; }
+
+.glyphicon-paperclip:before { content: "\e142"; }
+
+.glyphicon-heart-empty:before { content: "\e143"; }
+
+.glyphicon-link:before { content: "\e144"; }
+
+.glyphicon-phone:before { content: "\e145"; }
+
+.glyphicon-pushpin:before { content: "\e146"; }
+
+.glyphicon-usd:before { content: "\e148"; }
+
+.glyphicon-gbp:before { content: "\e149"; }
+
+.glyphicon-sort:before { content: "\e150"; }
+
+.glyphicon-sort-by-alphabet:before { content: "\e151"; }
+
+.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }
+
+.glyphicon-sort-by-order:before { content: "\e153"; }
+
+.glyphicon-sort-by-order-alt:before { content: "\e154"; }
+
+.glyphicon-sort-by-attributes:before { content: "\e155"; }
+
+.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }
+
+.glyphicon-unchecked:before { content: "\e157"; }
+
+.glyphicon-expand:before { content: "\e158"; }
+
+.glyphicon-collapse-down:before { content: "\e159"; }
+
+.glyphicon-collapse-up:before { content: "\e160"; }
+
+.glyphicon-log-in:before { content: "\e161"; }
+
+.glyphicon-flash:before { content: "\e162"; }
+
+.glyphicon-log-out:before { content: "\e163"; }
+
+.glyphicon-new-window:before { content: "\e164"; }
+
+.glyphicon-record:before { content: "\e165"; }
+
+.glyphicon-save:before { content: "\e166"; }
+
+.glyphicon-open:before { content: "\e167"; }
+
+.glyphicon-saved:before { content: "\e168"; }
+
+.glyphicon-import:before { content: "\e169"; }
+
+.glyphicon-export:before { content: "\e170"; }
+
+.glyphicon-send:before { content: "\e171"; }
+
+.glyphicon-floppy-disk:before { content: "\e172"; }
+
+.glyphicon-floppy-saved:before { content: "\e173"; }
+
+.glyphicon-floppy-remove:before { content: "\e174"; }
+
+.glyphicon-floppy-save:before { content: "\e175"; }
+
+.glyphicon-floppy-open:before { content: "\e176"; }
+
+.glyphicon-credit-card:before { content: "\e177"; }
+
+.glyphicon-transfer:before { content: "\e178"; }
+
+.glyphicon-cutlery:before { content: "\e179"; }
+
+.glyphicon-header:before { content: "\e180"; }
+
+.glyphicon-compressed:before { content: "\e181"; }
+
+.glyphicon-earphone:before { content: "\e182"; }
+
+.glyphicon-phone-alt:before { content: "\e183"; }
+
+.glyphicon-tower:before { content: "\e184"; }
+
+.glyphicon-stats:before { content: "\e185"; }
+
+.glyphicon-sd-video:before { content: "\e186"; }
+
+.glyphicon-hd-video:before { content: "\e187"; }
+
+.glyphicon-subtitles:before { content: "\e188"; }
+
+.glyphicon-sound-stereo:before { content: "\e189"; }
+
+.glyphicon-sound-dolby:before { content: "\e190"; }
+
+.glyphicon-sound-5-1:before { content: "\e191"; }
+
+.glyphicon-sound-6-1:before { content: "\e192"; }
+
+.glyphicon-sound-7-1:before { content: "\e193"; }
+
+.glyphicon-copyright-mark:before { content: "\e194"; }
+
+.glyphicon-registration-mark:before { content: "\e195"; }
+
+.glyphicon-cloud-download:before { content: "\e197"; }
+
+.glyphicon-cloud-upload:before { content: "\e198"; }
+
+.glyphicon-tree-conifer:before { content: "\e199"; }
+
+.glyphicon-tree-deciduous:before { content: "\e200"; }
+
+.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
+
+.dropdown { position: relative; }
+
+.dropdown-toggle:focus { outline: 0; }
+
+.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
+.dropdown-menu.pull-right { right: 0; left: auto; }
+.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
+.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; }
+
+.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }
+
+.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #428bca; }
+
+.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; }
+
+.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }
+
+.open > .dropdown-menu { display: block; }
+.open > a { outline: 0; }
+
+.dropdown-menu-right { left: auto; right: 0; }
+
+.dropdown-menu-left { left: 0; right: auto; }
+
+.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857; color: #999999; }
+
+.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }
+
+.pull-right > .dropdown-menu { right: 0; left: auto; }
+
+.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
+.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }
+
+@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
+ .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
+.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
+.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
+.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; }
+.btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; }
+
+.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }
+
+.btn-toolbar { margin-left: -5px; }
+.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
+.btn-toolbar:after { clear: both; }
+.btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
+.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }
+
+.btn-group > .btn:first-child { margin-left: 0; }
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }
+
+.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }
+
+.btn-group > .btn-group { float: left; }
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
+
+.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }
+
+.btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }
+
+.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }
+
+.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }
+
+.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }
+
+.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
+.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }
+
+.btn .caret { margin-left: 0; }
+
+.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }
+
+.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }
+
+.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
+.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
+.btn-group-vertical > .btn-group:after { clear: both; }
+.btn-group-vertical > .btn-group > .btn { float: none; }
+.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
+.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
+.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; }
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
+
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
+
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }
+
+.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
+.btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
+.btn-group-justified > .btn-group .btn { width: 100%; }
+
+[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; }
+
+.input-group { position: relative; display: table; border-collapse: separate; }
+.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
+.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }
+
+.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
+.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }
+
+.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
+
+.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px; }
+.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
+.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
+.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }
+
+.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }
+
+.input-group-addon:first-child { border-right: 0; }
+
+.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }
+
+.input-group-addon:last-child { border-left: 0; }
+
+.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
+.input-group-btn > .btn { position: relative; }
+.input-group-btn > .btn + .btn { margin-left: -1px; }
+.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
+.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
+.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; }
+
+.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
+.nav:before, .nav:after { content: " "; display: table; }
+.nav:after { clear: both; }
+.nav > li { position: relative; display: block; }
+.nav > li > a { position: relative; display: block; padding: 10px 15px; }
+.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
+.nav > li.disabled > a { color: #999999; }
+.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; }
+.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; }
+.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
+.nav > li > a > img { max-width: none; }
+
+.nav-tabs { border-bottom: 1px solid #ddd; }
+.nav-tabs > li { float: left; margin-bottom: -1px; }
+.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
+.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }
+.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }
+
+.nav-pills > li { float: left; }
+.nav-pills > li > a { border-radius: 4px; }
+.nav-pills > li + li { margin-left: 2px; }
+.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #428bca; }
+
+.nav-stacked > li { float: none; }
+.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }
+
+.nav-justified, .nav-tabs.nav-justified { width: 100%; }
+.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
+.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
+.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
+@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
+ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }
+
+.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
+.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; }
+.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
+@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }
+ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }
+
+.tab-content > .tab-pane { display: block; }
+.tab-content > .active { display: block; }
+
+.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }
+
+.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
+.navbar:before, .navbar:after { content: " "; display: table; }
+.navbar:after { clear: both; }
+@media (min-width: 768px) { .navbar { border-radius: 4px; } }
+
+.navbar-header:before, .navbar-header:after { content: " "; display: table; }
+.navbar-header:after { clear: both; }
+@media (min-width: 768px) { .navbar-header { float: left; } }
+
+.navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
+.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
+.navbar-collapse:after { clear: both; }
+.navbar-collapse.in { overflow-y: auto; }
+@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
+ .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
+ .navbar-collapse.in { overflow-y: visible; }
+ .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }
+
+.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
+@media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } }
+
+.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
+@media (min-width: 768px) { .navbar-static-top { border-radius: 0; } }
+
+.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }
+@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }
+
+.navbar-fixed-top { top: 0; border-width: 0 0 1px; }
+
+.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }
+
+.navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; }
+.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
+@media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }
+
+.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
+.navbar-toggle:focus { outline: none; }
+.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
+.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
+@media (min-width: 768px) { .navbar-toggle { display: none; } }
+
+.navbar-nav { margin: 7.5px -15px; }
+.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
+@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
+ .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
+ .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
+ .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
+@media (min-width: 768px) { .navbar-nav { float: left; margin: 0; }
+ .navbar-nav > li { float: left; }
+ .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; }
+ .navbar-nav.navbar-right:last-child { margin-right: -15px; } }
+
+@media (min-width: 768px) { .navbar-left { float: left !important; }
+ .navbar-right { float: right !important; } }
+.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; }
+@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } }
+@media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; }
+ .navbar-form.navbar-right:last-child { margin-right: -15px; } }
+
+.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }
+
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
+
+.navbar-btn { margin-top: 8px; margin-bottom: 8px; }
+.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; }
+.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; }
+
+.navbar-text { margin-top: 15px; margin-bottom: 15px; }
+@media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; }
+ .navbar-text.navbar-right:last-child { margin-right: 0; } }
+
+.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
+.navbar-default .navbar-brand { color: #777; }
+.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
+.navbar-default .navbar-text { color: #777; }
+.navbar-default .navbar-nav > li > a { color: #777; }
+.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }
+.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
+.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }
+.navbar-default .navbar-toggle { border-color: #ddd; }
+.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }
+.navbar-default .navbar-toggle .icon-bar { background-color: #888; }
+.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }
+.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
+@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }
+.navbar-default .navbar-link { color: #777; }
+.navbar-default .navbar-link:hover { color: #333; }
+
+.navbar-inverse { background-color: #222; border-color: #090909; }
+.navbar-inverse .navbar-brand { color: #999999; }
+.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }
+.navbar-inverse .navbar-text { color: #999999; }
+.navbar-inverse .navbar-nav > li > a { color: #999999; }
+.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }
+.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
+.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }
+.navbar-inverse .navbar-toggle { border-color: #333; }
+.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }
+.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }
+.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }
+.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
+@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
+ .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }
+.navbar-inverse .navbar-link { color: #999999; }
+.navbar-inverse .navbar-link:hover { color: #fff; }
+
+.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; }
+.breadcrumb > li { display: inline-block; }
+.breadcrumb > li + li:before { content: "/ "; padding: 0 5px; color: #ccc; }
+.breadcrumb > .active { color: #999999; }
+
+.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
+.pagination > li { display: inline; }
+.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: #428bca; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
+.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
+.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
+.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #ddd; }
+.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; color: #fff; background-color: #428bca; border-color: #428bca; cursor: default; }
+.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #fff; border-color: #ddd; cursor: not-allowed; }
+
+.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
+.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
+.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }
+
+.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
+.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
+.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
+
+.pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; }
+.pager:before, .pager:after { content: " "; display: table; }
+.pager:after { clear: both; }
+.pager li { display: inline; }
+.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }
+.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
+.pager .next > a, .pager .next > span { float: right; }
+.pager .previous > a, .pager .previous > span { float: left; }
+.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #fff; cursor: not-allowed; }
+
+.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
+.label[href]:hover, .label[href]:focus { color: #fff; text-decoration: none; cursor: pointer; }
+.label:empty { display: none; }
+.btn .label { position: relative; top: -1px; }
+
+.label-default { background-color: #999999; }
+.label-default[href]:hover, .label-default[href]:focus { background-color: gray; }
+
+.label-primary { background-color: #428bca; }
+.label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; }
+
+.label-success { background-color: #5cb85c; }
+.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }
+
+.label-info { background-color: #5bc0de; }
+.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }
+
+.label-warning { background-color: #f0ad4e; }
+.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }
+
+.label-danger { background-color: #d9534f; }
+.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }
+
+.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; }
+.badge:empty { display: none; }
+.btn .badge { position: relative; top: -1px; }
+.btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; }
+
+a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; }
+
+a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #fff; }
+
+.nav-pills > li > a > .badge { margin-left: 3px; }
+
+.jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }
+.jumbotron h1, .jumbotron .h1 { color: inherit; }
+.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }
+.container .jumbotron { border-radius: 6px; }
+.jumbotron .container { max-width: 100%; }
+@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
+ .container .jumbotron { padding-left: 60px; padding-right: 60px; }
+ .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }
+
+.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
+.thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
+.thumbnail .caption { padding: 9px; color: #333333; }
+
+a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; }
+
+.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
+.alert h4, .alert .modal ul.modal-header a, .modal ul.modal-header .alert a { margin-top: 0; color: inherit; }
+.alert .alert-link { font-weight: bold; }
+.alert > p, .alert > ul { margin-bottom: 0; }
+.alert > p + p { margin-top: 5px; }
+
+.alert-dismissable { padding-right: 35px; }
+.alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }
+
+.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
+.alert-success hr { border-top-color: #c9e2b3; }
+.alert-success .alert-link { color: #2b542c; }
+
+.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
+.alert-info hr { border-top-color: #a6e1ec; }
+.alert-info .alert-link { color: #245269; }
+
+.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
+.alert-warning hr { border-top-color: #f7e1b5; }
+.alert-warning .alert-link { color: #66512c; }
+
+.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
+.alert-danger hr { border-top-color: #e4b9c0; }
+.alert-danger .alert-link { color: #843534; }
+
+@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; }
+ to { background-position: 0 0; } }
+@keyframes progress-bar-stripes { from { background-position: 40px 0; }
+ to { background-position: 0 0; } }
+.progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
+
+.progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; }
+
+.progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; }
+
+.progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }
+
+.progress-bar-success { background-color: #5cb85c; }
+.progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
+
+.progress-bar-info { background-color: #5bc0de; }
+.progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
+
+.progress-bar-warning { background-color: #f0ad4e; }
+.progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
+
+.progress-bar-danger { background-color: #d9534f; }
+.progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
+
+.media, .media-body { overflow: hidden; zoom: 1; }
+
+.media, .media .media { margin-top: 15px; }
+
+.media:first-child { margin-top: 0; }
+
+.media-object { display: block; }
+
+.media-heading { margin: 0 0 5px; }
+
+.media > .pull-left { margin-right: 10px; }
+.media > .pull-right { margin-left: 10px; }
+
+.media-list { padding-left: 0; list-style: none; }
+
+.list-group { margin-bottom: 20px; padding-left: 0; }
+
+.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }
+.list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; }
+.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
+.list-group-item > .badge { float: right; }
+.list-group-item > .badge + .badge { margin-right: 5px; }
+
+a.list-group-item { color: #555; }
+a.list-group-item .list-group-item-heading { color: #333; }
+a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; }
+a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #fff; background-color: #428bca; border-color: #428bca; }
+a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; }
+a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #e1edf7; }
+
+.list-group-item-success { color: #3c763d; background-color: #dff0d8; }
+
+a.list-group-item-success { color: #3c763d; }
+a.list-group-item-success .list-group-item-heading { color: inherit; }
+a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; }
+a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; }
+
+.list-group-item-info { color: #31708f; background-color: #d9edf7; }
+
+a.list-group-item-info { color: #31708f; }
+a.list-group-item-info .list-group-item-heading { color: inherit; }
+a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; }
+a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; }
+
+.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; }
+
+a.list-group-item-warning { color: #8a6d3b; }
+a.list-group-item-warning .list-group-item-heading { color: inherit; }
+a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }
+a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; }
+
+.list-group-item-danger { color: #a94442; background-color: #f2dede; }
+
+a.list-group-item-danger { color: #a94442; }
+a.list-group-item-danger .list-group-item-heading { color: inherit; }
+a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; }
+a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; }
+
+.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }
+
+.list-group-item-text { margin-bottom: 0; line-height: 1.3; }
+
+.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
+
+.panel-body { padding: 15px; }
+.panel-body:before, .panel-body:after { content: " "; display: table; }
+.panel-body:after { clear: both; }
+
+.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; }
+.panel-heading > .dropdown .dropdown-toggle { color: inherit; }
+
+.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }
+.panel-title > a { color: inherit; }
+
+.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
+
+.panel > .list-group { margin-bottom: 0; }
+.panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
+.panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; }
+.panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
+
+.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }
+
+.panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; }
+.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; }
+.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; }
+.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; }
+.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
+.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; }
+.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; }
+.panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; }
+.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }
+.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }
+.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
+.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
+.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }
+.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }
+.panel > .table-responsive { border: 0; margin-bottom: 0; }
+
+.panel-group { margin-bottom: 20px; }
+.panel-group .panel { margin-bottom: 0; border-radius: 4px; overflow: hidden; }
+.panel-group .panel + .panel { margin-top: 5px; }
+.panel-group .panel-heading { border-bottom: 0; }
+.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #ddd; }
+.panel-group .panel-footer { border-top: 0; }
+.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }
+
+.panel-default { border-color: #ddd; }
+.panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; }
+.panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #ddd; }
+.panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ddd; }
+
+.panel-primary { border-color: #428bca; }
+.panel-primary > .panel-heading { color: #fff; background-color: #428bca; border-color: #428bca; }
+.panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; }
+.panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; }
+
+.panel-success { border-color: #d6e9c6; }
+.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
+.panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; }
+.panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; }
+
+.panel-info { border-color: #bce8f1; }
+.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
+.panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; }
+.panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; }
+
+.panel-warning { border-color: #faebcc; }
+.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
+.panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; }
+.panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; }
+
+.panel-danger { border-color: #ebccd1; }
+.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
+.panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; }
+.panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; }
+
+.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
+.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); }
+
+.well-lg { padding: 24px; border-radius: 6px; }
+
+.well-sm { padding: 9px; border-radius: 3px; }
+
+.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }
+.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }
+
+button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
+
+.modal-open { overflow: hidden; }
+
+.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
+.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
+.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
+
+.modal-dialog { position: relative; width: auto; margin: 10px; }
+
+.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; }
+
+.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
+.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
+.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }
+
+.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; }
+
+.modal-header .close { margin-top: -2px; }
+
+.modal-title { margin: 0; line-height: 1.42857; }
+
+.modal-body { position: relative; padding: 20px; }
+
+.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; }
+.modal-footer:before, .modal-footer:after { content: " "; display: table; }
+.modal-footer:after { clear: both; }
+.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
+.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
+.modal-footer .btn-block + .btn-block { margin-left: 0; }
+
+@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; }
+ .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
+ .modal-sm { width: 300px; } }
+@media (min-width: 992px) { .modal-lg { width: 900px; } }
+.tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); }
+.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
+.tooltip.top { margin-top: -3px; padding: 5px 0; }
+.tooltip.right { margin-left: 3px; padding: 0 5px; }
+.tooltip.bottom { margin-top: 3px; padding: 5px 0; }
+.tooltip.left { margin-left: -3px; padding: 0 5px; }
+
+.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; }
+
+.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
+
+.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }
+.tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000; }
+.tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000; }
+.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }
+.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }
+.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
+.tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000; }
+.tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000; }
+
+.popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
+.popover.top { margin-top: -10px; }
+.popover.right { margin-left: 10px; }
+.popover.bottom { margin-top: 10px; }
+.popover.left { margin-left: -10px; }
+
+.popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
+
+.popover-content { padding: 9px 14px; }
+
+.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }
+
+.popover > .arrow { border-width: 11px; }
+
+.popover > .arrow:after { border-width: 10px; content: ""; }
+
+.popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%); bottom: -11px; }
+.popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }
+.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
+.popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }
+.popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%); top: -11px; }
+.popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }
+.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
+.popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; }
+
+.carousel { position: relative; }
+
+.carousel-inner { position: relative; overflow: hidden; width: 100%; }
+.carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }
+.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
+.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
+.carousel-inner > .active { left: 0; }
+.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
+.carousel-inner > .next { left: 100%; }
+.carousel-inner > .prev { left: -100%; }
+.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
+.carousel-inner > .active.left { left: -100%; }
+.carousel-inner > .active.right { left: 100%; }
+
+.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+.carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
+.carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
+.carousel-control:hover, .carousel-control:focus { outline: none; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
+.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; }
+.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; }
+.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; }
+.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; }
+.carousel-control .icon-prev:before { content: '\2039'; }
+.carousel-control .icon-next:before { content: '\203a'; }
+
+.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
+.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
+.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }
+
+.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
+.carousel-caption .btn { text-shadow: none; }
+
+@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
+ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
+ .carousel-indicators { bottom: 20px; } }
+.clearfix:before, .clearfix:after { content: " "; display: table; }
+.clearfix:after { clear: both; }
+
+.center-block { display: block; margin-left: auto; margin-right: auto; }
+
+.pull-right { float: right !important; }
+
+.pull-left { float: left !important; }
+
+.hide { display: none !important; }
+
+.show { display: block !important; }
+
+.invisible { visibility: hidden; }
+
+.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
+
+.hidden { display: none !important; visibility: hidden !important; }
+
+.affix { position: fixed; }
+
+@-ms-viewport { width: device-width; }
+.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }
+
+@media (max-width: 767px) { .visible-xs { display: block !important; }
+ table.visible-xs { display: table; }
+ tr.visible-xs { display: table-row !important; }
+ th.visible-xs, td.visible-xs { display: table-cell !important; } }
+@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
+ table.visible-sm { display: table; }
+ tr.visible-sm { display: table-row !important; }
+ th.visible-sm, td.visible-sm { display: table-cell !important; } }
+@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
+ table.visible-md { display: table; }
+ tr.visible-md { display: table-row !important; }
+ th.visible-md, td.visible-md { display: table-cell !important; } }
+@media (min-width: 1200px) { .visible-lg { display: block !important; }
+ table.visible-lg { display: table; }
+ tr.visible-lg { display: table-row !important; }
+ th.visible-lg, td.visible-lg { display: table-cell !important; } }
+@media (max-width: 767px) { .hidden-xs { display: none !important; } }
+@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
+@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
+@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
+.visible-print { display: none !important; }
+
+@media print { .visible-print { display: block !important; }
+ table.visible-print { display: table; }
+ tr.visible-print { display: table-row !important; }
+ th.visible-print, td.visible-print { display: table-cell !important; } }
+@media print { .hidden-print { display: none !important; } }
+@font-face { font-family: "nycmesh"; src: url("/assets/fonts/nycmesh.eot"); src: url("/assets/fonts/nycmesh.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/nycmesh.woff") format("woff"), url("/assets/fonts/nycmesh.ttf") format("truetype"), url("/assets/fonts/nycmesh.svg#nycmesh") format("svg"); font-weight: normal; font-style: normal; }
+/* gap variations */
+/* type sizes, generify */
+/* base colors */
+/* color variations
+to lighten, use color#l#
+to darken, use color#dark# */
+/* breakpoints */
+/* generic libraries */
+/*
+from
+http://codepen.io/chriscoyier/blog/some-mini-sass-mixins-i-like
+*/
+/* animations */
+@keyframes $title { 0% { background-size: 0% 100%; } }
+@-moz-keyframes $title { 0% { background-size: 0% 100%; } }
+@-webkit-keyframes $title { 0% { background-size: 0% 100%; } }
+@-o-keyframes $title { 0% { background-size: 0% 100%; } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-moz-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-webkit-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-o-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-moz-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-webkit-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-o-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-moz-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-webkit-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-o-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+/* animations */
+@keyframes $title { 0% { background-size: 0% 100%; } }
+@-moz-keyframes $title { 0% { background-size: 0% 100%; } }
+@-webkit-keyframes $title { 0% { background-size: 0% 100%; } }
+@-o-keyframes $title { 0% { background-size: 0% 100%; } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, -12px); -moz-transform: translate(0px, -12px); -ms-transform: translate(0px, -12px); -o-transform: translate(0px, -12px); transform: translate(0px, -12px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(0px, 12px); -moz-transform: translate(0px, 12px); -ms-transform: translate(0px, 12px); -o-transform: translate(0px, 12px); transform: translate(0px, 12px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(12px, 0px); -moz-transform: translate(12px, 0px); -ms-transform: translate(12px, 0px); -o-transform: translate(12px, 0px); transform: translate(12px, 0px); } }
+@keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-moz-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-webkit-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@-o-keyframes $title { 0% { opacity: 0; filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; -webkit-transform: translate(-12px, 0px); -moz-transform: translate(-12px, 0px); -ms-transform: translate(-12px, 0px); -o-transform: translate(-12px, 0px); transform: translate(-12px, 0px); } }
+@keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-moz-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-webkit-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@-o-keyframes $title { 0% { opacity: 0.7; filter: "alpha(opacity=70)"; -khtml-opacity: 0.7; -moz-opacity: 0.7; } }
+@keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-moz-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-webkit-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@-o-keyframes $title { 0% { -webkit-transform: translate(-210px, 0px); -moz-transform: translate(-210px, 0px); -ms-transform: translate(-210px, 0px); -o-transform: translate(-210px, 0px); transform: translate(-210px, 0px); } }
+@keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-moz-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-webkit-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-o-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-moz-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-webkit-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+@-o-keyframes $title { 0% { -webkit-transform: translate(210px, 0px); -moz-transform: translate(210px, 0px); -ms-transform: translate(210px, 0px); -o-transform: translate(210px, 0px); transform: translate(210px, 0px); } }
+/* bootstrap fixes */
+/* makes dropdown change on hover */
+.dropdown:hover .dropdown-menu { display: block; z-index: 21000; }
+
+.glyphicon, .fa { margin-right: 7px; }
+
+.btn-toolbar .btn .fa { margin-right: 0px; }
+
+a.dropdown-toggle { color: #333; }
+a.dropdown-toggle:hover { text-decoration: none; }
+a.dropdown-toggle .glyphicon-chevron-down { font-size: 12px !important; color: #999999; margin-left: 5px; margin-right: 0px; vertical-align: middle; }
+
+.tt-dropdown-menu, .dropdown-menu { -webkit-animation: pushdown 500ms ease-in; -moz-animation: pushdown 500ms ease-in; -o-animation: pushdown 500ms ease-in; animation: pushdown 500ms ease-in; border: solid 1px #cccccc; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); border-top: none; padding: 0px !important; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topleft: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 0px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
+.tt-dropdown-menu .divider, .dropdown-menu .divider { margin: 0px; }
+.tt-dropdown-menu li a, .dropdown-menu li a { padding: 10px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topleft: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 0px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
+
+/* modal fixes */
+.modal { color: #333; }
+.modal .modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: white; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; }
+.modal .modal-header, .modal .modal-footer, .modal .modal-body { padding: 10px; }
+.modal ul.modal-header { padding: 0; }
+.modal ul.modal-header a { text-align: center; margin: 0; display: block; padding: 10px; color: #333; }
+.modal ul.modal-header a:hover { text-decoration: none; color: #666666; }
+.modal ul.modal-header li { width: 33.33333%; display: inline-block; padding: 0; }
+.modal ul.modal-header li:not(.active) { background-color: #333; }
+.modal ul.modal-header li:not(.active) a { color: white; }
+.modal .modal-header { border-bottom-color: #666666; }
+.modal .modal-footer { border-top-color: #666666; margin-top: 0px; }
+.modal .modal-body { /* from http://dabblet.com/gist/2462915 */ overflow: auto; background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 90%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%; background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 90%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.5), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.5), transparent) 0 100%; background-repeat: no-repeat; background-color: white; background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px; /* Opera doesn't support this in the shorthand */ background-attachment: local, local, scroll, scroll; height: 433px; }
+
+body.modal-open header, body.modal-open .content { -webkit-filter: blur(10px); -moz-filter: blur(10px); -ms-filter: blur(10px); -o-filter: blur(10px); filter: blur(10px); }
+
+.modal-backdrop { background-color: #333; -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); filter: blur(0px); }
+
+/* basic affordances */
+:focus { outline-color: transparent; outline-style: none; }
+
+a { -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
+
+h1, h2, h3, h4, .modal ul.modal-header a { font-weight: normal; }
+
+.hidden { display: none; }
+
+body { background-color: white; color: #333; }
+
+h1, h2, h3, h4, .modal ul.modal-header a { font-family: Arial, Helvetica; border: 0; margin: 0; margin-bottom: 10px; }
+
+section:not(:first-of-type) { border-top: solid 1px #ccc; margin-top: 10px; padding-top: 10px; }
+section input { display: block; width: 100%; padding: 10px; margin: 10px 0; font-family: monospace; border: solid 1px #ccc; }
+section div { padding: 10px; background-color: #c7e6c7; color: #357935; }
+section.fonts p b, section.fonts p input, section.fonts p:after, section.gap p b, section.gap p input, section.gap p:after, section.color p b, section.color p input, section.color p:after { display: inline-block; }
+section.fonts p b, section.gap p b, section.color p b { width: 90px; font-family: Arial, Helvetica; font-weight: normal; font-size: 15px; }
+section.fonts p input, section.gap p input, section.color p input { width: 100px; margin: 0; }
+section.fonts p:after { padding: 10px; background-color: #c7e6c7; color: #357935; }
+section.fonts p:first-of-type:after { content: "Arial, Helvetica"; }
+section.fonts p:nth-of-type(2):after { content: "Arial, Helvetica"; }
+section.fonts p:nth-of-type(3):after { content: "Arial, Helvetica"; }
+section.fonts p:nth-of-type(4):after { content: "monospace"; }
+section.color p:after { content: " "; padding: 20px; width: 100px; }
+section.color.primary p:first-of-type b:before { content: "#333"; }
+section.color.primary p:first-of-type:after { background-color: #333; }
+section.color.primary p:nth-of-type(2) b:before { content: "#990000"; }
+section.color.primary p:nth-of-type(2):after { background-color: #990000; }
+section.color.primary p:nth-of-type(3) b:before { content: "#ccc"; }
+section.color.primary p:nth-of-type(3):after { background-color: #ccc; }
+section.color.primary p:nth-of-type(4) b:before { content: "green"; }
+section.color.primary p:nth-of-type(4):after { background-color: green; }
+section.color.primary p:nth-of-type(5) b:before { content: "yellow"; }
+section.color.primary p:nth-of-type(5):after { background-color: yellow; }
+section.color.bootstrap p:first-of-type b:before { content: "#428bca"; }
+section.color.bootstrap p:first-of-type:after { background-color: #428bca; }
+section.color.bootstrap p:nth-of-type(2) b:before { content: "#5cb85c"; }
+section.color.bootstrap p:nth-of-type(2):after { background-color: #5cb85c; }
+section.color.bootstrap p:nth-of-type(3) b:before { content: "#5bc0de"; }
+section.color.bootstrap p:nth-of-type(3):after { background-color: #5bc0de; }
+section.color.bootstrap p:nth-of-type(4) b:before { content: "#f0ad4e"; }
+section.color.bootstrap p:nth-of-type(4):after { background-color: #f0ad4e; }
+section.color.bootstrap p:nth-of-type(5) b:before { content: "#d9534f"; }
+section.color.bootstrap p:nth-of-type(5):after { background-color: #d9534f; }
+section.gap p:after { padding: 10px; background-color: #c7e6c7; color: #357935; }
+section.gap p:first-of-type:after { content: "10px"; width: 10px; }
+section.gap p:nth-of-type(2):after { content: "20px"; width: 20px; }
+section.gap p:nth-of-type(3):after { content: "30px"; width: 30px; }
+section.gap p:nth-of-type(4):after { content: "40px"; width: 40px; }
+section.gap p:nth-of-type(5):after { content: "50px"; width: 50px; }
+section.gap p:nth-of-type(6):after { content: "60px"; width: 60px; }
+section.gap p:nth-of-type(7):after { content: "70px"; width: 70px; }
+section.gap p:nth-of-type(8):after { content: "80px"; width: 80px; }
+section.gap p:nth-of-type(9):after { content: "90px"; width: 90px; }
+section.gap p:nth-of-type(10):after { content: "100px"; width: 100px; }
+section.gap p:nth-of-type(11):after { content: "110px"; width: 110px; }
+section.gap p:nth-of-type(12):after { content: "120px"; width: 120px; }
+
+a[data-toggle="collapse"] { padding-top: 10px; display: block; }
+a[data-toggle="collapse"]:hover { text-decoration: none; }
+
+code { color: #c77c11; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; background-color: #fceedb; }
+
+.logo { height: 35px; display: inline-block; font-size: 32px; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
+.logo img { width: 40px; height: 40px; }
+@media only screen and (max-width: 568px) and (min-width: 321px) { .logo { font-size: 25px; }
+ .logo img { width: 30px; height: 30px; } }
+
+.post-list { list-style: none; padding-left: 0; }
+.post-list li:not(:first-of-type) { border-top: solid 1px gray; }
+.post-list a { padding: 10px 0; display: block; }
+.post-list a .entry-date { floaT: right; font-size: 12px; }
+
+.tag-box.inline { display: none; }
+
+body { font-size: 16px; line-height: 22px; }
+
+a { color: #999999; text-decoration: none; }
+a:hover { color: #990000; }
+
+.pending { background-color: #ffff99; color: #666600; }
+
+#map { width: 100%; height: 500px; overflow: hidden; text-align: center; }
+@media only screen and (max-height: 480px) { #map { height: 480px; } }
+@media only screen and (max-height: 320px) { #map { height: 320px; } }
+
+#donatemap { width: 100%; height: 200px; overflow: hidden; text-align: center; }
+@media only screen and (max-height: 480px) { #map { height: 480px; } }
+@media only screen and (max-height: 320px) { #map { height: 320px; } }
+
+.mainnav { float: right; }
+@media only screen and (max-width: 320px) { .mainnav { float: none; margin-left: 50px; } }
+.mainnav a:not(:first-of-type):before { content: "/ "; }
+.mainnav input { text-align: center; width: 120px; }
+
+nav { position: absolute; top: 0px; margin-top: 20px; font-weight: bold; }
+@media only screen and (max-width: 568px) and (min-width: 321px) { nav { margin-top: 10px; } }
+nav a { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color: white; border: none; }
+nav a:hover { text-decoration: none; color: white; }
+nav .mainnav input { border-color: white; }
+nav .mainnav input.placeholder { color: white; }
+nav .mainnav input::-webkit-input-placeholder { color: white; }
+nav .mainnav input:-moz-placeholder { color: white; }
+nav .mainnav input::-moz-placeholder { color: white; }
+nav .mainnav input:-ms-input-placeholder { color: white; }
+nav .mainnav input:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+nav .mainnav input:active, nav .mainnav input:hover, nav .mainnav input:focus { background-color: white; }
+nav .mainnav input:active.placeholder, nav .mainnav input:hover.placeholder, nav .mainnav input:focus.placeholder { color: #666; }
+nav .mainnav input:active::-webkit-input-placeholder, nav .mainnav input:hover::-webkit-input-placeholder, nav .mainnav input:focus::-webkit-input-placeholder { color: #666; }
+nav .mainnav input:active:-moz-placeholder, nav .mainnav input:hover:-moz-placeholder, nav .mainnav input:focus:-moz-placeholder { color: #666; }
+nav .mainnav input:active::-moz-placeholder, nav .mainnav input:hover::-moz-placeholder, nav .mainnav input:focus::-moz-placeholder { color: #666; }
+nav .mainnav input:active:-ms-input-placeholder, nav .mainnav input:hover:-ms-input-placeholder, nav .mainnav input:focus:-ms-input-placeholder { color: #666; }
+nav .mainnav input:active:focus::-webkit-input-placeholder, nav .mainnav input:hover:focus::-webkit-input-placeholder, nav .mainnav input:focus:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+nav .mainnav input:active:active, nav .mainnav input:active:hover, nav .mainnav input:active:focus, nav .mainnav input:hover:active, nav .mainnav input:hover:hover, nav .mainnav input:hover:focus, nav .mainnav input:focus:active, nav .mainnav input:focus:hover, nav .mainnav input:focus:focus { background-color: white; }
+nav .mainnav input:active:active.placeholder, nav .mainnav input:active:hover.placeholder, nav .mainnav input:active:focus.placeholder, nav .mainnav input:hover:active.placeholder, nav .mainnav input:hover:hover.placeholder, nav .mainnav input:hover:focus.placeholder, nav .mainnav input:focus:active.placeholder, nav .mainnav input:focus:hover.placeholder, nav .mainnav input:focus:focus.placeholder { color: #666; }
+nav .mainnav input:active:active::-webkit-input-placeholder, nav .mainnav input:active:hover::-webkit-input-placeholder, nav .mainnav input:active:focus::-webkit-input-placeholder, nav .mainnav input:hover:active::-webkit-input-placeholder, nav .mainnav input:hover:hover::-webkit-input-placeholder, nav .mainnav input:hover:focus::-webkit-input-placeholder, nav .mainnav input:focus:active::-webkit-input-placeholder, nav .mainnav input:focus:hover::-webkit-input-placeholder, nav .mainnav input:focus:focus::-webkit-input-placeholder { color: #666; }
+nav .mainnav input:active:active:-moz-placeholder, nav .mainnav input:active:hover:-moz-placeholder, nav .mainnav input:active:focus:-moz-placeholder, nav .mainnav input:hover:active:-moz-placeholder, nav .mainnav input:hover:hover:-moz-placeholder, nav .mainnav input:hover:focus:-moz-placeholder, nav .mainnav input:focus:active:-moz-placeholder, nav .mainnav input:focus:hover:-moz-placeholder, nav .mainnav input:focus:focus:-moz-placeholder { color: #666; }
+nav .mainnav input:active:active::-moz-placeholder, nav .mainnav input:active:hover::-moz-placeholder, nav .mainnav input:active:focus::-moz-placeholder, nav .mainnav input:hover:active::-moz-placeholder, nav .mainnav input:hover:hover::-moz-placeholder, nav .mainnav input:hover:focus::-moz-placeholder, nav .mainnav input:focus:active::-moz-placeholder, nav .mainnav input:focus:hover::-moz-placeholder, nav .mainnav input:focus:focus::-moz-placeholder { color: #666; }
+nav .mainnav input:active:active:-ms-input-placeholder, nav .mainnav input:active:hover:-ms-input-placeholder, nav .mainnav input:active:focus:-ms-input-placeholder, nav .mainnav input:hover:active:-ms-input-placeholder, nav .mainnav input:hover:hover:-ms-input-placeholder, nav .mainnav input:hover:focus:-ms-input-placeholder, nav .mainnav input:focus:active:-ms-input-placeholder, nav .mainnav input:focus:hover:-ms-input-placeholder, nav .mainnav input:focus:focus:-ms-input-placeholder { color: #666; }
+nav .mainnav input:active:active:focus::-webkit-input-placeholder, nav .mainnav input:active:hover:focus::-webkit-input-placeholder, nav .mainnav input:active:focus:focus::-webkit-input-placeholder, nav .mainnav input:hover:active:focus::-webkit-input-placeholder, nav .mainnav input:hover:hover:focus::-webkit-input-placeholder, nav .mainnav input:hover:focus:focus::-webkit-input-placeholder, nav .mainnav input:focus:active:focus::-webkit-input-placeholder, nav .mainnav input:focus:hover:focus::-webkit-input-placeholder, nav .mainnav input:focus:focus:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+
+footer p { margin-bottom: 5px; width: 70%; display: inline-block; }
+footer .mainnav { font-weight: bold; }
+footer .mainnav a:hover { text-decoration: none; color: #990000; }
+footer .mainnav input, footer .mainnav select, footer .mainnav textarea { border-color: #ccc; }
+footer .mainnav input.placeholder, footer .mainnav select.placeholder, footer .mainnav textarea.placeholder { font-weight: bold !important; color: #666; }
+footer .mainnav input::-webkit-input-placeholder, footer .mainnav select::-webkit-input-placeholder, footer .mainnav textarea::-webkit-input-placeholder { font-weight: bold !important; color: #666; }
+footer .mainnav input:-moz-placeholder, footer .mainnav select:-moz-placeholder, footer .mainnav textarea:-moz-placeholder { font-weight: bold !important; color: #666; }
+footer .mainnav input::-moz-placeholder, footer .mainnav select::-moz-placeholder, footer .mainnav textarea::-moz-placeholder { font-weight: bold !important; color: #666; }
+footer .mainnav input:-ms-input-placeholder, footer .mainnav select:-ms-input-placeholder, footer .mainnav textarea:-ms-input-placeholder { font-weight: bold !important; color: #666; }
+footer .mainnav input:focus::-webkit-input-placeholder, footer .mainnav select:focus::-webkit-input-placeholder, footer .mainnav textarea:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+footer .mainnav input:active, footer .mainnav input:hover, footer .mainnav input:focus, footer .mainnav select:active, footer .mainnav select:hover, footer .mainnav select:focus, footer .mainnav textarea:active, footer .mainnav textarea:hover, footer .mainnav textarea:focus { border-color: #990000; }
+footer .mainnav input:active.placeholder, footer .mainnav input:hover.placeholder, footer .mainnav input:focus.placeholder, footer .mainnav select:active.placeholder, footer .mainnav select:hover.placeholder, footer .mainnav select:focus.placeholder, footer .mainnav textarea:active.placeholder, footer .mainnav textarea:hover.placeholder, footer .mainnav textarea:focus.placeholder { color: #990000; }
+footer .mainnav input:active::-webkit-input-placeholder, footer .mainnav input:hover::-webkit-input-placeholder, footer .mainnav input:focus::-webkit-input-placeholder, footer .mainnav select:active::-webkit-input-placeholder, footer .mainnav select:hover::-webkit-input-placeholder, footer .mainnav select:focus::-webkit-input-placeholder, footer .mainnav textarea:active::-webkit-input-placeholder, footer .mainnav textarea:hover::-webkit-input-placeholder, footer .mainnav textarea:focus::-webkit-input-placeholder { color: #990000; }
+footer .mainnav input:active:-moz-placeholder, footer .mainnav input:hover:-moz-placeholder, footer .mainnav input:focus:-moz-placeholder, footer .mainnav select:active:-moz-placeholder, footer .mainnav select:hover:-moz-placeholder, footer .mainnav select:focus:-moz-placeholder, footer .mainnav textarea:active:-moz-placeholder, footer .mainnav textarea:hover:-moz-placeholder, footer .mainnav textarea:focus:-moz-placeholder { color: #990000; }
+footer .mainnav input:active::-moz-placeholder, footer .mainnav input:hover::-moz-placeholder, footer .mainnav input:focus::-moz-placeholder, footer .mainnav select:active::-moz-placeholder, footer .mainnav select:hover::-moz-placeholder, footer .mainnav select:focus::-moz-placeholder, footer .mainnav textarea:active::-moz-placeholder, footer .mainnav textarea:hover::-moz-placeholder, footer .mainnav textarea:focus::-moz-placeholder { color: #990000; }
+footer .mainnav input:active:-ms-input-placeholder, footer .mainnav input:hover:-ms-input-placeholder, footer .mainnav input:focus:-ms-input-placeholder, footer .mainnav select:active:-ms-input-placeholder, footer .mainnav select:hover:-ms-input-placeholder, footer .mainnav select:focus:-ms-input-placeholder, footer .mainnav textarea:active:-ms-input-placeholder, footer .mainnav textarea:hover:-ms-input-placeholder, footer .mainnav textarea:focus:-ms-input-placeholder { color: #990000; }
+footer .mainnav input:active:focus::-webkit-input-placeholder, footer .mainnav input:hover:focus::-webkit-input-placeholder, footer .mainnav input:focus:focus::-webkit-input-placeholder, footer .mainnav select:active:focus::-webkit-input-placeholder, footer .mainnav select:hover:focus::-webkit-input-placeholder, footer .mainnav select:focus:focus::-webkit-input-placeholder, footer .mainnav textarea:active:focus::-webkit-input-placeholder, footer .mainnav textarea:hover:focus::-webkit-input-placeholder, footer .mainnav textarea:focus:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+
+nav, .content > h1, .content > h2, .content > h3, .content > p, .team, #disqus_thread, footer.footer, #newnode, .content .post-list, .blog ul, .blog ol { width: 600px; margin-left: auto; margin-right: auto; left: 0; right: 0; }
+@media only screen and (max-width: 600px) { nav, .content > h1, .content > h2, .content > h3, .content > p, .team, #disqus_thread, footer.footer, #newnode, .content .post-list, .blog ul, .blog ol { width: 95%; } }
+
+.leaflet-overlay-pane, .content { -webkit-animation: blur 500ms ease-in; -moz-animation: blur 500ms ease-in; -o-animation: blur 500ms ease-in; animation: blur 500ms ease-in; }
+
+.leaflet-overlay-pane { -webkit-animation-delay: 150ms; -moz-animation-delay: 150ms; -o-animation-delay: 150ms; animation-delay: 150ms; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; }
+
+.content { -webkit-animation-delay: 450ms; -moz-animation-delay: 450ms; -o-animation-delay: 450ms; animation-delay: 450ms; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; position: absolute; width: 100%; }
+.content > p { margin-top: 30px; }
+.content h2 { margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
+.content h2:not(:first-of-type) { border-top: solid 1px #333; }
+.content h2:first-of-type { margin-top: 0; }
+
+.donatetitle { padding: 20px 0; margin-top: 2%; -webkit-animation: blur 500ms ease-in; -moz-animation: blur 500ms ease-in; -o-animation: blur 500ms ease-in; animation: blur 500ms ease-in; -webkit-animation-delay: 450ms; -moz-animation-delay: 450ms; -o-animation-delay: 450ms; animation-delay: 450ms; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; border-top: solid 1px white; margin-bottom: 0; }
+
+.title { padding: 20px 0; margin-top: 15%; -webkit-animation: blur 500ms ease-in; -moz-animation: blur 500ms ease-in; -o-animation: blur 500ms ease-in; animation: blur 500ms ease-in; -webkit-animation-delay: 450ms; -moz-animation-delay: 450ms; -o-animation-delay: 450ms; animation-delay: 450ms; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; border-top: solid 1px white; margin-bottom: 0; }
+@media only screen and (max-width: 575px) { .title { margin-top: 65%; } }
+@media only screen and (max-width: 500px) { .title { margin-top: 70%; } }
+@media only screen and (max-width: 440px) { .title { margin-top: 80%; } }
+@media only screen and (max-height: 480px) { .title { margin-top: 45%; } }
+@media only screen and (max-height: 320px) { .title { margin-top: 20%; } }
+.title .sig { margin-top: 10px; margin-left: -30px; }
+@media only screen and (max-width: 600px) { .title .sig { margin-left: -20px; } }
+@media only screen and (max-height: 568px) { .title .sig { margin-left: 0px; } }
+.title .sig img { vertical-align: top; margin-top: -10px; width: 70px; height: 70px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right: 10px; border: solid 2px white; }
+.title h1 { font-size: 34px; }
+
+.boxed {
+ border: 10px solid green ;
+}
+
+.blog .title h1 { margin-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
+.blog .title .tags, .blog .title .sig { font-size: 12px; line-height: 15px; }
+.blog .title .tags { float: right; border-left: solid 1px white; padding-left: 10px; width: 70px; }
+.blog .title .tags a { zoom: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
+.blog .title .tags a:before, .blog .title .tags a:after { display: table; content: ""; }
+.blog .title .tags a:after { clear: both; }
+
+.leaflet-control { padding: 10px !important; }
+.leaflet-control a { color: rgba(255, 255, 255, 0.7) !important; }
+.leaflet-control a:hover { color: white !important; }
+.leaflet-control .mapbox-improve-map { display: none !important; }
+
+.actionables { margin: 20px auto; left: 0; right: 0; width: 1000px; padding: 0px !important; list-style: none; }
+@media only screen and (max-width: 1015px) { .actionables { width: 95%; } }
+.actionables > li { width: 25%; display: inline-block; vertical-align: top; padding: 0 30px; }
+.actionables > li > .btn { display: block; }
+@media only screen and (max-width: 875px) and (min-width: 321px) { .actionables > li { width: 50%; padding: 30px; }
+ .actionables > li:first-of-type { border-right: solid 1px #333; padding-top: 0; padding-left: 0; }
+ .actionables > li:nth-of-type(2) { padding-top: 0; padding-right: 0; }
+ .actionables > li:nth-of-type(3) { border-top: solid 1px #333; border-right: solid 1px #333; padding-bottom: 0; padding-left: 0; }
+ .actionables > li:nth-of-type(4) { border-top: solid 1px #333; padding-bottom: 0; padding-right: 0; } }
+@media only screen and (max-width: 480px) { .actionables > li { width: 100%; padding-left: 0 !important; padding-right: 0 !important; border: none !important; padding-bottom: 20px; }
+ .actionables > li:not(:first-of-type) { border-top: solid 1px #333 !important; padding: 20px; } }
+.actionables > li h1:not(:first-of-type), .actionables > li h2:not(:first-of-type), .actionables > li h3:not(:first-of-type) { margin-top: 10px; padding-top: 10px; border-top: solid 1px #333; }
+.actionables .aaa { padding: 10px 0 !important; }
+
+.center { text-align: center; }
+
+.btn { border: solid 2px #333; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #333; font-weight: bold; padding-top: 6px !important; }
+.btn.secondary { border-color: #e6e6e6; color: #cccccc; }
+.btn + .btn { margin-top: 5px; }
+.btn:hover { border-color: #990000; color: #990000; }
+.btn:active { padding-top: 7px !important; padding-bottom: 5px; }
+
+.team { list-style: none; padding: 0px !important; }
+.team li { vertical-align: top; text-align: center; width: 25%; display: inline-block; padding: 15px; border-left: solid 1px #333; border-top: solid 1px #333; }
+.team li:first-of-type, .team li:nth-of-type(2), .team li:nth-of-type(3), .team li:nth-of-type(4) { border-top: none; }
+.team li:first-of-type, .team li:nth-of-type(4n+1) { border-left: none; }
+@media only screen and (max-width: 480px) { .team li { width: 50%; }
+ .team li:nth-of-type(3), .team li:nth-of-type(4) { border-top: solid 1px #333; }
+ .team li:first-of-type, .team li:nth-of-type(4n+1) { border-left: solid 1px #333; }
+ .team li:first-of-type, .team li:nth-of-type(2n+1) { border-left: none; padding-left: 0; }
+ .team li:nth-of-type(2n) { padding-right: 0; } }
+.team h4, .team .modal ul.modal-header a, .modal ul.modal-header .team a { height: 23px; font-size: 14px; font-weight: bold; }
+.team img { margin: 0 auto; width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 5px; display: block; background-color: #ccc; }
+.team .avatar { margin: 0 auto; width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-bottom: 10px; background-position: center center; display: block; background-color: #ccc; }
+.team .btn { display: block; }
+.team .btn:not(:last-of-type) { border-bottom: none; }
+.team .btn:hover + .btn { border-top-color: #990000; }
+.team .btn:not(:first-of-type) { margin-top: 0; }
+
+footer.footer { color: #666; margin-top: 20px; padding: 10px 0 20px 0; border-top: solid 1px #ccc; }
+footer.footer a { color: #333; }
+footer.footer .left { display: inline-block; width: 50%; }
+
+.list { margin: 0px !important; padding: 0px !important; border: none; background: transparent; list-style: none; }
+.list li:not(:first-of-type) { padding-top: 5px; margin-top: 5px; border-top: solid 1px #333; }
+
+.date { font-size: 80%; color: #666666; margin-top: 5px; margin-bottom: 0; }
+
+.qr { width: 170px; height: 170px; margin: 0 auto; display: block; }
+
+input, select, textarea { padding: 5px 10px; border: solid 2px #ccc; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: none; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; margin-bottom: 10px; width: 100%; }
+
+textarea { height: 100px; }
+@media only screen and (max-height: 320px) { textarea { height: 37px; } }
+
+a.icon-rss div { -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; displaY: inline-block; width: 15px; height: 15px; background-position: 0 0px; background-repeat: no-repeat; background-image: url(/assets/images/rss.png); -webkit-background-size: 15px 45px; background-size: 15px 45px; }
+a.icon-rss:hover div { background-position: 0 -15px; }
+
+footer.footer .icon-rss div { background-position: 0 -30px; }
+footer.footer .icon-rss:hover div { background-position: 0 -15px; }
+
+#newnode { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; position: absolute; top: 60px; padding: 20px 0; color: white; }
+@media only screen and (max-width: 568px) and (min-width: 321px) { #newnode { top: 50px; } }
+#newnode .tab-pane ul.progress li:first-of-type, #newnode .tab-pane:nth-of-type(3) ul.progress li:nth-of-type(2), #newnode .tab-pane:nth-of-type(4) ul.progress li:nth-of-type(2), #newnode .tab-pane:nth-of-type(4) ul.progress li:nth-of-type(3) { background-color: white; }
+#newnode h2 { display: inline-block; }
+@media only screen and (max-height: 320px) { #newnode h2 { font-size: 20px; } }
+#newnode .pending { color: white; background-color: rgba(255, 255, 0, 0.3); }
+#newnode a:not(.btn) { color: white; text-decoration: underline; }
+#newnode a:not(.btn):hover { color: 20px; }
+#newnode .btn { color: white !important; border-color: white; background-color: rgba(50, 210, 50, 0.83) !important; float: right !important; display: inline-block !important; padding: 10px 20px !important; width: 150px; }
+@media only screen and (max-width: 320px) { #newnode .btn { width: 100%; } }
+@media only screen and (max-width: 568px) { #newnode .btn { padding: 10px 20px !important; } }
+#newnode .btn:hover { background-color: lime !important; }
+#newnode label input[type=checkbox] { display: inline-block; width: 18px; height: 18px; margin-right: 5px; }
+#newnode input, #newnode textarea { color: black; border-color: black; background-color: rgba(255, 255, 255, 0.85); }
+#newnode input.placeholder, #newnode textarea.placeholder { color: black; }
+#newnode input::-webkit-input-placeholder, #newnode textarea::-webkit-input-placeholder { color: black; }
+#newnode input:-moz-placeholder, #newnode textarea:-moz-placeholder { color: black; }
+#newnode input::-moz-placeholder, #newnode textarea::-moz-placeholder { color: black; }
+#newnode input:-ms-input-placeholder, #newnode textarea:-ms-input-placeholder { color: black; }
+#newnode input:focus::-webkit-input-placeholder, #newnode textarea:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+#newnode input:active, #newnode input:hover, #newnode input:focus, #newnode input:not(:empty), #newnode textarea:active, #newnode textarea:hover, #newnode textarea:focus, #newnode textarea:not(:empty) { color: black; background-color: white; }
+#newnode input:active.placeholder, #newnode input:hover.placeholder, #newnode input:focus.placeholder, #newnode input:not(:empty).placeholder, #newnode textarea:active.placeholder, #newnode textarea:hover.placeholder, #newnode textarea:focus.placeholder, #newnode textarea:not(:empty).placeholder { color: #666; }
+#newnode input:active::-webkit-input-placeholder, #newnode input:hover::-webkit-input-placeholder, #newnode input:focus::-webkit-input-placeholder, #newnode input:not(:empty)::-webkit-input-placeholder, #newnode textarea:active::-webkit-input-placeholder, #newnode textarea:hover::-webkit-input-placeholder, #newnode textarea:focus::-webkit-input-placeholder, #newnode textarea:not(:empty)::-webkit-input-placeholder { color: #666; }
+#newnode input:active:-moz-placeholder, #newnode input:hover:-moz-placeholder, #newnode input:focus:-moz-placeholder, #newnode input:not(:empty):-moz-placeholder, #newnode textarea:active:-moz-placeholder, #newnode textarea:hover:-moz-placeholder, #newnode textarea:focus:-moz-placeholder, #newnode textarea:not(:empty):-moz-placeholder { color: #666; }
+#newnode input:active::-moz-placeholder, #newnode input:hover::-moz-placeholder, #newnode input:focus::-moz-placeholder, #newnode input:not(:empty)::-moz-placeholder, #newnode textarea:active::-moz-placeholder, #newnode textarea:hover::-moz-placeholder, #newnode textarea:focus::-moz-placeholder, #newnode textarea:not(:empty)::-moz-placeholder { color: #666; }
+#newnode input:active:-ms-input-placeholder, #newnode input:hover:-ms-input-placeholder, #newnode input:focus:-ms-input-placeholder, #newnode input:not(:empty):-ms-input-placeholder, #newnode textarea:active:-ms-input-placeholder, #newnode textarea:hover:-ms-input-placeholder, #newnode textarea:focus:-ms-input-placeholder, #newnode textarea:not(:empty):-ms-input-placeholder { color: #666; }
+#newnode input:active:focus::-webkit-input-placeholder, #newnode input:hover:focus::-webkit-input-placeholder, #newnode input:focus:focus::-webkit-input-placeholder, #newnode input:not(:empty):focus::-webkit-input-placeholder, #newnode textarea:active:focus::-webkit-input-placeholder, #newnode textarea:hover:focus::-webkit-input-placeholder, #newnode textarea:focus:focus::-webkit-input-placeholder, #newnode textarea:not(:empty):focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+#newnode input:active:active, #newnode input:active:hover, #newnode input:active:focus, #newnode input:hover:active, #newnode input:hover:hover, #newnode input:hover:focus, #newnode input:focus:active, #newnode input:focus:hover, #newnode input:focus:focus, #newnode input:not(:empty):active, #newnode input:not(:empty):hover, #newnode input:not(:empty):focus, #newnode textarea:active:active, #newnode textarea:active:hover, #newnode textarea:active:focus, #newnode textarea:hover:active, #newnode textarea:hover:hover, #newnode textarea:hover:focus, #newnode textarea:focus:active, #newnode textarea:focus:hover, #newnode textarea:focus:focus, #newnode textarea:not(:empty):active, #newnode textarea:not(:empty):hover, #newnode textarea:not(:empty):focus { background-color: white; }
+#newnode input:active:active.placeholder, #newnode input:active:hover.placeholder, #newnode input:active:focus.placeholder, #newnode input:hover:active.placeholder, #newnode input:hover:hover.placeholder, #newnode input:hover:focus.placeholder, #newnode input:focus:active.placeholder, #newnode input:focus:hover.placeholder, #newnode input:focus:focus.placeholder, #newnode input:not(:empty):active.placeholder, #newnode input:not(:empty):hover.placeholder, #newnode input:not(:empty):focus.placeholder, #newnode textarea:active:active.placeholder, #newnode textarea:active:hover.placeholder, #newnode textarea:active:focus.placeholder, #newnode textarea:hover:active.placeholder, #newnode textarea:hover:hover.placeholder, #newnode textarea:hover:focus.placeholder, #newnode textarea:focus:active.placeholder, #newnode textarea:focus:hover.placeholder, #newnode textarea:focus:focus.placeholder, #newnode textarea:not(:empty):active.placeholder, #newnode textarea:not(:empty):hover.placeholder, #newnode textarea:not(:empty):focus.placeholder { color: #666; }
+#newnode input:active:active::-webkit-input-placeholder, #newnode input:active:hover::-webkit-input-placeholder, #newnode input:active:focus::-webkit-input-placeholder, #newnode input:hover:active::-webkit-input-placeholder, #newnode input:hover:hover::-webkit-input-placeholder, #newnode input:hover:focus::-webkit-input-placeholder, #newnode input:focus:active::-webkit-input-placeholder, #newnode input:focus:hover::-webkit-input-placeholder, #newnode input:focus:focus::-webkit-input-placeholder, #newnode input:not(:empty):active::-webkit-input-placeholder, #newnode input:not(:empty):hover::-webkit-input-placeholder, #newnode input:not(:empty):focus::-webkit-input-placeholder, #newnode textarea:active:active::-webkit-input-placeholder, #newnode textarea:active:hover::-webkit-input-placeholder, #newnode textarea:active:focus::-webkit-input-placeholder, #newnode textarea:hover:active::-webkit-input-placeholder, #newnode textarea:hover:hover::-webkit-input-placeholder, #newnode textarea:hover:focus::-webkit-input-placeholder, #newnode textarea:focus:active::-webkit-input-placeholder, #newnode textarea:focus:hover::-webkit-input-placeholder, #newnode textarea:focus:focus::-webkit-input-placeholder, #newnode textarea:not(:empty):active::-webkit-input-placeholder, #newnode textarea:not(:empty):hover::-webkit-input-placeholder, #newnode textarea:not(:empty):focus::-webkit-input-placeholder { color: #666; }
+#newnode input:active:active:-moz-placeholder, #newnode input:active:hover:-moz-placeholder, #newnode input:active:focus:-moz-placeholder, #newnode input:hover:active:-moz-placeholder, #newnode input:hover:hover:-moz-placeholder, #newnode input:hover:focus:-moz-placeholder, #newnode input:focus:active:-moz-placeholder, #newnode input:focus:hover:-moz-placeholder, #newnode input:focus:focus:-moz-placeholder, #newnode input:not(:empty):active:-moz-placeholder, #newnode input:not(:empty):hover:-moz-placeholder, #newnode input:not(:empty):focus:-moz-placeholder, #newnode textarea:active:active:-moz-placeholder, #newnode textarea:active:hover:-moz-placeholder, #newnode textarea:active:focus:-moz-placeholder, #newnode textarea:hover:active:-moz-placeholder, #newnode textarea:hover:hover:-moz-placeholder, #newnode textarea:hover:focus:-moz-placeholder, #newnode textarea:focus:active:-moz-placeholder, #newnode textarea:focus:hover:-moz-placeholder, #newnode textarea:focus:focus:-moz-placeholder, #newnode textarea:not(:empty):active:-moz-placeholder, #newnode textarea:not(:empty):hover:-moz-placeholder, #newnode textarea:not(:empty):focus:-moz-placeholder { color: #666; }
+#newnode input:active:active::-moz-placeholder, #newnode input:active:hover::-moz-placeholder, #newnode input:active:focus::-moz-placeholder, #newnode input:hover:active::-moz-placeholder, #newnode input:hover:hover::-moz-placeholder, #newnode input:hover:focus::-moz-placeholder, #newnode input:focus:active::-moz-placeholder, #newnode input:focus:hover::-moz-placeholder, #newnode input:focus:focus::-moz-placeholder, #newnode input:not(:empty):active::-moz-placeholder, #newnode input:not(:empty):hover::-moz-placeholder, #newnode input:not(:empty):focus::-moz-placeholder, #newnode textarea:active:active::-moz-placeholder, #newnode textarea:active:hover::-moz-placeholder, #newnode textarea:active:focus::-moz-placeholder, #newnode textarea:hover:active::-moz-placeholder, #newnode textarea:hover:hover::-moz-placeholder, #newnode textarea:hover:focus::-moz-placeholder, #newnode textarea:focus:active::-moz-placeholder, #newnode textarea:focus:hover::-moz-placeholder, #newnode textarea:focus:focus::-moz-placeholder, #newnode textarea:not(:empty):active::-moz-placeholder, #newnode textarea:not(:empty):hover::-moz-placeholder, #newnode textarea:not(:empty):focus::-moz-placeholder { color: #666; }
+#newnode input:active:active:-ms-input-placeholder, #newnode input:active:hover:-ms-input-placeholder, #newnode input:active:focus:-ms-input-placeholder, #newnode input:hover:active:-ms-input-placeholder, #newnode input:hover:hover:-ms-input-placeholder, #newnode input:hover:focus:-ms-input-placeholder, #newnode input:focus:active:-ms-input-placeholder, #newnode input:focus:hover:-ms-input-placeholder, #newnode input:focus:focus:-ms-input-placeholder, #newnode input:not(:empty):active:-ms-input-placeholder, #newnode input:not(:empty):hover:-ms-input-placeholder, #newnode input:not(:empty):focus:-ms-input-placeholder, #newnode textarea:active:active:-ms-input-placeholder, #newnode textarea:active:hover:-ms-input-placeholder, #newnode textarea:active:focus:-ms-input-placeholder, #newnode textarea:hover:active:-ms-input-placeholder, #newnode textarea:hover:hover:-ms-input-placeholder, #newnode textarea:hover:focus:-ms-input-placeholder, #newnode textarea:focus:active:-ms-input-placeholder, #newnode textarea:focus:hover:-ms-input-placeholder, #newnode textarea:focus:focus:-ms-input-placeholder, #newnode textarea:not(:empty):active:-ms-input-placeholder, #newnode textarea:not(:empty):hover:-ms-input-placeholder, #newnode textarea:not(:empty):focus:-ms-input-placeholder { color: #666; }
+#newnode input:active:active:focus::-webkit-input-placeholder, #newnode input:active:hover:focus::-webkit-input-placeholder, #newnode input:active:focus:focus::-webkit-input-placeholder, #newnode input:hover:active:focus::-webkit-input-placeholder, #newnode input:hover:hover:focus::-webkit-input-placeholder, #newnode input:hover:focus:focus::-webkit-input-placeholder, #newnode input:focus:active:focus::-webkit-input-placeholder, #newnode input:focus:hover:focus::-webkit-input-placeholder, #newnode input:focus:focus:focus::-webkit-input-placeholder, #newnode input:not(:empty):active:focus::-webkit-input-placeholder, #newnode input:not(:empty):hover:focus::-webkit-input-placeholder, #newnode input:not(:empty):focus:focus::-webkit-input-placeholder, #newnode textarea:active:active:focus::-webkit-input-placeholder, #newnode textarea:active:hover:focus::-webkit-input-placeholder, #newnode textarea:active:focus:focus::-webkit-input-placeholder, #newnode textarea:hover:active:focus::-webkit-input-placeholder, #newnode textarea:hover:hover:focus::-webkit-input-placeholder, #newnode textarea:hover:focus:focus::-webkit-input-placeholder, #newnode textarea:focus:active:focus::-webkit-input-placeholder, #newnode textarea:focus:hover:focus::-webkit-input-placeholder, #newnode textarea:focus:focus:focus::-webkit-input-placeholder, #newnode textarea:not(:empty):active:focus::-webkit-input-placeholder, #newnode textarea:not(:empty):hover:focus::-webkit-input-placeholder, #newnode textarea:not(:empty):focus:focus::-webkit-input-placeholder { transition: all 0.5s 0.1s ease; opacity: 0; }
+
+ul.progress { background: none; margin: 0px !important; padding: 0px !important; border: none; background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; float: right; }
+ul.progress li { width: 10px; height: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: rgba(255, 255, 255, 0.3); display: inline-block; }
+
+/*.site-wrapper { height: 500px; @include clear;
+}
+.cover-container { margin-right: auto; margin-left: auto;
+}
+
+#map { position: absolute; top:0; bottom:0; width:100%; height: 80%; z-index: -1; background-color: #141414;
+}
+
+#map-header { position: absolute; top:0; bottom:0; width:100%; height: 25%; z-index: -1; background-color: #141414;
+}
+.mapbox-improve-map { display: none !important;
+}
+#what { color: #1E1E1E; text-shadow: none;
+}
+#what .lead { color: #1E1E1E; text-shadow: none; max-width: 700px; margin-left: auto; margin-right: auto; padding-bottom: 40px; border-bottom: 1px solid #ccc;
+}
+#what a { text-decoration: underline; color: #1E1E1E;
+}
+#join { display: none;
+}
+#submit { display: none; max-width: 100px; margin-left: auto; margin-right: auto;
+}
+.form-control { max-width: 250px; margin-left: auto; margin-right: auto;
+}*/
diff --git a/map-prototype/nodes.json b/map-prototype/nodes.json
new file mode 100644
index 0000000..1ceb87c
--- /dev/null
+++ b/map-prototype/nodes.json
@@ -0,0 +1,37 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 1,
+ "status": "Installed",
+ "host": "h.peer1.famicoman.phillymesh.net",
+ "ipv6": "fceb:7762:6914:13bc:4642:ecc7:de21:f91d"
+ },
+ "geometry": {
+ "coordinates": [
+ -75.377738,
+ 39.893373
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 0,
+ "status": "Installed",
+ "host": "h.peer0.famicoman.phillymesh.net",
+ "ipv6": "fc9f:990d:2b0f:75ad:8783:5d59:7c84:520b"
+ },
+ "geometry": {
+ "coordinates": [
+ -75.380073,
+ 39.879529
+ ],
+ "type": "Point"
+ }
+ }
+ ]
+}
diff --git a/map-prototype/nodes.json.bak b/map-prototype/nodes.json.bak
new file mode 100644
index 0000000..4c2960c
--- /dev/null
+++ b/map-prototype/nodes.json.bak
@@ -0,0 +1,7304 @@
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 2,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990838,
+ 40.712378
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 3,
+ "status": "Installed",
+ "panoramas": [
+ "3.jpg",
+ "3a.jpg",
+ "3b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 4,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.964089,
+ 40.695261
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 5,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.005892,
+ 40.707476
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 6,
+ "status": "Installation Scheduled",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.000977,
+ 40.654751
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 7,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988137,
+ 40.724396
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 11,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "11.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9852,
+ 40.726445
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 12,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.935822,
+ 40.756267
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 13,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.980194,
+ 40.780653
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 14,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98856,
+ 40.729137
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 15,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947414,
+ 40.710173
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 16,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003192,
+ 40.741363
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 18,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ 7.146536,
+ 46.801102
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 19,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 20,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948441,
+ 40.682164
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 21,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.92331,
+ 40.68722
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 22,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951082,
+ 40.675514
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 23,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.941273,
+ 40.723368
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 24,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.918188,
+ 40.765412
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 25,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.79765,
+ 40.592949
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 26,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.978258,
+ 40.71338
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 27,
+ "status": "Installed",
+ "panoramas": [
+ "27.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.030932,
+ 40.635091
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 28,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.956811,
+ 40.805056
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 29,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984557,
+ 40.685244
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 30,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "30.jpg",
+ "30a.jpg",
+ "30b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.962972,
+ 40.718805
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 31,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.967232,
+ 40.70768
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 32,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.954027,
+ 40.665139
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 33,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.912891,
+ 40.765103
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 34,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.033787,
+ 40.624051
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 37,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953657,
+ 40.67612
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 38,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.90622,
+ 40.690387
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 39,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.917731,
+ 40.696195
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 40,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938105,
+ 40.615493
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 41,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.978361,
+ 40.574603
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 42,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.000317,
+ 40.679267
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 43,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.746948,
+ 40.76894
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 45,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.900648,
+ 40.710006
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 46,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.918835,
+ 40.818351
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 47,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.956439,
+ 40.686287
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 48,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "48.jpg",
+ "48a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976418,
+ 40.667509
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 49,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.963808,
+ 40.761891
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 50,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.977816,
+ 40.783831
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 51,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.97752,
+ 40.591095
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 52,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.002232,
+ 40.747736
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 55,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938178,
+ 40.698651
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 56,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.027594,
+ 40.623858
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 57,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.977842,
+ 40.721348
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 58,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.940712,
+ 40.612382
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 59,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.026628,
+ 40.631192
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 60,
+ "status": "Interested",
+ "panoramas": [
+ "60.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953582,
+ 40.68262
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 61,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.955402,
+ 40.720212
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 62,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.026018,
+ 40.635782
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 63,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.028391,
+ 40.630024
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 64,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.904391,
+ 40.827992
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 65,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.962308,
+ 40.659289
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 66,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.026912,
+ 40.624533
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 67,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.964823,
+ 40.685003
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 68,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984968,
+ 40.779156
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 69,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947552,
+ 40.671515
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 70,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.993833,
+ 40.73274
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 71,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.917329,
+ 40.705008
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 72,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.00023,
+ 40.635159
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 73,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -118.382878,
+ 34.027207
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 74,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.026409,
+ 40.634214
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 75,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "75.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.955998,
+ 40.772056
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 76,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.030303,
+ 40.623658
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 77,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.958762,
+ 40.763989
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 79,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ 172.696278,
+ -43.468194
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 80,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.902255,
+ 40.862771
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 81,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.970627,
+ 40.686137
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 82,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.980508,
+ 40.725727
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 83,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.966608,
+ 40.709592
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 84,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.267172,
+ 41.383133
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 85,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990302,
+ 40.673502
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 86,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -123.207201,
+ 39.150739
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 87,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.998426,
+ 40.637905
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 88,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.997559,
+ 40.67815
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 89,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983458,
+ 40.607701
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 90,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.34167,
+ 40.926559
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 91,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.024702,
+ 40.627943
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 92,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989868,
+ 40.744971
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 93,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983212,
+ 40.696102
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 94,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.975561,
+ 40.65873
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 95,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "95.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.971844,
+ 40.579881
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 96,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -87.748517,
+ 41.511049
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 97,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.99253,
+ 40.759541
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 98,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.924008,
+ 40.746483
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 99,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.999232,
+ 40.674231
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 100,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982533,
+ 40.678031
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 101,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98458,
+ 40.663288
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 102,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.027419,
+ 40.625044
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 103,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.958762,
+ 40.763989
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 104,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986559,
+ 40.704451
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 105,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9766,
+ 40.746547
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 106,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "106.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.890537,
+ 40.770308
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 107,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948825,
+ 40.831759
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 108,
+ "status": "Installed",
+ "panoramas": [
+ "108.jpg",
+ "108a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.935929,
+ 40.848555
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 109,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948654,
+ 40.673975
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 110,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985387,
+ 40.779559
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 111,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "111.jpg",
+ "111a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976364,
+ 40.686133
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 112,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "112.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976317,
+ 40.673236
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 113,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.852609,
+ 40.855794
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 114,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.008152,
+ 40.738173
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 115,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "115.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950976,
+ 40.73397
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 116,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.998927,
+ 40.686944
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 117,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951754,
+ 40.68761
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 118,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.943853,
+ 40.690734
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 119,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946964,
+ 40.721486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 121,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.933606,
+ 40.797209
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 122,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.918999,
+ 40.706939
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 123,
+ "status": "No Reply",
+ "roof": true,
+ "panoramas": [
+ "123.jpg",
+ "123a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.999388,
+ 40.684148
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 125,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.995693,
+ 40.683738
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 126,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.964325,
+ 40.756397
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 127,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.959644,
+ 40.771073
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 128,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.978813,
+ 40.727456
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 129,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "129.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950006,
+ 40.710337
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 130,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.007177,
+ 40.72809
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 131,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.963965,
+ 40.808075
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 132,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.960408,
+ 40.658123
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 133,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987137,
+ 40.672156
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 134,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988784,
+ 40.74531
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 135,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "135.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938814,
+ 40.802458
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 136,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.895265,
+ 40.752698
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 137,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.998971,
+ 40.744643
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 138,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985719,
+ 40.767943
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 139,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.420842,
+ 41.445097
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 140,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.952118,
+ 40.808893
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 141,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003975,
+ 40.732927
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 142,
+ "status": "Installed",
+ "panoramas": [
+ "142.jpg",
+ "142a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.892393,
+ 40.744189
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 143,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985835,
+ 40.667032
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 144,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "144.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942913,
+ 40.708738
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 145,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942508,
+ 40.672783
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 146,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979176,
+ 40.678308
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 147,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.957592,
+ 40.729888
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 148,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.959175,
+ 40.652152
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 149,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984387,
+ 40.747205
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 150,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.991342,
+ 40.685819
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 151,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.736597,
+ 40.757138
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 152,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951834,
+ 40.687589
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 153,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.992629,
+ 40.763324
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 154,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947976,
+ 40.667046
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 155,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.952348,
+ 40.718107
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 156,
+ "status": "No Reply"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.10087,
+ 40.827473
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 157,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.93121,
+ 40.697748
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 158,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979211,
+ 40.659017
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 159,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.927173,
+ 40.864845
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 160,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984418,
+ 40.723071
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 161,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.014392,
+ 40.709942
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 162,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "162.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990834,
+ 40.737021
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 163,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.995258,
+ 40.719883
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 164,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "164.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979201,
+ 40.731889
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 165,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.931621,
+ 40.680927
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 166,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938061,
+ 40.85372
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 167,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.95427,
+ 40.686747
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 168,
+ "status": "",
+ "panoramas": [
+ "168.jpg",
+ "168a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.996671,
+ 40.726953
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 169,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.962437,
+ 40.674612
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 170,
+ "status": "Installed",
+ "panoramas": [
+ "170.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947967,
+ 40.778827
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 171,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.926,
+ 40.772606
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 172,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.921442,
+ 40.698497
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 173,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "173.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.924795,
+ 40.83702
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 174,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.999316,
+ 40.715313
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 175,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9632,
+ 40.794064
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 176,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.038499,
+ 40.714496
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 177,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.957015,
+ 40.673871
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 178,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.955792,
+ 40.673306
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 179,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951056,
+ 40.699943
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 180,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.910313,
+ 40.83496
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 181,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.922961,
+ 40.764393
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 182,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.981673,
+ 40.683627
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 183,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "183.jpg",
+ "183a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976727,
+ 40.724777
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 184,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.981525,
+ 40.728133
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 185,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988237,
+ 40.724639
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 186,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982326,
+ 40.724247
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 187,
+ "status": "Unsubscribe",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990249,
+ 40.7229
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 188,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988096,
+ 40.726613
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 189,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979972,
+ 40.726387
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 190,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976902,
+ 40.729271
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 191,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 192,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938684,
+ 40.811837
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 193,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976714,
+ 40.726431
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 194,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.992953,
+ 40.735063
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 195,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946586,
+ 40.588712
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 196,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "196.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.97374,
+ 40.677474
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 198,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "198.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.930412,
+ 40.851646
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 199,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.0784,
+ 40.632776
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 200,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "200.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.943482,
+ 40.71741
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 201,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "201.jpg",
+ "201a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986585,
+ 40.727886
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 202,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "202.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.807618,
+ 40.709161
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 203,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.977552,
+ 40.788472
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 204,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.956472,
+ 40.777907
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 205,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.967639,
+ 40.760577
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 206,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.981282,
+ 40.664865
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 207,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.072729,
+ 40.720955
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 208,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -118.227198,
+ 34.06897
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 209,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -118.207683,
+ 34.117537
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 210,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.842486,
+ 40.577117
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 211,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.924687,
+ 40.765222
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 212,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.969854,
+ 40.798267
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 213,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.924117,
+ 40.692585
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 214,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.956023,
+ 40.718919
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 215,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.908465,
+ 40.694622
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 216,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.980544,
+ 40.727671
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 217,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.911397,
+ 40.743496
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 218,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "218.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.925531,
+ 40.70113
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 219,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989227,
+ 40.728955
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 221,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983156,
+ 40.725783
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 222,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.969968,
+ 40.749367
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 223,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "223.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.956863,
+ 40.59255
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 224,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989227,
+ 40.728971
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 225,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "225.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946721,
+ 40.716848
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 227,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "227.jpg",
+ "227a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.001122,
+ 40.711137
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 228,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.958543,
+ 40.772094
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 229,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946721,
+ 40.716848
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 230,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986312,
+ 40.660428
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 231,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948079,
+ 40.674589
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 232,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 233,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.974386,
+ 40.679077
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 234,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.008547,
+ 40.736811
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 235,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989887,
+ 40.739759
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 236,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.94379,
+ 40.714778
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 237,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "237.jpg",
+ "237a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.007678,
+ 40.72682
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 238,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -118.207668,
+ 34.117577
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 240,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 241,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.943482,
+ 40.71741
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 242,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.991853,
+ 40.753838
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 243,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.991934,
+ 40.753661
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 244,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.997524,
+ 40.747678
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 245,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984872,
+ 40.723574
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 246,
+ "status": "",
+ "panoramas": [
+ "246.jpg",
+ "246a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.000299,
+ 40.737301
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 247,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950962,
+ 40.635068
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 248,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.998017,
+ 40.712112
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 249,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "249.jpg",
+ "249a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976165,
+ 40.723821
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 250,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.854529,
+ 41.049292
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 252,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976907,
+ 40.726054
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 253,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.002464,
+ 40.742042
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 254,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "254.jpg",
+ "254a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.905254,
+ 40.704008
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 255,
+ "status": "",
+ "panoramas": [
+ "255.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986234,
+ 40.710849
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 256,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "256.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98974,
+ 40.726206
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 257,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.017584,
+ 40.70722
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 258,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "258.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.971608,
+ 40.687746
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 259,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "259.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.968125,
+ 40.760775
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 260,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.996653,
+ 40.741945
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 262,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9224,
+ 40.763346
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 263,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.954137,
+ 40.771475
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 264,
+ "status": "",
+ "panoramas": [
+ "264.jpg",
+ "264a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.994378,
+ 40.754823
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 265,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946634,
+ 40.78111
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 266,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.960677,
+ 40.715791
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 267,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "267.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.959272,
+ 40.728526
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 268,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003088,
+ 40.681598
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 269,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -118.076392,
+ 34.058778
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 270,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946634,
+ 40.78111
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 271,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987013,
+ 40.72732
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 272,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950835,
+ 40.634275
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 273,
+ "status": "No Reply",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.031811,
+ 40.739479
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 274,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.970858,
+ 40.694888
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 275,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -77.686936,
+ 43.083689
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 276,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.94657,
+ 40.783372
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 277,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "277.jpg",
+ "277a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.977648,
+ 40.68099
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 278,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.199122,
+ 40.540635
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 279,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.928279,
+ 40.853716
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 280,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "280.jpg",
+ "280a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.850654,
+ 40.676585
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 281,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "281.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.927826,
+ 40.811166
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 282,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -76.727755,
+ 39.144425
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 283,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.955063,
+ 40.735201
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 284,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.781814,
+ 40.710556
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 285,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003512,
+ 40.651283
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 286,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.999164,
+ 40.719649
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 287,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.994094,
+ 40.76621
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 288,
+ "status": "Installed",
+ "roof": true,
+ "panoramas": [
+ "288.jpg",
+ "288a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.009446,
+ 40.716772
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 289,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990803,
+ 40.662858
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 290,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942277,
+ 40.708801
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 291,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "291.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.876722,
+ 41.002913
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 292,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.99891,
+ 40.720632
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 293,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.931259,
+ 40.692575
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 294,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.970849,
+ 40.788876
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 295,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.949337,
+ 40.727716
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 296,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987015,
+ 40.727007
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 297,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "297.jpg",
+ "297a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -122.102684,
+ 37.409986
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 298,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.972121,
+ 40.785011
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 299,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.961142,
+ 40.68372
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 300,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989286,
+ 40.739405
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 301,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "301.jpg",
+ "301a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.920356,
+ 40.705865
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 302,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.949452,
+ 40.597571
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 303,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "303.jpg",
+ "303a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.925213,
+ 40.69862
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 304,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.002453,
+ 40.742042
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 305,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.97823,
+ 40.747195
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 306,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.975261,
+ 40.687054
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 307,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "307.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988851,
+ 40.729315
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 308,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984783,
+ 40.726341
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 309,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983837,
+ 40.726318
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 310,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979633,
+ 40.578617
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 311,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.079826,
+ 40.642611
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 312,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003302,
+ 40.784186
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 313,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.960125,
+ 40.657588
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 314,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976461,
+ 40.741743
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 315,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989166,
+ 40.729517
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 316,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985327,
+ 40.724112
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 317,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "317.jpg",
+ "317a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.033205,
+ 40.740159
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 318,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951248,
+ 40.664786
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 319,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "319.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.978649,
+ 40.781352
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 320,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "320.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.969502,
+ 40.676605
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 321,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947055,
+ 40.809583
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 322,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.920533,
+ 40.665476
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 323,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "323.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.938944,
+ 40.71366
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 324,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987694,
+ 40.724776
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 325,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98601,
+ 40.730349
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 326,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.937817,
+ 40.818012
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 327,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982168,
+ 40.671948
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 328,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987694,
+ 40.724776
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 329,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "329.jpg",
+ "329a.jpg",
+ "329b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.941833,
+ 40.717625
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 330,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988147,
+ 40.724619
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 331,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989926,
+ 40.690999
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 332,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "332.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.99406,
+ 40.761727
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 333,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "333.jpg",
+ "333a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.940516,
+ 40.749301
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 334,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.930348,
+ 40.694726
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 335,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.045379,
+ 40.721478
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 336,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.907061,
+ 40.705562
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 337,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.958303,
+ 40.732368
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 338,
+ "status": "Interested",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.993839,
+ 40.729508
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 339,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.992261,
+ 40.757931
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 340,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947811,
+ 40.67178
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 341,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.053254,
+ 41.167355
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 342,
+ "status": "Interested"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.945352,
+ 40.783273
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 343,
+ "status": "Installed",
+ "panoramas": [
+ "343.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979588,
+ 40.740303
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 344,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "344.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.028331,
+ 40.632214
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 346,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.937275,
+ 40.697296
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 347,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979162,
+ 40.742261
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 348,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979192,
+ 40.662938
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 349,
+ "status": "Installation Scheduled",
+ "panoramas": [
+ "349.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.008177,
+ 40.723509
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 350,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.964186,
+ 40.804205
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 351,
+ "status": "Interested",
+ "roof": true,
+ "panoramas": [
+ "351.jpg",
+ "351a.jpg",
+ "351b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985516,
+ 40.718601
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 352,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987882,
+ 40.72486
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 353,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.00471,
+ 40.707483
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 354,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "354.jpg",
+ "354a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942555,
+ 40.714475
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 355,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.932987,
+ 40.710899
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 356,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.887817,
+ 40.726166
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 357,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.913238,
+ 40.703946
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 358,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983887,
+ 40.724395
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 359,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.907027,
+ 40.694346
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 360,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.933925,
+ 40.585411
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 361,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948846,
+ 40.771835
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 362,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.96581,
+ 40.688471
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 363,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951305,
+ 40.759369
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 364,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.921164,
+ 40.69078
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 365,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.960792,
+ 40.688201
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 366,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982203,
+ 40.686712
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 367,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.90512,
+ 41.356093
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 368,
+ "status": "Installed",
+ "panoramas": [
+ "368.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.967288,
+ 40.634489
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 369,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.916738,
+ 40.766029
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 370,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.949731,
+ 40.667554
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 371,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.994985,
+ 40.710642
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 372,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "372.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953617,
+ 40.690891
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 373,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986517,
+ 40.692155
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 374,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.937592,
+ 40.851802
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 375,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.97551,
+ 40.672607
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 376,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -73.944886,
+ 40.684365
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 377,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.921304,
+ 40.691772
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 378,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.968619,
+ 40.692225
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 379,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.952807,
+ 40.717243
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 380,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.991871,
+ 40.743546
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 381,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990806,
+ 40.743518
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 382,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98918,
+ 40.73691
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 383,
+ "status": "",
+ "panoramas": [
+ "383.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.944705,
+ 40.692156
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 384,
+ "status": "",
+ "panoramas": [
+ "384.jpg",
+ "384a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.006654,
+ 40.739064
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 385,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942271,
+ 40.723072
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 386,
+ "status": "Installed"
+ },
+ "geometry": {
+ "coordinates": [
+ -74.035181,
+ 40.721315
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 387,
+ "status": "Interested",
+ "panoramas": [
+ "387.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.980433,
+ 40.738014
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 388,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.898095,
+ 40.701501
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 389,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "389.jpg",
+ "389a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985772,
+ 40.736209
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 390,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.976865,
+ 40.68083
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 391,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.94398,
+ 40.69123
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 392,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.942898,
+ 40.715205
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 393,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.997031,
+ 40.661111
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 395,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.014721,
+ 40.71829
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 396,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.945139,
+ 40.684855
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 397,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.926272,
+ 40.701557
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 398,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -122.331794,
+ 47.607356
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 399,
+ "status": "Installation Scheduled",
+ "roof": true,
+ "panoramas": [
+ "399.jpg",
+ "399a.jpg",
+ "399b.jpg",
+ "399c.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.980533,
+ 40.675944
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 400,
+ "status": "Installation Scheduled",
+ "roof": true,
+ "panoramas": [
+ "400.jpg",
+ "400a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982808,
+ 40.678326
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 401,
+ "status": "Installation Scheduled",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988566,
+ 40.681745
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 402,
+ "status": "Installation Scheduled",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989471,
+ 40.679791
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 403,
+ "status": "Installation Scheduled",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.979622,
+ 40.675027
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 404,
+ "status": "Installation Scheduled",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.992643,
+ 40.674149
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 405,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "405.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.042874,
+ 40.719972
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 406,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "406.jpg",
+ "406a.jpg",
+ "406b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.94398,
+ 40.68511
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 407,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "407.jpg",
+ "407a.jpg",
+ "407b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990366,
+ 40.713276
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 408,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.966031,
+ 40.762831
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 409,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.952076,
+ 40.664887
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 410,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.003921,
+ 40.708783
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 411,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990937,
+ 40.736858
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 413,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "413.jpg",
+ "413a.jpg",
+ "413b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.929934,
+ 40.676327
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 414,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.92297,
+ 40.74205
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 415,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953732,
+ 40.804399
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 416,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.947765,
+ 40.713141
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 417,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.955318,
+ 40.671327
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 418,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.909397,
+ 40.835537
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 419,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.917517,
+ 40.660792
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 420,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "420.jpg",
+ "420a.jpg",
+ "420b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.954199,
+ 40.658647
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 421,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988567,
+ 40.700375
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 422,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.943744,
+ 40.712141
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 423,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "423.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982726,
+ 40.679116
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 424,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.944666,
+ 40.684508
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 425,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.946971,
+ 40.711511
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 426,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950822,
+ 40.67669
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 427,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.175315,
+ 40.783023
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 428,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "428.jpg",
+ "428a.jpg",
+ "428b.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.990796,
+ 40.720997
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 429,
+ "status": "",
+ "panoramas": [
+ "429.jpg",
+ "429a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.002604,
+ 40.640319
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 430,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "430.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98064,
+ 40.725412
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 432,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988411,
+ 40.72329
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 433,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.819541,
+ 40.603712
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 434,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988315,
+ 40.68642
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 435,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "435.jpg",
+ "435a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.981634,
+ 40.674417
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 436,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.005269,
+ 40.733041
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 437,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.949942,
+ 40.77209
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 438,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987949,
+ 40.720414
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 439,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.971468,
+ 40.749232
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 440,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "440.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.998522,
+ 40.743356
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 441,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.948892,
+ 40.807237
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 442,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -2.957216,
+ 53.390101
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 443,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985976,
+ 40.733927
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 444,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.996247,
+ 40.759299
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 445,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986765,
+ 40.727971
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 446,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.385261,
+ 40.80231
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 447,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.950223,
+ 40.666876
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 448,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.977063,
+ 40.741299
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 449,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "449.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983456,
+ 40.729687
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 450,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.94158,
+ 40.721064
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 451,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.025639,
+ 40.63041
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 452,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.936081,
+ 40.698151
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 453,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.923526,
+ 40.693724
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 454,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953893,
+ 40.714827
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 455,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951511,
+ 40.825443
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 456,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.918909,
+ 40.679048
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 457,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.828585,
+ 40.875475
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 458,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.916632,
+ 40.768212
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 459,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "459.jpg",
+ "459a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9973,
+ 40.714902
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 460,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989876,
+ 40.739751
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 461,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -78.839635,
+ 42.88076
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 462,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.890654,
+ 40.749874
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 463,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.966224,
+ 40.713859
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 464,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.999638,
+ 40.693514
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 465,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987946,
+ 40.713756
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 466,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982325,
+ 40.725017
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 467,
+ "status": "Installed",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.988465,
+ 40.724751
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 468,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "468.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986759,
+ 40.728456
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 469,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986403,
+ 40.663082
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 470,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "470.jpg",
+ "470a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.983995,
+ 40.720296
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 471,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.957128,
+ 40.745938
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 472,
+ "status": "",
+ "panoramas": [
+ "472.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.989811,
+ 40.714112
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 473,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.981394,
+ 40.660318
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 474,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.986783,
+ 40.633344
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 475,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.961858,
+ 40.682058
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 476,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.9779,
+ 40.72146
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 477,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "477.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -74.033442,
+ 40.635586
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 478,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.966012,
+ 40.680027
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 479,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.964964,
+ 40.708281
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 480,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.984664,
+ 40.722776
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 482,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.95384,
+ 40.808203
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 483,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.959423,
+ 40.657541
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 484,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.905624,
+ 40.757666
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 485,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.00561,
+ 40.710896
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 486,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.940582,
+ 40.80623
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 487,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.940525,
+ 40.7484
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 488,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985745,
+ 40.734809
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 489,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -74.097523,
+ 41.726687
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 490,
+ "status": ""
+ },
+ "geometry": {
+ "coordinates": [
+ -73.992952,
+ 40.752837
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 491,
+ "status": "",
+ "panoramas": [
+ "491.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.982684,
+ 40.715705
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 492,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.02433,
+ 40.639429
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 493,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.958298,
+ 40.711216
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 494,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.881715,
+ 40.753804
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 495,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.843529,
+ 40.874265
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 496,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.98968,
+ 40.764873
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 497,
+ "status": "",
+ "roof": true,
+ "panoramas": [
+ "497.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.985508,
+ 40.728241
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 498,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.951397,
+ 40.679947
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 499,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.987591,
+ 40.731808
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 500,
+ "status": "",
+ "panoramas": [
+ "500.jpg",
+ "500a.jpg"
+ ]
+ },
+ "geometry": {
+ "coordinates": [
+ -73.96138,
+ 40.682955
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 501,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.949185,
+ 40.668648
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 503,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -74.053414,
+ 40.723609
+ ],
+ "type": "Point"
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": 504,
+ "status": "",
+ "roof": true
+ },
+ "geometry": {
+ "coordinates": [
+ -73.953628,
+ 40.690883
+ ],
+ "type": "Point"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/map-prototype/tachyons.min.css b/map-prototype/tachyons.min.css
new file mode 100644
index 0000000..ffd1374
--- /dev/null
+++ b/map-prototype/tachyons.min.css
@@ -0,0 +1,2 @@
+/*! TACHYONS v4.5.3 | http://tachyons.io */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:gold;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.border-box,article,body,code,dd,div,dl,dt,fieldset,footer,form,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],li,main,ol,p,pre,section,textarea,ul{box-sizing:border-box}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:hsla(0,0%,100%,.9)}.b--white-80{border-color:hsla(0,0%,100%,.8)}.b--white-70{border-color:hsla(0,0%,100%,.7)}.b--white-60{border-color:hsla(0,0%,100%,.6)}.b--white-50{border-color:hsla(0,0%,100%,.5)}.b--white-40{border-color:hsla(0,0%,100%,.4)}.b--white-30{border-color:hsla(0,0%,100%,.3)}.b--white-20{border-color:hsla(0,0%,100%,.2)}.b--white-10{border-color:hsla(0,0%,100%,.1)}.b--white-05{border-color:hsla(0,0%,100%,.05)}.b--white-025{border-color:hsla(0,0%,100%,.025)}.b--white-0125{border-color:hsla(0,0%,100%,.0125)}.b--black-90{border-color:rgba(0,0,0,.9)}.b--black-80{border-color:rgba(0,0,0,.8)}.b--black-70{border-color:rgba(0,0,0,.7)}.b--black-60{border-color:rgba(0,0,0,.6)}.b--black-50{border-color:rgba(0,0,0,.5)}.b--black-40{border-color:rgba(0,0,0,.4)}.b--black-30{border-color:rgba(0,0,0,.3)}.b--black-20{border-color:rgba(0,0,0,.2)}.b--black-10{border-color:rgba(0,0,0,.1)}.b--black-05{border-color:rgba(0,0,0,.05)}.b--black-025{border-color:rgba(0,0,0,.025)}.b--black-0125{border-color:rgba(0,0,0,.0125)}.b--dark-red{border-color:#e7040f}.b--red{border-color:#ff4136}.b--light-red{border-color:#ff725c}.b--orange{border-color:#ff6300}.b--gold{border-color:#ffb700}.b--yellow{border-color:gold}.b--light-yellow{border-color:#fbf1a9}.b--purple{border-color:#5e2ca5}.b--light-purple{border-color:#a463f2}.b--dark-pink{border-color:#d5008f}.b--hot-pink{border-color:#ff41b4}.b--pink{border-color:#ff80cc}.b--light-pink{border-color:#ffa3d7}.b--dark-green{border-color:#137752}.b--green{border-color:#19a974}.b--light-green{border-color:#9eebcf}.b--navy{border-color:#001b44}.b--dark-blue{border-color:#00449e}.b--blue{border-color:#357edd}.b--light-blue{border-color:#96ccff}.b--lightest-blue{border-color:#cdecff}.b--washed-blue{border-color:#f6fffe}.b--washed-green{border-color:#e8fdf5}.b--washed-yellow{border-color:#fffceb}.b--washed-red{border-color:#ffdfdf}.b--transparent{border-color:transparent}.br0{border-radius:0}.br1{border-radius:.125rem}.br2{border-radius:.25rem}.br3{border-radius:.5rem}.br4{border-radius:1rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.125rem}.bw2{border-width:.25rem}.bw3{border-width:.5rem}.bw4{border-width:1rem}.bw5{border-width:2rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-column{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-column,.flex-row{-webkit-box-direction:normal}.flex-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-start{-ms-flex-item-align:start;align-self:flex-start}.self-end{-ms-flex-item-align:end;align-self:flex-end}.self-center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.self-stretch{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.content-start{-ms-flex-line-pack:start;align-content:flex-start}.content-end{-ms-flex-line-pack:end;align-content:flex-end}.content-center{-ms-flex-line-pack:center;align-content:center}.content-between{-ms-flex-line-pack:justify;align-content:space-between}.content-around{-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-last{-webkit-box-ordinal-group:100000;-ms-flex-order:99999;order:99999}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{-webkit-transition:color .15s ease-in;transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.mw-100{max-width:100%}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.o-100{opacity:1}.o-90{opacity:.9}.o-80{opacity:.8}.o-70{opacity:.7}.o-60{opacity:.6}.o-50{opacity:.5}.o-40{opacity:.4}.o-30{opacity:.3}.o-20{opacity:.2}.o-10{opacity:.1}.o-05{opacity:.05}.o-025{opacity:.025}.o-0{opacity:0}.black-90{color:rgba(0,0,0,.9)}.black-80{color:rgba(0,0,0,.8)}.black-70{color:rgba(0,0,0,.7)}.black-60{color:rgba(0,0,0,.6)}.black-50{color:rgba(0,0,0,.5)}.black-40{color:rgba(0,0,0,.4)}.black-30{color:rgba(0,0,0,.3)}.black-20{color:rgba(0,0,0,.2)}.black-10{color:rgba(0,0,0,.1)}.black-05{color:rgba(0,0,0,.05)}.white-90{color:hsla(0,0%,100%,.9)}.white-80{color:hsla(0,0%,100%,.8)}.white-70{color:hsla(0,0%,100%,.7)}.white-60{color:hsla(0,0%,100%,.6)}.white-50{color:hsla(0,0%,100%,.5)}.white-40{color:hsla(0,0%,100%,.4)}.white-30{color:hsla(0,0%,100%,.3)}.white-20{color:hsla(0,0%,100%,.2)}.white-10{color:hsla(0,0%,100%,.1)}.black{color:#000}.near-black{color:#111}.dark-gray{color:#333}.mid-gray{color:#555}.gray{color:#777}.silver{color:#999}.light-silver{color:#aaa}.moon-gray{color:#ccc}.light-gray{color:#eee}.near-white{color:#f4f4f4}.white{color:#fff}.dark-red{color:#e7040f}.red{color:#ff4136}.light-red{color:#ff725c}.orange{color:#ff6300}.gold{color:#ffb700}.yellow{color:gold}.light-yellow{color:#fbf1a9}.purple{color:#5e2ca5}.light-purple{color:#a463f2}.dark-pink{color:#d5008f}.hot-pink{color:#ff41b4}.pink{color:#ff80cc}.light-pink{color:#ffa3d7}.dark-green{color:#137752}.green{color:#19a974}.light-green{color:#9eebcf}.navy{color:#001b44}.dark-blue{color:#00449e}.blue{color:#357edd}.light-blue{color:#96ccff}.lightest-blue{color:#cdecff}.washed-blue{color:#f6fffe}.washed-green{color:#e8fdf5}.washed-yellow{color:#fffceb}.washed-red{color:#ffdfdf}.bg-black-90{background-color:rgba(0,0,0,.9)}.bg-black-80{background-color:rgba(0,0,0,.8)}.bg-black-70{background-color:rgba(0,0,0,.7)}.bg-black-60{background-color:rgba(0,0,0,.6)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-black-40{background-color:rgba(0,0,0,.4)}.bg-black-30{background-color:rgba(0,0,0,.3)}.bg-black-20{background-color:rgba(0,0,0,.2)}.bg-black-10{background-color:rgba(0,0,0,.1)}.bg-black-05{background-color:rgba(0,0,0,.05)}.bg-white-90{background-color:hsla(0,0%,100%,.9)}.bg-white-80{background-color:hsla(0,0%,100%,.8)}.bg-white-70{background-color:hsla(0,0%,100%,.7)}.bg-white-60{background-color:hsla(0,0%,100%,.6)}.bg-white-50{background-color:hsla(0,0%,100%,.5)}.bg-white-40{background-color:hsla(0,0%,100%,.4)}.bg-white-30{background-color:hsla(0,0%,100%,.3)}.bg-white-20{background-color:hsla(0,0%,100%,.2)}.bg-white-10{background-color:hsla(0,0%,100%,.1)}.bg-black{background-color:#000}.bg-near-black{background-color:#111}.bg-dark-gray{background-color:#333}.bg-mid-gray{background-color:#555}.bg-gray{background-color:#777}.bg-silver{background-color:#999}.bg-light-silver{background-color:#aaa}.bg-moon-gray{background-color:#ccc}.bg-light-gray{background-color:#eee}.bg-near-white{background-color:#f4f4f4}.bg-white{background-color:#fff}.bg-transparent{background-color:transparent}.bg-dark-red{background-color:#e7040f}.bg-red{background-color:#ff4136}.bg-light-red{background-color:#ff725c}.bg-orange{background-color:#ff6300}.bg-gold{background-color:#ffb700}.bg-yellow{background-color:gold}.bg-light-yellow{background-color:#fbf1a9}.bg-purple{background-color:#5e2ca5}.bg-light-purple{background-color:#a463f2}.bg-dark-pink{background-color:#d5008f}.bg-hot-pink{background-color:#ff41b4}.bg-pink{background-color:#ff80cc}.bg-light-pink{background-color:#ffa3d7}.bg-dark-green{background-color:#137752}.bg-green{background-color:#19a974}.bg-light-green{background-color:#9eebcf}.bg-navy{background-color:#001b44}.bg-dark-blue{background-color:#00449e}.bg-blue{background-color:#357edd}.bg-light-blue{background-color:#96ccff}.bg-lightest-blue{background-color:#cdecff}.bg-washed-blue{background-color:#f6fffe}.bg-washed-green{background-color:#e8fdf5}.bg-washed-yellow{background-color:#fffceb}.bg-washed-red{background-color:#ffdfdf}.hover-black:focus,.hover-black:hover{color:#000}.hover-near-black:focus,.hover-near-black:hover{color:#111}.hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}.hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}.hover-gray:focus,.hover-gray:hover{color:#777}.hover-silver:focus,.hover-silver:hover{color:#999}.hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}.hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}.hover-light-gray:focus,.hover-light-gray:hover{color:#eee}.hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}.hover-white:focus,.hover-white:hover{color:#fff}.hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}.hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}.hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}.hover-bg-dark-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}.hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}.hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}.hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}.hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}.hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}.hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}.hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:transparent}.hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}.hover-red:focus,.hover-red:hover{color:#ff4136}.hover-light-red:focus,.hover-light-red:hover{color:#ff725c}.hover-orange:focus,.hover-orange:hover{color:#ff6300}.hover-gold:focus,.hover-gold:hover{color:#ffb700}.hover-yellow:focus,.hover-yellow:hover{color:gold}.hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}.hover-purple:focus,.hover-purple:hover{color:#5e2ca5}.hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}.hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}.hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}.hover-pink:focus,.hover-pink:hover{color:#ff80cc}.hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}.hover-dark-green:focus,.hover-dark-green:hover{color:#137752}.hover-green:focus,.hover-green:hover{color:#19a974}.hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}.hover-navy:focus,.hover-navy:hover{color:#001b44}.hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}.hover-blue:focus,.hover-blue:hover{color:#357edd}.hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}.hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}.hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}.hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}.hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}.hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}.hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}.hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}.hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}.hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}.hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}.hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}.hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}.hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}.hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}.hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}.hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}.hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}.hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}.hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}.hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}.hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}.hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}.hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}.hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}.hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}.pa0{padding:0}.pa1{padding:.25rem}.pa2{padding:.5rem}.pa3{padding:1rem}.pa4{padding:2rem}.pa5{padding:4rem}.pa6{padding:8rem}.pa7{padding:16rem}.pl0{padding-left:0}.pl1{padding-left:.25rem}.pl2{padding-left:.5rem}.pl3{padding-left:1rem}.pl4{padding-left:2rem}.pl5{padding-left:4rem}.pl6{padding-left:8rem}.pl7{padding-left:16rem}.pr0{padding-right:0}.pr1{padding-right:.25rem}.pr2{padding-right:.5rem}.pr3{padding-right:1rem}.pr4{padding-right:2rem}.pr5{padding-right:4rem}.pr6{padding-right:8rem}.pr7{padding-right:16rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.25rem}.pb2{padding-bottom:.5rem}.pb3{padding-bottom:1rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:4rem}.pb6{padding-bottom:8rem}.pb7{padding-bottom:16rem}.pt0{padding-top:0}.pt1{padding-top:.25rem}.pt2{padding-top:.5rem}.pt3{padding-top:1rem}.pt4{padding-top:2rem}.pt5{padding-top:4rem}.pt6{padding-top:8rem}.pt7{padding-top:16rem}.pv0{padding-top:0;padding-bottom:0}.pv1{padding-top:.25rem;padding-bottom:.25rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.pv4{padding-top:2rem;padding-bottom:2rem}.pv5{padding-top:4rem;padding-bottom:4rem}.pv6{padding-top:8rem;padding-bottom:8rem}.pv7{padding-top:16rem;padding-bottom:16rem}.ph0{padding-left:0;padding-right:0}.ph1{padding-left:.25rem;padding-right:.25rem}.ph2{padding-left:.5rem;padding-right:.5rem}.ph3{padding-left:1rem;padding-right:1rem}.ph4{padding-left:2rem;padding-right:2rem}.ph5{padding-left:4rem;padding-right:4rem}.ph6{padding-left:8rem;padding-right:8rem}.ph7{padding-left:16rem;padding-right:16rem}.ma0{margin:0}.ma1{margin:.25rem}.ma2{margin:.5rem}.ma3{margin:1rem}.ma4{margin:2rem}.ma5{margin:4rem}.ma6{margin:8rem}.ma7{margin:16rem}.ml0{margin-left:0}.ml1{margin-left:.25rem}.ml2{margin-left:.5rem}.ml3{margin-left:1rem}.ml4{margin-left:2rem}.ml5{margin-left:4rem}.ml6{margin-left:8rem}.ml7{margin-left:16rem}.mr0{margin-right:0}.mr1{margin-right:.25rem}.mr2{margin-right:.5rem}.mr3{margin-right:1rem}.mr4{margin-right:2rem}.mr5{margin-right:4rem}.mr6{margin-right:8rem}.mr7{margin-right:16rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb3{margin-bottom:1rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:4rem}.mb6{margin-bottom:8rem}.mb7{margin-bottom:16rem}.mt0{margin-top:0}.mt1{margin-top:.25rem}.mt2{margin-top:.5rem}.mt3{margin-top:1rem}.mt4{margin-top:2rem}.mt5{margin-top:4rem}.mt6{margin-top:8rem}.mt7{margin-top:16rem}.mv0{margin-top:0;margin-bottom:0}.mv1{margin-top:.25rem;margin-bottom:.25rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.mv3{margin-top:1rem;margin-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.mv5{margin-top:4rem;margin-bottom:4rem}.mv6{margin-top:8rem;margin-bottom:8rem}.mv7{margin-top:16rem;margin-bottom:16rem}.mh0{margin-left:0;margin-right:0}.mh1{margin-left:.25rem;margin-right:.25rem}.mh2{margin-left:.5rem;margin-right:.5rem}.mh3{margin-left:1rem;margin-right:1rem}.mh4{margin-left:2rem;margin-right:2rem}.mh5{margin-left:4rem;margin-right:4rem}.mh6{margin-left:8rem;margin-right:8rem}.mh7{margin-left:16rem;margin-right:16rem}.collapse{border-collapse:collapse;border-spacing:0}.striped--light-silver:nth-child(odd){background-color:#aaa}.striped--moon-gray:nth-child(odd){background-color:#ccc}.striped--light-gray:nth-child(odd){background-color:#eee}.striped--near-white:nth-child(odd){background-color:#f4f4f4}.stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}.stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps{font-variant:small-caps}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:6}.overflow-container{overflow-y:scroll}.center{margin-right:auto;margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.dim{opacity:1}.dim,.dim:focus,.dim:hover{-webkit-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.hide-child .child{opacity:0;-webkit-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;-webkit-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.grow:focus,.grow:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.grow:active{-webkit-transform:scale(.9);transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.grow-large:active{-webkit-transform:scale(.95);transform:scale(.95)}.pointer:hover{cursor:pointer}.shadow-hover:after{box-shadow:0 0 8px 2px rgba(0,0,0,.2);opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:7}.z-9999{z-index:8}.z-max{z-index:9}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat 0 0}.debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat 0 0}.debug-grid-8-solid{background:#fff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat 0 0}.debug-grid-16-solid{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat 0 0}@media screen and (min-width:30em){.cover-ns{background-size:cover!important}.contain-ns{background-size:contain!important}.bg-center-ns{background-position:50%}.bg-center-ns,.bg-top-ns{background-repeat:no-repeat}.bg-top-ns{background-position:top}.bg-right-ns{background-position:100%}.bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}.bg-bottom-ns{background-position:bottom}.bg-left-ns{background-repeat:no-repeat;background-position:0}.outline-ns{outline:1px solid}.outline-transparent-ns{outline:1px solid transparent}.outline-0-ns{outline:0}.ba-ns{border-style:solid;border-width:1px}.bt-ns{border-top-style:solid;border-top-width:1px}.br-ns{border-right-style:solid;border-right-width:1px}.bb-ns{border-bottom-style:solid;border-bottom-width:1px}.bl-ns{border-left-style:solid;border-left-width:1px}.bn-ns{border-style:none;border-width:0}.br0-ns{border-radius:0}.br1-ns{border-radius:.125rem}.br2-ns{border-radius:.25rem}.br3-ns{border-radius:.5rem}.br4-ns{border-radius:1rem}.br-100-ns{border-radius:100%}.br-pill-ns{border-radius:9999px}.br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.br--top-ns{border-bottom-right-radius:0}.br--right-ns,.br--top-ns{border-bottom-left-radius:0}.br--right-ns{border-top-left-radius:0}.br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-ns{border-style:dotted}.b--dashed-ns{border-style:dashed}.b--solid-ns{border-style:solid}.b--none-ns{border-style:none}.bw0-ns{border-width:0}.bw1-ns{border-width:.125rem}.bw2-ns{border-width:.25rem}.bw3-ns{border-width:.5rem}.bw4-ns{border-width:1rem}.bw5-ns{border-width:2rem}.bt-0-ns{border-top-width:0}.br-0-ns{border-right-width:0}.bb-0-ns{border-bottom-width:0}.bl-0-ns{border-left-width:0}.shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-ns{top:0}.left-0-ns{left:0}.right-0-ns{right:0}.bottom-0-ns{bottom:0}.top-1-ns{top:1rem}.left-1-ns{left:1rem}.right-1-ns{right:1rem}.bottom-1-ns{bottom:1rem}.top-2-ns{top:2rem}.left-2-ns{left:2rem}.right-2-ns{right:2rem}.bottom-2-ns{bottom:2rem}.top--1-ns{top:-1rem}.right--1-ns{right:-1rem}.bottom--1-ns{bottom:-1rem}.left--1-ns{left:-1rem}.top--2-ns{top:-2rem}.right--2-ns{right:-2rem}.bottom--2-ns{bottom:-2rem}.left--2-ns{left:-2rem}.absolute--fill-ns{top:0;right:0;bottom:0;left:0}.cl-ns{clear:left}.cr-ns{clear:right}.cb-ns{clear:both}.cn-ns{clear:none}.dn-ns{display:none}.di-ns{display:inline}.db-ns{display:block}.dib-ns{display:inline-block}.dit-ns{display:inline-table}.dt-ns{display:table}.dtc-ns{display:table-cell}.dt-row-ns{display:table-row}.dt-row-group-ns{display:table-row-group}.dt-column-ns{display:table-column}.dt-column-group-ns{display:table-column-group}.dt--fixed-ns{table-layout:fixed;width:100%}.flex-ns{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex-ns{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-auto-ns{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-ns{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-column-ns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row-ns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-wrap-ns{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start-ns{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end-ns{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center-ns{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline-ns{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch-ns{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-start-ns{-ms-flex-item-align:start;align-self:flex-start}.self-end-ns{-ms-flex-item-align:end;align-self:flex-end}.self-center-ns{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.self-baseline-ns{-ms-flex-item-align:baseline;align-self:baseline}.self-stretch-ns{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.justify-start-ns{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end-ns{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center-ns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between-ns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around-ns{-ms-flex-pack:distribute;justify-content:space-around}.content-start-ns{-ms-flex-line-pack:start;align-content:flex-start}.content-end-ns{-ms-flex-line-pack:end;align-content:flex-end}.content-center-ns{-ms-flex-line-pack:center;align-content:center}.content-between-ns{-ms-flex-line-pack:justify;align-content:space-between}.content-around-ns{-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch-ns{-ms-flex-line-pack:stretch;align-content:stretch}.order-0-ns{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-ns{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-ns{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-ns{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-ns{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-ns{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-ns{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-ns{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-ns{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-last-ns{-webkit-box-ordinal-group:100000;-ms-flex-order:99999;order:99999}.fl-ns{float:left}.fl-ns,.fr-ns{display:inline}.fr-ns{float:right}.fn-ns{float:none}.i-ns{font-style:italic}.fs-normal-ns{font-style:normal}.normal-ns{font-weight:400}.b-ns{font-weight:700}.fw1-ns{font-weight:100}.fw2-ns{font-weight:200}.fw3-ns{font-weight:300}.fw4-ns{font-weight:400}.fw5-ns{font-weight:500}.fw6-ns{font-weight:600}.fw7-ns{font-weight:700}.fw8-ns{font-weight:800}.fw9-ns{font-weight:900}.h1-ns{height:1rem}.h2-ns{height:2rem}.h3-ns{height:4rem}.h4-ns{height:8rem}.h5-ns{height:16rem}.h-25-ns{height:25%}.h-50-ns{height:50%}.h-75-ns{height:75%}.h-100-ns{height:100%}.min-h-100-ns{min-height:100%}.vh-25-ns{height:25vh}.vh-50-ns{height:50vh}.vh-75-ns{height:75vh}.vh-100-ns{height:100vh}.min-vh-100-ns{min-height:100vh}.h-auto-ns{height:auto}.h-inherit-ns{height:inherit}.tracked-ns{letter-spacing:.1em}.tracked-tight-ns{letter-spacing:-.05em}.tracked-mega-ns{letter-spacing:.25em}.lh-solid-ns{line-height:1}.lh-title-ns{line-height:1.25}.lh-copy-ns{line-height:1.5}.mw-100-ns{max-width:100%}.mw1-ns{max-width:1rem}.mw2-ns{max-width:2rem}.mw3-ns{max-width:4rem}.mw4-ns{max-width:8rem}.mw5-ns{max-width:16rem}.mw6-ns{max-width:32rem}.mw7-ns{max-width:48rem}.mw8-ns{max-width:64rem}.mw9-ns{max-width:96rem}.mw-none-ns{max-width:none}.w1-ns{width:1rem}.w2-ns{width:2rem}.w3-ns{width:4rem}.w4-ns{width:8rem}.w5-ns{width:16rem}.w-10-ns{width:10%}.w-20-ns{width:20%}.w-25-ns{width:25%}.w-30-ns{width:30%}.w-33-ns{width:33%}.w-34-ns{width:34%}.w-40-ns{width:40%}.w-50-ns{width:50%}.w-60-ns{width:60%}.w-70-ns{width:70%}.w-75-ns{width:75%}.w-80-ns{width:80%}.w-90-ns{width:90%}.w-100-ns{width:100%}.w-third-ns{width:33.33333%}.w-two-thirds-ns{width:66.66667%}.w-auto-ns{width:auto}.overflow-visible-ns{overflow:visible}.overflow-hidden-ns{overflow:hidden}.overflow-scroll-ns{overflow:scroll}.overflow-auto-ns{overflow:auto}.overflow-x-visible-ns{overflow-x:visible}.overflow-x-hidden-ns{overflow-x:hidden}.overflow-x-scroll-ns{overflow-x:scroll}.overflow-x-auto-ns{overflow-x:auto}.overflow-y-visible-ns{overflow-y:visible}.overflow-y-hidden-ns{overflow-y:hidden}.overflow-y-scroll-ns{overflow-y:scroll}.overflow-y-auto-ns{overflow-y:auto}.static-ns{position:static}.relative-ns{position:relative}.absolute-ns{position:absolute}.fixed-ns{position:fixed}.pa0-ns{padding:0}.pa1-ns{padding:.25rem}.pa2-ns{padding:.5rem}.pa3-ns{padding:1rem}.pa4-ns{padding:2rem}.pa5-ns{padding:4rem}.pa6-ns{padding:8rem}.pa7-ns{padding:16rem}.pl0-ns{padding-left:0}.pl1-ns{padding-left:.25rem}.pl2-ns{padding-left:.5rem}.pl3-ns{padding-left:1rem}.pl4-ns{padding-left:2rem}.pl5-ns{padding-left:4rem}.pl6-ns{padding-left:8rem}.pl7-ns{padding-left:16rem}.pr0-ns{padding-right:0}.pr1-ns{padding-right:.25rem}.pr2-ns{padding-right:.5rem}.pr3-ns{padding-right:1rem}.pr4-ns{padding-right:2rem}.pr5-ns{padding-right:4rem}.pr6-ns{padding-right:8rem}.pr7-ns{padding-right:16rem}.pb0-ns{padding-bottom:0}.pb1-ns{padding-bottom:.25rem}.pb2-ns{padding-bottom:.5rem}.pb3-ns{padding-bottom:1rem}.pb4-ns{padding-bottom:2rem}.pb5-ns{padding-bottom:4rem}.pb6-ns{padding-bottom:8rem}.pb7-ns{padding-bottom:16rem}.pt0-ns{padding-top:0}.pt1-ns{padding-top:.25rem}.pt2-ns{padding-top:.5rem}.pt3-ns{padding-top:1rem}.pt4-ns{padding-top:2rem}.pt5-ns{padding-top:4rem}.pt6-ns{padding-top:8rem}.pt7-ns{padding-top:16rem}.pv0-ns{padding-top:0;padding-bottom:0}.pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.pv3-ns{padding-top:1rem;padding-bottom:1rem}.pv4-ns{padding-top:2rem;padding-bottom:2rem}.pv5-ns{padding-top:4rem;padding-bottom:4rem}.pv6-ns{padding-top:8rem;padding-bottom:8rem}.pv7-ns{padding-top:16rem;padding-bottom:16rem}.ph0-ns{padding-left:0;padding-right:0}.ph1-ns{padding-left:.25rem;padding-right:.25rem}.ph2-ns{padding-left:.5rem;padding-right:.5rem}.ph3-ns{padding-left:1rem;padding-right:1rem}.ph4-ns{padding-left:2rem;padding-right:2rem}.ph5-ns{padding-left:4rem;padding-right:4rem}.ph6-ns{padding-left:8rem;padding-right:8rem}.ph7-ns{padding-left:16rem;padding-right:16rem}.ma0-ns{margin:0}.ma1-ns{margin:.25rem}.ma2-ns{margin:.5rem}.ma3-ns{margin:1rem}.ma4-ns{margin:2rem}.ma5-ns{margin:4rem}.ma6-ns{margin:8rem}.ma7-ns{margin:16rem}.ml0-ns{margin-left:0}.ml1-ns{margin-left:.25rem}.ml2-ns{margin-left:.5rem}.ml3-ns{margin-left:1rem}.ml4-ns{margin-left:2rem}.ml5-ns{margin-left:4rem}.ml6-ns{margin-left:8rem}.ml7-ns{margin-left:16rem}.mr0-ns{margin-right:0}.mr1-ns{margin-right:.25rem}.mr2-ns{margin-right:.5rem}.mr3-ns{margin-right:1rem}.mr4-ns{margin-right:2rem}.mr5-ns{margin-right:4rem}.mr6-ns{margin-right:8rem}.mr7-ns{margin-right:16rem}.mb0-ns{margin-bottom:0}.mb1-ns{margin-bottom:.25rem}.mb2-ns{margin-bottom:.5rem}.mb3-ns{margin-bottom:1rem}.mb4-ns{margin-bottom:2rem}.mb5-ns{margin-bottom:4rem}.mb6-ns{margin-bottom:8rem}.mb7-ns{margin-bottom:16rem}.mt0-ns{margin-top:0}.mt1-ns{margin-top:.25rem}.mt2-ns{margin-top:.5rem}.mt3-ns{margin-top:1rem}.mt4-ns{margin-top:2rem}.mt5-ns{margin-top:4rem}.mt6-ns{margin-top:8rem}.mt7-ns{margin-top:16rem}.mv0-ns{margin-top:0;margin-bottom:0}.mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.mv3-ns{margin-top:1rem;margin-bottom:1rem}.mv4-ns{margin-top:2rem;margin-bottom:2rem}.mv5-ns{margin-top:4rem;margin-bottom:4rem}.mv6-ns{margin-top:8rem;margin-bottom:8rem}.mv7-ns{margin-top:16rem;margin-bottom:16rem}.mh0-ns{margin-left:0;margin-right:0}.mh1-ns{margin-left:.25rem;margin-right:.25rem}.mh2-ns{margin-left:.5rem;margin-right:.5rem}.mh3-ns{margin-left:1rem;margin-right:1rem}.mh4-ns{margin-left:2rem;margin-right:2rem}.mh5-ns{margin-left:4rem;margin-right:4rem}.mh6-ns{margin-left:8rem;margin-right:8rem}.mh7-ns{margin-left:16rem;margin-right:16rem}.strike-ns{text-decoration:line-through}.underline-ns{text-decoration:underline}.no-underline-ns{text-decoration:none}.tl-ns{text-align:left}.tr-ns{text-align:right}.tc-ns{text-align:center}.ttc-ns{text-transform:capitalize}.ttl-ns{text-transform:lowercase}.ttu-ns{text-transform:uppercase}.ttn-ns{text-transform:none}.f-6-ns,.f-headline-ns{font-size:6rem}.f-5-ns,.f-subheadline-ns{font-size:5rem}.f1-ns{font-size:3rem}.f2-ns{font-size:2.25rem}.f3-ns{font-size:1.5rem}.f4-ns{font-size:1.25rem}.f5-ns{font-size:1rem}.f6-ns{font-size:.875rem}.measure-ns{max-width:30em}.measure-wide-ns{max-width:34em}.measure-narrow-ns{max-width:20em}.indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-ns{font-variant:small-caps}.truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-ns{position:fixed!important;position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-ns{white-space:normal}.nowrap-ns{white-space:nowrap}.pre-ns{white-space:pre}.v-base-ns{vertical-align:baseline}.v-mid-ns{vertical-align:middle}.v-top-ns{vertical-align:top}.v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.125rem}.br2-m{border-radius:.25rem}.br3-m{border-radius:.5rem}.br4-m{border-radius:1rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.125rem}.bw2-m{border-width:.25rem}.bw3-m{border-width:.5rem}.bw4-m{border-width:1rem}.bw5-m{border-width:2rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-m{top:0}.left-0-m{left:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.top-1-m{top:1rem}.left-1-m{left:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.top-2-m{top:2rem}.left-2-m{left:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex-m{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-auto-m{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-m{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-column-m{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-column-m,.flex-row-m{-webkit-box-direction:normal}.flex-row-m{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-wrap-m{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start-m{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end-m{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center-m{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline-m{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch-m{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-start-m{-ms-flex-item-align:start;align-self:flex-start}.self-end-m{-ms-flex-item-align:end;align-self:flex-end}.self-center-m{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.self-baseline-m{-ms-flex-item-align:baseline;align-self:baseline}.self-stretch-m{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.justify-start-m{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end-m{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center-m{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between-m{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around-m{-ms-flex-pack:distribute;justify-content:space-around}.content-start-m{-ms-flex-line-pack:start;align-content:flex-start}.content-end-m{-ms-flex-line-pack:end;align-content:flex-end}.content-center-m{-ms-flex-line-pack:center;align-content:center}.content-between-m{-ms-flex-line-pack:justify;align-content:space-between}.content-around-m{-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch-m{-ms-flex-line-pack:stretch;align-content:stretch}.order-0-m{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-m{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-m{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-m{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-m{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-m{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-m{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-m{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-m{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-last-m{-webkit-box-ordinal-group:100000;-ms-flex-order:99999;order:99999}.fl-m{float:left}.fl-m,.fr-m{display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-ns{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw-100-m{max-width:100%}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.pa0-m{padding:0}.pa1-m{padding:.25rem}.pa2-m{padding:.5rem}.pa3-m{padding:1rem}.pa4-m{padding:2rem}.pa5-m{padding:4rem}.pa6-m{padding:8rem}.pa7-m{padding:16rem}.pl0-m{padding-left:0}.pl1-m{padding-left:.25rem}.pl2-m{padding-left:.5rem}.pl3-m{padding-left:1rem}.pl4-m{padding-left:2rem}.pl5-m{padding-left:4rem}.pl6-m{padding-left:8rem}.pl7-m{padding-left:16rem}.pr0-m{padding-right:0}.pr1-m{padding-right:.25rem}.pr2-m{padding-right:.5rem}.pr3-m{padding-right:1rem}.pr4-m{padding-right:2rem}.pr5-m{padding-right:4rem}.pr6-m{padding-right:8rem}.pr7-m{padding-right:16rem}.pb0-m{padding-bottom:0}.pb1-m{padding-bottom:.25rem}.pb2-m{padding-bottom:.5rem}.pb3-m{padding-bottom:1rem}.pb4-m{padding-bottom:2rem}.pb5-m{padding-bottom:4rem}.pb6-m{padding-bottom:8rem}.pb7-m{padding-bottom:16rem}.pt0-m{padding-top:0}.pt1-m{padding-top:.25rem}.pt2-m{padding-top:.5rem}.pt3-m{padding-top:1rem}.pt4-m{padding-top:2rem}.pt5-m{padding-top:4rem}.pt6-m{padding-top:8rem}.pt7-m{padding-top:16rem}.pv0-m{padding-top:0;padding-bottom:0}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.pv7-m{padding-top:16rem;padding-bottom:16rem}.ph0-m{padding-left:0;padding-right:0}.ph1-m{padding-left:.25rem;padding-right:.25rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.ph3-m{padding-left:1rem;padding-right:1rem}.ph4-m{padding-left:2rem;padding-right:2rem}.ph5-m{padding-left:4rem;padding-right:4rem}.ph6-m{padding-left:8rem;padding-right:8rem}.ph7-m{padding-left:16rem;padding-right:16rem}.ma0-m{margin:0}.ma1-m{margin:.25rem}.ma2-m{margin:.5rem}.ma3-m{margin:1rem}.ma4-m{margin:2rem}.ma5-m{margin:4rem}.ma6-m{margin:8rem}.ma7-m{margin:16rem}.ml0-m{margin-left:0}.ml1-m{margin-left:.25rem}.ml2-m{margin-left:.5rem}.ml3-m{margin-left:1rem}.ml4-m{margin-left:2rem}.ml5-m{margin-left:4rem}.ml6-m{margin-left:8rem}.ml7-m{margin-left:16rem}.mr0-m{margin-right:0}.mr1-m{margin-right:.25rem}.mr2-m{margin-right:.5rem}.mr3-m{margin-right:1rem}.mr4-m{margin-right:2rem}.mr5-m{margin-right:4rem}.mr6-m{margin-right:8rem}.mr7-m{margin-right:16rem}.mb0-m{margin-bottom:0}.mb1-m{margin-bottom:.25rem}.mb2-m{margin-bottom:.5rem}.mb3-m{margin-bottom:1rem}.mb4-m{margin-bottom:2rem}.mb5-m{margin-bottom:4rem}.mb6-m{margin-bottom:8rem}.mb7-m{margin-bottom:16rem}.mt0-m{margin-top:0}.mt1-m{margin-top:.25rem}.mt2-m{margin-top:.5rem}.mt3-m{margin-top:1rem}.mt4-m{margin-top:2rem}.mt5-m{margin-top:4rem}.mt6-m{margin-top:8rem}.mt7-m{margin-top:16rem}.mv0-m{margin-top:0;margin-bottom:0}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.mv7-m{margin-top:16rem;margin-bottom:16rem}.mh0-m{margin-left:0;margin-right:0}.mh1-m{margin-left:.25rem;margin-right:.25rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.mh3-m{margin-left:1rem;margin-right:1rem}.mh4-m{margin-left:2rem;margin-right:2rem}.mh5-m{margin-left:4rem;margin-right:4rem}.mh6-m{margin-left:8rem;margin-right:8rem}.mh7-m{margin-left:16rem;margin-right:16rem}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f-6-m,.f-headline-m{font-size:6rem}.f-5-m,.f-subheadline-m{font-size:5rem}.f1-m{font-size:3rem}.f2-m{font-size:2.25rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1.25rem}.f5-m{font-size:1rem}.f6-m{font-size:.875rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-m{font-variant:small-caps}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-m{position:fixed!important;position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.v-base-m{vertical-align:baseline}.v-mid-m{vertical-align:middle}.v-top-m{vertical-align:top}.v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.125rem}.br2-l{border-radius:.25rem}.br3-l{border-radius:.5rem}.br4-l{border-radius:1rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-radius-top-left:0;border-radius-top-right:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.125rem}.bw2-l{border-width:.25rem}.bw3-l{border-width:.5rem}.bw4-l{border-width:1rem}.bw5-l{border-width:2rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-l{top:0}.left-0-l{left:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.top-1-l{top:1rem}.left-1-l{left:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.top-2-l{top:2rem}.left-2-l{left:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-flex-l{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-auto-l{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none-l{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-column-l{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.flex-column-l,.flex-row-l{-webkit-box-direction:normal}.flex-row-l{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.flex-wrap-l{-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start-l{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end-l{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center-l{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline-l{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch-l{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-start-l{-ms-flex-item-align:start;align-self:flex-start}.self-end-l{-ms-flex-item-align:end;align-self:flex-end}.self-center-l{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.self-baseline-l{-ms-flex-item-align:baseline;align-self:baseline}.self-stretch-l{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.justify-start-l{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end-l{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center-l{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between-l{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around-l{-ms-flex-pack:distribute;justify-content:space-around}.content-start-l{-ms-flex-line-pack:start;align-content:flex-start}.content-end-l{-ms-flex-line-pack:end;align-content:flex-end}.content-center-l{-ms-flex-line-pack:center;align-content:center}.content-between-l{-ms-flex-line-pack:justify;align-content:space-between}.content-around-l{-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch-l{-ms-flex-line-pack:stretch;align-content:stretch}.order-0-l{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-l{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-l{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-l{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-l{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-l{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-l{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-l{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-l{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-last-l{-webkit-box-ordinal-group:100000;-ms-flex-order:99999;order:99999}.fl-l{float:left}.fl-l,.fr-l{display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw-100-l{max-width:100%}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.pa0-l{padding:0}.pa1-l{padding:.25rem}.pa2-l{padding:.5rem}.pa3-l{padding:1rem}.pa4-l{padding:2rem}.pa5-l{padding:4rem}.pa6-l{padding:8rem}.pa7-l{padding:16rem}.pl0-l{padding-left:0}.pl1-l{padding-left:.25rem}.pl2-l{padding-left:.5rem}.pl3-l{padding-left:1rem}.pl4-l{padding-left:2rem}.pl5-l{padding-left:4rem}.pl6-l{padding-left:8rem}.pl7-l{padding-left:16rem}.pr0-l{padding-right:0}.pr1-l{padding-right:.25rem}.pr2-l{padding-right:.5rem}.pr3-l{padding-right:1rem}.pr4-l{padding-right:2rem}.pr5-l{padding-right:4rem}.pr6-l{padding-right:8rem}.pr7-l{padding-right:16rem}.pb0-l{padding-bottom:0}.pb1-l{padding-bottom:.25rem}.pb2-l{padding-bottom:.5rem}.pb3-l{padding-bottom:1rem}.pb4-l{padding-bottom:2rem}.pb5-l{padding-bottom:4rem}.pb6-l{padding-bottom:8rem}.pb7-l{padding-bottom:16rem}.pt0-l{padding-top:0}.pt1-l{padding-top:.25rem}.pt2-l{padding-top:.5rem}.pt3-l{padding-top:1rem}.pt4-l{padding-top:2rem}.pt5-l{padding-top:4rem}.pt6-l{padding-top:8rem}.pt7-l{padding-top:16rem}.pv0-l{padding-top:0;padding-bottom:0}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.pv7-l{padding-top:16rem;padding-bottom:16rem}.ph0-l{padding-left:0;padding-right:0}.ph1-l{padding-left:.25rem;padding-right:.25rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.ph3-l{padding-left:1rem;padding-right:1rem}.ph4-l{padding-left:2rem;padding-right:2rem}.ph5-l{padding-left:4rem;padding-right:4rem}.ph6-l{padding-left:8rem;padding-right:8rem}.ph7-l{padding-left:16rem;padding-right:16rem}.ma0-l{margin:0}.ma1-l{margin:.25rem}.ma2-l{margin:.5rem}.ma3-l{margin:1rem}.ma4-l{margin:2rem}.ma5-l{margin:4rem}.ma6-l{margin:8rem}.ma7-l{margin:16rem}.ml0-l{margin-left:0}.ml1-l{margin-left:.25rem}.ml2-l{margin-left:.5rem}.ml3-l{margin-left:1rem}.ml4-l{margin-left:2rem}.ml5-l{margin-left:4rem}.ml6-l{margin-left:8rem}.ml7-l{margin-left:16rem}.mr0-l{margin-right:0}.mr1-l{margin-right:.25rem}.mr2-l{margin-right:.5rem}.mr3-l{margin-right:1rem}.mr4-l{margin-right:2rem}.mr5-l{margin-right:4rem}.mr6-l{margin-right:8rem}.mr7-l{margin-right:16rem}.mb0-l{margin-bottom:0}.mb1-l{margin-bottom:.25rem}.mb2-l{margin-bottom:.5rem}.mb3-l{margin-bottom:1rem}.mb4-l{margin-bottom:2rem}.mb5-l{margin-bottom:4rem}.mb6-l{margin-bottom:8rem}.mb7-l{margin-bottom:16rem}.mt0-l{margin-top:0}.mt1-l{margin-top:.25rem}.mt2-l{margin-top:.5rem}.mt3-l{margin-top:1rem}.mt4-l{margin-top:2rem}.mt5-l{margin-top:4rem}.mt6-l{margin-top:8rem}.mt7-l{margin-top:16rem}.mv0-l{margin-top:0;margin-bottom:0}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.mv7-l{margin-top:16rem;margin-bottom:16rem}.mh0-l{margin-left:0;margin-right:0}.mh1-l{margin-left:.25rem;margin-right:.25rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.mh3-l{margin-left:1rem;margin-right:1rem}.mh4-l{margin-left:2rem;margin-right:2rem}.mh5-l{margin-left:4rem;margin-right:4rem}.mh6-l{margin-left:8rem;margin-right:8rem}.mh7-l{margin-left:16rem;margin-right:16rem}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f-6-l,.f-headline-l{font-size:6rem}.f-5-l,.f-subheadline-l{font-size:5rem}.f1-l{font-size:3rem}.f2-l{font-size:2.25rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1.25rem}.f5-l{font-size:1rem}.f6-l{font-size:.875rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-l{font-variant:small-caps}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-l{position:fixed!important;position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.v-base-l{vertical-align:baseline}.v-mid-l{vertical-align:middle}.v-top-l{vertical-align:top}.v-btm-l{vertical-align:bottom}}
+