/*
NYC DOT Site
Version: 3.0
URL: http://nyc.gov/dot
<socialmedia@dot.nyc.gov>

elements, structure and ideas drawn from:

  320 and Up v3.0: http://stuffandnonsense.co.uk/projects/320andup/
  by Andy Clarke
  Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0

  Golden Grid System v1.01  http://goldengridsystem.com/
  by Joni Korpi http://jonikorpi.com/>
  MIT License: http://opensource.org/licenses/mit-license.php

  Bootstrap v2.0.4 http://twitter.github.com/bootstrap/
  Copyright 2012 Twitter, Inc
  Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
.lt-ie8 .clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
.lt-ie9 audio,
.lt-ie9 canvas,
.lt-ie9 video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #eaeaea;
}
body {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
h1,
.h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6363636363636365em;
  color: #009966;
  margin-bottom: 0.2em;
}
h2,
.h2 {
  margin-bottom: 0.13333333333333333em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333333333em;
  color: #006699;
}
h3,
h4,
h5,
h6 {
  color: inherit;
}
h3,
.h3 {
  margin-bottom: 0.13333333333333333em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
h4,
.h4,
h5,
.h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}
h6,
.h6 {
  font-weight: normal;
  letter-spacing: 1px;
}
p,
ol,
ul,
dl,
address,
body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857142857142em;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 0.8em;
}
.small,
small {
  font-size: 0.8125em;
  line-height: 1.476923076923077em;
}
ul,
ol {
  padding: 0 0 0 0.8em;
  list-style-position: inside;
  text-indent: -0.8em;
}
li ul,
li ol {
  margin: 0 0 0 1.6em;
  list-style-position: inside;
}
blockquote {
  margin: 0 0 0.8em;
  padding-left: 0.8em;
  font-family: Monaco, "Courier New", monospace;
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #66ffcc;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
mark {
  background-color: #ffffff;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, "Courier New", monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 11.25px;
  font-size: 0.703125rem;
  line-height: 0;
}
sup {
  vertical-align: 1.056em;
}
sub {
  bottom: -0.25em;
}
/* Font Awesome ===================================================

  http://fortawesome.github.com/Font-Awesome/
  The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
  http://creativecommons.org/licenses/by/3.0/
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
}
a .icon {
  display: inline-block;
  text-decoration: inherit;
}
.icon-large:before {
  vertical-align: middle;
  font-size: 1.3333333333333333em;
}
.btn .icon,
.nav-tabs .icon {
  line-height: .9em;
}
li .icon {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li .icon {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  vertical-align: initial;
}
.icon-envelope:before {
  content: "\f003";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
a {
  color: #006699;
}
a:visited {
  color: #005580;
}
a:hover {
  color: #009966;
}
a:focus {
  outline: thin dotted;
  color: #00334d;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #009966;
  color: #99ffdd;
  text-shadow: none;
}
::selection {
  background-color: #009966;
  color: #99ffdd;
  text-shadow: none;
}
.alert {
  margin-bottom: 1.6em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.2em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
  color: #555555;
  background-color: #eaeaea;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #f2dede;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #d59595;
  color: #ffffff;
}
.badge-warning {
  background-color: #fcf8e3;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #f2e187;
  color: #ffffff;
}
.badge-success {
  background-color: #dff0d8;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #a3d48e;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.well {
  min-height: 1.6em;
  padding: 1em;
  margin-bottom: 1.6em;
  background-color: #eaeaea;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d1d1d1;
  -moz-box-shadow: inset 0 1px 10px #d1d1d1;
  box-shadow: inset 0 1px 10px #d1d1d1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #66ffcc;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.embed-map img {
  max-width: none;
}
svg:not(:root) {
  overflow: hidden;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #66ffcc;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
.lt-ie8 button,
.lt-ie8 input {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
form {
  margin: 0 0 1.6em 0;
}
legend {
  display: block;
  width: 80% ;
  margin-bottom: 0.8em;
  padding: 0;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #cccccc;
  white-space: normal;
}
legend small {
  font-size: 0.8125em;
  line-height: 1.476923076923077em;
  color: #999999;
}
legend p {
  margin-bottom: 0.8em;
}
legend ul {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
legend br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6em;
}
input,
button,
select,
textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 0.25em;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.6em;
  padding: 0.25em;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
}
.lt-ie8 input[type="radio"],
.lt-ie8 input[type="checkbox"] {
  margin-top: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
.lt-ie8 select,
.lt-ie8 input[type="file"] {
  margin-top: 4px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eaeaea;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 0.6000000000000001em 20px 1.6em;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.lt-ie8 .form-actions {
  zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 0.8em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.lt-ie8 .help-inline {
  display: inline;
  zoom: 1;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.lt-ie8 .input-prepend .uneditable-input,
.lt-ie8 .input-append .uneditable-input {
  margin-left: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 1.6em;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eaeaea;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 1.6em;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.lt-ie9 .search-query {
  padding-right: 4px;
  padding-left: 4px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.lt-ie8 .form-search,
.lt-ie8 .form-inline,
.lt-ie8 .form-horizontal {
  display: inline;
  zoom: 1;
}
.form-inline {
  margin-bottom: 0.8em;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-inline label.radio {
  display: block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-inline .radio input[type="radio"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.form-search .checkbox input[type="checkbox"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 6px;
  margin-left: 0;
  margin-top: 5px;
}
.control-group {
  margin-bottom: 0.8em;
}
fieldset {
  margin-bottom: 0.8em;
}
legend + .control-group {
  margin-top: 1.6em;
  -webkit-margin-top-collapse: separate;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 1.6em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.lt-ie8 .btn {
  background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.lt-ie8 .btn:hover,
.lt-ie8 .btn:active,
.lt-ie8 .btn.active,
.lt-ie8 .btn.disabled,
.lt-ie8 .btn[disabled] {
  background-color: #d9d9d9;
}
.lt-ie9 .btn:active,
.lt-ie9 .btn.active {
  background-color: #cccccc;
}
.lt-ie8 .btn {
  display: inline;
  zoom: 1;
  line-height: 20px;
  border: 0;
  margin-left: 0.3em;
}
.lt-ie8 .btn :first-child {
  margin-left: 0;
}
.lt-ie8 .btn :hover {
  background-color: #d9d9d9;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.lt-ie9 .btn.active,
.lt-ie9 .btn:active {
  background-color: #d9d9d9;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  -webkit-opacity: 65;
  -moz-opacity: 65;
  opacity: 65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 17px;
  line-height: normal;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 13px;
  line-height: 1.5em;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1.4000000000000001em;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #00998c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009966), to(#00998c));
  background-image: -webkit-linear-gradient(top, #009966, #00998c);
  background-image: -moz-linear-gradient(top, #009966, #00998c);
  background-image: -ms-linear-gradient(top, #009966, #00998c);
  background-image: -o-linear-gradient(top, #009966, #00998c);
  background-image: linear-gradient(top, #009966, #00998c);
  background-repeat: repeat-x;
  border-color: #00998c #00998c #004d46;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-primary {
  background-color: #00998c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #00998c;
}
.lt-ie8 .btn-primary:hover,
.lt-ie8 .btn-primary:active,
.lt-ie8 .btn-primary.active,
.lt-ie8 .btn-primary.disabled,
.lt-ie8 .btn-primary[disabled] {
  background-color: #008075;
}
.lt-ie9 .btn-primary:active,
.lt-ie9 .btn-primary.active {
  background-color: #00665e;
}
.btn-warning {
  background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-warning {
  background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.lt-ie8 .btn-warning:hover,
.lt-ie8 .btn-warning:active,
.lt-ie8 .btn-warning.active,
.lt-ie8 .btn-warning.disabled,
.lt-ie8 .btn-warning[disabled] {
  background-color: #df8505;
}
.lt-ie9 .btn-warning:active,
.lt-ie9 .btn-warning.active {
  background-color: #c67605;
}
.btn-danger {
  background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-danger {
  background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.lt-ie8 .btn-danger:hover,
.lt-ie8 .btn-danger:active,
.lt-ie8 .btn-danger.active,
.lt-ie8 .btn-danger.disabled,
.lt-ie8 .btn-danger[disabled] {
  background-color: #a9302a;
}
.lt-ie9 .btn-danger:active,
.lt-ie9 .btn-danger.active {
  background-color: #942a25;
}
.btn-success {
  background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-success {
  background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.lt-ie8 .btn-success:hover,
.lt-ie8 .btn-success:active,
.lt-ie8 .btn-success.active,
.lt-ie8 .btn-success.disabled,
.lt-ie8 .btn-success[disabled] {
  background-color: #499249;
}
.lt-ie9 .btn-success:active,
.lt-ie9 .btn-success.active {
  background-color: #408140;
}
.btn-info {
  background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-info {
  background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.lt-ie8 .btn-info:hover,
.lt-ie8 .btn-info:active,
.lt-ie8 .btn-info.active,
.lt-ie8 .btn-info.disabled,
.lt-ie8 .btn-info[disabled] {
  background-color: #2a85a0;
}
.lt-ie9 .btn-info:active,
.lt-ie9 .btn-info.active {
  background-color: #24748c;
}
.btn-inverse {
  background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.lt-ie8 .btn-inverse {
  background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.lt-ie8 .btn-inverse:hover,
.lt-ie8 .btn-inverse:active,
.lt-ie8 .btn-inverse.active,
.lt-ie8 .btn-inverse.disabled,
.lt-ie8 .btn-inverse[disabled] {
  background-color: #151515;
}
.lt-ie9 .btn-inverse:active,
.lt-ie9 .btn-inverse.active {
  background-color: #080808;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.lt-ie8 button.btn,
.lt-ie8 input[type="submit"].btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.lt-ie8 button.btn .btn-large,
.lt-ie8 input[type="submit"].btn .btn-large {
  padding-top: 7px;
  padding-bottom: 7px;
}
.lt-ie8 button.btn .btn-small,
.lt-ie8 input[type="submit"].btn .btn-small {
  padding-top: 3px;
  padding-bottom: 3px;
}
.lt-ie8 button.btn .btn-mini,
.lt-ie8 input[type="submit"].btn .btn-mini {
  padding-top: 1px;
  padding-bottom: 1px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
}
.select2-container .lt-ie8 {
  zoom: 1;
  display: inline;
  vertical-align: middle;
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice span {
  margin-right: 42px;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  position: absolute;
  right: 24px;
  top: 7px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../assets/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-choice div {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.lt-ie8 .select2-container .select2-choice div {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../assets/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('../assets/select2.png') no-repeat 100% -22px;
  background-image: url('../assets/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background-image: url('../assets/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: url('../assets/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: url('../assets/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background-image: url('../assets/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background-image: url('../assets/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('../assets/select2-spinner.gif') no-repeat 100%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #ffffff;
  color: #000000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #eaeaea;
  display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #eaeaea;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #eaeaea;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #eaeaea url('../assets/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #eaeaea;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eaeaea;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #eaeaea;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../assets/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eaeaea), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #eaeaea 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #eaeaea 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #eaeaea 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #eaeaea 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eaeaea;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #eaeaea;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url("../assets/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-container {
  width: 210px;
}
.error .select2-choice {
  border: 1px solid #b94a48;
}
.error .select2-choice span {
  color: #b94a48;
}
.select2-results {
  text-indent: 0;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none !important;
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-search input.select2-active {
  background: #ffffff url('../assets/select2-spinner.gif') no-repeat 99%;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 0.5em;
  vertical-align: top;
  border-top: 1px solid #8c8c8c;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
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 #8c8c8c;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c8c8c;
  border-left: 0;
  border-collapse: separate;
}
.lt-ie8 .table-bordered {
  border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c8c8c;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped th,
.tabular-list th,
.data th,
.table-striped td,
.tabular-list td,
.data td {
  border-top: none;
}
.table-striped th,
.tabular-list th,
.data th {
  background-color: #096!important;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 700;
}
.table-striped tr:nth-child(odd),
.tabular-list tr:nth-child(odd),
.data tr:nth-child(odd) {
  background-color: #eaeaea;
}
.data tr td:last-child,
.data th:last-child {
  padding-right: .5em;
  text-align: right;
}
.data tr.subtotal {
  background-color: #999999;
}
.data tr.subtotal td {
  font-weight: 700;
  border-bottom: 1.5em solid #ffffff;
  border-top: 1.5em solid #ffffff;
}
.data tr.total {
  background-color: #555555;
}
.data tr.total td {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2em solid #ffffff;
}
.data-bike-col1 {
  width: 75%;
}
.data-bike-col2 {
  width: 16%;
}
.data-bike-col3 {
  width: 9%;
}
.col-sortable {
  text-align: left;
  cursor: pointer;
}
.col-sortable-bg {
  background: #009966 url("../assets/arrow-sort.gif") no-repeat right center;
}
.right-margin {
  width: 100%;
}
.nycgov {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  height: 27px;
}
.nycgov-part {
  background-color: #000000;
  height: 27px;
}
.nycgov-first {
  position: relative;
  overflow: hidden;
  width: 40%;
  z-index: 2;
  margin-left: 13px;
}
.nycgov-second {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  text-align: right;
}
.nycgov-links {
  list-style: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 27px;
  margin-bottom: 0;
  position: absolute;
  right: 0px;
  top: 0;
  display: none;
  text-indent: 0;
  padding: 0;
}
.nycgov-links a:link,
.nycgov-links a:visited,
.nycgov-links a:hover,
.nycgov-links a:active {
  color: #ffffff;
  text-decoration: none;
}
.nycgov-links li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #777;
}
.nycgov-links li a {
  z-index: 10;
  outline: none;
  height: 27px;
  line-height: 27px;
  float: left;
  text-align: center;
}
.nycgov-links li:last-child {
  margin-right: 0;
  border-right: 0;
}
#nycgov-banner {
  position: relative;
  top: 0;
  left: 0;
  height: 27px;
}
.banner.nycgov-second {
  top: 0;
}
#nycgov-home {
  background-image: url("../assets/nyc_white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 15px;
  text-indent: -1000px;
  position: absolute;
  height: 15px;
  width: 40px;
  top: 7px;
}
#nycgov-footer {
  clear: both;
}
#nycgov-footer-copy {
  color: #bbbbbb;
  top: 2px;
  height: 22px;
}
.footer.nycgov-second {
  left: 0;
  top: 0;
}
#banner-agency {
  background-color: #009966;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 50% 55%;
  height: 5.485714285714287em;
}
#banner-agency-logo {
  background-image: url("../assets/dot_logo_web.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0.8em;
  margin-top: -30px;
  height: 60px;
  width: 99.75px;
  background-size: 100%;
  z-index: 10;
}
#banner-agency-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.lt-ie7 #banner-agency-logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../assets/dot_logo_web.png", sizingMethod="scale");
}
#banner-links {
  text-align: right;
  right: 0.8em;
  position: absolute;
  bottom: 4px;
  z-index: 10;
  list-style-type: none;
  text-indent: 0;
  margin-bottom: 0;
}
#banner-links li {
  display: inline-block;
  padding-left: 0.4em;
}
#banner-links a {
  text-decoration: none;
  color: #ffffff;
}
.agency-nav {
  list-style: none;
  clear: both;
}
#nav-list,
.agency-nav-helpers {
  padding-left: 0;
  text-indent: 0;
}
.nav-item {
  background-color: #006699;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#004466), to(#006699));
  background-image: -webkit-linear-gradient(left, #004466, #006699);
  background-image: -moz-linear-gradient(left, #004466, #006699);
  background-image: -ms-linear-gradient(left, #004466, #006699);
  background-image: -o-linear-gradient(left, #004466, #006699);
  background-image: linear-gradient(left, #004466, #006699);
  background-repeat: repeat-x;
  display: block;
  list-style: none outside none;
  margin-bottom: 3px;
  padding: 0;
}
.nav-item a {
  padding: 0.8em 0 0.8em 0.8em;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 94%;
}
.nav-item:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav-item:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.agency-nav-helpers .nav-item a {
  padding: 0;
}
.nav-item.active,
.nav-item:hover {
  background-color: #00cc88;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#009966), to(#00cc88));
  background-image: -webkit-linear-gradient(left, #009966, #00cc88);
  background-image: -moz-linear-gradient(left, #009966, #00cc88);
  background-image: -ms-linear-gradient(left, #009966, #00cc88);
  background-image: -o-linear-gradient(left, #009966, #00cc88);
  background-image: linear-gradient(left, #009966, #00cc88);
  background-repeat: repeat-x;
}
.nav-item.nav-undecorated {
  background-color: transparent;
  background-image: none;
}
.nav-item.nav-undecorated a {
  font-weight: normal;
  color: #006699;
}
.nav-item.nav-undecorated:hover {
  background-image: none;
}
.nav-sub {
  display: none;
  background-color: #ffffff;
  border: medium none;
  list-style: none outside none;
  margin-left: 0;
  padding: 0.5em 0 0.5em 0.8em;
  font-size: 0.8125em;
  line-height: 1.476923076923077em;
  text-indent: 0;
}
.nav-sub a {
  color: #006699;
  line-height: 1.25em;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.active .nav-sub {
  display: block;
}
.nav-link {
  color: #ffffff;
}
.nav-sub-item {
  color: #006699;
}
.nav-sub-item:hover,
.nav-sub-item.active {
  color: #009966;
}
#translate-nav a {
  cursor: pointer;
  text-decoration: none;
  display: inline;
}
#google_translate_element {
  display: none;
  line-height: 1.5em;
}
address {
  font-style: normal;
}
#skiplink {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#skiplink .focusable:active,
#skiplink .focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
#page_title,
.page_title {
  color: #009966;
  font-size: 0.8125em;
  line-height: 1.476923076923077em;
  text-transform: uppercase;
}
#page_subtitle,
.page_subtitle {
  font-size: 16px;
  font-size: 1rem;
  color: #006699;
  line-height: 1.3846153846153846em;
  margin-bottom: .5em;
  width: 100%;
}
.arr {
  display: block;
}
.arr:before {
  content: url("../assets/arr.gif");
  margin-right: 1px;
}
li .arr {
  margin-left: 0.8em;
}
.clearboth {
  clear: both;
}
.rightinset {
  float: right;
  margin: 0 0 0.8em 0.8em;
}
.leftinset {
  float: left;
  margin: 0 0.8em 0.8em 0;
}
.rightinset,
.leftinset,
figure {
  display: table;
  margin-bottom: 0.8em;
}
.rightinset figcaption,
.leftinset figcaption,
figure figcaption,
.rightinset .caption,
.leftinset .caption,
figure .caption {
  font-size: 0.8125em;
  line-height: 1.476923076923077em;
  display: table-caption;
  caption-side: bottom;
  margin-top: 0.4em;
}
.atglance_list,
.arrlist {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.8em;
}
.atglance_list li,
.arrlist li {
  background: url("../assets/arr.gif") no-repeat scroll 0 3px transparent;
  text-indent: 10px;
}
.atglance_list ul,
.arrlist ul {
  list-style: none;
}
.linklists {
  padding-left: 0;
  font-weight: bold;
  text-indent: 0;
}
.linklists li {
  list-style: none;
  display: inline;
}
.linklists li:after {
  content: " - ";
}
.linklists li:last-child:after {
  content: none;
}
.embed-map {
  width: 100%;
  height: 400px;
  margin-bottom: 0.8em;
}
.agency-module {
  padding: 0 0.8em 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.6em;
}
.agency-wrapper {
  background-color: #ffffff;
  padding-bottom: 4.800000000000001em;
}
.lt-ie8 .agency-wrapper {
  zoom: 1;
}
.agency-wrapper:before,
.agency-wrapper:after {
  display: table;
  content: "";
}
.agency-wrapper:after {
  clear: both;
}
#iw-vpreview {
  top: 60px!important;
  left: 150px!important;
}
.iw-vpreview-blurred div {
  height: 30px;
}
#iw-vpreview table {
  margin-bottom: 0;
}
#iw-vpreview td {
  padding: 0;
}
.iw-base-popup {
  top: 125px!important;
  left: 555px!important;
}
.iw-base-popup-row,
.iw-base-popup-row-highlighted {
  line-height: 1.5em;
}
.thirty {
  text-align: center;
}
.feature-home-search {
  display: none;
}
.feature-home-main,
.feature-home-secondary {
  overflow: hidden;
}
.feature-home-main a,
.feature-home-secondary a,
.feature-home-main a:link,
.feature-home-secondary a:link,
.feature-home-main a:visited,
.feature-home-secondary a:visited,
.feature-home-main a:hover,
.feature-home-secondary a:hover,
.feature-home-main a:active,
.feature-home-secondary a:active {
  color: #333333;
  text-decoration: none;
}
.feature-home-item {
  width: 100%;
  clear: both;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.4em;
}
.feature-home-item img {
  width: 25%;
  height: auto;
  float: left;
  padding: 0 0.4em 0.4em 0;
}
.feature-home-sub {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-home-sub h1 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25em;
  color: #222222;
}
.feature-home-sub p {
  font-size: 12px;
  font-size: 0.75rem;
}
#feature-home-quicklist {
  font-weight: bold;
  list-style: none;
  clear: both;
  padding: 0;
  padding-top: 1.6em;
  text-indent: 0;
}
#feature-home-quicklist li {
  margin: 0.8em 0;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em 0 0.4em 0.4em;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d1d1d1;
  -moz-box-shadow: inset 0 1px 10px #d1d1d1;
  box-shadow: inset 0 1px 10px #d1d1d1;
}
#feature-home-quicklist li div {
  background: transparent url("../assets/quicklinks.gif") no-repeat;
  display: table-cell;
  vertical-align: middle;
  height: 32px;
  width: 27px;
  padding-right: 0.4em;
}
#feature-home-quicklist li a {
  display: table-cell;
  vertical-align: middle;
}
#q-realtime div {
  background-position: 0 0 !important;
}
#q-pdf div,
#q-rfp div,
#q-lib div,
#q-permit div {
  background-position: 0 -32px !important;
}
#q-cycling div {
  background-position: 0 -64px !important;
}
#q-prob div {
  background-position: 0 -192px !important;
}
#q-traf div {
  background-position: 0 -256px !important;
}
#q-cards div {
  background-position: 0 -290px !important;
}
#q-asp div {
  background-position: 0 -320px !important;
}
#q-sif div {
  background-position: 0 -416px !important;
}
#q-cal div {
  background-position: 0 -448px !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.25in;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  ul,
  ol,
  dd,
  dt,
  figcaption {
    font-size: 72% ;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #555555;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    font-size: 0.8125em;
    line-height: 1.476923076923077em;
    content: " [" attr(href) "]";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  nav {
    display: none;
  }
  #banner-agency-logo {
    margin-top: 0;
    margin-left: 0.8em;
    top: 0;
    position: relative;
    left: 0;
    width: auto;
    height: auto;
  }
  #banner-agency {
    height: auto;
  }
  #banner-agency-logo a,
  #banner-agency-logo a:visited {
    text-decoration: none !important;
  }
  #banner-agency-logo a:after {
    margin-bottom: 0.13333333333333333em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333333333em;
    color: #006699;
    color: #333333;
    content: "NYC DOT";
    font-weight: bold;
  }
  #banner-links,
  .banner-nycgov,
  #footer-links {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  p,
  ol,
  ul,
  dl,
  address,
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6em;
  }
  #page_subtitle,
  .page_subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .linklists li {
    display: block;
  }
  .linklists li:after {
    content: none;
  }
  .width-half {
    width: 40%;
  }
  .width-third {
    width: 30%;
  }
  select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .controls .select2-container {
    width: 81%;
  }
  .lt-ie8 .form-horizontal-dot .control-group {
    zoom: 1;
  }
  .form-horizontal-dot .control-group:before,
  .form-horizontal-dot .control-group:after {
    display: table;
    content: "";
  }
  .form-horizontal-dot .control-group:after {
    clear: both;
  }
  .form-horizontal-dot .control-label,
  .form-horizontal-dot .controls {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-horizontal-dot .control-label {
    width: 25%;
    padding-top: 4px;
    padding-right: 0.8em;
    text-align: right;
  }
  .form-horizontal-dot .radio {
    display: inline-block;
    clear: both;
    margin-right: -3px;
  }
  .form-horizontal-dot legend {
    width: 85%;
    padding-right: 0.8em;
  }
  .form-horizontal-dot .controls,
  .form-horizontal-dot .form-actions {
    padding: 0 0 0 0.8em;
  }
  .form-horizontal-dot .controls {
    width: 75%;
  }
  .form-horizontal-dot .controls select,
  .form-horizontal-dot .controls input,
  .form-horizontal-dot .controls textarea,
  .form-horizontal-dot .controls .radio {
    width: 80%;
  }
  .form-horizontal-dot .controls .input-small {
    width: 90px;
  }
  .form-horizontal-dot .controls input[type="submit"],
  .form-horizontal-dot .controls input[type="reset"],
  .form-horizontal-dot .controls input[type="button"],
  .form-horizontal-dot .controls input[type="radio"],
  .form-horizontal-dot .controls input[type="checkbox"] {
    width: auto;
  }
  .lt-ie8 .form-horizontal-dot .controls {
    display: inline-block;
    margin-left: 0;
  }
  .lt-ie8 .form-horizontal-dot .controls :first-child {
    padding-left: 20px;
  }
  .form-horizontal-dot .input-prepend,
  .form-horizontal-dot .input-append {
    width: 100%;
  }
  .form-horizontal-dot .input-prepend input,
  .form-horizontal-dot .input-append input,
  .form-horizontal-dot .input-prepend textarea,
  .form-horizontal-dot .input-append textarea {
    width: 56%;
  }
  .form-horizontal-dot .help-block {
    margin-top: 0.4em;
    margin-bottom: 0;
    clear: both;
  }
  .form-horizontal-dot .help-inline {
    padding-left: 0.4em;
  }
  .form-horizontal-dot .form-actions {
    text-align: left;
    margin-left: 25%;
  }
  .agency-wrapper,
  .right-margin {
    width: auto;
    margin: 0 11.11111111111111% 0 0;
    -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.1);
  }
  #banner-agency {
    background-image: url("../assets/mb-banner-40em.jpg");
    height: 6.4em;
  }
  #banner-agency-logo {
    background-image: url("../assets/dot_logo_web.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 1.6em;
    top: 5px;
    height: 80px;
    width: 133px;
    margin-top: 0;
    z-index: 10;
  }
  .lt-ie7 #banner-agency-logo {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../assets/dot_logo_web.png", sizingMethod="scale");
  }
  .agency-module {
    float: right;
  }
  .agency-nav {
    width: 25%;
    padding: 0 0.8em 0 0.8em;
    position: relative;
    left: -1px;
    clear: none;
  }
  .agency-nav ul,
  .agency-nav li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .agency-nav .input-append {
    width: 100%;
  }
  .agency-nav input {
    max-width: 51%;
  }
  .agency-content {
    width: 75%;
    padding: 0 1.6em 3em 0.8em;
  }
  #banner-links .like-box {
    background-color: #ffffff;
  }
  .nycgov-links {
    display: block;
  }
  .feature-home-search {
    display: block;
  }
  .feature-home-search input {
    width: 800px;
    max-width: 82%;
  }
  #search-top {
    max-width: 15%;
  }
  .feature-home-item img {
    width: 25%;
  }
  .feature-home-sub h1 {
    font-size: 16px;
    font-size: 1rem;
  }
  .feature-home-sub p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .feature-home-item {
    width: 50%;
    float: left;
    clear: none;
  }
  .feature-home-item .feature-home-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0.8em 0 0;
  }
  .feature-home-item img {
    width: 100%;
  }
  .feature-home-secondary {
    clear: both;
  }
  .feature-first {
    width: 100%;
  }
  .feature-first img {
    width: 100%;
  }
  .feature-first h1 {
    margin-bottom: 0em;
    font-size: 16px;
    font-size: 1rem;
  }
  .feature-first p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #feature-home-quicklist {
    clear: both;
    padding-top: 1.6em;
    overflow: hidden;
  }
}
@media only screen and (min-width: 55.5em) {
  #banner-agency {
    background-image: url("../assets/mb-banner-55em.jpg");
  }
  .agency-nav input {
    max-width: 70%;
  }
}
@media only screen and (min-width: 65em) {
  #feature-home-quicklist li {
    float: left;
    width: 48%;
    margin-right: 0.8em;
  }
  .feature-home-main,
  .feature-home-secondary {
    width: 100%;
    clear: both;
  }
  .feature-home-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .feature-home-inner img {
    height: auto;
  }
  .feature-home-main .feature-home-item {
    width: 31.25%;
    float: left;
    clear: none;
    overflow: visible;
  }
  .feature-home-main .feature-home-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0.8em 0 0;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .feature-home-main .feature-home-inner img {
    width: 100%;
  }
  .feature-home-main h1 {
    margin-bottom: 0em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .feature-home-main p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .feature-home-secondary {
    padding-top: 0.8em;
  }
  .feature-home-secondary .feature-home-item {
    clear: none;
    width: 50%;
    float: left;
    max-height: 150px;
  }
  .feature-home-secondary .feature-home-inner {
    background-color: transparent;
    padding-right: 0.8em;
  }
  .feature-home-secondary p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .feature-home-secondary h1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .feature-home-secondary img {
    width: 50%;
    float: left;
    top: -25px;
  }
}
@media only screen and (min-width: 87em) {
  #banner-agency {
    background-image: url("../assets/mb-banner-87em.jpg");
  }
  #banner-agency-logo {
    left: 16.666666666666664%;
    margin-left: 2.4000000000000004em;
  }
  .footer-wrapper,
  .agency-wrapper {
    margin: 0 16.666666666666664%;
  }
  .right-margin {
    width: 100%;
  }
  .right-margin-inline {
    margin-right: 17.466666666666665%;
  }
  .left-margin-inline {
    margin-left: 17.466666666666665%;
  }
  .agency-wrapper {
    -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  }
  .agency-nav {
    left: 0;
  }
  .agency-nav input {
    max-width: 70%;
  }
  .agency-module {
    padding: 0 1.6em 3em;
  }
}
